* src/etc/lightdm/lightdm-gtk-greeter.conf.d/30_lubuntu.conf:
- Move the lightdm-gtk-greeter config file to the new location. * src/etc/xdg/lubuntu/lightdm: - Remove the old location of lightdm-gtk-greeter config file. * debian/lubuntu-default-settings.dirs - Remove /etc/lightdm now that it's created. * debian/control - Increase the depends on lightdm-gtk-greeter. * debian/lubuntu-default-settings.postinst * debian/lubuntu-default-settings.postrm * debian/lubuntu-default-settings.preinst * debian/lubuntu-default-settings.prerm - Update with the new lightdm-gtk-greeter config file.
This commit is contained in:
parent
26c8546f4e
commit
b53a1b605c
13
debian/changelog
vendored
13
debian/changelog
vendored
@ -6,6 +6,19 @@ lubuntu-default-settings (0.44) UNRELEASED; urgency=medium
|
||||
by default.
|
||||
* debian/lubuntu-default-settings.install
|
||||
- Install xfce4 specific settings.
|
||||
* src/etc/lightdm/lightdm-gtk-greeter.conf.d/30_lubuntu.conf:
|
||||
- Move the lightdm-gtk-greeter config file to the new location.
|
||||
* src/etc/xdg/lubuntu/lightdm:
|
||||
- Remove the old location of lightdm-gtk-greeter config file.
|
||||
* debian/lubuntu-default-settings.dirs
|
||||
- Remove /etc/lightdm now that it's created.
|
||||
* debian/control
|
||||
- Increase the depends on lightdm-gtk-greeter.
|
||||
* debian/lubuntu-default-settings.postinst
|
||||
* debian/lubuntu-default-settings.postrm
|
||||
* debian/lubuntu-default-settings.preinst
|
||||
* debian/lubuntu-default-settings.prerm
|
||||
- Update with the new lightdm-gtk-greeter config file.
|
||||
|
||||
[ Krytarik Raido ]
|
||||
* src/usr/share/lubuntu/openbox/rc.xml & nexus-rc.xml:
|
||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -44,7 +44,7 @@ Package: lxgames-default-session
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends},
|
||||
lubuntu-default-settings,
|
||||
lightdm-greeter,
|
||||
lightdm-gtk-greeter (>= 2.0.1-1),
|
||||
lightdm (>= 1.9.4),
|
||||
lubuntu-extra-sessions
|
||||
Provides: lightdm-gtk-greeter-config
|
||||
@ -55,7 +55,7 @@ Package: lubuntu-default-session
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends},
|
||||
lubuntu-default-settings,
|
||||
lightdm-greeter,
|
||||
lightdm-gtk-greeter (>= 2.0.1-1),
|
||||
lightdm (>= 1.9.4)
|
||||
Provides: lightdm-gtk-greeter-config
|
||||
Description: Set default session to Lubuntu
|
||||
@ -65,7 +65,7 @@ Package: lubuntu-nexus7-default-session
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends},
|
||||
lubuntu-default-settings,
|
||||
lightdm-greeter,
|
||||
lightdm-gtk-greeter (>= 2.0.1-1),
|
||||
lightdm (>= 1.9.4),
|
||||
lubuntu-extra-sessions
|
||||
Provides: lightdm-gtk-greeter-config
|
||||
|
1
debian/lubuntu-default-settings.dirs
vendored
1
debian/lubuntu-default-settings.dirs
vendored
@ -1,2 +1 @@
|
||||
/etc/lxdm
|
||||
/etc/lightdm
|
||||
|
2
debian/lubuntu-default-settings.install
vendored
2
debian/lubuntu-default-settings.install
vendored
@ -1,6 +1,6 @@
|
||||
etc/lightdm/
|
||||
etc/xdg/lubuntu/applications/
|
||||
etc/xdg/lubuntu/libfm/
|
||||
etc/xdg/lubuntu/lightdm/
|
||||
etc/xdg/lubuntu/lxdm/
|
||||
etc/xdg/lubuntu/lxterminal/
|
||||
etc/xdg/lubuntu/menus/lxde-applications.menu
|
||||
|
10
debian/lubuntu-default-settings.postinst
vendored
10
debian/lubuntu-default-settings.postinst
vendored
@ -13,9 +13,13 @@ fi
|
||||
if [ "$1" = "configure" ] ; then
|
||||
update-alternatives --install /etc/lxdm/default.conf \
|
||||
lxdm.conf /etc/xdg/lubuntu/lxdm/lxdm.conf 60
|
||||
update-alternatives --install /etc/lightdm/lightdm-gtk-greeter.conf \
|
||||
lightdm-gtk-greeter-config-derivative \
|
||||
/etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf 30
|
||||
fi
|
||||
|
||||
if dpkg-maintscript-helper supports mv_conffile; then
|
||||
dpkg-maintscript-helper mv_conffile \
|
||||
/etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf \
|
||||
/etc/lightdm/lightdm-gtk-greeter.conf.d/30_lubuntu.conf \
|
||||
0.44 -- "$@"
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
14
debian/lubuntu-default-settings.postrm
vendored
Normal file
14
debian/lubuntu-default-settings.postrm
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
#! /bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if dpkg-maintscript-helper supports mv_conffile; then
|
||||
dpkg-maintscript-helper mv_conffile \
|
||||
/etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf \
|
||||
/etc/lightdm/lightdm-gtk-greeter.conf.d/30_lubuntu.conf \
|
||||
0.44 -- "$@"
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
14
debian/lubuntu-default-settings.preinst
vendored
Normal file
14
debian/lubuntu-default-settings.preinst
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
#! /bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if dpkg-maintscript-helper supports mv_conffile; then
|
||||
dpkg-maintscript-helper mv_conffile \
|
||||
/etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf \
|
||||
/etc/lightdm/lightdm-gtk-greeter.conf.d/30_lubuntu.conf \
|
||||
0.44 -- "$@"
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
2
debian/lubuntu-default-settings.prerm
vendored
2
debian/lubuntu-default-settings.prerm
vendored
@ -4,8 +4,6 @@ set -e
|
||||
|
||||
if [ "$1" = "remove" ] ; then
|
||||
update-alternatives --remove lxdm.conf /etc/xdg/lubuntu/lxdm/lxdm.conf
|
||||
update-alternatives --remove lightdm-gtk-greeter-config-derivative \
|
||||
/etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
Loading…
x
Reference in New Issue
Block a user