Thank you.
Now for the mc I have:
<Program ...>rxvt -title 'Midnight Commander' -e sh -c 'mc'</Program>
Still need to replace with urxvt to retain customizations (or edit .Xdefaults) and mc uses its own window title anyway.
Edit: replaced rxvt with urxvt in the patch, it's ok now.
Edit: With the patched jwm-xdgmenu, there is no need to remove subcategories from .desktop files - only one entry per submenu is added.
dimkr wrote:This is fixed in woof-CE for a long time
Yes, this is a workaround for a still "latest" (on puppylinux.com) but forgotten fossapup. This is not a bug report.
I spent considerably more time trying to obtain the patched jwm-xdgmenu than writing those couple of lines in bash. Too many steps I think:
-
go to github - no option for download the dir, and I'm not going to rebuild the whole system
find a page that allows downloading a single directory
read the petbuild to understand that it's a part of something bigger
edit it because, yeah,
Code: Select all
# we don't need these
rm -rf /usr/bin/gnome-menu-spec-test /usr/lib /usr/include /usr/share/locale
I'm sure you don't but I'm not using a special build environment and my system may be unhappy without /usr/lib
finally, build that jwm-xdgmenu (Edit: It's bigger because of libgnome-menu.so)
I know it's puppy and I'm ok with its modus operandi but from the user perspective this kind of an "update system" is rather awkward. Maybe I've just been using mint for too long.