Skip to content

Instantly share code, notes, and snippets.

@cyyself
Last active November 26, 2024 05:15
Show Gist options
  • Save cyyself/b7feb690d1ef1ff8acb05ca989b10590 to your computer and use it in GitHub Desktop.
Save cyyself/b7feb690d1ef1ff8acb05ca989b10590 to your computer and use it in GitHub Desktop.

Related

issue: https://github.com/flatpak/xdg-desktop-portal/issues/1032

Error log:

~ 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

Solution

apt install dbus-broker
systemctl enable --global dbus-broker.service
systemctl enable dbus-broker.service

Verified on Debian trixie(testing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment