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
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.
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.
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?