From 36e857f4846fed339695372c157e63fc919f5d83 Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Sun, 7 Mar 2010 13:12:56 +0100 Subject: [PATCH] Fix for profile support in pcmanfm --- .../pcmanfm.conf => etc/xdg/lubuntu/pcmanfm/lubuntu.conf | 0 etc/xdg/lxsession/Lubuntu/autostart | 2 +- usr/bin/startlubuntu | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename usr/share/lubuntu/pcmanfm/pcmanfm.conf => etc/xdg/lubuntu/pcmanfm/lubuntu.conf (100%) diff --git a/usr/share/lubuntu/pcmanfm/pcmanfm.conf b/etc/xdg/lubuntu/pcmanfm/lubuntu.conf similarity index 100% rename from usr/share/lubuntu/pcmanfm/pcmanfm.conf rename to etc/xdg/lubuntu/pcmanfm/lubuntu.conf diff --git a/etc/xdg/lxsession/Lubuntu/autostart b/etc/xdg/lxsession/Lubuntu/autostart index 2cbc956..ecd7530 100644 --- a/etc/xdg/lxsession/Lubuntu/autostart +++ b/etc/xdg/lxsession/Lubuntu/autostart @@ -2,5 +2,5 @@ @lxpanel --profile Lubuntu @xscreensaver -no-splash @gnome-power-manager -@pcmanfm --desktop +@pcmanfm --desktop --profile lubuntu @/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 diff --git a/usr/bin/startlubuntu b/usr/bin/startlubuntu index 9faa5ae..410a8a9 100644 --- a/usr/bin/startlubuntu +++ b/usr/bin/startlubuntu @@ -31,7 +31,7 @@ fi if [ ! -f "$PCMANFM_CONF_DIR/pcmanfm.conf" ]; then 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 # Ensure the existance of pcmanfm config file