| modified | Monday 3 November 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 -- HyprlandIt 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
I installed power-profiles-daemon and when setting the battery aware setting it couldn’t connect to d-bus. although it’s installed. but again the logs shows:
dbus-daemon[1108]: [system] Activation via systemd failed for unit ‘dbus-org.freedesktop.home1.service’: Unit dbus-org.freedesktop.home1.service not found.
Thanks to this thread. it seems like systemd-homed is disabled. and this is the reason for this issue.
after homed was enabled with sudo systemctl enable --now systemd-homed and restarting it worked. flatpak applications started as expected.