Blacklist an application in the AppMenu?
Hi Devs,
after searching around the web, I've found no way to exclude an application for showing his main menu in the global app menu. I've searched also in the source for such a feature but I've found nothing. I have the problem with Gimp. Every time when you select the layer window, the main menu is empty. That means you have to select the main window of Gimp and then the main menu. That sucks ;-)
Is it possible to implement something? Something like this:
Instead an hard coded array of blacklisted array:
Source of indicator-
....
Line 849
/* List of desktop files that shouldn't have menu stubs. */
const static gchar * stubs_blacklist[] = {
/* Firefox */
"/usr/
/* Thunderbird */
"/usr/
/* Open Office */
"/usr/
"/usr/
"/usr/
"/usr/
"/usr/
"/usr/
/* Blender */
"/usr/
"/usr/
/* Eclipse */
"/usr/
NULL
};
You can search for the blacklisted *.dektop files in the folder "/usr/share/
What do you think of it? Thanks for response ;-)
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask d-snake for more information if necessary.