kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=26643ac49ed234a4142466ada257f46e067a142b
commit 26643ac49ed234a4142466ada257f46e067a142b Author: Kim Woelders <[email protected]> Date: Sat Mar 30 08:46:24 2019 +0100 e_gen_menu: Somewhat random menu generator changes - Ajust default menu apps - Add Adwaita (gtk3 default) to the icon theme list --- scripts/e_gen_menu | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/scripts/e_gen_menu b/scripts/e_gen_menu index a552536e..5ccf2827 100755 --- a/scripts/e_gen_menu +++ b/scripts/e_gen_menu @@ -2,7 +2,7 @@ ############################################################################## # generates a file.menu format for Enlightenment out of menu hierarchies # -# Copyright (C) 2003-2008 Kim Woelders +# Copyright (C) 2003-2019 Kim Woelders # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to @@ -38,7 +38,7 @@ $AppDirs = MkDirList($Prefixes, "/share/applications:/share/applications/kde:/sh $IconDirs = MkDirList($Prefixes, "/share/pixmaps:/share/icons"); $IconDirs2 = MkDirList($Prefixes, "/share/icons"); -$Themes = "default.kde:gnome:hicolor"; +$Themes = "default.kde:gnome:hicolor:Adwaita"; $IconCats = "apps:filesystems:actions:devices:categories:places"; # Where to look for GNOME1 apps @@ -101,17 +101,16 @@ $DoIconv = `which iconv`; "x:XTerm:xterm", "x:rxvt:rxvt", "x:urxvt:urxvt", - "x:Seamonkey:seamonkey", "x:Firefox:firefox", - "x:Galeon:galeon", - "x:Opera:opera", + "x:Thunderbird:thunderbird", + "x:Seamonkey:seamonkey", + "x:Shotwell:shotwell", + "x:Pidgin:pidgin", "x:Gmplayer:gmplayer", "x:Xine:xine", "x:The GIMP:gimp", - "x:GQView:gqview", + "x:Geeqie:geeqie", "x:XV:xv", - "x:Gaim:gaim", - "x:Xchat:xchat", "x:XMag:xmag", "x:Grip:grip", "x:Audacious:audacious", --
