You are not logged in.
For a week or so, after one of the system updates I guess, I cannot run Resources app anymore. Here's what I can see while trying to run it in console
$ LC_ALL=C resources
(resources:11160): Gtk-WARNING **: 12:58:47.626: Unknown key gtk-modules in /home/cardiozibi/.config/gtk-4.0/settings.ini
(resources:11160): Adwaita-WARNING **: 12:58:47.756: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.
MESA-INTEL: warning: ../mesa-24.2.3/src/intel/vulkan/anv_formats.c:763: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../mesa-24.2.3/src/intel/vulkan/anv_formats.c:794: FINISHME: support more multi-planar formats with DRM modifiers
Gdk-Message: 12:58:50.438: Error 71 (Protocol error) dispatching to Wayland display.
However it does run with root privileges, although with changed interface
$ sudo LC_ALL=C resources
[sudo] hasło użytkownika cardiozibi:
(resources:14477): Gtk-WARNING **: 13:01:20.237: Unable to acquire session bus: Error spawning command line ?dbus-launch --autolaunch=bfe8fd9744f24568a6f73740ade0262b --binary-syntax --close-stderr?: Child process exited with code 1
MESA-INTEL: warning: ../mesa-24.2.3/src/intel/vulkan/anv_formats.c:763: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../mesa-24.2.3/src/intel/vulkan/anv_formats.c:794: FINISHME: support more multi-planar formats with DRM modifiers
(resources:14477): dconf-WARNING **: 13:01:42.197: failed to commit changes to dconf: Error spawning command line ?dbus-launch --autolaunch=bfe8fd9744f24568a6f73740ade0262b --binary-syntax --close-stderr?: Child process exited with code 1
(resources:14477): dconf-WARNING **: 13:01:42.197: failed to commit changes to dconf: Error spawning command line ?dbus-launch --autolaunch=bfe8fd9744f24568a6f73740ade0262b --binary-syntax --close-stderr?: Child process exited with code 1
"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."
MSI Raider GE78HX 13VI-032PL
Offline
Update your system again, there have been some known bugs in gtk which should be fixed assuming you're fully updated and on gtk4 1:4.16.2-1
Alternatively try exporting
GSK_RENDERER=ngl resources
and then consider exporting that globally.
Last edited by V1del (2024-09-27 11:32:23)
Offline
My system is fully updated at the moment. Should I update any specific application, like gtk4?
"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."
MSI Raider GE78HX 13VI-032PL
Offline
No that would be a partial upgrade, generally a full system update should help can you confirm you have that version of GTK? Since it works in root could also be an issue of your GTK4 theme, maybe try switching that to the default adwaita? Maybe generally post your /home/cardiozibi/.config/gtk-4.0/settings.ini there are a bunch of warnings that suggest this file is incompatible with (current versions of) gtk in some form.
Last edited by V1del (2024-09-27 12:14:56)
Offline
can you confirm you have that version of GTK?
Yes
$ pacman -Qi gtk4
Nazwa : gtk4
Wersja : 1:4.16.2-1
(...)
Maybe generally post your /home/cardiozibi/.config/gtk-4.0/settings.ini there are a bunch of warnings that suggest this file is incompatible with (current versions of) gtk in some form.
[Settings]
gtk-application-prefer-dark-theme=true
gtk-cursor-theme-name=Oxygen_Yellow
gtk-cursor-theme-size=24
gtk-decoration-layout=icon:minimize,maximize,close
gtk-enable-animations=true
gtk-font-name=Noto Sans, 11
gtk-icon-theme-name=breeze-dark
gtk-modules=window-decorations-gtk-module:colorreload-gtk-module
gtk-primary-button-warps-slider=true
gtk-sound-theme-name=ocean
gtk-xft-dpi=147456
Resources does work with the GSK_RENDERER=ngl.
"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."
MSI Raider GE78HX 13VI-032PL
Offline