Can’t open flatpak software

As the title said I can’t open any software and I don’t know why since this is a fresh installed of openSUSE Tumbleweed. Where flatpak just works no problem nor need any configuration. And every app I opened will give me the same error.

On Sober:

> flatpak run org.vinegarhq.Sober 

(flatpak run:9928): GLib-GIO-CRITICAL **: 22:20:49.259: GFileInfo created without standard::symlink-target

(flatpak run:9928): GLib-GIO-CRITICAL **: 22:20:49.259: file ../gio/gfileinfo.c: line 2076 (g_file_info_get_symlink_target): should not be reached

(flatpak run:9928): GLib-GIO-CRITICAL **: 22:20:49.259: GFileInfo created without standard::symlink-target

(flatpak run:9928): GLib-GIO-CRITICAL **: 22:20:49.259: file ../gio/gfileinfo.c: line 2076 (g_file_info_get_symlink_target): should not be reached

(flatpak run:9928): GLib-GIO-CRITICAL **: 22:20:49.259: GFileInfo created without standard::symlink-target

(flatpak run:9928): GLib-GIO-CRITICAL **: 22:20:49.259: file ../gio/gfileinfo.c: line 2076 (g_file_info_get_symlink_target): should not be reached
bwrap: Can't find source path /home/miku/.local/share/flatpak/extension/org.freedesktop.Platform.GStreamer/x86_64/25.08: Permission denied
error: ldconfig failed, exit status 256

On Lutris:

> flatpak run net.lutris.Lutris 

(flatpak run:18060): GLib-GIO-CRITICAL **: 22:27:17.061: GFileInfo created without standard::symlink-target

(flatpak run:18060): GLib-GIO-CRITICAL **: 22:27:17.061: file ../gio/gfileinfo.c: line 2076 (g_file_info_get_symlink_target): should not be reached

(flatpak run:18060): GLib-GIO-CRITICAL **: 22:27:17.061: GFileInfo created without standard::symlink-target

(flatpak run:18060): GLib-GIO-CRITICAL **: 22:27:17.061: file ../gio/gfileinfo.c: line 2076 (g_file_info_get_symlink_target): should not be reached

(flatpak run:18060): GLib-GIO-CRITICAL **: 22:27:17.061: GFileInfo created without standard::symlink-target

(flatpak run:18060): GLib-GIO-CRITICAL **: 22:27:17.061: file ../gio/gfileinfo.c: line 2076 (g_file_info_get_symlink_target): should not be reached
bwrap: Can't find source path /home/miku/.local/share/flatpak/extension/org.winehq.Wine.DLLs/x86_64/stable: Permission denied
error: ldconfig failed, exit status 256

Hope someone could help on this. And thank you!

@projectmirai39 Hi, SELinux perhaps, did you install selinux-policy-targeted-gaming?

Yup I already have it.

I see;

flatpak run org.vinegarhq.Sober 
sober: /usr/lib/x86_64-linux-gnu/libcurl.so.4: no version information available (required by sober)
/proc/self/exe: /usr/lib/x86_64-linux-gnu/libcurl.so.4: no version information available (required by /proc/self/exe)
info: app: lifecycle: app_start delta=3.50000336766243e-05ms
info: app: using C.UTF-8 locale
info: app: lifecycle: logging_started delta=0.711837999522686ms
info: app: app tag: s078-1924-x86_64-gnu
info: app: cpu model: Intel(R) Core(TM) i5-10500T CPU @ 2.30GHz
info: app: os release: openSUSE Tumbleweed
info: app: desktop: GNOME (on wayland)
info: app: lifecycle: update_flags_from_remote_manifest delta=65.78089599963278ms
info: state: using manifest object: {"app_settings":{"FFlagIncludePowerSaverMode":false},"do_not_retain_swapchain":1,"r1":1,"u":1}
info: app: lifecycle: fs_init delta=259.23594800010324ms
info: state: starting onboarding flow UI...
info: state:   force_install: no
info: state:   wants_onboarding_home: yes
info: state:   wants_bundle_install: yes
info: state:   do_package_install: yes
info: state:   do_config_standalone: no
info: UIServicesConduit: will execute ui service binary
info: UIServicesConduit: waiting for ui service to exit...
info: UIServicesConduit: ui service exited

What desktop environment?

Edit, I install via the command line and as my user, not system.

XFCE and how can I know if I install a software as user and how can I do it?

@projectmirai39 how did you add flathub?

I use (only verified flatpaks);

flatpak --user remote-add --if-not-exists --subset=verified flathub-verified https://flathub.org/repo/flathub.flatpakrepo
flatpak --user install <some flatpak>

Likewise, I add Faltseal flatpak --user install --noninteractive com.github.tchx84.Flatseal to tweak permissions.

Doing this command flatpak --user remote-add --if-not-exists --subset=verified flathub-verified https://flathub.org/repo/flathub.flatpakrepo got me this error: Creating repo: fstatat(/home/miku/.local/share/flatpak/repo/objects): Permission denied

I just add this.

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Sounds like your file system is read only….

How can I change this?

How about this directory? Seem like this folder is only owned by root. What if I change the owner of this directory? Will it fix my problem?

Since all folder on ~/.local/share/ are owed by miku and not root but only flatpak is owned by root. maybe thats why all me software aren’t able to launch since it’s being denied.

@projectmirai39 yes, you installed as root/system not user…

So remove all the flatpak stuff and start again as your user.

So what I’m gonna do is uninstall flatpak, then remove/delete that flatpak folder, reinstall flatpak, copy this commands flatpak --user remote-add --if-not-exists --subset=verified flathub-verified https://flathub.org/repo/flathub.flatpakrepo flatpak --user install <some flatpak> and it will fix my problem?

Update all my Flatpak software are working now thanks to @malcolmlewis ! Thank you so much, sir!

@projectmirai39 good deal :smile: I always recommend installing flatpak as your user, avoids issues like that and also borking the underlying OS :wink:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.