Fix for profile support in pcmanfm
This commit is contained in:
parent
19a4b88164
commit
36e857f484
@ -2,5 +2,5 @@
|
|||||||
@lxpanel --profile Lubuntu
|
@lxpanel --profile Lubuntu
|
||||||
@xscreensaver -no-splash
|
@xscreensaver -no-splash
|
||||||
@gnome-power-manager
|
@gnome-power-manager
|
||||||
@pcmanfm --desktop
|
@pcmanfm --desktop --profile lubuntu
|
||||||
@/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
|
@/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
|
||||||
|
@ -31,7 +31,7 @@ fi
|
|||||||
|
|
||||||
if [ ! -f "$PCMANFM_CONF_DIR/pcmanfm.conf" ]; then
|
if [ ! -f "$PCMANFM_CONF_DIR/pcmanfm.conf" ]; then
|
||||||
mkdir -p "$PCMANFM_CONF_DIR"
|
mkdir -p "$PCMANFM_CONF_DIR"
|
||||||
cp /usr/share/lubuntu/pcmanfm/pcmanfm.conf "$PCMANFM_CONF_DIR/pcmanfm.conf"
|
cp /etc/xdg/lubuntu/pcmanfm/pcmanfm.conf "$PCMANFM_CONF_DIR/pcmanfm.conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Ensure the existance of pcmanfm config file
|
# Ensure the existance of pcmanfm config file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user