Skip to content
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

Open
Julian-Hochhaus opened this issue May 5, 2019 · 4 comments · May be fixed by #19
Open

Missing folders during installation #9

Julian-Hochhaus opened this issue May 5, 2019 · 4 comments · May be fixed by #19

Comments

@Julian-Hochhaus
Copy link

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!

@rnsavinelli
Copy link

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.

@Moteele
Copy link

Moteele commented Mar 8, 2020

sudo mkdir -p /usr/local/share/icons/hicolor/scalable/apps should solve it

@Julian-Hochhaus
Copy link
Author

sudo mkdir -p /usr/local/share/icons/hicolor/scalable/apps should solve it

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

@ifohancroft
Copy link
Contributor

ifohancroft commented Feb 5, 2021

Fixed by #19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants