From bad2ff00a862aef258b009639faf14cbd82863fa Mon Sep 17 00:00:00 2001 From: arenekosreal <17194552+arenekosreal@users.noreply.github.com> Date: Thu, 27 Jun 2024 08:54:30 +0800 Subject: [PATCH] fix: use correct executable path (#12) This file was added by https://github.com/AyuGram/AyuGramDesktop/pull/10, but it did not use correct executable name. After installing, the executable name is `ayugram-desktop`, which will result that AyuGramDesktop cannot be activated by DBus on Linux. --- lib/xdg/com.ayugram.desktop.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xdg/com.ayugram.desktop.service b/lib/xdg/com.ayugram.desktop.service index c47c0187d..ad031ce3b 100644 --- a/lib/xdg/com.ayugram.desktop.service +++ b/lib/xdg/com.ayugram.desktop.service @@ -1,3 +1,3 @@ [D-BUS Service] Name=com.ayugram.desktop -Exec=@CMAKE_INSTALL_FULL_BINDIR@/com.ayugram.desktop +Exec=@CMAKE_INSTALL_FULL_BINDIR@/ayugram-desktop