aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'],
);