Skip to content
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

appimaged service running even though not detected, failing if files were removed #248

Open
firefoxlover opened this issue Mar 6, 2023 · 5 comments

Comments

@firefoxlover
Copy link

firefoxlover commented Mar 6, 2023

I am pretty sure this project is useful, but I just dont want a process running in the background all the time, connecting to some site (documentation?) and cluttering up my journalctl.

I removed the files and sudo systemctl disable appimaged doesnt find a service, its running nonetheless.

Please provide an uninstall script, it is very confusing. When I have time I can help and maybe create one.

@CalebQ42
Copy link
Contributor

CalebQ42 commented Mar 6, 2023

It's a user service so you have to do systemctl --user --now disable appimaged

@CalebQ42
Copy link
Contributor

CalebQ42 commented Mar 6, 2023

There isn't an uninstall script, but there is documentation for how to fully remove AppImages in its folder (https://github.com/probonopd/go-appimage/blob/master/src/appimaged/README.md)

@firefoxlover
Copy link
Author

thanks! okay of course its a user service, forgot that. The connection is probably for thumbnails right?

Does the service really run all the time? I think it would be nice to have a manual trigger ("refresh appimages" .desktop appstarter) and otherwise run it ever 2h or so, to be less invasive.

@CalebQ42
Copy link
Contributor

CalebQ42 commented Mar 7, 2023

It's not for thumbnails (those are provided within the appimage itself), but for checking if there's an update available for the AppImage if the AppImage provides info on how to get updates.

@probonopd
Copy link
Owner

Well, it's mainly for recognizing whenever new AppImages appear on the system, get moved around, etc.

All of this could be done way more nicely and without the need for daemons if implemented right in the file manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants