JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 26.08.2013, 22:13
ezee
Guest
 
Posts: n/a
Exclamation Jdownloader 2 Tray is not working, Error! elementaryos.org support missing

Hello,

Just a few min before, I installed JDownloader 2 on Elementary Luna. After installation finished, I launched it for the first time, thrown exception "Tray isn't supported", traceback is as shown follow:-
Code:
org.jdownloader.extensions.StartException: Tray isn't supported!
	at org.jdownloader.gui.jdtrayicon.TrayExtension.start(TrayExtension.java:161)
	at org.jdownloader.extensions.AbstractExtension.setEnabled(AbstractExtension.java:78)
	at org.jdownloader.extensions.ExtensionConfigPanel$1.onConfigValueModified(ExtensionConfigPanel.java:47)
	at org.jdownloader.extensions.ExtensionConfigPanel$1.onConfigValueModified(ExtensionConfigPanel.java:43)
	at org.appwork.storage.config.events.ConfigEventSender.fireEvent(ConfigEventSender.java:34)
	at org.appwork.storage.config.events.ConfigEventSender.fireEvent(ConfigEventSender.java:20)
	at org.appwork.utils.event.Eventsender.fireEvent(Eventsender.java:247)
	at org.appwork.storage.config.handler.KeyHandler.fireEvent(KeyHandler.java:147)
	at org.appwork.storage.config.handler.KeyHandler.setValue(KeyHandler.java:473)
	at org.appwork.storage.config.handler.StorageHandler.invoke(StorageHandler.java:671)
	at com.sun.proxy.$Proxy44.setEnabled(Unknown Source)
	at org.jdownloader.extensions.AbstractExtension.init(AbstractExtension.java:336)
	at jd.gui.swing.jdgui.JDGui.<init>(JDGui.java:257)
	at jd.gui.swing.jdgui.JDGui.<init>(JDGui.java:132)
	at jd.gui.swing.jdgui.JDGui$30.edtRun(JDGui.java:1598)
	at jd.gui.swing.jdgui.JDGui$30.edtRun(JDGui.java:1594)
	at org.appwork.utils.swing.EDTHelper.run(EDTHelper.java:87)
	at org.appwork.utils.swing.EDTHelper.start(EDTHelper.java:112)
	at org.appwork.utils.swing.EDTHelper.waitForEDT(EDTHelper.java:126)
	at org.appwork.utils.swing.EDTHelper.getReturnValue(EDTHelper.java:73)
	at jd.gui.swing.jdgui.JDGui.init(JDGui.java:1594)
	at jd.SecondLevelLaunch$9.edtRun(SecondLevelLaunch.java:698)
	at jd.SecondLevelLaunch$9.edtRun(SecondLevelLaunch.java:689)
	at org.appwork.utils.swing.EDTHelper.run(EDTHelper.java:87)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:688)
	at java.awt.EventQueue$3.run(EventQueue.java:686)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Please, kindly check this...

Thank You
--------------------------------------
PS: I got reply from eOS forum:
"The system tray has been deprecated. If an app doesn’t use an appindicator (in Luna), it won’t show up in Wingpanel."

Kindly add support for eOS..

Last edited by ezee; 26.08.2013 at 23:07. Reason: PS
Reply With Quote
  #2  
Old 26.08.2013, 22:55
ezee
Guest
 
Posts: n/a
Default

PS: I got reply from eOS forum:
"The system tray has been deprecated. If an app doesn’t use an appindicator (in Luna), it won’t show up in Wingpanel."

Kindly add support for eOS..
Reply With Quote
  #3  
Old 26.08.2013, 23:00
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,921
Default

Kindly obey our rules and don't make double posts.
Thanks.

GreeZ psp
EDIT

Ticket:
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 27.08.2013 at 19:11.
Reply With Quote
  #4  
Old 14.01.2017, 10:03
gogor
Guest
 
Posts: n/a
Default

what is the solution?

works fine in ubuntu

doesn't work in elementary os

and elementary os is ubuntu's clone

all i have to do is minimize to docky

no jd2 icon in eos tray

no progress from 2013?

wow
Reply With Quote
  #5  
Old 16.01.2017, 16:04
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Ubuntu is just name for Distribution. The window manager must be supported by Java or other way around, the window manager must support one of the supported java tray icons.

Quote:
I was looking for more information regarding tray icons and NW.js couple of weeks ago. The issue is that elementary and other distributions like Ubuntu are using App Indicators instead of a classic Gtk tray icons. App Indicators are not supported by NW.js at the moment. There is already a pull request fixing this, but it has not been merged yet as it removes the support for Gtk tray icons.
elementaryos.stackexchange.com/questions/1706/system-tray-icons-for-java-
and-nodewebkit-applications

elementaryos.stackexchange.com/questions/4226/how-can-i-get-applications-to-display-a-system-tray-icon

Nothing we can fix. Either they have to add proper tray icon support or someone has to add special support in java.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #6  
Old 19.01.2017, 11:21
gogor
Guest
 
Posts: n/a
Default

Quote:
I was looking for more information regarding tray icons and NW.js couple of weeks ago. The issue is that elementary and other distributions like Ubuntu are using App Indicators instead of a classic Gtk tray icons. App Indicators are not supported by NW.js at the moment. There is already a pull request fixing this, but it has not been merged yet as it removes the support for Gtk tray icons.
then why it works in ubuntu and doesn't work in elementary os if they are the same?

the answer may be elementary os disable jd2 tray icon while ubuntu doesn't

for your info, uget and flareget have tray icons in elementary os
Reply With Quote
  #7  
Old 19.01.2017, 11:44
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Quote:
Originally Posted by Jiaz View Post
Ubuntu is just name for Distribution. The window manager must be supported by Java or other way around, the window manager must support one of the supported java tray icons.
.
I already explained it! Ubuntu is the name of a Linux-Distribution. elementaryos is the name of a Linux-Distribution that is based on Ubuntu.

BUT! Ubuntu and elementaryos use complete different Window-Managers!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #8  
Old 19.01.2017, 11:45
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Quote:
Originally Posted by gogor View Post
for your info, uget and flareget have tray icons in elementary os
Did you at least take the time to read the linked threads about elementary os and java tray icon?!
see
https://board.jdownloader.org/showpo...63&postcount=5
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 19:50.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.