Mailinglist Archive: opensuse-commit (1028 mails)
| < Previous | Next > |
commit gdm
- From: root@xxxxxxx (h_root)
- Date: Thu, 1 Jun 2006 00:39:22 +0200 (CEST)
- Message-id: <20060531223922.3909B90881@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gdm
checked in at Thu Jun 1 00:39:22 CEST 2006.
--------
--- GNOME/gdm/gdm.changes 2006-05-24 18:06:48.000000000 +0200
+++ gdm/gdm.changes 2006-06-01 00:32:01.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jun 1 00:29:36 CEST 2006 - dreveman@xxxxxxx
+
+- Fix bg patch and change gdm.conf patch so we pass -br to X
+ server for black root window. (bnc 179847)
+
+-------------------------------------------------------------------
Old:
----
gdm-2.8.0.7-bg-3.patch
New:
----
gdm-2.8.0.7-bg-4.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gdm.spec ++++++
--- /var/tmp/diff_new_pack.U1poba/_old 2006-06-01 00:38:59.000000000 +0200
+++ /var/tmp/diff_new_pack.U1poba/_new 2006-06-01 00:38:59.000000000 +0200
@@ -22,7 +22,7 @@
Group: System/GUI/GNOME
Autoreqprov: on
Version: 2.8.0.7
-Release: 63
+Release: 65
Summary: The GNOME 2.x Display Manager
Source: %{name}-%{version}.tar.bz2
Source1: gdm.pamd
@@ -46,7 +46,7 @@
Patch15: gdm-2.8.0.0-setup-no-flicker.patch
Patch16: gdm-2.8.0.0-timed-login-enact.patch
Patch18: gdm-gnome-screensaver.patch
-Patch19: gdm-2.8.0.7-bg-3.patch
+Patch19: gdm-2.8.0.7-bg-4.patch
Patch20: gdm-2.8.0.7-domain-entry.patch
Patch21: gdm-2.8.0.7-halt-needs-root.patch
Patch22: gdm-2.8.0.7-onlyshow-in-gnome.diff
@@ -239,6 +239,9 @@
%endif
%changelog -n gdm
+* Thu Jun 01 2006 - dreveman@xxxxxxx
+- Fix bg patch and change gdm.conf patch so we pass -br to X
+ server for black root window. (bnc 179847)
* Wed May 24 2006 - sbrabec@xxxxxxx
- Do not display Japanese string in terminal, which doesn't support
it (#168736).
++++++ gdm-2.8.0.7-bg-3.patch -> gdm-2.8.0.7-bg-4.patch ++++++
--- GNOME/gdm/gdm-2.8.0.7-bg-3.patch 2006-05-15 22:28:16.000000000 +0200
+++ gdm/gdm-2.8.0.7-bg-4.patch 2006-06-01 00:04:11.000000000 +0200
@@ -41,7 +41,7 @@
#include "gdm.h"
#include "gdmcommon.h"
#include "greeter.h"
-@@ -193,6 +199,125 @@
+@@ -193,6 +199,127 @@
c->pixel = 0;
}
@@ -93,7 +93,7 @@
+ * it at the same time. (This assumes that they follow the
+ * same conventions we do)
+ */
-+static void
++static gboolean
+set_root_pixmap (GdkPixmap *pixmap)
+{
+ Atom type;
@@ -162,6 +162,8 @@
+ XClearWindow (display, RootWindow (display, screen_num));
+ XUngrabServer (display);
+ XFlush (display);
++
++ return FALSE;
+}
+
void
@@ -172,7 +174,7 @@
if (item->data.pixmap.pixbufs[GREETER_ITEM_STATE_NORMAL] != NULL)
+ {
-+ static int bg_set = 0;
++ static int bg_set = 1; /* disabled */
+
item->item = gnome_canvas_item_new (group,
GNOME_TYPE_CANVAS_PIXBUF,
++++++ gdm-conf.patch ++++++
--- /var/tmp/diff_new_pack.U1poba/_old 2006-06-01 00:39:01.000000000 +0200
+++ /var/tmp/diff_new_pack.U1poba/_new 2006-06-01 00:39:01.000000000 +0200
@@ -144,3 +144,12 @@
#SoundOnLoginFile=
# If SoundOnLoginSuccess, then the greeter will play a sound (as above)
# when a user successfully logs in
+@@ -478,7 +472,7 @@
+ # Definition of the standard X server.
+ [server-Standard]
+ name=Standard server
+-command=@X_SERVER@ @X_CONFIG_OPTIONS@ @XEVIE_OPTION@
++command=@X_SERVER@ @X_CONFIG_OPTIONS@ @XEVIE_OPTION@ -br
+ flexible=true
+
+ # To use this server type you should add -query host or -indirect host
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit-help@xxxxxxxxxxxx
| < Previous | Next > |