mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 12:15:22 +01:00
[GH-ISSUE #532] Launcher not starting applications in git version #8602
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#8602
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 @Ithvr on GitHub (Apr 5, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/532
Describe the bug
When running the git version of Ironbar the icons in do not start an applications. The icon works (stuff like grouping of window) as normal once I have started the application.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For the relevant application to start when clicked on
System information:
Configuration
Config
...{
"anchor_to_edges": true,
"icon_theme": "Tela-circle",
"position": "bottom",
}
...
Styles
@JakeStanger commented on GitHub (Apr 5, 2024):
I'm running the latest git version here and it still works fine for me. Is this with any particular application, or with all of the ones in your favourites?
Could you also provide logs please, running with
IRONBAR_LOG=debug(orIRONBAR_FILE_LOG=debug)?@Ithvr commented on GitHub (Apr 5, 2024):
This happens to all application added to favorites. I hope the log will help.
ironbar.2024-04-05.log
@JakeStanger commented on GitHub (Apr 6, 2024):
Well the problem is obvious at least:
The
gtk-launchcommand is provided by GTK 3, I guess that's not passed through at runtime on Nix.Paging @yavko and @donovanglover as the Nix maintainers - are either of you able to take a stab at this please?
@yavko commented on GitHub (Apr 6, 2024):
It should be, with the gtk wrapper, I think? Let me double-check.
@Ithvr commented on GitHub (Apr 6, 2024):
Just to make sure I am using the flake hosted in this GitHub repo.
I was using the normal package in the NixOS unstable repo where it worked well.
@yavko commented on GitHub (Apr 6, 2024):
found the culprit, the nixpkgs package has an extra thing in the wrapper however the flake package doesn't, probably cuz I'm stupid and should try packages in a sandbox w/o my system packages

@JakeStanger commented on GitHub (Apr 6, 2024):
Aha, I'll fix that now. Cheers for looking.
@JakeStanger commented on GitHub (Apr 6, 2024):
I don't easily have a sandbox to test with myself yet. @Ithvr 693f407 should resolve it - could you test and confirm please?
@yavko commented on GitHub (Apr 6, 2024):
i was about to pr, ur fast wow
@yavko commented on GitHub (Apr 6, 2024):
Apparently there is a
--purefor this in nix-shell, but idk if there is a flake equiv@yavko commented on GitHub (Apr 6, 2024):
i bet you could nuke your path in the current shell, and then call
nix developwith the absolute path to do a sandbox@Ithvr commented on GitHub (Apr 6, 2024):
Well I just finished compiling ironbar with 693f407 and it seems to work now.
@JakeStanger commented on GitHub (Apr 6, 2024):
Cheers for confirming so quickly
@Ithvr commented on GitHub (Apr 6, 2024):
No problem. I'm impressed how quick at all whent.