You are not logged in.
Hello, I have installed LXDE with pcmanfm. After installation, I ran:
exec ck-launch-session startlxdebut i got
cp: cannot stat /usr/share/lxde/pcmanfm/pcmanfm.conf No such file or directory How can I resolve this problem?
Offline
Workaround to get you going: create/copy/borrow/steal a pcmanfm.conf and put it in the given location.
Recommended action: report the bug to the lxde people.
Ultimate solution: fix the bug, and send a patch to the lxde people.
Offline
Emmm ok, can someone paste here, this config file??
Offline
Well… config file – unfortunately no, but you could try to "touch" the thing:
touch ~/.config/pcmanfm/pcmanfm.conf"startlxde" tries to copy conf into .config/pcmanfm and this tricks it to believe that config is already there. Yup – only workaround but it should work. Let me know how did it work.
It's not the best thing when they call you a "member" you know… ![]()
Offline
The reported "bug" still persists to date -- when following the LXDE Wiki article.
I "solved" by installing the package 'pcmanfm' and running the following commands:
mkdir -p /usr/share/lxde/pcmanfm
cp -a /etc/xdg/pcmanfm/default/pcmanfm.conf /usr/share/lxde/pcmanfm/pcmanfm.conf
[]s
Luiz.
Offline
Has the bug actually been reported - or are you just referring to this thread?
Offline
I was referring only to this thread, sorry.
I would fix the Wiki myself, but I think its better for me to learn more about LXDE before doing it.
[]s
Luiz
Offline
The reported "bug" still persists to date -- when following the LXDE Wiki article.
I "solved" by installing the package 'pcmanfm' and running the following commands:
mkdir -p /usr/share/lxde/pcmanfm
cp -a /etc/xdg/pcmanfm/default/pcmanfm.conf /usr/share/lxde/pcmanfm/pcmanfm.conf[]s
Luiz.
I had to create a symbollic link to get my wallpaper to show up.
ln -s ~/.config/pcmanfm/defaut/pcmanfm.conf ~/.config/pcmanfm/pcmanfm.conf Since both of the problems seem to me to be confined to archlinux (neither of the problems occur in a gentoo installation,) I would think that the bug should be reported to archlinux and not upstream.
Last edited by andrewthomas (2011-05-25 00:01:56)
If this helped you, please take the time to rate the value of this post:
http://rate.affero.net/andrewthomas/
Offline
bug reported ? I got the same issue here ![]()
Offline