forked from pool/lxsession
4c9878fe75
- added two patches to fix bugs detected after the release * lxsession-0.5.1-duplicate-lxpolkit-invocation-fix.patch * lxsession-0.5.1-lxsession-db-SF692-fix.patch OBS-URL: https://build.opensuse.org/request/show/258268 OBS-URL: https://build.opensuse.org/package/show/X11:lxde/lxsession?expand=0&rev=75
26 lines
808 B
Diff
26 lines
808 B
Diff
From 486e8b5221d214a491ac41e8b0ee1adba8f0a8d6 Mon Sep 17 00:00:00 2001
|
|
From: Andriy Grytsenko <andrej@rep.kiev.ua>
|
|
Date: Mon, 20 Oct 2014 15:34:20 +0300
|
|
Subject: [PATCH] Fix duplicate lxpolkit invocation by setting Hidden=true in
|
|
lxpolkit.desktop.
|
|
|
|
It supposed to be autostarted if set to, but lxsession even without
|
|
built-in one handles that differently. So let it be hidden always.
|
|
---
|
|
data/lxpolkit.desktop.in.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/data/lxpolkit.desktop.in.in b/data/lxpolkit.desktop.in.in
|
|
index 40c1269..b86b1df 100644
|
|
--- a/data/lxpolkit.desktop.in.in
|
|
+++ b/data/lxpolkit.desktop.in.in
|
|
@@ -6,4 +6,4 @@ Exec=lxpolkit
|
|
TryExec=lxpolkit
|
|
Icon=gtk-dialog-authentication
|
|
NotShowIn=GNOME;KDE;
|
|
-Hidden=@HIDE_LXPOLKIT_AUTOSTART@
|
|
+Hidden=true
|
|
--
|
|
1.7.10.4
|
|
|