summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/CMakeLists.txt6
-rwxr-xr-xclient/polyester.desktop2
-rwxr-xr-xstyle/polyester.themerc2
3 files changed, 8 insertions, 2 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index 6692d6d..31e32b4 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -38,5 +38,11 @@ tde_add_kpart(twin_polyester
DESTINATION ${PLUGIN_INSTALL_DIR}
)
+### other data #################################################################
+install(
+ FILES polyester.desktop
+ DESTINATION ${DATA_INSTALL_DIR}/twin
+)
+
### configuration module #######################################################
add_subdirectory(config) \ No newline at end of file
diff --git a/client/polyester.desktop b/client/polyester.desktop
index 30f8b1d..52e7c93 100755
--- a/client/polyester.desktop
+++ b/client/polyester.desktop
@@ -2,4 +2,4 @@
[Desktop Entry]
Encoding=UTF-8
Name=Polyester
-X-TDE-Library=twin3_polyester
+X-TDE-Library=twin_polyester \ No newline at end of file
diff --git a/style/polyester.themerc b/style/polyester.themerc
index c388946..85b7e34 100755
--- a/style/polyester.themerc
+++ b/style/polyester.themerc
@@ -1,6 +1,6 @@
[Misc]
Name=Polyester
-ConfigPage=kstyle_polyester_config
+ConfigPage=tdestyle_polyester_config
Comment=An almost simple and clean style
[KDE]