Page 1 of 1

No desktop icons

Posted: Tue Oct 11, 2011 10:14 am
by kahlil88
Just got LXDE up and running on Arch Linux but the desktop icons aren't showing up. Based on my experiences with Gnome, I'm guessing it has something to do with PCManFM.

Re: No desktop icons

Posted: Tue Oct 11, 2011 3:24 pm
by LXNevermind

Re: No desktop icons

Posted: Tue Oct 11, 2011 6:22 pm
by kahlil88
LXNevermind wrote:Did you try this: https://wiki.archlinux.org/index.php/PC ... o_icons.3F?
I had to create the .gtkrc-2.0 file, but yes. Tried installing pcmanfm-mod and pcmanfm-legacy from the AUR, and I could get "My Documents" to appear on the desktop if I ran "pcmanfm(-mod) --desktop" manually but it didn't show up when I tried restarting the display manager.

Re: No desktop icons

Posted: Tue Oct 11, 2011 7:32 pm
by LXNevermind
I'm Arch user, I'm using "normal" PCmanFM and I have icons, so there's no need to install packages from AUR.
Please show me what do you have in /etc/gtk-2.0/gtkrc file.

Re: No desktop icons

Posted: Tue Oct 11, 2011 8:23 pm
by kahlil88
LXNevermind wrote:I'm Arch user, I'm using "normal" PCmanFM and I have icons, so there's no need to install packages from AUR.
Please show me what do you have in /etc/gtk-2.0/gtkrc file.
gtk-fallback-icon-theme = "Tango"

Re: No desktop icons

Posted: Tue Oct 11, 2011 8:35 pm
by LXNevermind
Ok, then what do you have in /etc/xdg/lxsession/LXDE/autostart ?

Re: No desktop icons

Posted: Tue Oct 11, 2011 9:22 pm
by kahlil88
LXNevermind wrote:Ok, then what do you have in /etc/xdg/lxsession/LXDE/autostart ?
@lxpanel --profile LXDE
@pcmanfm --desktop --profile LXDE
@xscreensaver -no-splash

Re: No desktop icons

Posted: Tue Oct 11, 2011 10:30 pm
by LXNevermind
I just have found your post on arch forum and you should know you won't have desktop/my computer/trash by default. You can create shortcuts to them. On dsktop you will only see icons of files/folders which are in ~/Desktop folder.

I slowly run out of ideas...
Does something change if you type in terminal (in lxde):

Code: Select all

exec pcmanfm --desktop

Re: No desktop icons

Posted: Wed Oct 12, 2011 12:42 am
by kahlil88
LXNevermind wrote:I just have found your post on arch forum and you should know you won't have desktop/my computer/trash by default. You can create shortcuts to them. On dsktop you will only see icons of files/folders which are in ~/Desktop folder.

I slowly run out of ideas...
Does something change if you type in terminal (in lxde):

Code: Select all

exec pcmanfm --desktop
Ah, didn't realize I had to manually create the icons. Too used to Gnome and Xfce where the special icons can be turned on/off easily. I managed to create icons for Computer, Home and Trash but the user is allowed to delete them even if I change permissions to -r--r--r and owner to root:root. This machine is for a customer so I'd like it to feel as natural and un-wonky as possible.