diff options
Diffstat (limited to 'wrapper')
-rw-r--r-- | wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,9 +22,10 @@ # - prevent bad gtk bugs if one launch it from the cli and suspend itt # - having less overhead for launching drakxconf if cli version must be used +use lib qw(/usr/lib/libDrakX); use common; -if (check_for_xserver()) { +if (!check_for_xserver()) { exec ("/usr/sbin/drakxconf; reset"); } else { unless (my $pid = fork) { |