Updating link to change in openSUSE:Factory/gdm revision 181.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=3c817b48571b4b94139c8cbc4a4c604b
This commit is contained in:
parent
70bc3df37a
commit
a3dd5380e4
29
gdm-xdmcp-display-this-shouldn-t-be-an-abstract-type.patch
Normal file
29
gdm-xdmcp-display-this-shouldn-t-be-an-abstract-type.patch
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
From d28f4d6d3b5abc0001fbf11f4ff54aeacece84b6 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Ray Strode <rstrode@redhat.com>
|
||||||
|
Date: Wed, 4 Nov 2015 15:11:29 -0500
|
||||||
|
Subject: [PATCH] xdmcp-display: this shouldn't be an abstract type
|
||||||
|
|
||||||
|
We instantiate it directly, so make it a normal
|
||||||
|
type.
|
||||||
|
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=757714
|
||||||
|
---
|
||||||
|
daemon/gdm-xdmcp-display.c | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/daemon/gdm-xdmcp-display.c b/daemon/gdm-xdmcp-display.c
|
||||||
|
index 764bcff..c9f9c3d 100644
|
||||||
|
--- a/daemon/gdm-xdmcp-display.c
|
||||||
|
+++ b/daemon/gdm-xdmcp-display.c
|
||||||
|
@@ -66,7 +66,7 @@ enum {
|
||||||
|
static void gdm_xdmcp_display_class_init (GdmXdmcpDisplayClass *klass);
|
||||||
|
static void gdm_xdmcp_display_init (GdmXdmcpDisplay *xdmcp_display);
|
||||||
|
|
||||||
|
-G_DEFINE_ABSTRACT_TYPE (GdmXdmcpDisplay, gdm_xdmcp_display, GDM_TYPE_DISPLAY)
|
||||||
|
+G_DEFINE_TYPE (GdmXdmcpDisplay, gdm_xdmcp_display, GDM_TYPE_DISPLAY)
|
||||||
|
|
||||||
|
gint32
|
||||||
|
gdm_xdmcp_display_get_session_number (GdmXdmcpDisplay *display)
|
||||||
|
--
|
||||||
|
2.6.2
|
||||||
|
|
3
gdm.spec
3
gdm.spec
@ -58,6 +58,8 @@ Patch34: gdm-default-wm.patch
|
|||||||
Patch35: gdm-xauthlocalhostname.patch
|
Patch35: gdm-xauthlocalhostname.patch
|
||||||
# PATCH-FIX-UPSTREAM gdm-plymouth-vt1.patch bnc#881676 fcrozat@suse.com -- switch to VT1 when quitting if gdm was starting with plymouth running
|
# PATCH-FIX-UPSTREAM gdm-plymouth-vt1.patch bnc#881676 fcrozat@suse.com -- switch to VT1 when quitting if gdm was starting with plymouth running
|
||||||
Patch41: gdm-plymouth-vt1.patch
|
Patch41: gdm-plymouth-vt1.patch
|
||||||
|
# PATCH-FIX-UPSTREAM gdm-xdmcp-display-this-shouldn-t-be-an-abstract-type.patch bgo#757714 fcrozat@suse.com -- Fix xdmcp not starting at all
|
||||||
|
Patch42: gdm-xdmcp-display-this-shouldn-t-be-an-abstract-type.patch
|
||||||
BuildRequires: check-devel
|
BuildRequires: check-devel
|
||||||
# needed for directory ownership
|
# needed for directory ownership
|
||||||
BuildRequires: dconf
|
BuildRequires: dconf
|
||||||
@ -185,6 +187,7 @@ translation-update-upstream
|
|||||||
%patch34 -p1
|
%patch34 -p1
|
||||||
#patch35 -p1
|
#patch35 -p1
|
||||||
%patch41 -p1
|
%patch41 -p1
|
||||||
|
%patch42 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
NOCONFIGURE=1 sh autogen.sh
|
NOCONFIGURE=1 sh autogen.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user