mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 12:15:22 +01:00
[GH-ISSUE #485] The icon theme is not use in the Focused module #1564
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#1564
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 @bluebyt on GitHub (Mar 4, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/485
Describe the bug
The icon theme is not use in the Focused module and around half of apps I have message that Ironbar failed to find image.
To Reproduce
Set the icon theme in the focused module.
icon_theme = "Tela-circle-nord"
The path of icon theme is: /home/bluebyt/.local/share/icons/Tela-circle-nord/
Expected behavior
Use the Icon theme Tela-circle-nord
System information:
Error message in the terminal:
Additional context
find image: org.gnome.TextEditor org.gnome.TextEditor
2024-03-04T18:39:51.730084Z WARN ironbar::image::provider: 130: Failed to find image: tilix com.gexperts.Tilix
2024-03-04T18:39:54.055970Z WARN ironbar::image::provider: 130: Failed to find image: tilix com.gexperts.Tilix
2024-03-04T18:39:54.646231Z WARN ironbar::image::provider: 130: Failed to find image: totem org.gnome.Totem
2024-03-04T18:39:56.319687Z WARN ironbar::image::provider: 130: Failed to find image: org.gnome.Ptyxis.Devel org.gnome.Ptyxis.Devel
2024-03-04T18:39:56.856353Z WARN ironbar::image::provider: 130: Failed to find image: evolution org.gnome.Evolution
2024-03-04T18:40:00.303476Z WARN ironbar::image::provider: 130: Failed to find image: com.github.rafostar.Clapper com.github.rafostar.Clapper
2024-03-04T18:40:00.849645Z WARN ironbar::image::provider: 130: Failed to find image: org.gnome.Nautilus org.gnome.Nautilus
2024-03-04T18:40:02.351272Z WARN ironbar::image::provider: 130: Failed to find image: gthumb org.gnome.gThumb
Configuration
Config
Styles
@JakeStanger commented on GitHub (Mar 4, 2024):
The
icon_themeproperty is top-level, ie it should be set at the same level asposition,start,center,end.@bluebyt commented on GitHub (Mar 4, 2024):
Ok now the icon theme is applied after I added this line, but I still have messages that Ironbar Failed to find image.
in {
icon_theme = "Tela-circle-nord"
position = "top"
start = $start
center = $center
end = $end
}
Error Message in terminal:
2024-03-04T20:41:24.798057Z WARN ironbar::image::provider: 130: Failed to find image: org.gnome.TextEditor org.gnome.TextEditor
2024-03-04T20:49:52.828170Z WARN ironbar::image::provider: 130: Failed to find image: org.gnome.Nautilus org.gnome.Nautilus
2024-03-04T20:56:24.818283Z WARN ironbar::image::provider: 130: Failed to find image: gthumb org.gnome.gThumb
2024-03-04T21:01:00.746124Z WARN ironbar::image::provider: 130: Failed to find image: org.gnome.Ptyxis.Devel org.gnome.Ptyxis.Devel
@JakeStanger commented on GitHub (Mar 4, 2024):
Are you using flatpak?
@bluebyt commented on GitHub (Mar 4, 2024):
Yes but for only some apps, not for Nautilus, Text editor, gThumb ...
Seem to happen to only on Gnome apps, maybe because of their weird name.
org.gnome.tweaks
com.gexperts.Tilix
org.gnome.Epiphany
@JakeStanger commented on GitHub (Mar 4, 2024):
I'm not sure. I've just installed the theme and tried a few Gnome apps (including the ones above) and they work fine. I've checked and the classes match too.
I'd probably double check your theme is up to date, or see if using Adwaita works.
@bluebyt commented on GitHub (Mar 4, 2024):
I tried the default icon theme Adwaita and I still have the same problem.
It look like something is broken on my system :(
Feel free to close this, since its not an issue with Ironbar.
If I find a solution I will add a comment here.
@JakeStanger commented on GitHub (Mar 4, 2024):
Okay, will close for now. If you find anything out that might suggest it is an Ironbar issue, let me know and I'll reopen.
@bluebyt commented on GitHub (Mar 10, 2024):
I don't have this issue (Icons is missing with Gnome Apps) with Hyprland, must be some variable missing with Wayfire, for now I don't know

Error Message in terminal:
2024-03-04T20:41:24.798057Z WARN ironbar::image::provider: 130: Failed to find image: org.gnome.TextEditor org.gnome.TextEditor