From ed80c15099daeab6c8e567a8b6e32930160c3def Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sat, 9 Dec 2023 15:14:08 +0100 Subject: [PATCH] ok removed it again, dolphin doesn't like symlinks --- dolphin/dolphinstaterc | 3 --- dolphin/view_properties/global/.directory | 3 --- install.sh | 1 - uninstall.sh | 1 - 4 files changed, 8 deletions(-) delete mode 100644 dolphin/dolphinstaterc delete mode 100644 dolphin/view_properties/global/.directory diff --git a/dolphin/dolphinstaterc b/dolphin/dolphinstaterc deleted file mode 100644 index 0deeeec6..00000000 --- a/dolphin/dolphinstaterc +++ /dev/null @@ -1,3 +0,0 @@ -[State] -2 screens: Window-Maximized=true -State=AAAA/wAAAAD9AAAAAwAAAAAAAADOAAADvvwCAAAAAvsAAAAWAGYAbwBsAGQAZQByAHMARABvAGMAawAAAAAuAAABzAAAAAIA////+wAAABQAcABsAGEAYwBlAHMARABvAGMAawEAAAAuAAADvgAAAFUA////AAAAAQAAALQAAAO+/AIAAAAB+wAAABAAaQBuAGYAbwBEAG8AYwBrAAAAAC4AAAO+AAAAAgD///8AAAADAAAHUgAAALb8AQAAAAH7AAAAGAB0AGUAcgBtAGkAbgBhAGwARABvAGMAawAAAAAAAAAHUgAAAAIA////AAAGgAAAA74AAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAQAAABYAbQBhAGkAbgBUAG8AbwBsAEIAYQByAQAAAAD/////AAAAAAAAAAA= diff --git a/dolphin/view_properties/global/.directory b/dolphin/view_properties/global/.directory deleted file mode 100644 index 7d0a728f..00000000 --- a/dolphin/view_properties/global/.directory +++ /dev/null @@ -1,3 +0,0 @@ -[Dolphin] -Timestamp=2023,12,9,15,10,39.749 -Version=4 diff --git a/install.sh b/install.sh index 70802930..8ac71138 100755 --- a/install.sh +++ b/install.sh @@ -69,7 +69,6 @@ link "fontconfig" ".config/fontconfig" link "konsolerc" ".config/konsolerc" link "konsole" ".local/share/konsole" link "dolphinrc" ".config/dolphinrc" -link "dolhpin" ".local/share/dolphin" # check for executables if ! which qt5ct &> /dev/null; then diff --git a/uninstall.sh b/uninstall.sh index ffb82c02..4a21aa30 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -51,4 +51,3 @@ unlink ".config/fontconfig" unlink ".config/konsolerc" unlink ".local/share/konsole" unlink ".config/dolphinrc" -unlink ".local/share/dolphin"