pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gnome-session: patch, TODO



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Fri Mar 4 23:08:24 2016 +0200
Changeset:	f1947145da3b1d08c00ac987901c187d2089aee1

Added Files:
	gnome-session/TODO
	gnome-session/patches/patch-gnome-session_main.c

Log Message:
gnome-session: patch, TODO

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f1947145da3b1d08c00ac987901c187d2089aee1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnome-session/TODO                               |  2 ++
 gnome-session/patches/patch-gnome-session_main.c | 15 +++++++++++++++
 2 files changed, 17 insertions(+)

diffs:
diff --git a/gnome-session/TODO b/gnome-session/TODO
new file mode 100644
index 0000000..608576e
--- /dev/null
+++ b/gnome-session/TODO
@@ -0,0 +1,2 @@
+What to do with the gnome session schema file?
+This is causing run-time problems.
diff --git a/gnome-session/patches/patch-gnome-session_main.c b/gnome-session/patches/patch-gnome-session_main.c
new file mode 100644
index 0000000..207f3e2
--- /dev/null
+++ b/gnome-session/patches/patch-gnome-session_main.c
@@ -0,0 +1,15 @@
+$NetBSD$
+
+rpmatch is only in glibc.
+
+--- gnome-session/main.c.orig	2015-02-17 19:53:01.000000000 +0000
++++ gnome-session/main.c
+@@ -260,7 +260,7 @@ main (int argc, char **argv)
+ 
+         debug_string = g_getenv ("GNOME_SESSION_DEBUG");
+         if (debug_string != NULL) {
+-                debug = rpmatch (debug_string) == TRUE || atoi (debug_string) == 1;
++                debug = atoi (debug_string) == 1;
+         }
+ 
+         error = NULL;


Home | Main Index | Thread Index | Old Index