Hi Rabie
I decided to see If I could get anydesk to run on Tinycore version 10 x86.
I downloaded and unpacked anydesk-6.0.1-i386.tar.gz which is the latest 32 bit version.
I download these missing dependencies from the Ubuntu repository:
tc@E310:~/AnyDesk$ ls -l *.deb
-rw-r--r-- 1 tc staff 75348 Dec 25 14:01 libgtkglext1_1.2.0-8_i386.deb
-rw-r--r-- 1 tc staff 43780 Dec 25 20:25 libpangox-1.0-0_0.0.2-5.1_i386.deb
-rw-r--r-- 1 tc staff 38452 Dec 25 14:35 libpolkit-gobject-1-0_0.105-20ubuntu0.18.04.5_i386.deb
-rw-r--r-- 1 tc staff 224260 Dec 25 19:26 libsystemd0_237-3ubuntu10.50_i386.deb
tc@E310:~/AnyDesk$
I unpacked and copied the libraries to /usr/local/lib and ran sudo ldconfig.
My system starts dbus from bootlocal.sh, and as Juanito stated, ownership reverts to user tc:
tc@E310:~/AnyDesk$ ps aux | grep system
tc 7715 0.0 0.0 1704 320 pts/9 S+ 20:58 0:00 grep system
tc 8960 0.0 0.0 2376 1588 ? Ss Oct12 0:00 /usr/local/bin/dbus-daemon --system
tc@E310:~/AnyDesk$
It spits out a few warnings/errors, but it starts:
tc@E310:~/AnyDesk/anydesk-6.0.1-i386/anydesk-6.0.1$ ./anydesk
No UTF-8. Trying to change locale.
C.UTF-8: not available.
Locale sucessfully changed.
No UTF-8. Trying to change locale.
C.UTF-8: not available.
Locale sucessfully changed.
No UTF-8. Trying to change locale.
C.UTF-8: not available.
Locale sucessfully changed.
(anydesk:7478): Gtk-CRITICAL **: 19:53:29.190: IA__gtk_widget_set_tooltip_markup: assertion 'GTK_IS_WIDGET (widget)' failed
(anydesk:7478): Gtk-CRITICAL **: 19:53:29.207: IA__gtk_widget_set_tooltip_markup: assertion 'GTK_IS_WIDGET (widget)' failed
(anydesk:7478): Gtk-CRITICAL **: 19:53:29.229: IA__gtk_signal_connect_full: assertion 'GTK_IS_OBJECT (object)' failed
(anydesk:7478): Gtk-CRITICAL **: 19:53:29.229: IA__gtk_signal_connect_full: assertion 'GTK_IS_OBJECT (object)' failed
sh: lsb_release: not found
sh: lsb_release: not found
tc@E310:~/AnyDesk/anydesk-6.0.1-i386/anydesk-6.0.1$ double free or corruption (fasttop)
After I exit the program, the command prompt returns. 10 seconds after that, the double free error appears.
I attached a copy of the anydesk.trace file it created if that's of interested.
Maybe some of what I did will help in some way.