]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/commitdiff
add DEP3 headers
authorcorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Tue, 5 Jul 2011 15:15:27 +0000 (15:15 +0000)
committercorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Tue, 5 Jul 2011 15:15:27 +0000 (15:15 +0000)
git-svn-id: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/lightdm@5853 0c9b3bff-18ee-0310-b944-d1aa2700132f

debian/patches/01_set-default-path.patch
debian/patches/02_default-config.patch
debian/patches/03_quit-plymouth.patch
debian/patches/04_fix_xauthority-path.patch
debian/patches/05_enforce-min-vt.patch

index 77a0acc3018ea37e56841742cb7808037640086b..295e6f80749047a141044080c4ff86336ef14bdd 100644 (file)
@@ -1,3 +1,6 @@
+Author: Yves-Alexis Perez <corsac@debian.org>
+Bug: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/798277
+Description: Add a default PATH environment variable
 diff --git a/src/session.c b/src/session.c
 index 61267f0..c4b1971 100644
 --- a/src/session.c
index e5b3bb2efdb190fc2bb3ad0d0da5efb58dc3bf12..9f0741e085ad8c58a54445b8ca5678c36e422f0d 100644 (file)
@@ -1,3 +1,13 @@
+Author: Yves-Alexis Perez <corsac@debian.org>
+Author: Lionel Le Folgoc <mrpouit@gmail.com>
+Description: adapt config to Debian
+Especially:
+
+* use X11 session wraper
+* start on vt7
+* don't show userlist
+* disable DMCP
+
 === modified file 'data/lightdm.conf'
 Index: lightdm-0.4.0/data/lightdm.conf
 ===================================================================
index 72ab8267b6a5d07d7d428cce4b7b930c92191787..b2e97eec7993c79bc3b16c43b804b16efb38ccb9 100644 (file)
@@ -1,3 +1,9 @@
+Author: Yves-Alexis Perez <corsac@debian.org>
+Description: quit plymouth instead of deactivating it
+plymouth is quitted from the /etc/init.d/plymouth script, but it'll hang if
+plymouth has been deactivated before, so just quit it for now.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632737
+Bug: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/799069
 diff --git a/src/display-manager.c b/src/display-manager.c
 index c8f5f32..5191fcc 100644
 --- a/src/display-manager.c
index 999ce0baca63596f8a8bfa4c6796fa6c8cd49197..8af4757cb48a8039162f9702d3cd533df77c8d74 100644 (file)
@@ -1,3 +1,6 @@
+Author: Yves-Alexis Perez <corsac@debian.org>
+Description: put xauthority file in user homedir
+Bug: https://bugs.launchpad.net/lightdm/+bug/685194
 Index: lightdm-0.4.0/src/display-manager.c
 ===================================================================
 --- lightdm-0.4.0.orig/src/display-manager.c   2011-06-17 04:04:18.000000000 +0200
index f0ca6985147ae32a754dea4e3d814ec7eb6ead82..5500623c5eff41c1a1bebe70c605a43f7496637f 100644 (file)
@@ -1,3 +1,8 @@
+Author: Yves-Alexis Perez <corsac@debian.org>
+Description: enforce minimum vt configuration
+Even if plymouth is running and has an active vt, when minimum-vt is defined
+enforce it.
+Bug: https://bugs.launchpad.net/lightdm/+bug/801880
 diff --git a/src/vt.c b/src/vt.c
 index 66f4802..b461bc2 100644
 --- a/src/vt.c