pcmanfm 0.9.8

The dedicated forum for PCMan File Manager - http://wiki.lxde.org/en/PCManFM
Locked
Texstar
Posts: 14
Joined: Mon Mar 30, 2009 8:16 am

pcmanfm 0.9.8

Post by Texstar »

When I right click on preference and change the wallpaper it saves pcmanfm.conf to .config/pcmanfm/default folder but when I log into lxde it wants to read from .config/pcmanfm folder. Is there some way I can patch pcmanfm to save the pcmanfm.conf to the .config/pcmanfm folder?

Tex
Texstar
Posts: 14
Joined: Mon Mar 30, 2009 8:16 am

Re: pcmanfm 0.9.8

Post by Texstar »

Texstar wrote:When I right click on preference and change the wallpaper it saves pcmanfm.conf to .config/pcmanfm/default folder but when I log into lxde it wants to read from .config/pcmanfm folder. Is there some way I can patch pcmanfm to save the pcmanfm.conf to the .config/pcmanfm folder?

Tex
Nevermind. I figured out what I needed to fix.
Milozzy
Posts: 3
Joined: Fri Dec 03, 2010 10:42 am

Re: pcmanfm 0.9.8

Post by Milozzy »

Same problem...can you share your solution please?

Thanks!
andrewthomas
Posts: 2
Joined: Tue May 24, 2011 12:58 pm

Re: pcmanfm 0.9.8

Post by andrewthomas »

What I did was create a symbolic link.

Code: Select all

ln -s ~/.config/pcmanfm/defaut/pcmanfm.conf ~/.config/pcmanfm/pcmanfm.conf
Locked