modified | Thursday 17 July 2025 |
---|
All of these symptoms happen at the same time at random times. when it happens it happens for days. then it disappear (not sure of the trigger or the reason it’s fixed)
.bash_profile
using exec Hyprland
.exec dbus-run-session -- Hyprland
It seems the problem persisted. I used cursor to debug the issuee and it came up with a solution.
Add the following to .bash_profile
export GIO_USE_VFS=local # Use local VFS instead of GNOME's gvfs
export GTK_USE_PORTAL=0 # Disable XDG portals for GTK apps
export GDK_BACKEND=wayland # Ensure proper Wayland backend
export QT_QPA_PLATFORM=wayland # Ensure proper Wayland for Qt apps