Seems like that dolphin dir is important
This commit is contained in:
parent
fb883a772f
commit
d905a74805
4 changed files with 8 additions and 0 deletions
3
dolphin/dolphinstaterc
Normal file
3
dolphin/dolphinstaterc
Normal file
|
@ -0,0 +1,3 @@
|
|||
[State]
|
||||
2 screens: Window-Maximized=true
|
||||
State=AAAA/wAAAAD9AAAAAwAAAAAAAADOAAADvvwCAAAAAvsAAAAWAGYAbwBsAGQAZQByAHMARABvAGMAawAAAAAuAAABzAAAAAIA////+wAAABQAcABsAGEAYwBlAHMARABvAGMAawEAAAAuAAADvgAAAFUA////AAAAAQAAALQAAAO+/AIAAAAB+wAAABAAaQBuAGYAbwBEAG8AYwBrAAAAAC4AAAO+AAAAAgD///8AAAADAAAHUgAAALb8AQAAAAH7AAAAGAB0AGUAcgBtAGkAbgBhAGwARABvAGMAawAAAAAAAAAHUgAAAAIA////AAAGgAAAA74AAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAQAAABYAbQBhAGkAbgBUAG8AbwBsAEIAYQByAQAAAAD/////AAAAAAAAAAA=
|
3
dolphin/view_properties/global/.directory
Normal file
3
dolphin/view_properties/global/.directory
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Dolphin]
|
||||
Timestamp=2023,12,9,15,10,39.749
|
||||
Version=4
|
|
@ -69,6 +69,7 @@ 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
|
||||
|
|
|
@ -51,3 +51,4 @@ unlink ".config/fontconfig"
|
|||
unlink ".config/konsolerc"
|
||||
unlink ".local/share/konsole"
|
||||
unlink ".config/dolphinrc"
|
||||
unlink ".local/share/dolphin"
|
||||
|
|
Loading…
Reference in a new issue