tdaitx / java-swing-ayatana

Automatically exported from code.google.com/p/java-swing-ayatana
0 stars 0 forks source link

Test for Globalmenu instead of testing for Unity #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build the application
2. Run it
3. See that it works only in Unity.

What is the expected output? What do you see instead?
Globalmenu in Java Applications everywhere its supported

What version of the product are you using? On what operating system?
Arch Linux
KDE SC 4.10.2
Linux 3.8.1

Please provide any additional information below.

I made a patch that src/org/java/ayatana/AyatanaDesktop.java/isSupported() 
tests for $UBUNTU_MENUPROXY instead for XDG_CURRENT_DESKTOP, see the attachment.

Original issue reported on code.google.com by TheodorS...@googlemail.com on 7 Apr 2013 at 8:14

Attachments:

GoogleCodeExporter commented 8 years ago
The implementation it's opsolete for new Jayatana 2.0, 
but I will make provision for kde

Original comment by danjaredg on 11 Nov 2013 at 8:36

GoogleCodeExporter commented 8 years ago
The environment variable will maintained, but now you can use JAYATANA=1 or 
JAYATANA_FORCE=true to force Ayatana integration

http://code.google.com/p/java-swing-ayatana/source/browse/branches/2.0/libjayata
naag/com_jarego_jayatana_Agent.c#90

Original comment by danjaredg on 3 Dec 2013 at 7:14