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

feat(autorandr_launcher)!: Search PATH for autorandr executable by default #386

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

Conversation

aarondill
Copy link
Contributor

  • change execve to execvp, which seaches PATH for the executable if it
    doesn't contain a slash.
  • change default AUTORANDR_PATH to "autorandr" (instead of
    /usr/bin/autorandr)
  • Change makefile's cryptic USER_DEFS to AUTORANDR_PATH variable
  • Allow change of hardcoded path (or executable name!) by make AUTORANDR_PATH=/somepath/autorandr
  • Add warning for any users of the old USER_DEFS

…fault

- change execve to execvp, which seaches PATH for the executable if it
doesn't contain a slash.
- change default AUTORANDR_PATH to "autorandr" (instead of
/usr/bin/autorandr)
- Change makefile's cryptic USER_DEFS to AUTORANDR_PATH variable
- Allow change of hardcoded path (or executable name!) by `make
AUTORANDR_PATH=/somepath/autorandr`
- Add warning for any users of the old USER_DEFS
@aarondill
Copy link
Contributor Author

From what I can tell, this solves the same issue as @horstmannmat was trying to solve in #350, but with saner defaults for most users.

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