aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2014-08-02 18:44:57 +0100
committerdakkar <dakkar@thenautilus.net>2014-08-02 18:49:04 +0100
commitdd213d26bcccf93e3bb2e433f908202b700c7d57 (patch)
tree76772bddb27010019eeab630d673f5717eaaf5e3
parentadd keymap switcher (diff)
downloadfvwm-crystal-dd213d26bcccf93e3bb2e433f908202b700c7d57.tar.gz
fvwm-crystal-dd213d26bcccf93e3bb2e433f908202b700c7d57.tar.bz2
fvwm-crystal-dd213d26bcccf93e3bb2e433f908202b700c7d57.zip
update for new Linux::Desktopfilesz830
-rwxr-xr-xscripts/menu.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/menu.pl b/scripts/menu.pl
index d9eeaeb..8177dc1 100755
--- a/scripts/menu.pl
+++ b/scripts/menu.pl
@@ -7,8 +7,8 @@ use List::Util 'first';
use Data::Printer;
my $d = Linux::DesktopFiles->new(
- with_icons => 1,
- full_icon_paths => 1,
+ #with_icons => 1,
+ abs_icon_paths => 1,
skip_svg_icons => 1,
icon_dirs_last => ['/usr/share/icons/gnome'],
);