unified remote control on bazzite
www.unifiedremote.com
Trying to get this running on bazzite
But distrobox doesn't seem to be an option as you can't export systems services from the box?
Solution:Jump to solution
Gave up and just overlayed the rpm. That worked with the original systemd service.
10 Replies
There is a portable archive that you can put in your
.local/bin
but I haven't been able to get it to work with the systemd service
Which I got from here
https://aur.archlinux.org/cgit/aur.git/tree/urserver.service?h=unified-remote-server
I get a
Cannot execute binary file
Errorwhat is your service file looks like? btw i think you better just layer this, they have rpm
At first I was using the exact same one from the arch packaging just modified to my local/bin as that's were 8 extracted the binary
But I realized urserver-start isn't valid so I changed that to
urserver --daemon
. With out anything else
Running
urserver --daemon
Manually in a terminal works however
I'll post the whole service in a few away from my PC rn
starts fine if I manualy launch it
you manually launch with
urserver daemon
not urserver --daemon
or maybe try to create a sh so you run exactly same commandOops made a mistake on the manual launch it's supposed to be
urserver --daemon
That still works
btw what is
stat /home/zany130/.local/bin/urserver
oh i just noticed, why did you put bash in front?
it tried to execute urserver as bash script lmao
That's how the systemd service file was written originaly https://aur.Archlinux.Org/cgit/aur.Git/tree/urserver.Service?H=unified-remote-server
Tried it without bash just in case and no change still get
cannot execute binary file
Solution
Gave up and just overlayed the rpm. That worked with the original systemd service.