Replies: 3 comments 1 reply
-
|
Make sure you have this: |
Beta Was this translation helpful? Give feedback.
0 replies
-
--> |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
What was the original install method? Did you install from ISO? What version? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
System details
What's wrong?
What's wrong?
Since recent updates, I get a brief startup error notification at login.
The relevant user-journal lines are:
uwsm_app-daemon: received: app -- omarchy-hyprland-monitor-watchuwsm_app-daemon: sent: error 'Error: Command not found: "omarchy-hyprland-monitor-watch"' 1So
uwsm-appfails to launchomarchy-hyprland-monitor-watchduring session startup.Why this seems incorrect
The command is present and executable on disk:
which omarchy-hyprland-monitor-watch/home/alb/.local/share/omarchy/bin/omarchy-hyprland-monitor-watch-rwxr-xr-x /home/alb/.local/share/omarchy/bin/omarchy-hyprland-monitor-watchThis indicates the failure is likely due to startup environment/PATH timing in UWSM app launch, not a missing binary.
Reproduction
journalctl --user -b 0 --no-pager | rg -i "omarchy-hyprland-monitor-watch|uwsm_app-daemon"Expected behavior
omarchy-hyprland-monitor-watchis launched successfully at login without any error notification.Actual behavior
uwsm-appreports:Error: Command not found: "omarchy-hyprland-monitor-watch"and a startup error notification is shown.
Additional diagnostics (available on request)
omarchy-debug --no-sudo --printjournalctl --user -b 0 --no-pagerexcerpt around session startBeta Was this translation helpful? Give feedback.
All reactions