mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 10:15:20 +01:00
[GH-ISSUE #361] Startup on Hyprland #1537
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#1537
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @steveslatky on GitHub (Nov 15, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/361
I am not sure if I am missing something but I am having trouble getting it to start on startup with hyprland. I have
exec-once = ironbarin my config. It doesn't start and there is nothing in the log file. Usinghyprctl dispatch exec ironbarit doesn't start either. The only way I have been able to successfully start it is with just calling the binary in a terminal.@yavko commented on GitHub (Nov 15, 2023):
If you installed with cargo, it might not be in path? That's all I can think of.
@JakeStanger commented on GitHub (Nov 16, 2023):
It may be worth checking the error log in case anything goes in there (for both Hyprland or Ironbar), otherwise yeah a PATH configuration issue sounds plausible.
@steveslatky commented on GitHub (Nov 18, 2023):
That was it, thanks. It was installed bar cargo and in the cargo path. Moving to /usr/bin/ solved it.
@yavko commented on GitHub (Nov 18, 2023):
Then you can't easily update tho
@JakeStanger commented on GitHub (Nov 18, 2023):
Yeah I wouldn't recommend moving it. Instead look into adding ~/.cargo/bin to your PATH
@JakeStanger commented on GitHub (Nov 26, 2023):
Closing as resolved - if you have any more issues let me know.