go-appimage icon indicating copy to clipboard operation
go-appimage copied to clipboard

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

Open secretmango opened this issue 2 years ago • 5 comments

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.

secretmango avatar Mar 06 '23 17:03 secretmango

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

CalebQ42 avatar Mar 06 '23 18:03 CalebQ42

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)

CalebQ42 avatar Mar 06 '23 18:03 CalebQ42

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.

secretmango avatar Mar 07 '23 12:03 secretmango

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.

CalebQ42 avatar Mar 07 '23 12:03 CalebQ42

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.

probonopd avatar Mar 07 '23 17:03 probonopd