ubuntu / gnome-shell-extension-appindicator

Adds KStatusNotifierItem support to the Shell
https://extensions.gnome.org/extension/615/appindicator-support/
GNU General Public License v2.0
1.2k stars 163 forks source link

appIndicator: Try to introspect the application for Activate method support #524

Closed 3v1n0 closed 7 months ago

3v1n0 commented 7 months ago

Since its presence may lead to a delay to handle the double click, let's try to check early if the application supports it or not.

As per https://github.com/ubuntu/gnome-shell-extension-appindicator/pull/519#issuecomment-2049088209

/cc @jingw @plumlis

plumlis commented 7 months ago

Thx, Looks good for trayicons for most applicaion(GTK,Electrom,wx) But trayicons from qt application still have 0.5 sec latency. Such as telegram, VLC,qbittorrent. Right click has no latency.

3v1n0 commented 7 months ago

Sure, but there's no other way than waiting for a potential 2nd click if the app support it...