https://bugs.kde.org/show_bug.cgi?id=486678

--- Comment #4 from Nate Graham <n...@kde.org> ---
Nice, thanks for finding that. I knew there was a bug report in there somewhere
but I had lost track of it.

I can confirm that this local workaround works if you're using the fixed
version of flatpak:

list=$(flatpak list --app --columns=application)

for app in $list
        do
                flatpak install --user --reinstall -y "$app"
done

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to