diff options
Diffstat (limited to 'x11/gnome-session/files')
4 files changed, 20 insertions, 33 deletions
diff --git a/x11/gnome-session/files/patch-data_Makefile.in b/x11/gnome-session/files/patch-data_Makefile.in deleted file mode 100644 index 82e1ed49f216..000000000000 --- a/x11/gnome-session/files/patch-data_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- data/Makefile.in.orig 2008-03-01 02:09:17.000000000 -0500 -+++ data/Makefile.in 2008-03-01 02:10:21.000000000 -0500 -@@ -258,7 +258,7 @@ default_in_files = default.session.in - default_DATA = $(default_in_files:.session.in=.session) - xsessiondir = $(datadir)/xsessions - xsession_in_files = gnome.desktop.in --xsession_DATA = $(xsession_in_files:.desktop.in=.desktop) -+xsession_DATA = # $(xsession_in_files:.desktop.in=.desktop) - settingsdir = $(datadir)/applications - @SESSION_TRUE@settings_in_files = session-properties.desktop.in - @SESSION_TRUE@settings_DATA = $(settings_in_files:.desktop.in=.desktop) -@@ -280,7 +280,7 @@ CLEANFILES = \ - gnome.desktop \ - session-properties.desktop - --all: all-recursive -+all: all-recursive default.session - - .SUFFIXES: - $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) diff --git a/x11/gnome-session/files/patch-disable_debug b/x11/gnome-session/files/patch-disable_debug deleted file mode 100644 index 778d72c9e67f..000000000000 --- a/x11/gnome-session/files/patch-disable_debug +++ /dev/null @@ -1,13 +0,0 @@ ---- gnome-session/main.c.orig 2008-01-16 16:48:55.000000000 -0600 -+++ gnome-session/main.c 2008-01-16 16:50:01.000000000 -0600 -@@ -626,8 +626,8 @@ - major = atoi (versions [1]); - if ((major % 2) != 0) - { -- g_setenv ("G_DEBUG", "fatal_criticals", FALSE); -- g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL); -+ /* g_setenv ("G_DEBUG", "fatal_criticals", FALSE); -+ g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL); */ - } - } - g_strfreev (versions); diff --git a/x11/gnome-session/files/patch-gnome-session_Makefile.in b/x11/gnome-session/files/patch-gnome-session_Makefile.in new file mode 100644 index 000000000000..7e78d6ed5deb --- /dev/null +++ b/x11/gnome-session/files/patch-gnome-session_Makefile.in @@ -0,0 +1,10 @@ +--- gnome-session/Makefile.in.orig 2008-08-20 14:29:34.000000000 -0400 ++++ gnome-session/Makefile.in 2008-08-20 14:29:56.000000000 -0400 +@@ -332,6 +332,7 @@ test_client_dbus_LDADD = \ + + gnome_session_LDADD = \ + -lSM -lICE \ ++ -lexecinfo \ + libgsmutil.la \ + $(top_builddir)/egg/libeggdesktopfile.la \ + $(GNOME_SESSION_LIBS) \ diff --git a/x11/gnome-session/files/patch-gnome-session_gsm-autostart-app.c b/x11/gnome-session/files/patch-gnome-session_gsm-autostart-app.c new file mode 100644 index 000000000000..3044f1b8988f --- /dev/null +++ b/x11/gnome-session/files/patch-gnome-session_gsm-autostart-app.c @@ -0,0 +1,10 @@ +--- gnome-session/gsm-autostart-app.c.orig 2008-08-20 14:18:52.000000000 -0400 ++++ gnome-session/gsm-autostart-app.c 2008-08-20 14:19:02.000000000 -0400 +@@ -25,6 +25,7 @@ + #include <string.h> + #include <sys/wait.h> + #include <errno.h> ++#include <signal.h> + + #include <glib.h> + #include <gio/gio.h> |
