Install the idle-inhibit user unit for omarchy#8452 - #210
Open
itz4blitz wants to merge 2 commits into
Open
Conversation
omacom/omarchy#8452 ships omarchy-idle-inhibit.service under default/systemd/user/. The daemon binary is already picked up by the omarchy package's bin/ glob; without this install line systemd never finds the unit. Co-authored-by: Cursor <cursoragent@cursor.com>
Greptile SummaryThe PR conditionally installs the idle-inhibit systemd user unit from both stable and development settings packages, allowing packaging to succeed before the coordinated upstream unit lands.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains; the existence checks resolve the previously reported package-build failure for source revisions that lack the unit.
|
| Filename | Overview |
|---|---|
| pkgbuilds/omarchy-settings/PKGBUILD | The stable recipe now safely skips the absent upstream unit and will package it after the coordinated source pin advances. |
| pkgbuilds/omarchy-settings-dev/PKGBUILD | The development recipe applies the same guarded installation while its tracked branch awaits the upstream unit. |
Reviews (2): Last reviewed commit: "Skip the idle-inhibit unit when the sour..." | Re-trigger Greptile
Stable is pinned to v4.0.1, which predates the unit, and settings-dev tracks quattro, which also lacks it until omacom/omarchy#8452 merges. An unconditional install aborts package() on those trees. Gate on the file so this recipe can land ahead of the upstream commit pin. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
mise ~/.config/mise/config.toml tools: gh@2.98.0
Summary
omarchy-idle-inhibit.servicelives underdefault/systemd/user/and has to land in/usr/lib/systemd/user/or systemd never finds it.install -Dm644line to bothomarchy-settingsandomarchy-settings-dev.omarchypackage already glob-installsbin/*.Test plan
pkgbuilds/omarchy-settings/PKGBUILDandpkgbuilds/omarchy-settings-dev/PKGBUILDboth installdefault/systemd/user/omarchy-idle-inhibit.serviceto/usr/lib/systemd/user/omarchy-idle-inhibit.serviceExecStart=/usr/bin/omarchy-idle-inhibit-daemonhas both the binary (omarchy package) and the unit (omarchy-settings)