You are not logged in.
In a terminal run:
xdg-user-dirs-updateThat should re-create it.
If it doesn't, check the file ~/.config/user-dirs.dirs and make sure $HOME/Desktop is on the list of folders to create.
You must unlearn what you have learned.
-- yoda
Offline
I don't get it. What folder is missing?
I don't care what you do at home. Would you care to explain?
Offline
In a terminal run:
xdg-user-dirs-updateThat should re-create it.
If it doesn't, check the file ~/.config/user-dirs.dirs and make sure $HOME/Desktop is on the list of folders to create.
Should be there.
Offline
I don't get it. What folder is missing?
~/Desktop
Is that folder typically not made with an openbox setup? I always figured it was, a user just doesn't see any included files as icons on the desktop.
You must unlearn what you have learned.
-- yoda
Offline
PackRat wrote:In a terminal run:
xdg-user-dirs-updateThat should re-create it.
If it doesn't, check the file ~/.config/user-dirs.dirs and make sure $HOME/Desktop is on the list of folders to create.
Should be there.
But it's not; and the live session doesn't have ~/Desktop.
@MarkW - this is the ~/.config/user-dirs.dirs file from my Debian 13 install. Just add that line for $HOME/Desktop to your ~/.config/user-dirs.dirs file and then run xdg-user-dirs-update if you want a ~/Desktop folder.
# 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.
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"You must unlearn what you have learned.
-- yoda
Offline
hhh wrote:I don't get it. What folder is missing?
~/Desktop
Is that folder typically not made with an openbox setup? I always figured it was, a user just doesn't see any included files as icons on the desktop.
It's not created in the BunsenLabs session because that's how Philip did it with #!. I'm fairly certain that installing xdg-user-dirs on Debian creates the Desktop folder by default.
BL ~/.config/user-dirs.dirs (on sid, the Projects folder isn't there on stock carbon)...
# 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.
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
XDG_DESKTOP_DIR="$HOME/"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_PROJECTS_DIR="$HOME/Projects"To restore the Desktop folder, set XDG_DESKTOP_DIR="$HOME/" to XDG_DESKTOP_DIR="$HOME/Desktop", create a folder named "Desktop" and log out.
I don't care what you do at home. Would you care to explain?
Offline
Offline
Offline
It's not created in the BunsenLabs session because that's how Philip did it with #!.
All these years and I never noticed that.
You must unlearn what you have learned.
-- yoda
Offline
I guess my Ubuntu Desktop folder must have got added when I first installed Boron and restored my home directory. That didn't happen with Carbon because I didn't have time to back up and restore before updating.
Offline
hhh wrote:It's not created in the BunsenLabs session because that's how Philip did it with #!.
All these years and I never noticed that.
Me neither. He probably did it intentionally. Desktop directory is actually useless in a WM environment like OB.
Offline
Desktop directory is actually useless in a WM environment like OB.
There was some discussion about it back in the day, but right, unless something is displaying the contents of the desktop folder on the ...desktop (eg pcmanfm or xfdesktop4) then there's no point in having it.
Personally, I modify BL to the point of adding that line to ~/.config/user-dirs.dirs and running xfdesktop4 so I can throw files that need dealing with somewhere in plain sight.
...in practice they end up being forgotten anyway, just like the real desktop where I can barely find the keyboard right now. ![]()
...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 )
Offline
I guess my Ubuntu Desktop folder must have got added when I first installed Boron and restored my home directory. That didn't happen with Carbon because I didn't have time to back up and restore before updating.
Does IceWm support desktop icons now?
You must unlearn what you have learned.
-- yoda
Offline
Curious to check cb++. It doesn't use Desktop directory, either.
live@debian:~$ ls
backup bin documents downloads images music templates tmp videos
live@debian:~$ cat .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
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DOWNLOAD_DIR="$HOME/downloads"
XDG_DOCUMENTS_DIR="$HOME/documents"
XDG_MUSIC_DIR="$HOME/music"
XDG_PICTURES_DIR="$HOME/images"
XDG_VIDEOS_DIR="$HOME/videos"
XDG_DESKTOP_DIR="$HOME"
XDG_TEMPLATES_DIR="$HOME/templates"
XDG_PUBLICSHARE_DIR="$HOME"
Offline
MarkW wrote:I guess my Ubuntu Desktop folder must have got added when I first installed Boron and restored my home directory. That didn't happen with Carbon because I didn't have time to back up and restore before updating.
Does IceWm support desktop icons now?
Not exactly. It has an option to iconify your windows to the desktop. But, otherwise, no desktop shortcuts.
Of course, when I started on BL I used the standard OB WM Which doesn't even do that,
Offline