Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vinceliuice
ChromeOS-kde
Commits
41610504
Unverified
Commit
41610504
authored
May 11, 2020
by
Sanks
Committed by
GitHub
May 11, 2020
Browse files
Add missing $LAYOUT_DIR variable
parent
360586ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
41610504
...
...
@@ -8,6 +8,7 @@ if [ "$UID" -eq "$ROOT_UID" ]; then
AURORAE_DIR
=
"/usr/share/aurorae/themes"
SCHEMES_DIR
=
"/usr/share/color-schemes"
PLASMA_DIR
=
"/usr/share/plasma/desktoptheme"
LAYOUT_DIR
=
"/usr/share/plasma/layout-templates"
LOOKFEEL_DIR
=
"/usr/share/plasma/look-and-feel"
KVANTUM_DIR
=
"/usr/share/Kvantum"
WALLPAPER_DIR
=
"/usr/share/wallpapers"
...
...
@@ -15,6 +16,7 @@ else
AURORAE_DIR
=
"
$HOME
/.local/share/aurorae/themes"
SCHEMES_DIR
=
"
$HOME
/.local/share/color-schemes"
PLASMA_DIR
=
"
$HOME
/.local/share/plasma/desktoptheme"
LAYOUT_DIR
=
"
$HOME
/.local/share/plasma/layout-templates"
LOOKFEEL_DIR
=
"
$HOME
/.local/share/plasma/look-and-feel"
KVANTUM_DIR
=
"
$HOME
/.config/Kvantum"
WALLPAPER_DIR
=
"
$HOME
/.local/share/wallpapers"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment