Hello,
I’m currently trying to run the Rustdesk client on FreeBSD 14.2-RELEASE.
I’ve setup a Linux environment in /compat/debian_rustdesk (debootstrap and all) and mounted variust FS on top of it:
I’ve set security.bsd.unprivileged_chroot to 1, in order to start the rustdesk binary as myself and not as root.
But when I try to use rustdesk, it starts, fails to display any window even though I think there is a transparent one that takes a part of the screen. I see those errors in the terminal:
Any idea is welcome
I’m currently trying to run the Rustdesk client on FreeBSD 14.2-RELEASE.
I’ve setup a Linux environment in /compat/debian_rustdesk (debootstrap and all) and mounted variust FS on top of it:
Code:
devfs /compat/debian_rustdesk/dev devfs rw,late 0 0
tmpfs /compat/debian_rustdesk/dev/shm tmpfs rw,late,size=1g,mode=1777 0 0
fdescfs /compat/debian_rustdesk/dev/fd fdescfs rw,late,linrdlnk 0 0
linprocfs /compat/debian_rustdesk/proc linprocfs rw,late 0 0
linsysfs /compat/debian_rustdesk/sys linsysfs rw,late 0 0
/tmp /compat/debian_rustdesk/tmp nullfs rw,late 0 0
/home /compat/debian_rustdesk/home nullfs rw,late 0 0
I’ve set security.bsd.unprivileged_chroot to 1, in order to start the rustdesk binary as myself and not as root.
But when I try to use rustdesk, it starts, fails to display any window even though I think there is a transparent one that takes a part of the screen. I see those errors in the terminal:
Bash:
$ rustdesk
(rustdesk:95788): Gtk-WARNING **: 10:56:18.927: Locale not supported by C library.
Using the fallback 'C' locale.
(rustdesk:95788): dbind-WARNING **: 10:56:18.931: Couldn't connect to accessibility bus: Failed to connect to socket /var/run/xdg/patpro/at-spi/bus_0: No such file or directory
Cannot load libcuda.so.1
Try setting transparent
Cannot load libcuda.so.1
(rustdesk:95788): Gdk-CRITICAL **: 10:56:18.956: gdk_gl_context_make_current: assertion 'GDK_IS_GL_CONTEXT (context)' failed
** (rustdesk:95788): WARNING **: 10:56:18.956: Failed to initialize GLArea: No GL implementation is available
** (rustdesk:95788): CRITICAL **: 10:56:18.987: gboolean fl_keyboard_manager_handle_event(FlKeyboardManager *, FlKeyEvent *): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
** (rustdesk:95788): CRITICAL **: 10:56:24.353: gboolean fl_keyboard_manager_handle_event(FlKeyboardManager *, FlKeyEvent *): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
Any idea is welcome
