diff --git a/debian/changelog b/debian/changelog index b428848..537cd2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,19 +1,24 @@ -lubuntu-default-settings (0.6) UNRELEASED; urgency=low +lubuntu-default-settings (0.7) UNRELEASED; urgency=low - * Set iconsize to 22 and panel height to 24 for panel settings. It displays - correct icons size for panel icons. Thanks Leszek Lesner. * 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. - * Use pcmanfm2.desktop in lxpanel panel settings. + * Use pcmanfm2.desktop in lxpanel panel settings. + + -- Julien Lavergne Mon, 01 Mar 2010 00:38:35 +0100 + +lubuntu-default-settings (0.6) lucid; urgency=low + + * Set iconsize to 22 and panel height to 24 for panel settings. It displays + correct icons size for panel icons. Thanks Leszek Lesner. + * usr/bin/start* : + - From LXDE upstream, make sure dbus is launched when it's necessary. + - Add polkit-gnome-authentification-agent-1 to make polkit working again. * Add custom defaults.list for applications by default. - * dirs: Add /etc/lxdm, to be sure the directory exit (LP: #527482) + * debian/dirs: Add /etc/lxdm, to be sure the directory exit (LP: #527482). - -- Julien Lavergne Wed, 24 Feb 2010 21:40:19 +0100 + -- Julien Lavergne Mon, 01 Mar 2010 00:35:26 +0100 lubuntu-default-settings (0.5) lucid; urgency=low diff --git a/etc/xdg/lubuntu/applications/defaults.list b/etc/xdg/lubuntu/applications/defaults.list index 0b9bc8c..6c99ccd 100644 --- a/etc/xdg/lubuntu/applications/defaults.list +++ b/etc/xdg/lubuntu/applications/defaults.list @@ -163,7 +163,7 @@ video/mpeg=gnome-mplayer.desktop video/msvideo=gnome-mplayer.desktop video/quicktime=gnome-mplayer.desktop video/vnd.rn-realvideo=gnome-mplayer.desktop -video/ogv=gnome-mplayer.desktop +video/ogg=gnome-mplayer.desktop video/x-anim=gnome-mplayer.desktop video/x-avi=gnome-mplayer.desktop video/x-flc=gnome-mplayer.desktop diff --git a/etc/xdg/lxsession/Lubuntu-Netbook/autostart b/etc/xdg/lxsession/Lubuntu-Netbook/autostart index 3de9d19..9bdc5f6 100644 --- a/etc/xdg/lxsession/Lubuntu-Netbook/autostart +++ b/etc/xdg/lxsession/Lubuntu-Netbook/autostart @@ -3,5 +3,5 @@ @lxpanel --profile Lubuntu @xscreensaver -no-splash @gnome-power-manager -@pcmanfm --desktop & +@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 181b0cc..2cbc956 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 @/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1