Git commit ae825cfc6f27f0459e52c2335276891d95125fee by Burkhard L?ck. Committed on 21/05/2012 at 20:39. Pushed by lueck into branch 'master'.
add desktop file for KDE Fundamentals to get a toplevel item in khelpcenters navigation tree use system-help icon for now CCMAIL:kde-doc-english at kde.org M +1 -1 khelpcenter/plugins/CMakeLists.txt A +4 -0 khelpcenter/plugins/fundamentals.desktop http://commits.kde.org/kde-runtime/ae825cfc6f27f0459e52c2335276891d95125fee diff --git a/khelpcenter/plugins/CMakeLists.txt b/khelpcenter/plugins/CMakeLists.txt index bd8cdb8..d09b869 100644 --- a/khelpcenter/plugins/CMakeLists.txt +++ b/khelpcenter/plugins/CMakeLists.txt @@ -8,5 +8,5 @@ endif (NOT WIN32) ########### install files ############### -install( FILES plasma.desktop onlinehelp.desktop info.desktop kicmodules.desktop kcontrolmodules.desktop kioslaves.desktop DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins ) +install( FILES fundamentals.desktop plasma.desktop onlinehelp.desktop info.desktop kicmodules.desktop kcontrolmodules.desktop kioslaves.desktop DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins ) diff --git a/khelpcenter/plugins/fundamentals.desktop b/khelpcenter/plugins/fundamentals.desktop new file mode 100644 index 0000000..f75d22d --- /dev/null +++ b/khelpcenter/plugins/fundamentals.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +X-DocPath=help:/fundamentals/index.html +Icon=system-help +Name=KDE Fundamentals
