fix Gnome Polkit Agent for Tumbleweed setup#1333
Open
b0l0k wants to merge 1 commit into
Open
Conversation
Owner
|
Thanks for this PR. Do you think that there are side effects on Arch or Fedora with this script? |
1 task
solidus1983
added a commit
to solidus1983/dotfiles
that referenced
this pull request
Jul 14, 2026
github.com/mylinuxforwork/pull/1333 replaces the hardcoded polkit-gnome exec-once with a script that probes several install locations plus PATH. Needed here: this repo's hardcoded path (/usr/lib/polkit-gnome/...) doesn't match Ubuntu's actual policykit-1-gnome package layout (/usr/lib/policykit-1-gnome/...) -- confirmed live neither the package nor that path exist on this box, so the polkit-gnome exec-once has been silently doing nothing this whole time. Added Ubuntu's real path to the probe list and added policykit-1-gnome to packages-ubuntu so it's actually installed.
solidus1983
added a commit
to solidus1983/dotfiles
that referenced
this pull request
Jul 14, 2026
…'s flat path Adds the explanatory comment breaking down which distro uses which polkit-gnome-authentication-agent-1 install path, and restores upstream PR mylinuxforwork#1333's original flat /usr/lib/polkit-gnome-authentication-agent-1 entry that was dropped when this was first ported. No hyprpolkitagent logic here -- keeping that as a separate concern for now, staying inline with upstream master plus PR mylinuxforwork#1669 and PR mylinuxforwork#1333 only.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
fix Gnome Polkit Agent for Tumbleweed setup
Changes
How Has This Been Tested?
Checklist
Please ensure your pull request meets the following requirements:
Screenshots
Related Issues
#769
Additional Notes