~ubuntu-branches/ubuntu/dapper/gnome-screensaver/dapper

« back to all changes in this revision

Viewing changes to debian/patches/88_make_RUNNING_UNDER_GDM_work.patch

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2006-05-18 17:24:39 UTC
  • Revision ID: james.westby@ubuntu.com-20060518172439-lzsnroig31r1ej0l
Tags: 2.14.1-0ubuntu4
added 88_make_RUNNING_UNDER_GDM_work.patch to make the live CD actually
ignore locking, THANKS KEYBUK for lending an eye to the blind one !!! (closes #30118)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur gnome-screensaver-2.14.1/src/gs-window-x11.c gnome-screensaver-2.14.1.new/src/gs-window-x11.c
 
2
--- gnome-screensaver-2.14.1/src/gs-window-x11.c        2006-05-18 17:23:24.000000000 +0200
 
3
+++ gnome-screensaver-2.14.1.new/src/gs-window-x11.c    2006-05-18 17:23:58.000000000 +0200
 
4
@@ -564,7 +564,8 @@
 
5
                 "KRB5CCNAME",
 
6
                 "KRBTKFILE",
 
7
                 "LANG",
 
8
-                "LANGUAGE"
 
9
+                "LANGUAGE",
 
10
+               "RUNNING_UNDER_GDM"
 
11
         };
 
12
 
 
13
         env = g_ptr_array_new ();