[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-05-31 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=362941

Wolfgang Bauer  changed:

   What|Removed |Added

   Version Fixed In||5.10.1
  Latest Commit||https://commits.kde.org/pla
   ||sma-workspace/7df184afa19f1
   ||48c1cd09ae9588645bb2b4556fc
 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #36 from Wolfgang Bauer  ---
Git commit 7df184afa19f148c1cd09ae9588645bb2b4556fc by Wolfgang Bauer.
Committed on 31/05/2017 at 11:36.
Pushed by wbauer into branch 'Plasma/5.10'.

[xembedsniproxy] Fix check whether to use XTest

Because of C++'s operator precedence, '!' logically negated
all_event_masks only instead of the whole expression.
This resulted in the condition always being false and XTest never being
used.

Adding a pair of brackets fixes it.
Related: bug 375017
FIXED-IN: 5.10.1
Differential Revision: https://phabricator.kde.org/D6048

M  +1-1xembed-sni-proxy/sniproxy.cpp

https://commits.kde.org/plasma-workspace/7df184afa19f148c1cd09ae9588645bb2b4556fc

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-05-31 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #35 from Wolfgang Bauer  ---
I noticed that the check when to use XTest was broken, so the previous "fix"
was completely ineffective.

This fixes it for me:
https://phabricator.kde.org/D6048

PS: I made a mistake regarding audacious. Only the mouse wheel worked, left and
right-clicks did not (unless I set GDK_CORE_DEVICE_EVENTS=1).

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-05-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362941

thmar...@gmx.de changed:

   What|Removed |Added

 CC||thmar...@gmx.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-05-29 Thread Jan Molnar
https://bugs.kde.org/show_bug.cgi?id=362941

Jan Molnar  changed:

   What|Removed |Added

 CC||jan.mol...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-05-29 Thread Andreas Kilgus
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #34 from Andreas Kilgus  ---
(In reply to Wolfgang Bauer from comment #33)
> PS: At least, the XTest method seems to work fine with Java applications too.
> I changed the commit to use it unconditionally, and tvbrowser does react to
> mouse clicks now.
> 
> So maybe the check can be "improved" so that XTest is being used for Java
> applications as well...

Hm, so the solution or at least the way to go seems to be known. It's a good
thing to have GTK3 applications working again in systray, but since this bug
report is about Java applications ...

Unfortunately neither release notes of 5.8.7 nor 5.10 mention any changes
concerning systray+Java.

@David: Ping? ;-)

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-03-30 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #33 from Wolfgang Bauer  ---
PS: At least, the XTest method seems to work fine with Java applications too.
I changed the commit to use it unconditionally, and tvbrowser does react to
mouse clicks now.

So maybe the check can be "improved" so that XTest is being used for Java
applications as well...

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-03-28 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=362941

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||wba...@tmo.at

--- Comment #32 from Wolfgang Bauer  ---
Well, the fix seems to work for GTK3 applications, i.e. for those where  the
GDK_CORE_DEVICE_EVENTS=1 worked too (tested with Audacious).

It doesn't work for Java applications though, tested with tvbrowser.
There GDK_CORE_DEVICE_EVENTS=1 doesn't help either.
(java still uses GTK2 btw AFAICT...)

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-03-28 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #31 from David Edmundson  ---
That message should be there.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-03-28 Thread Nicolas L .
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #30 from Nicolas L.  ---
BTW, you can add easystroke on your test apps, here it does not work ( gtk3 app
)

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-03-28 Thread Nicolas L .
https://bugs.kde.org/show_bug.cgi?id=362941

Nicolas L.  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED
 CC||k...@nicolaslecureuil.fr

--- Comment #29 from Nicolas L.  ---
I just tested this patch on mageia with plasma 5.8.6 and still nothing with a
right click.

when right clicking i have :

Could not find DBusMenu interface, falling back to calling ContextMenu()


in the terminal

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-03-27 Thread Rémi Verschelde
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #28 from Rémi Verschelde  ---
Nice work David, thanks!

I've cherry-picked the patch for Mageia's plasma-workspace 5.8.6 package, we
will report back once it has been tested.

Note that you should probably edit the CMakeLists.txt to make XTest/xtst a
required dependency, otherwise plasma-workspace fails building:

[ 98%] Building CXX object
xembed-sni-proxy/CMakeFiles/xembedsniproxy.dir/xtestsender.cpp.o
/home/iurt/rpmbuild/BUILD/plasma-workspace-5.8.6/xembed-sni-proxy/xtestsender.cpp:21:34:
fatal error: X11/extensions/XTest.h: No such file or directory
compilation terminated.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-03-27 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=362941

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #27 from David Edmundson  ---
It's maybe fixed with that last commit.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-03-24 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #26 from David Edmundson  ---
Git commit 9df815e843a4385465fff0cb9a76ddc94ed35b38 by David Edmundson.
Committed on 24/03/2017 at 09:35.
Pushed by davidedmundson into branch 'master'.

Inject mouse clicks from SNI to xembedded icons with XTest

Summary:
A certain toolkit doesn't register for mouse press release events
because it now uses XI2 only.

Injecting those directly to the window is too difficult, fortunately in
the GTK3 case we can use XTest to send an event. Something I had
previously chosen against using because it didn't work with something
else (can't remember what). I now have a bit of code choosing which
method to use, which will hopefully cover all cases.

Code is a bit convuluted because the xcb version of xtest doesn't have
the high-level method I want to use in it's API, so I just used Xlib
version.
Related: bug 375017

Test Plan:
Ran my usual bunch of test apps:
- xchat
- a GTK3 systray demo I made
- skype (A Qt4 app without SNI patches)

All worked as before

Reviewers: #plasma

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D5156

M  +3-3xembed-sni-proxy/CMakeLists.txt
M  +26   -2xembed-sni-proxy/sniproxy.cpp
M  +7-0xembed-sni-proxy/sniproxy.h
A  +32   -0xembed-sni-proxy/xtestsender.cpp [License: LGPL (v2.1+)]
A  +28   -0xembed-sni-proxy/xtestsender.h [License: LGPL (v2.1+)]

https://commits.kde.org/plasma-workspace/9df815e843a4385465fff0cb9a76ddc94ed35b38

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-03-13 Thread Andreas Kilgus
https://bugs.kde.org/show_bug.cgi?id=362941

Andreas Kilgus  changed:

   What|Removed |Added

 CC||k...@fuenfsieben.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-03-05 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=362941

Dr. Chapatin  changed:

   What|Removed |Added

 CC||yy...@gmx.com

--- Comment #25 from Dr. Chapatin  ---
This bug affects me on Arch.
I hope some fix is near.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-02-24 Thread Axel Schwank
https://bugs.kde.org/show_bug.cgi?id=362941

Axel Schwank  changed:

   What|Removed |Added

 CC||a...@hiq2.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-02-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #24 from David Edmundson  ---
@Rik that's something slightly different. should be fixed in 5.9.2

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-02-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362941

pe...@psit.at changed:

   What|Removed |Added

 CC||pe...@psit.at

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-01-31 Thread Rik Mills
https://bugs.kde.org/show_bug.cgi?id=362941

Rik Mills  changed:

   What|Removed |Added

 CC||rik.mill...@gmail.com

--- Comment #23 from Rik Mills  ---
I am now seeing this issue with Plasma 5.9.0 for systray icons of Firetray and
Hexchat.

Plasma 5.9.0, Frameworks 5.30 & Qt 5.7.1

- Right mouse clicks are ignored. No context menu, and shows: 

"Could not find DBusMenu interface, falling back to calling ContextMenu()"

- Left mouse clicks seem to work normally

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-01-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #22 from David Edmundson  ---
@Stormi

Thanks. That IRC log was really useful.

I'll try synthesising XI events and report back.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #21 from vindica...@live.com ---
OMG Sergio, the goal of GTK is to completely drop system tray icons??? I cannot
think of ANY reasoning to do that.
If you have a clock, volume control, or any other manageable indicators in a
bar, you have system tray icons.
The whole point of the system tray is for quick view/access of certain types of
programs and their status.
I wish he elaborated on what the "change to" would be. I can't find any search
results about it, but rather people looking for sni-qt or libindicator (a
desire for their programs to be in the system tray).
Not that I have any reason or desire to move back to Gnome, this surely would
keep me far away from it.
KDE has completely cinched it for me. Especially within the past few months I
guess, where everything is mostly solid (minus java tray icons). Every little
bug I encountered is cleared up. While I haven't used Windows-10 much, I'd
still stick with Plasma. It's very powerful and customizable.
I probably shouldn't post this comment since it doesn't add to the bug talk,
but I thought that IRC statement by ebassi about dropping tray icons is just
too huge. If I want to make any validity to posting this, maybe to keep KDE
from following suit... ;)

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-01-17 Thread Sergio
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #20 from Sergio  ---
Here, GDK_CORE_DEVICE_EVENTS=1 does not seem to help.

E.g.

GDK_CORE_DEVICE_EVENTS=1 jitsi

gets the following:

1) Jitsi (that is a java application) starts, icon shows in system tray
2) Icon is unresponsive (does not open the menu when clicked)

tested on Kubuntu 16.10 with kubuntu backports (i.e., plasma 5.8.5)

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-01-17 Thread Stormi
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #19 from Stormi  ---
Created attachment 103464
  --> https://bugs.kde.org/attachment.cgi?id=103464=edit
IRC logs, chat with GTK+ developers


I got an interesting chat with helpful GTK+ developers on their IRC channel.
Logs attached.

It *is* a bug in xembed-sni-proxy in that it sends forged events that GTK+3
don't listen to by default. 

A possible fix would be to have xembed-sni-proxy send both old-style events and
newer-style events and let the event mask pick the appropriate one. This way it
should work both in GTK2 and GTK3.

An ugly workaround is to start the applications that have a systray icon with
GDK_CORE_DEVICE_EVENTS=1 and then it works because it forces the GTK3
application to go back 10 or 15 years back into time and listen to raw X events
(if I understood correctly).

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-01-05 Thread Sergio
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #18 from Sergio  ---
Still an issue with 5.8.5, tested with the xenial Kubuntu PPA.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2017-01-05 Thread Andrey Rahmatullin
https://bugs.kde.org/show_bug.cgi?id=362941

Andrey Rahmatullin  changed:

   What|Removed |Added

 CC||w...@wrar.name

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-12-17 Thread Sergio
https://bugs.kde.org/show_bug.cgi?id=362941

Sergio  changed:

   What|Removed |Added

 CC||sergio.calleg...@gmail.com

--- Comment #17 from Sergio  ---
I confirm that the bug is not specific to Arch and completely cross-distro
(seen in KUbuntu Xenial with latest KDE backports, that is plasma 5.6.5).

Bug may also affect non-Java application, but the fact that all Javaland apps
are still hardly usable in Plasma 5 seems particularly severe.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-11-14 Thread Elmo R
https://bugs.kde.org/show_bug.cgi?id=362941

Elmo R  changed:

   What|Removed |Added

 CC||ere...@polywog.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-11-14 Thread Rémi Verschelde
https://bugs.kde.org/show_bug.cgi?id=362941

Rémi Verschelde  changed:

   What|Removed |Added

 CC||rversche...@gmail.com

--- Comment #16 from Rémi Verschelde  ---
May I suggest to rephrase the bug Summary to something more accurate, as this
bug report has grown to encompass more than only java applications and/or
jitsi.

>From a bug triage point of view, you have two options:

- Keep this bug report for java applications only, and rename it to something
like "System tray icons for Java applications are not responsive".
Then another bug report should be opened for the GTK+3 applications with
unreponsive systray icons that were mentioned below and/or in bug reports that
were closed as duplicates of this one.

- Keep this bug report for both java and GTK+3 applications with an
unresponsive systray icon, and rename it to something like "System tray icons
for Java and GTK+3 applications are not responsive".

Also, the Platform should likely be changed to something more accurate than
Archlinux Packages Linux, as there have been enough bug reports from various
distros to find out that it's not a distro-specific issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-11-14 Thread Gunnar Grim
https://bugs.kde.org/show_bug.cgi?id=362941

Gunnar Grim  changed:

   What|Removed |Added

 CC||gg@grim.se

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-11-06 Thread Faheem Pervez
https://bugs.kde.org/show_bug.cgi?id=362941

Faheem Pervez  changed:

   What|Removed |Added

 CC||tripp...@gmail.com

--- Comment #15 from Faheem Pervez  ---
Using neon-devedition-gitunstable-20161105-0806-amd64 with kdeplasma-workspace
version 4:5.8.3+p16.04+git20161105.0450-0, I can reproduce this with
JDownloader 2 which comes bundled with its own JRE (Java(TM) SE Runtime
Environment (build 1.8.0_66-b17)).

I found a bad workaround for JD2, the only program I need XEmbedSNIProxy for:

* set JDownloader 2 to open from the tray with a single click

* rebuild xembed-sni-proxy with the following changes in sniproxy.cpp:

* in void SNIProxy::Activate(int x, int y), under the sendClick call, add
QThread::msleep(500);

* do the same with void SNIProxy::ContextMenu(int x, int y), but use a
delay of 3000

Now I have only three seconds to choose something from the JDownloader context
menu, but in my case, that's always the exit option anyway...

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-11-04 Thread Stormi
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #14 from Stormi  ---
Just adding a comment to make sure it has been taken into account that the
issue not limited to java applications. It has been reported both in this bug
report and in the duplicate bug 358328 various applications that have the same
issue:
- easystroke
- gajim
- solaar
- stardict
- radiotray (gtk+3, not gtk+2, which is definitely a lead)

About your "There is no need to ask for updates" comment, as a bug triager for
the Mageia distro I totally expect users to ask whether someone is working on
the bug they reported every few months. It's part of user / developer
interaction. Here it had not been said until your comment that someone was
going to have a look. This very bug has been reported first in january (see
duplicates older than this one) and is one of the reasons we still haven't been
able to release Mageia 6 to the public, since although we are a
desktop-agnostic distro, KDE / Plasma is the most used desktop and we can't
release with so many applications that can't be interacted with via the system
tray. So maybe asking if someone is intending to work on it was not that
misplaced after all, or was it?

Anyway, thanks for your intention to diagnose the origin of the bug, be it in
XembedSNIProxy or something else.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-10-26 Thread Shlomi Fish
https://bugs.kde.org/show_bug.cgi?id=362941

Shlomi Fish  changed:

   What|Removed |Added

Version|5.6.0   |5.8.2

--- Comment #12 from Shlomi Fish  ---
Hi all!

Any news? That's a pretty serious problem and it affects 5.8.x LTS.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-10-25 Thread Chris via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

Chris  changed:

   What|Removed |Added

 CC||altpap...@gmx.net

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-10-24 Thread Quentin Henriet via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

Quentin Henriet  changed:

   What|Removed |Added

 CC||henriet.quentin@libertysurf
   ||.fr

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-10-12 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

www.j0...@gmail.com changed:

   What|Removed |Added

 CC||www.j0...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-10-10 Thread Patrick Holthaus via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

Patrick Holthaus  changed:

   What|Removed |Added

 CC||patrick.holthaus@uni-bielef
   ||eld.de

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-09-20 Thread Stormi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

Stormi  changed:

   What|Removed |Added

 CC||sto...@laposte.net

--- Comment #11 from Stormi  ---
Same issue here in Mageia cauldron and plasma-workspace-5.7.95

This particular issue is flagged release_blocker for the upcoming Mageia 6
release, because most non-KDE programs in the systray can't be interacted with.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-09-17 Thread Erick Osorio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

Erick Osorio  changed:

   What|Removed |Added

 CC||evgom@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-09-01 Thread elemental via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

elemental  changed:

   What|Removed |Added

 CC||mar.kazmierc...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-08-24 Thread Jeff Bai via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

Jeff Bai  changed:

   What|Removed |Added

 CC||jeffbaich...@gmail.com

--- Comment #10 from Jeff Bai  ---
(In reply to Maciej Mrozowski from comment #9)
> Created attachment 100624 [details]
> Test case (minimal Java system tray application with code)
> 
> Adding small Java test case.
> 
> To execute: $java TrayIconDemo
> 
> (rebuild with your jdk if needed)

A confirmation here (of it not working of course) ...

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-08-16 Thread Maciej Mrozowski via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

Maciej Mrozowski  changed:

   What|Removed |Added

 CC||reave...@gmail.com

--- Comment #9 from Maciej Mrozowski  ---
Created attachment 100624
  --> https://bugs.kde.org/attachment.cgi?id=100624=edit
Test case (minimal Java system tray application with code)

Adding small Java test case.

To execute: $java TrayIconDemo

(rebuild with your jdk if needed)

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-07-26 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

Martin Klapetek  changed:

   What|Removed |Added

 CC|mklape...@kde.org   |

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-07-26 Thread Joerg Mensmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

Joerg Mensmann  changed:

   What|Removed |Added

 CC||bugs-...@bitplanet.de

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-07-25 Thread Holger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #8 from Holger  ---
To be precise: The Java Process is in no way unresponsive = frozen. It's
actually running fine. I'm seeing this with http://tvbrowser.org It will
display the normal reminder-dialogs. From such a reminder, you can open the
details of the tv-show opening in a second dialog. From there you can configure
the left panel and access the settings, from where you can toggle the minimize
to tray, which will correctly remove or add the tray-icon on apply. TV-Browser
itself is running just fine, only it's tray-icon never gets any mouse events.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-07-25 Thread Holger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

Holger  changed:

   What|Removed |Added

 CC||h.kl...@gmx.de

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-07-22 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

martin@gmx.de changed:

   What|Removed |Added

 CC||martin@gmx.de

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-07-21 Thread Shlomi Fish via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

Shlomi Fish  changed:

   What|Removed |Added

 CC||shlo...@shlomifish.org

--- Comment #7 from Shlomi Fish  ---
Adding myself to the CC list after a different bug was marked as this one's
duplicate.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-07-21 Thread Wulf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

Wulf  changed:

   What|Removed |Added

 CC||wulf.richa...@gmx.de

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-07-21 Thread Fabian Henze via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

Fabian Henze  changed:

   What|Removed |Added

 CC||flyse...@gmx.de

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-07-21 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

David Edmundson  changed:

   What|Removed |Added

 CC||g...@netcologne.de

--- Comment #6 from David Edmundson  ---
*** Bug 358328 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-07-21 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||k...@davidedmundson.co.uk

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-07-18 Thread Martin Vuille via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

Martin Vuille  changed:

   What|Removed |Added

 CC||mvui11e-...@yahoo.ca

--- Comment #5 from Martin Vuille  ---
I think I am running into the same problem with a small java application that
creates a tray icon.

On Windows 8.1/Orace JRE 1.8.0_91, tooltip and popup menu are displayed
correctly when hovering and right-clicking, respectively.

On KDE (Fedora 23, kded5 version 5.23.0-1)/OpenJDK 1.8.0.92-4, hovering
displays "JavaEmbeddedFrame" and right-clicking does nothing visible.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-05-25 Thread EMR_Kde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #4 from EMR_Kde  ---
Created attachment 99171
  --> https://bugs.kde.org/attachment.cgi?id=99171=edit
Screenshot video of problem

I click on Pidgin to demonstrate working systray icon. I hover and click on
Evolution, and Davmail to show problem with a GTK based and Java based app
noted in my comment.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-05-25 Thread EMR_Kde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

EMR_Kde  changed:

   What|Removed |Added

 CC||emre...@gmail.com

--- Comment #3 from EMR_Kde  ---
Same thing here with Evolution (evolution-alarm-notify) and Java (davmail,
vuze, etc) apps ... they "show up" but you cannot click on them. For example,
Pidgin works OK (right-click has context menu, left-click brings the window
up).

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-05-24 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

kdebugs.anon...@yahoo.com changed:

   What|Removed |Added

 CC||kdebugs.anon...@yahoo.com

--- Comment #2 from kdebugs.anon...@yahoo.com ---
I am experiencing EXACLTY the same problem as vindica...@live.com with Jitsi
2.8.5426on openSUSE Leap 42.1.  I installed Jitsi from the Stable Builds
repository at:
https://download.jitsi.org/jitsi/rpm/

This is very frustrating because I depend on Jitsi heavily, and KTP is not a
suitable replacement, because it lacks SIP support.

My kded5 version is 5.21.0-12.1

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-05-20 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

mrbin...@mailbox.org changed:

   What|Removed |Added

 CC||mrbin...@mailbox.org

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-05-14 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #1 from vindica...@live.com ---
I'll add Gajim as another program not showing in the tray.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-05-11 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

Martin Klapetek  changed:

   What|Removed |Added

   Assignee|mklape...@kde.org   |plasma-b...@kde.org
Product|frameworks-knotifications   |plasmashell
Version|unspecified |5.6.0
   Target Milestone|--- |1.0
 CC||mklape...@kde.org
  Component|general |XembedSNIProxy

-- 
You are receiving this mail because:
You are watching all bug changes.