Flatpak apps not working

so this morning when I turn on my pc all my flatpak apps decided to not open, I downloaded the lastest update and rebooted yesterday and my apps were still working so I guess that’s not the issue.
when I try launching apps I get this

flatpak run com.google.Chrome  :heavy_check_mark:
Gtk-Message: 18:01:27.006: Failed to load module “xapp-gtk3-module”
Gtk-Message: 18:01:27.006: Failed to load module “canberra-gtk-module”
error: ldconfig failed, exit status 34560
[2 preload-host-spawn-strategy] Failed to let stub process know of exit: Bad file descriptor (errno 9)

flatpak run com.discordapp.Discord  :heavy_check_mark:
2023/05/08 18:04:05 socat[3] E “/run/user/1000/app/com.discordapp.Discord/discord-ipc-0” exists
Disabling updates already done
[5 zypak-helper] Wait found events, but sd-event found none
error: ldconfig failed, exit status 34560
[5 preload-host-spawn-strategy] Failed to let stub process know of exit: Bad file descriptor (errno 9)

try to repair your flatpak installation:
flatpak repair
you can find more information here:
https://man.archlinux.org/man/flatpak-repair.1.en

1 Like

I was repairing apps one by one and they were still broken, but for some reason this command did the job

sudo flatpak repair --reinstall-all

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