1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Merge pull request #127 from showching/master

add user friendly error text if no saved profiles, possibly on a newly installed system.
This commit is contained in:
Mayccoll 2018-02-26 08:42:07 -05:00 committed by GitHub
commit 3fc77150e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

7
apply-colors.sh Normal file → Executable file
View File

@ -245,6 +245,13 @@ else
unset DCONF
unset UUIDGEN
exit 0
else
# provide a user friendly error text if no saved profile exists, otherwise it will display "Error gconftool not found!"
# it could happen on a newly installed system. (happened on CentOS 7)
echo "Error, no saved profiles found!"
echo "Possible fix, new a profile (Terminal > Edit > Preferences > Profiles > New, then Close) and try again."
echo "You can safely delete the created profile after the installation."
exit 1
fi
fi

0
themes/clone-of-ubuntu.sh Normal file → Executable file
View File