forked from openkylin/ukui-search
Make the appdb dbus autostart.Install the desktop file of app-data-service.
This commit is contained in:
parent
64eb691ca4
commit
4628054547
|
@ -0,0 +1,3 @@
|
|||
[D-BUS Service]
|
||||
Name=com.ukui.search.appdb.service
|
||||
Exec=/usr/bin/ukui-search-app-data-service
|
|
@ -41,8 +41,13 @@ HEADERS += \
|
|||
signal-transformer.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
|
||||
INSTALLS += target
|
||||
INSTALLS += \
|
||||
target \
|
||||
inst1
|
||||
|
||||
desktop.path = /etc/xdg/autostart
|
||||
desktop.files += ../data/ukui-search-app-data-service.desktop
|
||||
|
|
Loading…
Reference in New Issue