diff options
Diffstat (limited to 'freebsd/applications/themes/tde-style-polyester/files')
-rw-r--r-- | freebsd/applications/themes/tde-style-polyester/files/patch-bp000-fix-loading-in-twin.diff | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/freebsd/applications/themes/tde-style-polyester/files/patch-bp000-fix-loading-in-twin.diff b/freebsd/applications/themes/tde-style-polyester/files/patch-bp000-fix-loading-in-twin.diff new file mode 100644 index 000000000..426a326c2 --- /dev/null +++ b/freebsd/applications/themes/tde-style-polyester/files/patch-bp000-fix-loading-in-twin.diff @@ -0,0 +1,35 @@ +commit 7c56e0db5cfa14b280ca25b455daae77e75eb953 +Author: Michele Calgaro <michele.calgaro@yahoo.it> +Date: Fri May 3 10:12:45 2024 +0900 + + Fix loading of window decoration module in twin + + Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> + +diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt +index 7e9d720..e505b79 100644 +--- a/client/CMakeLists.txt ++++ b/client/CMakeLists.txt +@@ -63,9 +63,9 @@ add_custom_target( buttons-embed-images + ) + + +-### twin_polyester (kpart) ##################################################### ++### twin3_polyester (kpart) ##################################################### + +-tde_add_kpart( twin_polyester AUTOMOC ++tde_add_kpart( twin3_polyester AUTOMOC + + SOURCES + polyester.cpp +diff --git a/client/polyester.desktop b/client/polyester.desktop +index 52e7c93..30f8b1d 100755 +--- a/client/polyester.desktop ++++ b/client/polyester.desktop +@@ -2,4 +2,4 @@ + [Desktop Entry] + Encoding=UTF-8 + Name=Polyester +-X-TDE-Library=twin_polyester +\ No newline at end of file ++X-TDE-Library=twin3_polyester |