(Solved) Anyone else has Problems with LinkHub? #53
joshdelany-sudo
started this conversation in
General
Replies: 1 comment 1 reply
|
Did you just install it using the new curl command? That's all I do and it works flawlessly in Bazzite. This one: curl -fsSL https://raw.githubusercontent.com/jurkovic-nikola/OpenLinkHub/main/remote-install.sh | bash And everything is installed in user space on Bazzite, its one of the best things about it, you an issue, just create a new user and delete your old account, and you have a brand new fresh install. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
SOLVED: ChatGPT actually helped me out with a step by step guide... I installed it as root but it was extracted in the user environment or something, so neither could find it. ChatGPT gave me the right commands to rewrite the rights and install it permanently.
(Im not a big fan of all the AI crap but damn this was usefull)
So linkhub works, but I have to manually restart it every time, I understand that Bazzite is not like Windows, but even with all the "Start service at startup" commands I always get an error.
Example:
``systemctl enable
OpenLinkHub.serviceFailed to enable unit: Unit OpenLinkHub.service does not exist
OpenLinkhub is started and working at this point, but it always says service do not exist when I try to enable it for autostart
Any Ideas?
All reactions