Accepting request 581518 from home:xiaoguang_wang:branches:GNOME:Factory
- Remove gdm-default-wm-sle12.patch: default session in SLE15 becomes 'GNOME', don't need this patch anymore. OBS-URL: https://build.opensuse.org/request/show/581518 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=380
This commit is contained in:
parent
91c0d990cd
commit
492d8467bc
@ -1,13 +0,0 @@
|
||||
diff --git a/daemon/gdm-session.c b/daemon/gdm-session.c
|
||||
index ad25135..2f27451 100644
|
||||
--- a/daemon/gdm-session.c
|
||||
+++ b/daemon/gdm-session.c
|
||||
@@ -551,7 +551,7 @@ get_fallback_session_name (GdmSession *self)
|
||||
}
|
||||
g_free (name);
|
||||
|
||||
- name = g_strdup ("gnome");
|
||||
+ name = g_strdup ("sle-classic");
|
||||
if (get_session_command_for_name (self, name, NULL)) {
|
||||
g_free (self->priv->fallback_session_name);
|
||||
self->priv->fallback_session_name = name;
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 1 02:41:45 UTC 2018 - xwang@suse.com
|
||||
|
||||
- Remove gdm-default-wm-sle12.patch: default session in SLE15
|
||||
becomes 'GNOME', don't need this patch anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 31 10:03:25 UTC 2018 - yfjiang@suse.com
|
||||
|
||||
|
3
gdm.spec
3
gdm.spec
@ -68,8 +68,6 @@ Patch41: gdm-plymouth-vt1.patch
|
||||
Patch42: gdm-fails-to-restart-gnome-shell.patch
|
||||
# PATCH-FIX-UPSTREAM gdm-not-run-with-bogus-DISPLAY-XAUTHORITY.patch bsc#1068016 bgo#792150 xwang@suse.com -- When run PreSession script, don't set DISPLAY and XAUTHORITY environment variable
|
||||
Patch43: gdm-not-run-with-bogus-DISPLAY-XAUTHORITY.patch
|
||||
# PATCH-FIX-SLE gdm-default-wm-sle12.patch bnc#881659 cxiong@suse.com -- set default/fallback session type to SLE Classic
|
||||
Patch49: gdm-default-wm-sle12.patch
|
||||
# PATCH-FIX-SLE gdm-disable-gnome-initial-setup.patch bnc#1067976 qzhao@suse.com -- Disable gnome-initial-setup runs before gdm, g-i-s will only serve for CJK people to choose the input-method after login.
|
||||
Patch52: gdm-disable-gnome-initial-setup.patch
|
||||
# PATCH-FIX-UPSTREAM gdm-add-runtime-option-to-disable-starting-X-server-as-u.patch bnc#1075805 bgo#793255 msrb@suse.com -- Add runtime option to start X under root instead of regular user. Necessary if no DRI drivers are present.
|
||||
@ -221,7 +219,6 @@ translation-update-upstream
|
||||
%patch42 -p1
|
||||
%patch43 -p1
|
||||
%if !0%{?is_opensuse}
|
||||
%patch49 -p1
|
||||
%patch52 -p1
|
||||
%endif
|
||||
%patch53 -p1
|
||||
|
Loading…
x
Reference in New Issue
Block a user