Xpra: Ticket #2256: xpra-client gnome-notification is not clickthrough

Ubuntu 16.04
2019-04-04 19:00:57,615 GStreamer version 1.8.3 for Python 2.7.12 64-bit
2019-04-04 19:00:57,670 xpra GTK2 shadow version 3.0-r22291 64-bit
===
2019-04-04 19:00:58,930 Python/GTK3 Microsoft Windows 10 aero client version 3.0-r22261 64-bit
2019-04-04 19:00:58,930  connected from 'LT-012076' as 'user' - 'user-win'

(I am not sure how to describe that feature more, please check attachment).

It usually happens when I have a gnome-terminal attached, and then I connect a shadow server. I've seen that "notification" when I attach the shadow server from the server itself. The message gets blurry, as on normal Ubuntu, but it's not clickthrough - it "appears" to be selectable text, but in reality, it isn't

It's the same message as the client's one:

2019-04-04 19:00:58,930 Python/GTK3 Microsoft Windows 10 aero client version 3.0-r22261 64-bit
2019-04-04 19:00:58,930  connected from 'LT-012076' as 'user' - 'user-win'


Thu, 04 Apr 2019 16:26:15 GMT - stdedos: attachment set


Fri, 05 Apr 2019 01:48:45 GMT - Antoine Martin: owner changed

That notification is shown on the desktop being shadowed to indicate to the user that someone else is accessing the desktop. You can get more details on this notification by running the shadow server with -d notify. On Ubuntu, the notification is likely to be forwarded by the dbus notifier code. From then on, it is handled by the OS itself, so we can't do much about text not being select-able or click-ability.

You should be able to trigger the same notification code for testing by running:

python2 xpra/notifications/dbus_notifier.py

Thu, 16 May 2019 12:04:21 GMT - Antoine Martin: status changed; resolution set

Looks like a normal OS notification to me.


Sat, 23 Jan 2021 05:46:21 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2256