You are not logged in.
I am running XFCE 4.8 on a Rasberry Pi 2 B. Love it, but:
If I create a directory in my home directory that folder will automatically show up on my desktop. If I delete the folder on the desktop it deletes the directory in my home directory.
How do I stop that? I did not see this behavior on other systems, but I see it on my Raspberry Pi.
Last edited by weaver4 (2015-08-18 14:33:02)
Offline
xdg-user-dirs (also Xdg user directories)
Look at ~/.config/user-dirs.dirs and change "XDG_DESKTOP_DIR" to point to your Desktop directory or alternately:
xdg-user-dirs-update --set DESKTOP ~/Desktop
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks,
my ~/Desktop was a link (ln) to /usr/share/indiecity/pistore/pistore.desktop. Don't know why it was that way but it is on a Raspberry Pi.
So I renamed Desktop to Desktop.original and then made a new directory called ~/Desktop.
Then I did what ToZ suggested and everthing worked OK.
Offline
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 522.56 KiB (Peak: 529.23 KiB) ]