kylin-screenshot/fix-screenshot-not-show.patch
2022-02-22 15:04:58 +08:00

31 lines
845 B
Diff

From 1e24386bfeec01911f33dc19c68171425316cd73 Mon Sep 17 00:00:00 2001
From: tanyulong2021 <tanyulong@kylinos.cn>
Date: Tue, 22 Feb 2022 14:49:13 +0800
Subject: [PATCH] fix screenshot not show
---
kylin-screenshot.pro | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/kylin-screenshot.pro b/kylin-screenshot.pro
index 3ffbc60..5ad2bd0 100755
--- a/kylin-screenshot.pro
+++ b/kylin-screenshot.pro
@@ -315,11 +315,8 @@ unix:!macx {
servicedbus.path = $${PREFIX}/share/dbus-1/services/
- packaging {
- servicedbus.files = dbus/package/org.dharkael.kylinscreenshot.service
- } else {
- servicedbus.files = dbus/make/org.dharkael.kylinscreenshot.service
- }
+
+ servicedbus.files = dbus/package/org.dharkael.kylinscreenshot.service
INSTALLS += target \
icon \
--
2.33.0