chrisawi
chrisawi
Does it run on the online PC? Does the offline PC have an NVIDIA GPU? If so, are you using NVIDIA's proprietary driver?
I think this might be the same issue as https://github.com/flatpak/flatpak/issues/6094 Please share the output of `flatpak list` on the offline PC. I suspect Flatpak didn't install the related refs for...
This isn't a Flatpak bug. btrfs-assistant is causing a second set of xdg-desktop-portal processes to be spawned as root (only on Fedora, for whatever reason).
Please share the double-verbose output from `flatpak run -vv`. I'm a bit confused about that `flatpak repair` output. If I'm interpreting that prompt correctly, you didn't run `flatpak repair` as...
@ItsAllPeachy That should already be in `XDG_DATA_DIRS`, but at the front. I'm not sure how it could be relevant though. Can you share the resulting value of that variable? As...
If you disable unprivileged user namespaces, it's up to you to configure your system to handle that. The SUID version of bubblewrap isn't normally installed on systems where user namespaces...
Flatpak is getting the GTK theme from gsettings: `gsettings get org.gnome.desktop.interface gtk-theme` Setting `GTK_THEME` or exposing `~/.config/gtk-3.0/` via override isn't recommended.
If you think those docs need expansion or improvement, please open an issue or PR in https://github.com/flatpak/flatpak-docs/
That should be when deployment is happening. `flatpak_dir_deploy()` doesn't have any progress reporting, but it should normally be pretty fast. Your screenshot features an nvidia extension, which uses extra-data. The...
It looks like it'd be pretty easy to mount both directories, but `~/.fonts` has been deprecated for a long time. I'd much rather see KDE fix their font installer to...