You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From issue #233, here are some problems I ran into while installing the dev flatpak (mentioned in this blog post) on a Centos 8 machine where that machine's flatpaks were all installed system-wide (without --user):
$ su -c "flatpak install gtg-git-2020-06-15.flatpak"
Mot de passe :
Installing in system:
org.gnome.GTGDevel/x86_64/master org.gnome.GTGDevel-origin ec220a51eb0c
permissions: ipc, network, fallback-x11, wayland, x11
dbus ownership: org.gnome.GTGDevel
system dbus access: org.freedesktop.login1
tags: devel, development, nightly
Is this ok [y/n]: y
Installing: org.gnome.GTGDevel/x86_64/master from bundle gtg-git-2020-06-15.flatpak
Now at ec220a51eb0c.
$ flatpak run org.gnome.GTGDevel
error: app/org.gnome.GTGDevel/x86_64/master not installed
$ su -c "flatpak install gtg-git-2020-06-15.flatpak"
error: Failed to install bundle org.gnome.GTGDevel/x86_64/master:
This version of org.gnome.GTGDevel is already installed
$ su -c "flatpak uninstall org.gnome.GTGDevel"
Uninstalling from system:
org.gnome.GTGDevel/x86_64/master
Is this ok [y/n]: y
Uninstalling: org.gnome.GTGDevel/x86_64/master
$ flatpak install --user gtg-git-2020-06-15.flatpak
Installing in user:
org.gnome.GTGDevel/x86_64/master org.gnome.GTGDevel-origin ec220a51eb0c
permissions: ipc, network, fallback-x11, wayland, x11
dbus ownership: org.gnome.GTGDevel
system dbus access: org.freedesktop.login1
tags: devel, development, nightly
Is this ok [y/n]: y
Installing for user: org.gnome.GTGDevel/x86_64/master from bundle gtg-git-2020-06-15.flatpak
Now at ec220a51eb0c.
$ flatpak run org.gnome.GTGDevel
error: Error opening file /var/lib/flatpak/runtime/org.gnome.Platform/x86_64/3.36/3369cd7cff48b37da2581c6ff0468c572dde6aebff80aff93a92b7c5728220c7/metadata: Permission denied
The text was updated successfully, but these errors were encountered:
From issue #233, here are some problems I ran into while installing the dev flatpak (mentioned in this blog post) on a Centos 8 machine where that machine's flatpaks were all installed system-wide (without --user):
The text was updated successfully, but these errors were encountered: