Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwife.git;a=commitdiff;h=d4c6d6edcbce4496892932c886dcea480f5b4ec2

commit d4c6d6edcbce4496892932c886dcea480f5b4ec2
Author: Elentir <elen...@mailoo.org>
Date:   Tue Jul 28 14:06:12 2009 +0200

stat the Xorg file directly instead of X

diff --git a/src/plugins/postconf.c b/src/plugins/postconf.c
index 7eb1507..71c7436 100644
--- a/src/plugins/postconf.c
+++ b/src/plugins/postconf.c
@@ -664,7 +664,7 @@ int prerun(GList **config)
char *ptr;

//* disable x configuration if no x server detected *//
-       ptr = g_strdup_printf("%s/usr/bin/X", TARGETDIR);
+       ptr = g_strdup_printf("%s/usr/bin/Xorg", TARGETDIR);
if(!stat(ptr, &buf))
{
gtk_widget_set_sensitive(pHBoxFrameX, TRUE);
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to