Make the appdb dbus autostart.Install the desktop file of app-data-service.

This commit is contained in:
JunjieBai 2022-08-08 10:37:49 +08:00
parent 64eb691ca4
commit 4628054547
2 changed files with 12 additions and 4 deletions

View File

@ -0,0 +1,3 @@
[D-BUS Service]
Name=com.ukui.search.appdb.service
Exec=/usr/bin/ukui-search-app-data-service

View File

@ -41,8 +41,13 @@ HEADERS += \
signal-transformer.h \ signal-transformer.h \
ukui-search-app-data-service.h \ ukui-search-app-data-service.h \
inst1.files += conf/com.ukui.search.appdb.service
inst1.path = /usr/share/dbus-1/services/
target.path = /usr/bin target.path = /usr/bin
INSTALLS += target INSTALLS += \
target \
inst1
desktop.path = /etc/xdg/autostart desktop.path = /etc/xdg/autostart
desktop.files += ../data/ukui-search-app-data-service.desktop desktop.files += ../data/ukui-search-app-data-service.desktop