summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-04 16:21:02 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-04 16:21:02 +0000
commitda298ccefeb48ad724eab4c13b6d778c9150e068 (patch)
tree3652534fd1fd0f9f1b224bf45ee8c0b894bc73af /perl-install/any.pm
parentf2307d56c9e2c3b6d8d87b04ba561d190d99410e (diff)
downloaddrakx-backup-do-not-use-da298ccefeb48ad724eab4c13b6d778c9150e068.tar
drakx-backup-do-not-use-da298ccefeb48ad724eab4c13b6d778c9150e068.tar.gz
drakx-backup-do-not-use-da298ccefeb48ad724eab4c13b6d778c9150e068.tar.bz2
drakx-backup-do-not-use-da298ccefeb48ad724eab4c13b6d778c9150e068.tar.xz
drakx-backup-do-not-use-da298ccefeb48ad724eab4c13b6d778c9150e068.zip
- libDrakX:
o fix handling KDE4 in running_window_manager() and ask_window_manager_to_logout() fucking /usr/lib/qt4/bin is in PATH... except after being called by usermode which filter-out such weird things!
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 1ea7d9df0..fe5458f58 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1312,7 +1312,7 @@ sub ask_window_manager_to_logout {
my ($wm) = @_;
my %h = (
- 'ksmserver' => 'qdbus org.kde.ksmserver /KSMServer logout 1 0 0',
+ 'ksmserver' => '/usr/lib/qt4/bin/qdbus org.kde.ksmserver /KSMServer logout 1 0 0',
'kwin' => "dcop kdesktop default logout",
'gnome-session' => "gnome-session-save --kill",
'icewm' => "killall -QUIT icewm",