4a6ab956fe
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/policycoreutils.git#b47cf5c7c221d52f659303fe41a406239a74d8d3
27 lines
883 B
Diff
27 lines
883 B
Diff
From 9e2b8c61bfd275d0f007a736721c557755edf4a0 Mon Sep 17 00:00:00 2001
|
|
From: Laurent Bigonville <bigon@bigon.be>
|
|
Date: Thu, 16 Jul 2020 14:22:13 +0200
|
|
Subject: [PATCH] restorecond: Set X-GNOME-HiddenUnderSystemd=true in
|
|
restorecond.desktop file
|
|
|
|
This completely inactivate the .desktop file incase the user session is
|
|
managed by systemd as restorecond also provide a service file
|
|
|
|
Signed-off-by: Laurent Bigonville <bigon@bigon.be>
|
|
---
|
|
restorecond/restorecond.desktop | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/restorecond/restorecond.desktop b/restorecond/restorecond.desktop
|
|
index af7286801c24..7df854727a3f 100644
|
|
--- a/restorecond/restorecond.desktop
|
|
+++ b/restorecond/restorecond.desktop
|
|
@@ -5,3 +5,4 @@ Comment=Fix file context in owned by the user
|
|
Type=Application
|
|
StartupNotify=false
|
|
X-GNOME-Autostart-enabled=false
|
|
+X-GNOME-HiddenUnderSystemd=true
|
|
--
|
|
2.29.0
|
|
|