diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-04-02 09:56:04 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-04-02 09:56:04 +0000 |
commit | 3a7e5a230c466c30a03e1dbb488885072d4e7c65 (patch) | |
tree | 874bbfdc995cdc557babbabe041412d036839aee | |
parent | 7bb7ade6735772d78d18e10835425c5ac4da6e8e (diff) | |
download | common-data-3a7e5a230c466c30a03e1dbb488885072d4e7c65.tar common-data-3a7e5a230c466c30a03e1dbb488885072d4e7c65.tar.gz common-data-3a7e5a230c466c30a03e1dbb488885072d4e7c65.tar.bz2 common-data-3a7e5a230c466c30a03e1dbb488885072d4e7c65.tar.xz common-data-3a7e5a230c466c30a03e1dbb488885072d4e7c65.zip |
use fbrun for fluxbox (#30076)V2007_1_10mdv
-rwxr-xr-x | menu/xdg_menu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/menu/xdg_menu b/menu/xdg_menu index 470e3ae..453753c 100755 --- a/menu/xdg_menu +++ b/menu/xdg_menu @@ -1497,6 +1497,7 @@ sub output_blackbox_menu ($;$) my ($menu, $indent) = @_; my $output = ''; + my $run = $format eq 'fluxbox' ? 'fbrun -nearmouse' : 'bbrun -a -w'; $output .= "[begin] (Menu)\n"; $output .= output_blackbox_inner_menu ($menu, $indent); @@ -1514,7 +1515,7 @@ sub output_blackbox_menu ($;$) [stylesdir] (~/.openbox/styles) [end] [separator] - [exec] (Run Command) {bbrun -a -w} + [exec] (Run Command) {' . $run . '} [exec] (Lock Screen) {xlock} [restart] (Restart) {} [exit] (Logout) |