[kwin] [Bug 450342] Launching some gtk3 apps on wayland causes error

2022-02-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450342 Nate Graham changed: What|Removed |Added Version Fixed In|5.24.2 |5.92 -- You are receiving this mail because: You

[kwin] [Bug 450342] Launching some gtk3 apps on wayland causes error

2022-02-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450342 Nate Graham changed: What|Removed |Added Version Fixed In||5.24.2 CC|

[kwin] [Bug 450342] Launching some gtk3 apps on wayland causes error

2022-02-16 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=450342 Nicolas Fella changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[kwin] [Bug 450342] Launching some gtk3 apps on wayland causes error

2022-02-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=450342 --- Comment #8 from Nicolas Fella --- I think it is relevant for activating running instances of single-window apps from the overview? -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 450342] Launching some gtk3 apps on wayland causes error

2022-02-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=450342 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #6 from Bug Janitor

[kwin] [Bug 450342] Launching some gtk3 apps on wayland causes error

2022-02-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=450342 --- Comment #7 from Nicolas Fella --- Another obvious fix would be to implement V2 of the interface in kwin, but not sure whether having a correct activation token is even important here -- You are receiving this mail because: You are watching all bug

[kwin] [Bug 450342] Launching some gtk3 apps on wayland causes error

2022-02-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=450342 --- Comment #5 from Nicolas Fella --- And why does the check fail? because kwin has its own kwindowsystem plugin that doesn't implement V2 of the interface -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 450342] Launching some gtk3 apps on wayland causes error

2022-02-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=450342 --- Comment #4 from Nicolas Fella --- Oh this is a fun one. Here's what happens: - Kwin/overview use KIO::ApplicationLauncherJob to launch the app - ApplicationLauncherJob finds that the target supports DBus activation - ApplicationLauncherJob notices

[kwin] [Bug 450342] Launching some gtk3 apps on wayland causes error

2022-02-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=450342 --- Comment #3 from Nicolas Fella --- It looks like "Activate" is called twice: QDBusMessage(type=MethodCall, service="", path="/", interface="org.freedesktop.Application", member="Activate", signature="", contents=() ) QDBusMessage(type=MethodCall, se

[kwin] [Bug 450342] Launching some gtk3 apps on wayland causes error

2022-02-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=450342 Nicolas Fella changed: What|Removed |Added CC||k...@david-redondo.de -- You are receiving thi

[kwin] [Bug 450342] Launching some gtk3 apps on wayland causes error

2022-02-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=450342 --- Comment #2 from Nicolas Fella --- QDBusError("org.freedesktop.DBus.Error.UnknownMethod", "Method \"Activate\" with signature \"a{sv}\" on interface \"org.freedesktop.Application\" doesn't exist\n") Happens only when called from kwin_wayland indeed

[kwin] [Bug 450342] Launching some gtk3 apps on wayland causes error

2022-02-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=450342 Nicolas Fella changed: What|Removed |Added CC||nicolas.fe...@gmx.de Status|REPORTE