Unable to load LXDE

Hi, when I try to load LXDE, I get this message
Code:
cp: /usr/local/share/lxde/pcmanfm/pcmanfm.conf No file or directory found
 
Try this:
Code:
# mkdir -p /usr/local/share/lxde/pcmanfm
# cp /etc/xdg/pcmanfm/default/pcmanfm.conf /usr/local/share/lxde/pcmanfm/pcmanfm.conf
 
Should this be reported as a bug for the lxde-meta package or the relevant dependency?

I had to use these commands on FreeBSD 10.0-RELEASE-p1:

Code:
# mkdir -p /usr/local/share/lxde/pcmanfm
# sudo cp /usr/local/etc/xdg/pcmanfm/default/pcmanfm.conf /usr/local/share/lxde/pcmanfm/pcmanfm.conf
 
lucasreddinger said:
Should this be reported as a bug for the lxde-meta package or the relevant dependency?

I had to use these commands on FreeBSD 10.0-RELEASE-p1:

Code:
# mkdir -p /usr/local/share/lxde/pcmanfm
# sudo cp /usr/local/etc/xdg/pcmanfm/default/pcmanfm.conf /usr/local/share/lxde/pcmanfm/pcmanfm.conf
Note that misc/lxde-common port installs startlxde necessary to start LXDE via startx(1) command. I haven't checked it, but if the port maintainer didn't add this workaround yet, please go ahead and file a bug.

Suggest add a message pointing out that the user must copy pcmanfm.conf file to /usr/local/share/lxde/pcmanfm in order to start properly LXDE.
 
Most start up scripts look for *.conf files sequentially. startlxde should utilize /usr/local/etc/xdg/pcmanfm/default/pcmanfm.conf.
 
Back
Top