mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 11:15:20 +01:00
[GH-ISSUE #672] [Tray] Does not work properly with other tray hosts // Can't install using cargo, and didn't start after building from source #8655
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#8655
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 @salahoued on GitHub (Jul 21, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/672
Describe the bug
Due to
ironbarnot available on distro repos, I tried to install withcargo install ironbarbut didn't compileThen when building from source it compiles but doesn't start
System information:
Configuration
Config
Styles
@JakeStanger commented on GitHub (Aug 4, 2024):
Looks like I'll need to get a new stable release out pretty quick. I'm aiming to get a few bugs sorted and a new release as soon as I can.
As for the runtime error, I'm not sure. Are you able to try again on the latest commit, and share the logs again if it still errors please? Recent changes mean the previous stacktrace isn't useful anymore unfortunately.
@salahoued commented on GitHub (Aug 5, 2024):
Hi, Sorry I got your response while on travel, and didn't get to answer right away,
I did as you suggested, building from the git repo.
Here is with the command
RUST_BACKTRACE=full CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG=true cargo build --release@JakeStanger commented on GitHub (Aug 6, 2024):
If you're compiling with the Cairo module enabled, this requires LuaJIT is installed. You'll need to either disable the module, or install the dev package.
https://github.com/JakeStanger/ironbar/wiki/compiling#build-requirements
@salahoued commented on GitHub (Aug 6, 2024):
Here is the output, of running it on terminal,
@JakeStanger commented on GitHub (Aug 6, 2024):
Okay, it looks like that's coming from the tray client code. Are you running a tray elsewhere (via Waybar, AGS, QuickShell, another Ironbar instance, etc...)?
@salahoued commented on GitHub (Aug 6, 2024):
Yes, I was running
sfwbar, I thought it may have somthing to do with it so Ipkilled it then tried again without success.But, with your comment I disabled
sfwbarfrom autostart, logged out then logged in, and it WORKED ! :)Thanks
@salahoued commented on GitHub (Aug 6, 2024):
I tried to install
ironbaragain usingcargo, but it doesn't compile, same as before, guess it's still on0.15.1@JakeStanger commented on GitHub (Aug 6, 2024):
Yes
@JakeStanger commented on GitHub (Aug 6, 2024):
No problem, this is a known issue at the moment with the tray implementation.