summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeL10n.txt6
-rw-r--r--src/CMakeLists.txt4
-rw-r--r--src/kdbusnotification-autostart.desktop4
3 files changed, 9 insertions, 5 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
new file mode 100644
index 0000000..1ab81f1
--- /dev/null
+++ b/src/CMakeL10n.txt
@@ -0,0 +1,6 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kdbusnotification-autostart.desktop/"
+ SOURCES kdbusnotification-autostart.desktop
+)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f5fa9c5..22fd2a3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -3,7 +3,7 @@ add_subdirectory( daemon )
##### other data
-install(
- FILES kdbusnotification-autostart.desktop
+tde_create_translated_desktop(
+ SOURCE kdbusnotification-autostart.desktop
DESTINATION ${AUTOSTART_INSTALL_DIR}
)
diff --git a/src/kdbusnotification-autostart.desktop b/src/kdbusnotification-autostart.desktop
index b5ad759..57fd1c6 100644
--- a/src/kdbusnotification-autostart.desktop
+++ b/src/kdbusnotification-autostart.desktop
@@ -1,13 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Name=kdbusnotification
-Name[xx]=xxkdbusnotificationxx
+Comment=DBUS notification service daemon
Exec=notification-daemon-tde
Icon=bell
Type=Application
-Comment=DBUS notification service daemon
X-TDE-autostart-phase=1
X-TDE-StartupNotify=false
X-TDE-UniqueApplet=true
Categories=System;
-