summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xdrakxconf2
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 13289416..4264b91a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- prevent running internal text mode UI in graphical mode (mga#7161)
+
Version 12.31 - 24 August 2012 Thierry Vignaud
- help fix for Network Sharing
diff --git a/drakxconf b/drakxconf
index 616bef6d..fae4fc7c 100755
--- a/drakxconf
+++ b/drakxconf
@@ -12,6 +12,8 @@ use common;
local $_ = join '', @ARGV;
+delete $ENV{DISPLAY};
+
/-h/ and die "usage: drakxconf\n";
/-version/ and die 'version: $Id: drakxconf 254567 2009-03-23 09:22:59Z tv $\n';