-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing folders during installation #9
Comments
I had the same issue. I'm gonna try to submit a patch to prompt the user if the script should create the folders (if missing), or abort the installation. |
|
Well I know, I created both directories manually too, but I thought it should be tested at least in the installation script if these folders exist and if not, the user should be asked, if he would like to create them to continue with installation |
Fixed by #19. |
During the installation routine I got the two Error messages below.
I am by far no expert and I don't know if these folders should normally exist and are only missing in my installation.
Error: Installation directory not found (/usr/local/share/applications)
Error: Installation directory not found (/usr/local/share/icons/hicolor/scalable/apps)
I have manually created the two folders and it works like a charm!
If you need further information, let me know.
Keep up the good work!
The text was updated successfully, but these errors were encountered: