App not running in Devuan (Debian) daedalus (bookworm)

Hello.

I’ve installed the “app” from OnlyKey_5.3.4_amd64.deb and when I try to run it, I get only an error:

$ /opt/OnlyKey/nw

(nw:13930): Gtk-WARNING **: 12:11:58.310: Theme parsing error: gtk-widgets.css:1349:34: The style property GtkRange:trough-under-steppers is deprecated and shouldn’t be used anymore. It will be removed in a future version
[13930:13930:0319/121158.367939:ERROR:component_loader.cc(168)] Failed to parse extension manifest.
[13968:13968:0319/121158.401356:FATAL:nw_content_renderer_hooks.cc(53)] Failed to load node library (error: libatomic.so.1: cannot open shared object file: No such file or directory)
#0 0x7f1b9f571599

[13952:13952:0319/121158.424165:ERROR:sandbox_linux.cc(371)] InitializeSandbox() called with multiple threads in process gpu-process.

$ sudo /opt/OnlyKey/nw
Opening in existing browser session.
[13683:13688:0319/120757.048547:ERROR:browser_gpu_channel_host_factory.cc(138)] Failed to launch GPU process.

What is needed to get the “standalone” “app” to work so that I may change settings on the various keys here? Is there a command line version instead? I’d rather not have to install, maintain, and use a VM just to modify the OnlyKey settings.

This is on Devuan GNU/Linux 5 (daedalus/ceres) which is the equivalent of Debian 12 aka bookworm.

In addition to the udev rule, there was a hidden dependency not managed by the package.

apt install libatomic1

The package libatomic1 needed to be installed manually because the .deb package did not do it automatically as it should. The expected behavior would be that installing the .deb package should check for dependencies. Other than that small tweak to future packages which I request, all set.

Thanks for identifying the issue here. We do have a new version of the app are you able to try that to see if this works?