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
|
|
@ -29,20 +29,25 @@ SOURCES += \
|
|||
main.cpp \
|
||||
convert-winid-to-desktop.cpp \
|
||||
app-db-manager.cpp \
|
||||
pending-app-info-queue.cpp \
|
||||
pending-app-info-queue.cpp \
|
||||
signal-transformer.cpp \
|
||||
ukui-search-app-data-service.cpp \
|
||||
|
||||
HEADERS += \
|
||||
convert-winid-to-desktop.h \
|
||||
app-db-manager.h \
|
||||
pending-app-info-queue.h \
|
||||
pending-app-info.h \
|
||||
pending-app-info-queue.h \
|
||||
pending-app-info.h \
|
||||
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