← Back to team overview

ubuntustudio-dev team mailing list archive

[Merge] lp:~robert-ancell/ubuntustudio-default-settings/lightdm-config-in-usr into lp:ubuntustudio-default-settings

 

Robert Ancell has proposed merging lp:~robert-ancell/ubuntustudio-default-settings/lightdm-config-in-usr into lp:ubuntustudio-default-settings.

Commit message:
Move LightDM configuration from /etc/lightdm/lightdm.conf.d to
/usr/share/lightdm/lightdm.conf.d

Requested reviews:
  Ubuntu Studio Development Team (ubuntustudio-dev)

For more details, see:
https://code.launchpad.net/~robert-ancell/ubuntustudio-default-settings/lightdm-config-in-usr/+merge/233124

Move LightDM configuration from /etc to /usr. This means it will be correctly removed if this package is uninstalled. Otherwise you can have invalid configuration (referring to a session that is not available).
-- 
https://code.launchpad.net/~robert-ancell/ubuntustudio-default-settings/lightdm-config-in-usr/+merge/233124
Your team Ubuntu Studio Development Team is requested to review the proposed merge of lp:~robert-ancell/ubuntustudio-default-settings/lightdm-config-in-usr into lp:ubuntustudio-default-settings.
=== modified file 'debian/changelog'
--- debian/changelog	2014-04-09 16:25:01 +0000
+++ debian/changelog	2014-09-02 21:12:19 +0000
@@ -1,3 +1,10 @@
+ubuntustudio-default-settings (0.55) utopic; urgency=medium
+
+  * Move LightDM configuration from /etc/lightdm/lightdm.conf.d to
+    /usr/share/lightdm/lightdm.conf.d
+
+ -- Robert Ancell <robert.ancell@xxxxxxxxxxxxx>  Wed, 03 Sep 2014 09:05:41 +1200
+
 ubuntustudio-default-settings (0.54) trusty; urgency=medium
 
   * Set default wallpaper key for gsettings based applications, e.g.

=== modified file 'debian/ubuntustudio-default-settings.maintscript'
--- debian/ubuntustudio-default-settings.maintscript	2013-10-22 18:39:29 +0000
+++ debian/ubuntustudio-default-settings.maintscript	2014-09-02 21:12:19 +0000
@@ -1,1 +1,2 @@
 rm_conffile /etc/default/grub.d/50_ubuntustudio.cfg 0.50~
+rm_conffile /etc/lightdm/lightdm.conf.d/10-ubuntustudio.conf 0.55~

=== removed directory 'etc/lightdm'
=== removed directory 'etc/lightdm/lightdm.conf.d'
=== added directory 'usr/share/lightdm'
=== added directory 'usr/share/lightdm/lightdm.conf.d'
=== renamed file 'etc/lightdm/lightdm.conf.d/10-ubuntustudio.conf' => 'usr/share/lightdm/lightdm.conf.d/10-ubuntustudio.conf'

References