lxqt-session/0002-fix-xdg-desktop-portal-lxqt.patch
Shawn Dunn 431dfcf55a - Added:
* 0003-add-option-for-miriway.patch
    (https://github.com/lxqt/lxqt-session/pull/571)

- Dropped:
  * lxqt-session-default_wm.patch
- Added:
  * 0001-set-default-wm.patch (Replaces Dropped Patch)
  * 0002-fix-xdg-desktop-portal-lxqt.patch (boo#1226394)
- Updated to git_am style patches

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-session?expand=0&rev=57
2025-01-17 02:08:39 +00:00

31 lines
1.0 KiB
Diff

From 80f5eabac1b6f48ec8642b905bab2def40664633 Mon Sep 17 00:00:00 2001
From: "Shawn W. Dunn" <sfalken@cloverleaf-linux.org>
Date: Sat, 11 Jan 2025 21:29:09 -0800
Subject: [PATCH 2/3] fix xdg desktop portal lxqt
xdg-desktop-portal-lxqt isn't being started by xdg-desktop-portal on
login, running "/usr/libexec/xdg-desktop-portal --replace" after login
via this desktop file ensures that the lxqt portal is running
See: https://bugzilla.opensuse.org/show_bug.cgi?id=1226394
---
autostart/lxqt-desktop-portal-autostart.desktop.in | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 autostart/lxqt-desktop-portal-autostart.desktop.in
diff --git a/autostart/lxqt-desktop-portal-autostart.desktop.in b/autostart/lxqt-desktop-portal-autostart.desktop.in
new file mode 100644
index 0000000..637ddb4
--- /dev/null
+++ b/autostart/lxqt-desktop-portal-autostart.desktop.in
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+TryExec=/usr/libexec/xdg-desktop-portal
+Exec=/usr/libexec/xdg-desktop-portal --replace
+OnlyShowIn=LXQt;
--
2.48.0