Commit Graph

124 Commits

Author SHA1 Message Date
Kim Woelders 0abe277197 config/menus: Text cleanups
In general only capitalize first word.
Consistently don't have periods at oneline string end.
Tweak text here and there.
2022-04-24 12:41:25 +02:00
Kim Woelders ef8092597b e_gen_menu: Fix breakage when PATH contains non-existing directory 2022-04-01 08:31:16 +02:00
Kim Woelders 254bbc4394 e_gen_menu: Some icon search updates
- Add 'legacy' to IconCats
  Finds quite many extra on my box
- Add 'mate' to Themes
- Look for .xpm too in /usr/share/pixmaps
  Finds just one more
- Look for 128 size icons too
  Finds just one more
- Look for .svg too
  Finds quite many extra
2022-02-17 09:55:26 +01:00
Kim Woelders 64e5fd5305 e_gen_menu: Drop old gnome/kde stuff
Obsolete for decades by now, I think.
2022-02-17 09:55:26 +01:00
Kim Woelders 5e000d0d4e e_gen_menu: New python version
Quite a bit easier to read, IMO.
Looks like twice as fast as the old perl one.
2022-02-17 09:55:26 +01:00
Kim Woelders 8c6817fd99 e_gen_menu: Rename to e_gen_menu.pl
About to be replaced but let's keep this one around for a bit.
2022-02-17 09:55:26 +01:00
Kim Woelders d747d0ddef e_gen_menu: Drop ConsoleOnly apps 2019-12-25 14:25:18 +01:00
Kim Woelders 8a62cc19f9 e_gen_menu: menu generation speedups
Patch by Thanatermesis
2019-10-03 18:54:05 +02:00
Kim Woelders cb81034902 e_gen_menu: Various corrections and tweaks
- Fix /usr/share/enlightenment -> /usr/share/e16
- Add mimetypes to IconCats
- Avoid duplicates

Thanks to Thanatermesis
2019-04-04 17:07:40 +02:00
Kim Woelders 26643ac49e e_gen_menu: Somewhat random menu generator changes
- Ajust default menu apps
- Add Adwaita (gtk3 default) to the icon theme list
2019-04-04 17:07:24 +02:00
Kim Woelders 1922725db4 Fix menu generation some more.
Stop .desktop file processing when seeing a section other than [Desktop Entry].
The previous fix in this area didn't do it properly.

Noted by Len E.
2013-10-05 11:16:31 +02:00
Kim Woelders 4f866801f7 Fix menu generation issue.
Stop .desktop file processing when seeing a section other than [Desktop Entry].

Noted by Len E.
2013-06-01 09:15:02 +02:00
Kim Woelders 3af56b9b3f Fix various perl warnings. 2013-06-01 09:02:16 +02:00
Kim Woelders 844cd5444d Adjust file.menu when regenerating menus.
SVN revision: 62759
2011-08-24 20:45:08 +00:00
Kim Woelders 6a5651b3f1 Menu generation: Only one menu tree (not GNOME/KDE/Other).
SVN revision: 61445
2011-07-17 18:43:19 +00:00
Kim Woelders 9bae0a4caf Menu generation: Skip if NoDisplay=true.
SVN revision: 61444
2011-07-17 18:43:14 +00:00
Kim Woelders e1d5c8b5bd Forgot comma.
SVN revision: 48050
2010-04-16 11:07:54 +00:00
Kim Woelders 64ff924ff5 e_gen_menu: Drop mozilla, xchat2, add audacious.
SVN revision: 47706
2010-04-02 15:28:24 +00:00
Kim Woelders 15d14a5c4b Look for .desktop files in ~/.local too (patch by José Romildo Malaquias).
SVN revision: 43860
2009-11-21 11:13:16 +00:00
Kim Woelders cd7bbdba20 Strip trailing whitespace when parsing .desktop files.
SVN revision: 41590
2009-08-04 16:11:30 +00:00
Kim Woelders f3d77c256f Prefer larger images when looking for menu icons (Don Harrop).
SVN revision: 40451
2009-04-28 19:35:20 +00:00
Kim Woelders dc0c50cdde e_gen_menu: Don't quit when directory cannot be read.
SVN revision: 37444
2008-11-03 17:28:52 +00:00
Michael Jennings 639f242ffe Patch from gmk@caoslinux.org to find XFCE Terminal too. (Hope you
don't mind, kwo.)


SVN revision: 35767
2008-09-01 04:56:31 +00:00
Kim Woelders c996c089c1 Remove .cvsignore.
SVN revision: 35637
2008-08-23 23:29:40 +00:00
Kim Woelders 47edb72152 Restore executable state.
SVN revision: 35560
2008-08-18 19:01:55 +00:00
Kim Woelders 767bd2a170 Cleanups (.cvsignore).
SVN revision: 35557
2008-08-18 18:04:11 +00:00
Kim Woelders d4c6e56445 Make cache_clear/query all actually clear/query all caches (img was missing).
SVN revision: 35397
2008-08-07 23:25:53 +00:00
Kim Woelders 4ef9558c14 Forgot 2008.
SVN revision: 34083
2008-03-22 14:51:24 +00:00
Kim Woelders c025791c9a Pick up some kde4 apps.
SVN revision: 33988
2008-03-11 22:06:41 +00:00
Kim Woelders 77642b258c Menu whitespace cleanups.
Enlightenment Epplets -> Epplets.
Restart Enlightenment -> Restart.


SVN revision: 32723
2007-11-15 20:03:56 +00:00
Kim Woelders e477f532c4 Simplify closing message windows.
SVN revision: 32722
2007-11-15 19:54:32 +00:00
Kim Woelders c49bd4f606 Autofoo cleanups, move to bindir, pkgdatadir and friends.
SVN revision: 32474
2007-11-07 22:05:18 +00:00
Kim Woelders 94dbd2745a Find a few more menu icons.
SVN revision: 32321
2007-11-03 10:31:31 +00:00
Kim Woelders 1b1cd715c5 Change menu file references to be relative to ~/.e16/menus/. Cleanups.
SVN revision: 30129
2007-05-28 17:20:43 +00:00
Kim Woelders 634da6766c Skip files named *~.
SVN revision: 28339
2007-02-13 04:05:05 +00:00
Kim Woelders 83bcbbaee1 2007.
SVN revision: 27952
2007-01-13 19:14:29 +00:00
Kim Woelders 991b15d976 Remove ee, add urxvt, seamonkey.
SVN revision: 26362
2006-10-05 19:07:59 +00:00
Kim Woelders 0f75883d27 Change default session script to run scripts in foreground.
SVN revision: 23257
2006-06-07 22:02:40 +00:00
Kim Woelders fc6a4dfc0a Add some prefixes for SUSE (Marcus H�we).
SVN revision: 21578
2006-03-29 20:18:00 +00:00
Kim Woelders 7b689bdf9d Add some missing localizable strings.
SVN revision: 20086
2006-01-28 14:58:54 +00:00
Kim Woelders 5014886a1f No longer use convert (ImageMagick) to create scaled icons in menu generation,
but scale internally according to configuration setting.


SVN revision: 19857
2006-01-16 12:45:56 +00:00
Kim Woelders 2f710e78a3 Tweaks, find some more icons.
SVN revision: 19652
2006-01-08 13:21:31 +00:00
Kim Woelders 056248c884 2006.
SVN revision: 19591
2006-01-07 07:20:58 +00:00
Kim Woelders 30372dd6a5 Better parsing of Exec line in .desktop files (http://bugs.debian.org/345021).
SVN revision: 19512
2006-01-03 17:28:04 +00:00
Kim Woelders c78760575d Session script changes.
SVN revision: 18403
2005-11-09 20:36:35 +00:00
Kim Woelders 783f57e872 Skip non-existing dirs in PATH.
SVN revision: 15243
2005-06-10 21:55:22 +00:00
Kim Woelders 67928e5a43 Look for epplets in PATH.
SVN revision: 15151
2005-06-05 22:03:58 +00:00
Kim Woelders 99d717e187 Copyright updates. More enlightenment->e16.
SVN revision: 13794
2005-03-19 16:40:18 +00:00
Kim Woelders 163afa00c4 Fix closing message boxes when re-generating menus.
SVN revision: 13063
2005-01-23 16:30:46 +00:00
Kim Woelders b430ba5c73 Menu fixes.
SVN revision: 13004
2005-01-17 17:10:06 +00:00