-
Notifications
You must be signed in to change notification settings - Fork 6
Use XDG_DATA_DIRS to find graphical sessions #119
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
base: main
Are you sure you want to change the base?
Conversation
32fa44d to
1ef7f26
Compare
This comment has been minimized.
This comment has been minimized.
31b6169 to
fc0da83
Compare
|
Hey @hustlerone thanks for this contribution. Sorry it took so long for me to get back to you. Gonna run a little experiment here, hope that's alright. @codex review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review: please expand on #119 (comment) with a link to Rust |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
84cf2dc to
0beb5c9
Compare
|
once everything's satisfied i'll squash into one single commit to be merged |
4b7a298 to
0539754
Compare
|
my computer is currently rebuilding 60gb of code sorry |
|
i'll test this later on my machine |






NixOS is non FHS compliant. Phrog will not be able to find graphical sessions there without this.
This patch makes it so Phrog reads off of XDG_DATA_DIRS first. In case the envvar is unavailable, it'll fall back to well-known FHS compliant directory.