Hi Federico
I first looked at a yum remove flatpak, but the dependencies were such
that I abandoned that idea! I then ran (as root):
# flatpak list
Ref Options
org.frescobaldi.Frescobaldi/x86_64/stable system,current
org.freedesktop.Platform.GL.default/x86_64/20.08 system,runtime
org.freedesktop.Platform.VAAPI.Intel/x86_64/20.08 system,runtime
org.freedesktop.Platform.openh264/x86_64/2.0 system,runtime
org.kde.KStyle.Adwaita/x86_64/5.15 system,runtime
org.kde.Platform/x86_64/5.15 system,runtime
# flatpak uninstall --all
Uninstalling from system:
org.freedesktop.Platform.GL.default/x86_64/20.08
org.freedesktop.Platform.VAAPI.Intel/x86_64/20.08
org.freedesktop.Platform.openh264/x86_64/2.0
org.frescobaldi.Frescobaldi/x86_64/stable
org.frescobaldi.Frescobaldi.Locale/x86_64/stable
org.kde.KStyle.Adwaita/x86_64/5.15
org.kde.Platform/x86_64/5.15
org.kde.Platform.Locale/x86_64/5.15
Is this ok [y/n]: y
Uninstalling: org.freedesktop.Platform.GL.default/x86_64/20.08
Uninstalling: org.freedesktop.Platform.VAAPI.Intel/x86_64/20.08
Uninstalling: org.freedesktop.Platform.openh264/x86_64/2.0
Uninstalling: org.frescobaldi.Frescobaldi/x86_64/stable
Uninstalling: org.frescobaldi.Frescobaldi.Locale/x86_64/stable
Uninstalling: org.kde.KStyle.Adwaita/x86_64/5.15
Uninstalling: org.kde.Platform/x86_64/5.15
Uninstalling: org.kde.Platform.Locale/x86_64/5.15
# flatpak list
# flatpak remotes
Name Options
flathub system
# flatpak remote-delete flathub
# flatpak remotes
#
Now running as myself:
$ flatpak remote-add --if-not-exists flathub
https://flathub.org/repo/flathub.flatpakrepo
$ flatpak remotes
Name Options
flathub system
$ flatpak install flathub org.frescobaldi.Frescobaldi
Required runtime for org.frescobaldi.Frescobaldi/x86_64/stable
(runtime/org.kde.Platform/x86_64/5.15) found in remote flathub
Do you want to install it? [y/n]: y
Installing in system:
org.kde.Platform/x86_64/5.15 flathub 61f67bf3e852
org.freedesktop.Platform.GL.default/x86_64/20.08 flathub 82a8e234463f
org.freedesktop.Platform.VAAPI.Intel/x86_64/20.08 flathub 842257eb3e76
org.freedesktop.Platform.openh264/x86_64/2.0 flathub 73f998362a6f
org.kde.KStyle.Adwaita/x86_64/5.15 flathub 2f6e4ae8bc10
org.kde.Platform.Locale/x86_64/5.15 flathub 01ece85ac288
org.frescobaldi.Frescobaldi/x86_64/stable flathub 54532dddeb5d
permissions: ipc, network, pulseaudio, x11, devices
file access: home, xdg-config/kdeglobals:ro
dbus access: com.canonical.AppMenu.Registrar
org.frescobaldi.Frescobaldi.Locale/x86_64/stable flathub cc17a220dabb
Is this ok [y/n]: y
Installing: org.kde.Platform/x86_64/5.15 from flathub
error: Failed to install org.kde.Platform/x86_64/5.15:
openat(refs/remotes/flathub/runtime/org.kde.Platform/x86_64/5.15):
Permission denied
The remote-add command triggered a request for authorisation whereas the
second command didn't - just failed.
I've been running this on my CentOS 7 host machine. I'll give it a try
on the C8 VM since C7 is getting a bit old now. If that fails I'll try
the Fedora 33 VM.
Regards,
Martin
On 06/11/2020 15:39, Federico Bruni wrote:
Il giorno ven 6 nov 2020 alle 12:02, J Martin Rushton
<martinrushton56@btinternet.com> ha scritto:
I just followed links:
https://flathub.org/apps/details/org.frescobaldi.Frescobaldi
-> https://flatpak.org/setup/
-> https://flatpak.org/setup/CentOS/
Following up to my "wipe all" suggestion.
I read on Fedora setup here:
https://flatpak.org/setup/Fedora/
"""
The above links should work on the default GNOME and KDE Fedora
installations, but if they fail for some reason you can manually add
the Flathub remote by running:
flatpak remote-add --if-not-exists flathub
https://flathub.org/repo/flathub.flatpakrepo
"""
So uninstall all flatpak apps, delete all remotes (flatpak
remote-delete) and then add it back again _as user_ using above command.