Skip to content

Commit 2fb480c

Browse files
Needed to rename the: koi.desktop file to: dev.baduhai.Koi.desktop in accordance with DBus service integration and its interfaces; added Implements=* line to specify what DBus interfaces/methods Koi provides . . .
1 parent eef7660 commit 2fb480c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(DBUS_INTERFACES_INSTALL_DIR share/dbus-1/interfaces)
1818

1919
# Install files not being a part of INSTALL TARGETS section
2020
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dev.baduhai.Koi.xml DESTINATION ${DBUS_INTERFACES_INSTALL_DIR})
21-
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/koi.desktop DESTINATION share/applications)
21+
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/dev.baduhai.Koi.desktop DESTINATION share/applications)
2222
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resources/icons/koi.svg DESTINATION share/icons/hicolor/scalable/apps)
2323
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resources/icons/koi_tray.svg DESTINATION share/icons/hicolor/scalable/apps)
2424

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ GenericName=Theme Switcher
66
Comment=Scheduling LIGHT/DARK Theme Switcher for the KDE Plasma Desktop
77
Icon=koi
88
DBusActivatable=true
9+
Implements=dev.baduhai.Koi;local.KoiDbusInterface;org.freedesktop.DBus.Introspectable;org.freedesktop.DBus.Properties;org.freedesktop.DBus.Peer
910
TryExec=koi
1011
Exec=koi
1112
Terminal=false

0 commit comments

Comments
 (0)