issue: https://github.com/flatpak/xdg-desktop-portal/issues/1032
➜ ~ systemctl --user status xdg-desktop-portal
● xdg-desktop-portal.service - Portal service
Loaded: loaded (/usr/lib/systemd/user/xdg-desktop-portal.service; static)
Active: activating (start) since Tue 2024-11-26 12:41:59 CST; 1min 5s ago
Job: 117
Invocation: e0d08124e3c040598e995f4fe03a0116
Main PID: 85658 (xdg-desktop-por)
Tasks: 5 (limit: 308670)
Memory: 3.6M (peak: 4.4M)
CPU: 91ms
CGroup: /user.slice/user-1299.slice/[email protected]/session.slice/xdg-desktop-portal.service
└─85658 /usr/libexec/xdg-desktop-portal
Nov 26 12:41:59 x13-0 systemd[85433]: Starting xdg-desktop-portal.service - Portal service...
Nov 26 12:42:49 x13-0 xdg-desktop-por[85658]: Failed to create settings proxy: Error calling StartServiceByName for org.freedesktop.impl.portal.desktop.gnome: Timeout was reached
apt install dbus-broker
systemctl enable --global dbus-broker.service
systemctl enable dbus-broker.service
Verified on Debian trixie(testing)