parent
e060682b6f
commit
4c92f6a987
@ -0,0 +1,29 @@
|
||||
From d45f3107c1015bcf10ca6fd199f9e0c425dfd343 Mon Sep 17 00:00:00 2001
|
||||
From: Rex Dieter <rdieter@gmail.com>
|
||||
Date: Mon, 15 Jan 2018 10:17:05 -0600
|
||||
Subject: [PATCH 3/3] validate baloo_file.desktop
|
||||
|
||||
Fix per,
|
||||
$ desktop-file-validate /etc/xdg/autostart/baloo_file.desktop --warn-kde
|
||||
/etc/xdg/autostart/baloo_file.desktop: warning: value "Service" for key "Type" in group "Desktop Entry" is a reserved value for KDE
|
||||
/etc/xdg/autostart/baloo_file.desktop: error: key "Exec" is present in group "Desktop Entry", but the type is "Service" while this key is only valid for type "Application"
|
||||
|
||||
other DE's complain about this on login otherwise (e.g. gnome)
|
||||
---
|
||||
src/file/baloo_file.desktop | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/file/baloo_file.desktop b/src/file/baloo_file.desktop
|
||||
index 5136828b..c2c2b901 100644
|
||||
--- a/src/file/baloo_file.desktop
|
||||
+++ b/src/file/baloo_file.desktop
|
||||
@@ -1,5 +1,5 @@
|
||||
[Desktop Entry]
|
||||
-Type=Service
|
||||
+Type=Application
|
||||
Exec=baloo_file
|
||||
X-KDE-StartupNotify=false
|
||||
X-KDE-autostart-condition=baloofilerc:Basic Settings:Indexing-Enabled:true
|
||||
--
|
||||
2.14.3
|
||||
|
@ -1,10 +0,0 @@
|
||||
diff -up baloo-5.27.0/src/file/baloo_file.desktop.dt baloo-5.27.0/src/file/baloo_file.desktop
|
||||
--- baloo-5.27.0/src/file/baloo_file.desktop.dt 2016-10-02 04:42:18.000000000 -0500
|
||||
+++ baloo-5.27.0/src/file/baloo_file.desktop 2016-10-04 07:06:17.588566558 -0500
|
||||
@@ -1,5 +1,5 @@
|
||||
[Desktop Entry]
|
||||
-Type=Service
|
||||
+Type=Application
|
||||
Exec=baloo_file
|
||||
X-KDE-StartupNotify=false
|
||||
X-KDE-autostart-condition=baloofilerc:Basic Settings:Indexing-Enabled:true
|
Loading…
Reference in new issue