On 07/21/2016 05:36 PM, scrooya...@riseup.net wrote:
I just installed menulibre, and this appears to have the same gnome-theme issue as gedit

what is the default menu editor for lubuntu (if any)  Alacarte?

any recommendations?

leafpad/nano/vi?
hehehehe
Not sure, GNOME keeps breaking things...
But you can honestly edit your menus by hand, though you need to consult the very verbose documentation:
https://specifications.freedesktop.org/menu-spec/latest/
specifically
https://specifications.freedesktop.org/menu-spec/latest/ar01s04.html
will give you the intro to how it works.

That said, you will be editing the /etc/xdg/menus/lxde-applications.menu

To remove a specific desktop file in a category, locate the category
add
<Exclude>
    <Filename>gedit.desktop</Filename>
</Exclude>

replace gedit.desktop with the actual desktop file you want to exclude

Likewise to include, find the category and:

<Include>

    <Filename>supertuxkart.desktop</Filename>

</Include>


--
Regards

-- 
Lubuntu-users mailing list
Lubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/lubuntu-users

Reply via email to