Some flatpak apps not launching on Silverblue

Hello : )
Some flathub apps not launching on Silverblue. This quite often happening in KDE and now on Gnome as well : (
Weather app:

flatpak run org.gnome.Weather

(org.gnome.Weather:2): Gjs-WARNING **: 13:46:07.136: The GObject property Adw.ViewSwitcherTitle.stack is deprecated.
0 MainWindow() ["resource:///org/gnome/Weather/js/app/window.js":76:60]
1 _createWindow() ["resource:///org/gnome/Weather/js/app/application.js":179:24]
2 vfunc_activate() ["resource:///org/gnome/Weather/js/app/application.js":213:24]
3 anonymous() ["resource:///org/gnome/Weather/js/app/main.js":46:30]
4 setTimeout/source<() ["resource:///org/gnome/gjs/modules/esm/_timers.js":72:9]
5 run() ["resource:///org/gnome/gjs/modules/script/mainloop.js":19:22]
6 <TOP LEVEL> ["resource:///org/gnome/Weather/js/app/main.js":53:18]

MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:763: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:794: FINISHME: support more multi-planar formats with DRM modifiers
Gdk-Message: 13:46:08.859: Error 71 (Protocol error) dispatching to Wayland display.

calculator:

flatpak run org.gnome.Calculator
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:763: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:794: FINISHME: support more multi-planar formats with DRM modifiers
Gdk-Message: 13:53:12.729: Error 71 (Protocol error) dispatching to Wayland display.

Maybe someone knows why?

Do someone else experiencing this?

Silverblue 40?

What I get is

$ flatpak run org.gnome.Weather

(org.gnome.Weather:2): Gjs-WARNING **: 18:34:24.647: The GObject property Adw.ViewSwitcherTitle.stack is deprecated.
0 MainWindow() ["resource:///org/gnome/Weather/js/app/window.js":76:60]
1 _createWindow() ["resource:///org/gnome/Weather/js/app/application.js":179:24]
2 vfunc_activate() ["resource:///org/gnome/Weather/js/app/application.js":213:24]
3 anonymous() ["resource:///org/gnome/Weather/js/app/main.js":46:30]
4 setTimeout/source<() ["resource:///org/gnome/gjs/modules/esm/_timers.js":72:9]
5 run() ["resource:///org/gnome/gjs/modules/script/mainloop.js":19:22]
6 <TOP LEVEL> ["resource:///org/gnome/Weather/js/app/main.js":53:18]

MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:763: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:794: FINISHME: support more multi-planar formats with DRM modifiers
Gjs-Message: 18:34:25.738: JS LOG: Timeout during model load, perhaps the network is not available?

And the application starts.

So your issue is related to this error

Gdk-Message: 13:46:08.859: Error 71 (Protocol error) dispatching to Wayland display.

However I don’t know what the problem is.

Added flatpak, vulkan

Removed vulkan

Take a look here.

2 Likes

Yes, thank you. That is it. My laptop have intel + nvidia cards (optimus) and all gnome flatpak apps not launching, but my GNOME Shell is 46.5 not 47.
Oh, when the time will come for me to buy a new computer it will be bought with amd cpu and gpu. No more NVIDIA! : (

Is it going to be fixed soon?

1 Like

Probably yes :crossed_fingers:

Man, already at east two system updates where installed and the bug still not fixed. : (
I need weather app and calculator !
Why it is still not fixed after a week?
: D

This seems to be an issue in the Nvidia drivers, so you’ll have to wait for on update from them.

Maybe using the generic nouveau drivers until issue is fixed could be an option?

If not, setting the env variable GSK_RENDERER to gl or ngl as per the linked post above could also be a temporary fix.

Or even downgrading to the 555.xx version of the Nvidia drivers, as this issue seems to be only happening with version 560.xx.

Is it?
Big programs that heavily depend on nvidia drivers do work - Blender, inkscape, gimp, krita, darktable, kdenlive etc. programs that do not launch: calculator, text editor, weather app, bottles, parabolic, nomacs , warehouse, eyedropper, maps, extensions, calendar etc.
: (
Why nvidia, these should be running on intel gpu?

Most of the programs mentioned not to be working (maybe except fornomacs) are gtk4 apps. Those are all probably using the default vulkan renderer, whereas the other ones maybe don’t (and are not gtk4 apps).

You can confirm this by testing one of the workarounds.

I removed nvidia drivers and computer is running quite well - snappy and all programs launch, just cannot play any games and do renderings with Blender. I will be using it like that till the bug will be fixed.
It seems to me that this had happened and is not fixed until now is terrible.
What do others think?
Is it normal for fedora?
Is it affected KDE as well or only Gnome?
Do other OSes have problems as well (debian and arch)?
Why this had happened?