openbsd-ports/x11/gnome/gdm/patches/patch-gui_gdmsetup_c
jasper 981a816734 - update gdm to 2.20.7
* note there is a 2.24.x version of gdm, but newer versions require
policykit and all that kind of scary dbus shitz

feedback and ok ajacoutot@
2008-11-21 17:43:02 +00:00

21 lines
585 B
Plaintext

$OpenBSD: patch-gui_gdmsetup_c,v 1.6 2008/11/21 17:43:02 jasper Exp $
--- gui/gdmsetup.c.orig Mon Jun 30 19:53:05 2008
+++ gui/gdmsetup.c Tue Nov 18 22:55:23 2008
@@ -26,7 +26,6 @@
#include <string.h>
#include <unistd.h>
#include <signal.h>
-#include <popt.h>
#include <ctype.h>
#include <sys/socket.h>
#include <sys/types.h>
@@ -5454,7 +5453,7 @@ install_theme_file (gchar *filename, GtkListStore *sto
/* HACK! */
argv[0] = chown;
argv[1] = "-R";
- argv[2] = "root:root";
+ argv[2] = "root:wheel";
argv[3] = quoted;
argv[4] = NULL;
simple_spawn_sync (argv);