From 0648b80f5a233434c38b5a14b9506991c4973db49904db496a317837b0aa7bf1 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 5 Oct 2023 01:50:38 +0000 Subject: [PATCH] - Edit river-portals.conf * default to wlr -> fallback to gtk - Always use dbus-run-session now since this is required to start portals OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/river?expand=0&rev=36 --- river-portals.conf | 6 +----- river-run.sh | 2 +- river.changes | 7 +++++++ river.spec | 1 + 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/river-portals.conf b/river-portals.conf index 21f2a53..aa86ef1 100644 --- a/river-portals.conf +++ b/river-portals.conf @@ -1,6 +1,2 @@ [preferred] -# use xdg-desktop-portal-gtk for every portal interface -default=gtk -# except for the xdg-desktop-portal-wlr supplied interfaces -org.freedesktop.impl.portal.Screencast=wlr -org.freedesktop.impl.portal.Screenshot=wlr +default=wlr;gtk diff --git a/river-run.sh b/river-run.sh index ab2dcb3..3245e59 100644 --- a/river-run.sh +++ b/river-run.sh @@ -13,4 +13,4 @@ export XDG_SESSION_TYPE=wayland export XDG_SESSION_DESKTOP=river export XDG_CURRENT_DESKTOP=river -systemd-cat --identifier=river /usr/bin/river -log-level debug $@ +systemd-cat --identifier=river /usr/bin/dbus-run-session /usr/bin/river -log-level debug $@ diff --git a/river.changes b/river.changes index f5f4235..c4c7482 100644 --- a/river.changes +++ b/river.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 5 01:47:08 UTC 2023 - Soc Virnyl Estela + +- Edit river-portals.conf + * default to wlr -> fallback to gtk +- Always use dbus-run-session now since this is required to start portals + ------------------------------------------------------------------- Mon Sep 25 03:10:09 UTC 2023 - Soc Virnyl Estela diff --git a/river.spec b/river.spec index 49a493c..5a3c4cd 100644 --- a/river.spec +++ b/river.spec @@ -130,6 +130,7 @@ Bash command-line completion support for %{name}. %package contrib Summary: Helper files for making river easy to use Supplements: (%{name} and river) +Requires: dbus-1-daemon Requires: river BuildArch: noarch