View Single Post
Posts: 1,414 | Thanked: 7,547 times | Joined on Aug 2016 @ Estonia
#139
Originally Posted by coderus View Post
animated stickers are lottie stuff, no idea if ffmeg is affect at all

for data i mean same what user can do with
Code:
flatpak uninstall --delete-data appname
but without uninstalling app? sometimes i screw app settings and want to start from scratch. reinstalling is an option, but easy way via flatpak runner can be simple solution.
If you want to remove app data, `rm` is your friend:

Code:
rm -rf ~/.var/app/FLATPAK_ID
and you should be good to go. Its still installed and should just start as new
 

The Following 4 Users Say Thank You to rinigus For This Useful Post: