1 OBS-URL: https://build.opensuse.org/request/show/343357 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-session?expand=0&rev=5
39 lines
1.2 KiB
Diff
39 lines
1.2 KiB
Diff
From 9f5b1c9c148210fbd2efe632ba13e7d994ab4fac Mon Sep 17 00:00:00 2001
|
|
From: Michael Vetter <jubalh@openmailbox.org>
|
|
Date: Fri, 6 Nov 2015 18:16:23 +0100
|
|
Subject: [PATCH] Fix desktop file
|
|
|
|
Forgot about section OnlyShowIn.
|
|
---
|
|
lxqt-leave/resources/lxqt-hibernate.desktop.in | 2 +-
|
|
lxqt-leave/resources/lxqt-suspend.desktop.in | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/lxqt-leave/resources/lxqt-hibernate.desktop.in b/lxqt-leave/resources/lxqt-hibernate.desktop.in
|
|
index f44e293..923b2a2 100644
|
|
--- a/lxqt-leave/resources/lxqt-hibernate.desktop.in
|
|
+++ b/lxqt-leave/resources/lxqt-hibernate.desktop.in
|
|
@@ -6,6 +6,6 @@ Comment=hibernate the machine
|
|
Exec=lxqt-leave --hibernate
|
|
Icon=system-suspend-hibernate
|
|
Categories=System;X-Leave;
|
|
-OnlyShowIn=LXQt
|
|
+OnlyShowIn=LXQt;
|
|
|
|
#TRANSLATIONS_DIR=../translations
|
|
diff --git a/lxqt-leave/resources/lxqt-suspend.desktop.in b/lxqt-leave/resources/lxqt-suspend.desktop.in
|
|
index 9eaf7d6..44a0b87 100644
|
|
--- a/lxqt-leave/resources/lxqt-suspend.desktop.in
|
|
+++ b/lxqt-leave/resources/lxqt-suspend.desktop.in
|
|
@@ -6,6 +6,6 @@ Comment=suspend the machine
|
|
Exec=lxqt-leave --suspend
|
|
Icon=system-suspend
|
|
Categories=System;X-Leave;
|
|
-OnlyShowIn=LXQt
|
|
+OnlyShowIn=LXQt;
|
|
|
|
#TRANSLATIONS_DIR=../translations
|
|
--
|
|
2.6.2
|
|
|