Problem description
When trying to launch flatpak apps they are crashing (not uniformly not always the same error, but all errors are similar). f. e.
1.When I try to launch com.github.IsmaelMartinez.teams_for_linux I get (collapsed same logs):
[plukasiewicz@fedora ~]$ flatpak run com.github.IsmaelMartinez.teams_for_linux
[2:1214/192337.341993:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[…]
LaunchProcess: failed to execvp:
xdg-settings
[2:1214/192337.933321:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[ERROR] net::ERR_CONNECTION_REFUSED
[45:1214/192342.208467:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[2:1214/192342.248946:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[…]
After which application crashes
2.When I try to launch io.github.mimbrero.WhatsAppDesktop I get:
[plukasiewicz@fedora ~]$ flatpak run io.github.mimbrero.WhatsAppDesktop
[3:1214/191755.057532:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[3:1214/191755.057589:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[41:1214/191813.423422:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[41:1214/192017.347066:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
After which application seems to be working just fine??
When I try to launch io.github.mimbrero.WhatsAppDesktop I get:
[plukasiewicz@fedora ~]$ flatpak run io.github.mimbrero.WhatsAppDesktop
[3:1214/191755.057532:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[3:1214/191755.057589:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[41:1214/191813.423422:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[41:1214/192017.347066:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
After which application seems to be working just fine??
3. When I try to run com.valvesoftware.Steam
[…]
CAppInfoCacheReadFromDiskThread took 94 milliseconds to initialize
Steam Runtime Launch Service: starting steam-runtime-launcher-service
Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 176
steam-runtime-launcher-service[176]: E: Unable to acquire bus name “com.steampowered.PressureVessel.LaunchAlongsideSteam”
Steam Runtime Launch Service: steam-runtime-launcher-service pid 176 exited
Steam Runtime Launch Service: starting steam-runtime-launcher-service
Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 280
steam-runtime-launcher-service[280]: E: Unable to acquire bus name “com.steampowered.PressureVessel.LaunchAlongsideSteam”
Steam Runtime Launch Service: steam-runtime-launcher-service pid 280 exited
Steam Runtime Launch Service: starting steam-runtime-launcher-service
Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 312
steam-runtime-launcher-service[312]: E: Unable to acquire bus name “com.steampowered.PressureVessel.LaunchAlongsideSteam”
Steam Runtime Launch Service: steam-runtime-launcher-service pid 312 exited
Steam Runtime Launch Service: steam-runtime-launcher-service keeps crashing on startup, disabling
After which application crashes
What I tried to resolve the issue
- I checked if flatpak nvidia graphical library matches version with system one (
nvidia-smi,flatpa list) - I tried both reinstalling affected packages and
flatpak repair - I tried adding flags
--disable-gpu-sandboxand other similar flags (mainly on teams app) meant to disable sandboxing - I tried adding
--enable-features=UseOzonePlatform --ozone-platform=wayland
Any ideas about what might be the issue?