Skip to content

Commit

Permalink
ps: Add gnome to background portal backend list
Browse files Browse the repository at this point in the history
This is used for the active and background columns.
  • Loading branch information
chrisawi authored and smcv committed Mar 20, 2024
1 parent ef2c66b commit cf76cb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/flatpak-builtins-ps.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ get_compositor_apps (void)
g_autoptr(GVariant) ret = NULL;
GVariant *list = NULL;
const char *backends[] = {
"org.freedesktop.impl.portal.desktop.gnome",
/* Background portal was removed in 1.15.0, retained for compatibility */
"org.freedesktop.impl.portal.desktop.gtk",
"org.freedesktop.impl.portal.desktop.kde",
NULL
Expand Down

0 comments on commit cf76cb6

Please sign in to comment.