Added KDCOP to TDE menu - System. This relates to bug 2886.

This is a modified and extended version of commit 25555aa75.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/182/head
Michele Calgaro 4 years ago
parent c66a63ac72
commit c00262a3b8
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1,3 +1,9 @@
##### create translation templates ##############
tde_l10n_create_template( "kdcop" )
tde_l10n_create_template(
CATALOG "desktop_files/kdcop.desktop/"
SOURCES kdcop.desktop
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)

@ -24,6 +24,7 @@ link_directories(
##### other data ################################
install( FILES kdcopui.rc DESTINATION ${DATA_INSTALL_DIR}/kdcop )
tde_create_translated_desktop( kdcop.desktop )
##### kdcop (executable) ########################

@ -0,0 +1,13 @@
[Desktop Entry]
Type=Application
Exec=kdcop
Icon=enhanced_browsing
Terminal=false
X-DocPath=kdcop/index.html
X-TDE-StartupNotify=true
X-DCOP-ServiceType=Multi
Categories=Qt;TDE;System;
Name=KDCOP
GenericName=DCOP browser
Loading…
Cancel
Save