File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ [D-BUS Service]
2
+ Name =org.nemomobile.notify
3
+ Exec =/usr/bin/glacier-components
Original file line number Diff line number Diff line change @@ -41,7 +41,10 @@ OTHER_FILES += $$qml.files
41
41
desktop.path = /usr/share/applications
42
42
desktop.files = glacier-components.desktop
43
43
44
- INSTALLS += desktop target qml mainqml images
44
+ systemd_dbus_service.path = $${INSTALL_ROOT }/usr/share/dbus-1/services
45
+ systemd_dbus_service.files = org.nemomobile.notify.service
46
+
47
+ INSTALLS += desktop target qml mainqml images systemd_dbus_service
45
48
46
49
SOURCES += \
47
50
src/main.cpp
Original file line number Diff line number Diff line change @@ -78,4 +78,4 @@ desktop-file-install --delete-original \
78
78
%{_datadir }/glacier-components
79
79
%{_datadir }/glacier-sizeview
80
80
%{_datadir }/applications/* .desktop
81
-
81
+ %{ _datadir }/dbus-1/services/org.nemomobile.notify.service
You can’t perform that action at this time.
0 commit comments