flathub / com.anydesk.Anydesk

https://flathub.org/apps/details/com.anydesk.Anydesk
24 stars 15 forks source link

AnyDesk closes itself after a few seconds #106

Open marozsas opened 1 year ago

marozsas commented 1 year ago

No matter if I interact with the gui or not. It closes with a SIGKILL error message after a few seconds, both X11 or on Wayland.

flatpak list
Name                           Application ID                               Version           Branch               Installation
AnyDesk                        com.anydesk.Anydesk                          6.2.1             stable               system
Freedesktop Platform           org.freedesktop.Platform                     22.08.11          22.08                system
Mesa                           org.freedesktop.Platform.GL.default          23.0.2            22.08                system
Mesa (Extra)                   org.freedesktop.Platform.GL.default          23.0.2            22.08-extra          system
openh264                       org.freedesktop.Platform.openh264            2.1.0             2.2.0                system
Breeze GTK theme               org.gtk.Gtk3theme.Breeze                     5.27.5            3.22                 system
Operating System: openSUSE Tumbleweed 20230517
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
Kernel Version: 6.3.2-1-default (64-bit)
Graphics Platform: X11
Processors: 12 × AMD Ryzen 5 7600X 6-Core Processor
Memory: 30.5 GiB of RAM
Graphics Processor: AMD Radeon RX 6600
Manufacturer: ASUS
miguel$ time flatpak run com.anydesk.Anydesk
(anydesk:2): Gtk-CRITICAL **: 11:56:25.820: IA__gtk_signal_connect_full: assertion 'GTK_IS_OBJECT (object)' failed
(anydesk:2): Gtk-CRITICAL **: 11:56:25.820: IA__gtk_signal_connect_full: assertion 'GTK_IS_OBJECT (object)' failed

real    0m10,015s
user    0m0,008s
sys     0m0,014s
miguel$ echo $?                                                 
137
miguel$ time flatpak run com.anydesk.Anydesk
(anydesk:2): Gtk-CRITICAL **: 11:56:44.569: IA__gtk_signal_connect_full: assertion 'GTK_IS_OBJECT (object)' failed
(anydesk:2): Gtk-CRITICAL **: 11:56:44.569: IA__gtk_signal_connect_full: assertion 'GTK_IS_OBJECT (object)' failed

real    0m6,268s
user    0m0,013s
sys     0m0,010s
miguel$ echo $?
137
miguel$ time flatpak run com.anydesk.Anydesk
(anydesk:2): Gtk-CRITICAL **: 11:56:57.536: IA__gtk_signal_connect_full: assertion 'GTK_IS_OBJECT (object)' failed
(anydesk:2): Gtk-CRITICAL **: 11:56:57.536: IA__gtk_signal_connect_full: assertion 'GTK_IS_OBJECT (object)' failed

real    0m10,016s
user    0m0,007s
sys     0m0,017s
miguel$ echo $?
137
miguel$ time flatpak run com.anydesk.Anydesk
(anydesk:2): Gtk-CRITICAL **: 12:00:56.276: IA__gtk_signal_connect_full: assertion 'GTK_IS_OBJECT (object)' failed
(anydesk:2): Gtk-CRITICAL **: 12:00:56.276: IA__gtk_signal_connect_full: assertion 'GTK_IS_OBJECT (object)' failed

real    0m10,015s
user    0m0,013s
sys     0m0,010s
miguel$ echo $?
137
miguel$
ShadowMaster971 commented 2 months ago

I have the same problem on Fedora

whydontdoit commented 2 months ago

same

jploz commented 2 months ago

Is this related to https://github.com/flathub/com.anydesk.Anydesk/issues/144? Is the issue solved, after updating to the latest version provided via Flatpak (Anydesk 6.3.3 as of writing)?