You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started jEdit in a freshly installed Ubuntu VM and wondered where my tray icon is.
I found out they are not shown anymore and after some fiddling found this extension.
The problem is, as soon as I got your extension installed, the tray icon is there and functional.
But unfortunately most of the time it is all black:
And additionally a second pseudo window that cannot be focused or closed appears in the dock:
TopIcons Redux has the same problems.
But there is a difference.
While jEdit was running when I disabled TopIcons Redux and installed Unite, the tray icon was shown correctly and no pseudo window present.
But as soon as I accidentally disabled the feature and re-enabled it, it had the same problem.
If I restart the Gnome Shell it works a bit better again, now the pseudo window is gone, but the icon is only shown as grey square.
And if I quit and restart jEdit, we are back to pseudo window and black square.
You can also try with JDownloader 2, it shows the exact same behavior, with the exception that there the icon is also not workable (no clicks are considered), but that might be a problem of JDownloader maybe, not of your extension.
You can even try from a jshell by executing java.awt.SystemTray.getSystemTray().add(new java.awt.TrayIcon(java.awt.Toolkit.getDefaultToolkit().createImage("/home/vampire/jEdit/org/gjt/sp/jedit/icons/themes/tango/32x32/apps/jedit.png"))) with any PNG which will show the same behavior.
But as I have seen the tray icon properly once, I have high hopes that this can somehow get fixed.
The text was updated successfully, but these errors were encountered:
I started jEdit in a freshly installed Ubuntu VM and wondered where my tray icon is.
I found out they are not shown anymore and after some fiddling found this extension.
The problem is, as soon as I got your extension installed, the tray icon is there and functional.
But unfortunately most of the time it is all black:
And additionally a second pseudo window that cannot be focused or closed appears in the dock:
TopIcons Redux has the same problems.
But there is a difference.
While jEdit was running when I disabled TopIcons Redux and installed Unite, the tray icon was shown correctly and no pseudo window present.
But as soon as I accidentally disabled the feature and re-enabled it, it had the same problem.
If I restart the Gnome Shell it works a bit better again, now the pseudo window is gone, but the icon is only shown as grey square.
And if I quit and restart jEdit, we are back to pseudo window and black square.
You can also try with JDownloader 2, it shows the exact same behavior, with the exception that there the icon is also not workable (no clicks are considered), but that might be a problem of JDownloader maybe, not of your extension.
You can even try from a
jshell
by executingjava.awt.SystemTray.getSystemTray().add(new java.awt.TrayIcon(java.awt.Toolkit.getDefaultToolkit().createImage("/home/vampire/jEdit/org/gjt/sp/jedit/icons/themes/tango/32x32/apps/jedit.png")))
with any PNG which will show the same behavior.But as I have seen the tray icon properly once, I have high hopes that this can somehow get fixed.
The text was updated successfully, but these errors were encountered: