summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-12 13:08:46 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-12 13:08:46 +0000
commit2c64654aa0f157b64a9fa9b5a3e1095204315395 (patch)
tree342bb178c2aa740c263f17bef08d0d4702cb6d56 /perl-install
parentf2c2ecc8cb9bdb6db694734952c4edd463fa9de6 (diff)
downloaddrakx-backup-do-not-use-2c64654aa0f157b64a9fa9b5a3e1095204315395.tar
drakx-backup-do-not-use-2c64654aa0f157b64a9fa9b5a3e1095204315395.tar.gz
drakx-backup-do-not-use-2c64654aa0f157b64a9fa9b5a3e1095204315395.tar.bz2
drakx-backup-do-not-use-2c64654aa0f157b64a9fa9b5a3e1095204315395.tar.xz
drakx-backup-do-not-use-2c64654aa0f157b64a9fa9b5a3e1095204315395.zip
drop kde1 support
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/any.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 55c43869a..d4d912780 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1118,7 +1118,7 @@ connections from many clients. Note: if your machine is only a client on the Int
sub running_window_manager {
my @window_managers = (
'kdeinit: kwin',
- qw(gnome-session icewm wmaker kwm afterstep fvwm fvwm2 fvwm95 mwm twm enlightenment xfce blackbox sawfish olvwm),
+ qw(gnome-session icewm wmaker afterstep fvwm fvwm2 fvwm95 mwm twm enlightenment xfce blackbox sawfish olvwm),
);
foreach (@window_managers) {
return $_ if `/sbin/pidof "$_"` > 0;
@@ -1130,7 +1130,6 @@ sub ask_window_manager_to_logout {
my ($wm) = @_;
my %h = (
- 'kwm' => "kwmcom logout",
'kdeinit: kwin' => "su $ENV{USER} -c 'dcop kdesktop default logout'",
'gnome-session' => "save-session --kill",
'icewm' => "killall -QUIT icewm",