From e9ee5050f321db2babfa8bbb59d311460d1c966c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 31 Mar 2005 09:02:44 +0000 Subject: the wmaker line didn't ask the window manager to logout, but to rerun itself, so removing it (bugzilla #15087) --- perl-install/any.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 66abdbda1..a904994d1 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1019,7 +1019,6 @@ sub ask_window_manager_to_logout { 'kwin' => "dcop kdesktop default logout", 'gnome-session' => "gnome-session-save --kill", 'icewm' => "killall -QUIT icewm", - 'wmaker' => "killall -USR1 wmaker", ); my $cmd = $h{$wm} or return; if ($wm eq 'gnome-session') { -- cgit v1.2.1