No desktop icons

Please post all general support questions for LXDE here.
Locked
kahlil88
Posts: 5
Joined: Tue Oct 11, 2011 9:52 am
Location: Mendocino, CA

No desktop icons

Post 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.
There is no system but GNU and Linux is one of its kernels.
LXNevermind
Posts: 34
Joined: Sat Sep 10, 2011 11:31 am

Re: No desktop icons

Post by LXNevermind »

kahlil88
Posts: 5
Joined: Tue Oct 11, 2011 9:52 am
Location: Mendocino, CA

Re: No desktop icons

Post 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.
There is no system but GNU and Linux is one of its kernels.
LXNevermind
Posts: 34
Joined: Sat Sep 10, 2011 11:31 am

Re: No desktop icons

Post 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.
kahlil88
Posts: 5
Joined: Tue Oct 11, 2011 9:52 am
Location: Mendocino, CA

Re: No desktop icons

Post 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"
There is no system but GNU and Linux is one of its kernels.
LXNevermind
Posts: 34
Joined: Sat Sep 10, 2011 11:31 am

Re: No desktop icons

Post by LXNevermind »

Ok, then what do you have in /etc/xdg/lxsession/LXDE/autostart ?
kahlil88
Posts: 5
Joined: Tue Oct 11, 2011 9:52 am
Location: Mendocino, CA

Re: No desktop icons

Post 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
There is no system but GNU and Linux is one of its kernels.
LXNevermind
Posts: 34
Joined: Sat Sep 10, 2011 11:31 am

Re: No desktop icons

Post 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
kahlil88
Posts: 5
Joined: Tue Oct 11, 2011 9:52 am
Location: Mendocino, CA

Re: No desktop icons

Post 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.
There is no system but GNU and Linux is one of its kernels.
Locked