[O/S] Just uninstalled a Flatpak app via Software app but it is still running

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
Martek
Posts: 34
Joined: 2024-05-03 09:50

[O/S] Just uninstalled a Flatpak app via Software app but it is still running

#1 Post by Martek »

I had installed Cryptomator via the Software app in Gnome. It was a Flatpak version. I found out that using the Flatpak version means you don't get the option to automatically start the app when you login. So I was going to uninstall it and reinstall the .DEB version. On uninstalling the app I can see that the app is still running. The icon has been removed from the Show Applications but I can still open the app from the tray icon. At the command line "flatpak list" also doesn't show the app as being installed. So why is it still running? On Windows you uninstall something and it will close the app down and completely uninstall it.

User avatar
kc1di
Posts: 304
Joined: 2007-03-12 12:52
Location: Somewhere In Maine
Has thanked: 5 times
Been thanked: 20 times

Re: [O/S] Just uninstalled a Flatpak app via Software app but it is still running

#2 Post by kc1di »

you can not remove a flatpak program via software center. you have to use the following commands.
[*]flatpak list --app
[*]flatpak uninstall --delete-data App-ID (where delete-data App ID are the name of the program you want to uninstall. )
For instance say you want to remove gimp flatpak. It would look like this
[*]flatpak uninstall --delete-data org.gimp.GIMP
Dave
Morse Code -An Early digital mode !
Bookworm
John 3:16
Registered Linux User # 462608

Martek
Posts: 34
Joined: 2024-05-03 09:50

Re: [O/S] Just uninstalled a Flatpak app via Software app but it is still running

#3 Post by Martek »

kc1di wrote: 2024-11-13 13:18 you can not remove a flatpak program via software center. you have to use the following commands.
[*]flatpak list --app
[*]flatpak uninstall --delete-data App-ID (where delete-data App ID are the name of the program you want to uninstall. )
For instance say you want to remove gimp flatpak. It would look like this
[*]flatpak uninstall --delete-data org.gimp.GIMP
Yes you can. There is an uninstall button and it removes the icon for the aplication and removes it from the flatpak list. It just leaves the app running which is pointless. It doesn't matter now anyway as I have deleted Debian after just one issue after another.

User avatar
kc1di
Posts: 304
Joined: 2007-03-12 12:52
Location: Somewhere In Maine
Has thanked: 5 times
Been thanked: 20 times

Re: [O/S] Just uninstalled a Flatpak app via Software app but it is still running

#4 Post by kc1di »

It true it has an uninstall but it does not uninstall the complete flatpak. Just the menu entries so if you don't want it running you need to do as I said.
Dave
Morse Code -An Early digital mode !
Bookworm
John 3:16
Registered Linux User # 462608

Post Reply