diff options
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r-- | perl-install/install/steps_gtk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 98cc80ac0..8d18c4d06 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -53,6 +53,7 @@ sub new($$) { push @options, '-allowMouseOpenFail', '-xf86config', $f if arch() !~ /^sparc/; push @options, 'tty7', '-s', '240'; + push @options, '-nolisten', 'tcp'; #- old weird servers: Xsun push @options, '-fp', '/usr/share/fonts:unscaled' if $server =~ /Xsun/; |