AppImageLauncher icon indicating copy to clipboard operation
AppImageLauncher copied to clipboard

Removing AppImageLauncher does not remove the application

Open Aravisian opened this issue 2 years ago • 1 comments

Pre-submit checks

  • [X] I checked for similar issues beforehand, but could not find any, not even closed ones. I could not add my bug report to any existing issue.
  • [X] I am going to take the time to to fill in all the required details. I know that the bug report will be dismissed otherwise.

Describe the bug

Installed AppImageLauncher via Launchpad repository ppa:appimagelauncher-team/stable Removed AppImageLauncher via terminal command:

sudo apt remove appimagelauncher

Rebooted computer. Attempted to open a new downloaded appimage (appimaged) and received a warning that it was unable due to AppImageLauncher being present. Elevated to Root and inspected files. Found AppImageLauncher files all still intact and present.

In terminal, ran

sudo apt remove --purge appimagelauncher

sudo apt clean && sudo apt autoremove

Result was most files removed, except systemd file hook. Rebooted assuming that it would be removed upon restart. Attempted to open new appimage only to be greeted with same error. Manually removed the remaining file from /home/$USER/.config and from /home/$USER/.config/systemd/user/default.target.wants

Attempted to open new AppImage - success.

Expected behavior

I expected to see the application properly removed.

Steps to reproduce the issue

Add ppa repository sudo add-apt-repository ppa:appimagelauncher-team/stable

Install application sudo apt install appimagelauncher

Integrate some app images.

Remove application sudo apt remove appimagelauncher

Inspect for remainder files. Possible: attempt to open appimaged

Screenshots

I took none as I did not anticipate the need for any prior to falling into the abyss.

Distribution and desktop environment

Zorin OS 16.2 Lite XFCE 4.16 D.E.

Installed AppImageLauncher version

appimagelauncher (202211022348-stable-0f91801~ubuntu20.04.1)

List of AppImages you tried

Aside from appimaged, none.

I was searching for and testing appimage management tools.

However, I did test another prior to removing appimagelauncher that is NOT an appimage: Bauh - installed by Pip.

Additional context

No response

Aravisian avatar Nov 30 '22 05:11 Aravisian

I can verify that this is still an issue. Just to link the issue in go-appimage to here for reference purpose, https://github.com/probonopd/go-appimage/issues/126

FOSSProponent9436 avatar Jun 02 '23 14:06 FOSSProponent9436