You are not logged in.
Why "Desktop" folder directory on Caja (and very probably on other file browsers as well) is "~/" instead of "~/Desktop/" ?
Wow can we fix it? (i guess it is by editing some config files? which ones?)
And will be this fixed by default on next BunsenLab versions (iso installers and netinstall scripts)?
Thanks in advance!
Last edited by nitrofurano (2016-01-27 19:05:36)
Offline
BunsenLabs does not use Caja
In thunar, "Desktop" is indeed ~/Desktop
If there is a simple fix for your problem we could look at implementing it though.
Offline
BunsenLabs does not use Caja
installing Caja is among the very first things i do on BunsenLabs (and Crunchbang) freshinstall!
In thunar, "Desktop" is indeed ~/Desktop
If there is a simple fix for your problem we could look at implementing it though.
i think i found something at https://bugzilla.redhat.com/show_bug.cgi?id=1057296
at ~/.config/user-dirs.dirs
XDG_DESKTOP_DIR="$HOME/"
should be
XDG_DESKTOP_DIR="$HOME/Desktop"
Offline
OK, well done finding that
If you consider this fixed, please add "[SOLVED]" to the thread title so that other Caja users can find this fix.
Offline
OK, well done finding that
If you consider this fixed, please add "[SOLVED]" to the thread title so that other Caja users can find this fix.
thanks, but what i found was related to a user config file, perhaps created when the user account is created, or in the first time that Caja or Nautilus runs - i have no idea yet how this file is generated and from where, or from which file it is copied, or from which packages these files (templates) or scripts/applications (that generates this config file) are from
Offline
i have no idea yet how this file is generated and from where
empty@Arch ~ % head -n3 ~/.config/user-dirs.dirs
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
Offline
Having no "Desktop" folder is a carry-over from Crunchbang and makes sense since OpenBox doesn't support desktop icons by default, so we ship BL with a custom user-dirs.dirs file. Adding a desktop folder and changing the folder names to all lowercase are some customizations that users can make themselves, as you've found.
-edit- Creating a Desktop folder makes perfect sense when using Caja since Caja can/will manage the desktop and supports icons and drag & drop.
I don't care what you do at home. Would you care to explain?
Online
i'm finding this now:
- http://freedesktop.org/wiki/Software/xdg-user-dirs/
- http://manpages.ubuntu.com/manpages/tru … ate.1.html
- https://www.mankier.com/5/user-dirs.dirs
(i have no idea how useful these weblinks are)
Offline
It's useful, but our user-dirs.dirs file is by design.
Not a bug, marking this [RESOLVED]
I don't care what you do at home. Would you care to explain?
Online
Having no "Desktop" folder is a carry-over from Crunchbang and makes sense since OpenBox doesn't support desktop icons by default, so we ship BL with a custom user-dirs.dirs file. Adding a desktop folder and changing the folder names to all lowercase are some customizations that users can make themselves, as you've found.
-edit- Creating a Desktop folder makes perfect sense when using Caja since Caja can/will manage the desktop and supports icons and drag & drop.
thanks! - and i know that, and that was an issue i had when i used Crunchbang as well, specially after a freshinstall - i also don’t use icons on desktop, as i'm mostly on Fluxbox, WindowMaker, and other "iconless" window managers, and on those like LXDE or Mate i use to have them disabled somehow (i always use Caja with "caja --no-desktop"), but the Desktop folder is always a reference directory for me, mostly because long-time "habits"!
nitrofurano wrote:i have no idea yet how this file is generated and from where
empty@Arch ~ % head -n3 ~/.config/user-dirs.dirs # This file is written by xdg-user-dirs-update # If you want to change or add directories, just edit the line you're # interested in. All local changes will be retained on the next run
thanks!
Last edited by nitrofurano (2016-01-27 21:45:30)
Offline
In thunar, "Desktop" is indeed ~/Desktop
Not on BunsenLabs, though, as hhh has pointed out. In the default install there's no mention of a Desktop folder anywhere on the Thunar interface.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Online
Ooops, sorry! :8
Offline