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

Fixed /lib paths for archlinux #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zceemja
Copy link

@zceemja zceemja commented Sep 25, 2023

Great project!

Not working on archlinux, throws obscure error:

/usr/bin/winecfg: line 46: /usr/bin/wine: No such file or directory

Found similar issue https://bbs.archlinux.org/viewtopic.php?id=270540

I imagine it should work for every distro as fix should follow unix file structure, but not tested.

Copy link
Owner

@hartwork hartwork left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @zceemja,

this seems like a combined bug report and fix attempt. The bug report aspect has value but the fix attempt needs more work — e.g. /lib as a symlink is unlikely to work on my Gentoo box — so I suggest to take a small step backwards: please create an issue first with findmnt output from your Arch box and then we experiment with approaches that have a chance to work for your Arch box and my Gentoo box and the Debian CI at the same time. What do you think?

@zceemja
Copy link
Author

zceemja commented Sep 25, 2023

Sounds reasonable, will do it later. Maybe also would be smart to find how other projects manage global libs across different distros

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

2 participants