-
-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Systemd Service points to wrong location #1737
Comments
Hey @markusressel, thanks for reporting this. Where exactly did you install this from? |
I have installed it from the official AUR using yay. Maybe I have a locally modified systemd file again (I had this issue already the last time I tried to install portmaster). I will check if this issue disappears after uninstalling, removing the service file and reinstalling again. Thx for the quick response. |
I have removed the package again, and also removed the systemd file, reinstalled the package and the path is now correct. > sudo pacman -Rnsu portmaster
error: target not found: portmaster Probably because there is no such package, but the stub package instead. The portmaster-core service seems to be running now and writes logs:
These (abbreviated) logs seem fine to me. Now: How do I launch the UI? |
Well, the AUR package includes a desktop file, this should have been picked up. If you like, you can switch to beta to get the new non-electron UI. |
Seems like
does not show it, but
does. I am not sure what the difference is, but I guess ".desktop" files are not shown when using just |
What happened:
portmaster-stub-bin
usingyay
sudo systemctl enable --now portmaster
What did you expect to happen?:
How did you reproduce it?:
Debug Information:
I can't provide UI logs since the service doesn't even start.
However, these are the files that are created by the package:
The path to the required binary is:
instead of
which is specified in the systemd file.
I am not sure why this is, but its a pretty frustrating showstopper for the whole thing.
Oh and btw, the portmaster UI also doesn't appear in my launcher, so even after fixing the path, and running the core service successfully, I still have no idea how to launch the UI. I have looked at the official documentation but it doesn't even mention it other than the "fully manual install", which I definitely don't want to do.
IMHO you should really take a close look at the initial install experience, because each time I take a look at portmaster again, I get stuck on things that should not be the things creating major headaches.
The text was updated successfully, but these errors were encountered: