xubuntu-dev team mailing list archive
-
xubuntu-dev team
-
Mailing list archive
-
Message #01119
[Branch ~xubuntu-dev/xubuntu-default-settings/trunk] Rev 324: * Finally add the lightdm greeter theme! lp: #861309
------------------------------------------------------------
revno: 324
fixes bug: https://launchpad.net/bugs/861309
committer: Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
branch nick: xubuntu-default-settings
timestamp: Wed 2011-09-28 21:50:30 +0200
message:
* Finally add the lightdm greeter theme! lp: #861309
* etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf: added.
* debian/{postinst,prerm}: install/remove alternatives to use our config
as /etc/lightdm/lightdm-gtk-greeter.conf.
* debian/control:
- add depends on lightdm-gtk-greeter >= 1.0.0-0ubuntu2
- provides lightdm-gtk-greeter-config.
added:
debian/prerm
etc/xdg/xdg-xubuntu/lightdm/
etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf
modified:
debian/changelog
debian/control
debian/postinst
--
lp:xubuntu-default-settings
https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk
Your team Xubuntu Team is subscribed to branch lp:xubuntu-default-settings.
To unsubscribe from this branch go to https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/+edit-subscription
=== modified file 'debian/changelog'
--- debian/changelog 2011-09-27 21:33:50 +0000
+++ debian/changelog 2011-09-28 19:50:30 +0000
@@ -1,3 +1,15 @@
+xubuntu-default-settings (11.10.6) UNRELEASED; urgency=low
+
+ * Finally add the lightdm greeter theme! lp: #861309
+ * etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf: added.
+ * debian/{postinst,prerm}: install/remove alternatives to use our config
+ as /etc/lightdm/lightdm-gtk-greeter.conf.
+ * debian/control:
+ - add depends on lightdm-gtk-greeter >= 1.0.0-0ubuntu2
+ - provides lightdm-gtk-greeter-config.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx> Wed, 28 Sep 2011 12:36:47 +0200
+
xubuntu-default-settings (11.10.5) oneiric; urgency=low
* etc/xdg/xdg-xubuntu/Thunar/po,
=== modified file 'debian/control'
--- debian/control 2011-09-24 11:54:22 +0000
+++ debian/control 2011-09-28 19:50:30 +0000
@@ -11,7 +11,9 @@
Package: xubuntu-default-settings
Architecture: all
Depends: ${misc:Depends}, xubuntu-artwork (>= 11.04.0~), ttf-droid,
- lightdm (>= 0.9.3-0ubuntu2), x11-common (>= 1:7.6+7ubuntu2)
+ lightdm (>= 0.9.3-0ubuntu2), x11-common (>= 1:7.6+7ubuntu2),
+ lightdm-gtk-greeter (>= 1.0.0-0ubuntu2)
Recommends: xfce4-utils, gnome-menus
+Provides: lightdm-gtk-greeter-config
Description: default settings for the Xubuntu desktop
This package contains the default settings used by Xubuntu.
=== modified file 'debian/postinst'
--- debian/postinst 2011-08-13 17:46:09 +0000
+++ debian/postinst 2011-09-28 19:50:30 +0000
@@ -52,4 +52,10 @@
;;
esac
+if [ "$1" = "configure" ] ; then
+ update-alternatives --install /etc/lightdm/lightdm-gtk-greeter.conf \
+ lightdm-gtk-greeter-config-derivative \
+ /etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf 30
+fi
+
#DEBHELPER#
=== added file 'debian/prerm'
--- debian/prerm 1970-01-01 00:00:00 +0000
+++ debian/prerm 2011-09-28 19:50:30 +0000
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+set -e
+
+if [ "$1" = "remove" ] ; then
+ update-alternatives --remove lightdm-gtk-greeter-config-derivative \
+ /etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf
+fi
+
+#DEBHELPER#
=== added directory 'etc/xdg/xdg-xubuntu/lightdm'
=== added file 'etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf'
--- etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf 2011-09-28 19:50:30 +0000
@@ -0,0 +1,17 @@
+#
+# background = Background file to use, either an image path or a color (e.g. #772953)
+# theme-name = GTK+ theme to use
+# font-name = Font to use
+# xft-antialias = Whether to antialias Xft fonts (true or false)
+# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
+# xft-hintstyle = What degree of hinting to use (hintnone, hintslight, hintmedium, or hintfull)
+# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
+#
+[greeter]
+background=/usr/share/xfce4/backdrops/xubuntu-greybird.png
+theme-name=greybird
+font-name=Droid Sans 10
+xft-antialias=true
+xft-dpi=96
+xft-hintstyle=slight
+xft-rgba=rgb