1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-16 06:15:02 -05:00

* testing JAyatana

This commit is contained in:
Reinhard Pointner 2015-05-17 18:05:28 +00:00
parent 766c4bc4c8
commit b0995200a4

View File

@ -274,8 +274,8 @@ public class Main {
MacAppUtilities.setDefaultMenuBar(FileBotMenuBar.createHelp()); MacAppUtilities.setDefaultMenuBar(FileBotMenuBar.createHelp());
} else if (isUbuntuApp()) { } else if (isUbuntuApp()) {
// Ubuntu specific configuration // Ubuntu specific configuration
frame.setJMenuBar(FileBotMenuBar.createHelp()); // menu should be rendered via JAyatana on Ubuntu 15.04 and higher
frame.setIconImages(ResourceManager.getApplicationIcons()); frame.setIconImages(ResourceManager.getApplicationIcons());
frame.setJMenuBar(FileBotMenuBar.createHelp()); // menu should be rendered via JAyatana on Ubuntu 15.04 and higher
} else { } else {
// Windows / Linux specific configuration // Windows / Linux specific configuration
frame.setIconImages(ResourceManager.getApplicationIcons()); frame.setIconImages(ResourceManager.getApplicationIcons());