diff --git a/debian/changelog b/debian/changelog index 53bb724..d87d20a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ lubuntu-default-settings (0.6) UNRELEASED; urgency=low * debian/control: Depends on the re-written pcmanfm2 (>= 0.7.0) * autostart: - Use new pcmanfm --desktop command to start pcmanfm with desktop management + - Add polkit-gnome-authentification-agent-1 * usr/bin/start* : - Ensure configuration files for libfm and pcmanfm2. - From LXDE upstream, make sur dbus is launched when it's necessary. diff --git a/etc/xdg/lxsession/Lubuntu-Netbook/autostart b/etc/xdg/lxsession/Lubuntu-Netbook/autostart index 6afe616..9bdc5f6 100644 --- a/etc/xdg/lxsession/Lubuntu-Netbook/autostart +++ b/etc/xdg/lxsession/Lubuntu-Netbook/autostart @@ -4,3 +4,4 @@ @xscreensaver -no-splash @gnome-power-manager @pcmanfm --desktop +@/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 diff --git a/etc/xdg/lxsession/Lubuntu/autostart b/etc/xdg/lxsession/Lubuntu/autostart index e972eef..2cbc956 100644 --- a/etc/xdg/lxsession/Lubuntu/autostart +++ b/etc/xdg/lxsession/Lubuntu/autostart @@ -3,3 +3,4 @@ @xscreensaver -no-splash @gnome-power-manager @pcmanfm --desktop +@/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1