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

If data not found in default directory, use /usr/share/ instead. #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

weirddan455
Copy link

I was building this from the AUR on Arch Linux. It wouldn't load giving an error about couldn't find /usr/bin/data/generic.png. That seems a silly place to look for a system wide installed package so I created this patch. It first looks where in the previous location so it will still run if you run it straight from the git tree but if it doesn't find the data there it will look in /usr/share.

The AUR maintainer had a patch that hardcoded it to look in /usr/share but that broke with an update you pushed last week. I thought it would be better if this got merged upstream because this patch works with both use cases.

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 this pull request may close these issues.

None yet

1 participant