Waybar icon indicating copy to clipboard operation
Waybar copied to clipboard

Some app icons are not being displayed on wlr/taskbar

Open Faugus opened this issue 2 years ago • 9 comments

UKDhmu8cznFh

I tried different icon themes.

Is there a way to fix that?

[faugus@archlinux ~]$ waybar -v
Waybar v0.9.24

Faugus avatar Feb 22 '24 17:02 Faugus

I am also experiencing weird issues with icons not being displayed. It seems to be dependent on monitor configuration.

Odd workspace numbers are my left monitor, even workspace numbers are my right monitor. On the left monitor it works consitently, on the right monitor it doesn't. Except when waybar only displays on that one, then it works.

screenshot_2024-03-25-230456_kosaki

screenshot_2024-03-25-232803_kosaki

screenshot_2024-03-25-232809_kosaki

I am on version v0.10.0

How can we help to debug this?

MaidLucy avatar Mar 25 '24 22:03 MaidLucy

I only have one monitor and I only use one workspace, so that doesn't apply to me.

I'm using Labwc btw.

Faugus avatar Mar 25 '24 22:03 Faugus

I am also having the same issue, 2 monitor and separate bar configuration on both of them. icons are disappearing randomly , one of the 2 monitor at random image vscode is focussed, but icon is not there, but sometimes it shows. random behaviour

isshin1 avatar Apr 10 '24 16:04 isshin1

seems like newly created windows are shown with icons, as when i reload sway, with waybar , the newly created windows before lose their icons as well.

isshin1 avatar Apr 22 '24 07:04 isshin1

Same multi-monitor problem on hyprland when dragging windows cross monitors

Jax-Tsai-zero avatar May 02 '24 08:05 Jax-Tsai-zero

Also affected by this when using multiple monitors.

paulcsiki avatar May 30 '24 10:05 paulcsiki

Edit: Moved to #3366.

I made its own issue, as I think the OP's issue is completely different (and may be related to icon paths or format) and they specified a single monitor setup.

abc-nix avatar Jun 16 '24 15:06 abc-nix

Happens on latest (git) waybar and hyprland. Single monitor setup. And in my case, with only the icons, I can not click to focus the app with the missing icon. (Still can't tap on Firefox after fixing the icon. Sad.)

image

edit:

Saw this with waybar --log-level trace:

[2024-06-19 18:53:22.819] [debug] Task (0) overwriting app id 'unknown' with 'firefoxdeveloperedition' 
[2024-06-19 18:53:22.819] [debug] Task (0) [firefoxdeveloperedition] <amif> Loaded icon 'unknown' 

(It said overwriting app id 'unknown' with '??????' for all open apps, but some fail to load the icon so we get unknown.)

And so, setting this:

  // ✨ other wlr/taskbar options ✨
  "app_ids-mapping": {
      "firefoxdeveloperedition": "firefox-developer-edition"
  }
},

fixes it*. ( ref: #921 #1135 #1221 )

* check parantheses in 1st para

driedpampas avatar Jun 19 '24 15:06 driedpampas

getting similar errors, one one monitor, icons are almost always missing [2024-08-07 00:03:23.779] [debug] Couldn't find icon for unknown [2024-08-07 00:03:23.779] [debug] Task (1) setting app_id to unknown [2024-08-07 00:03:23.781] [debug] Couldn't find icon for unknown [2024-08-07 00:03:23.781] [debug] Task (2) setting app_id to unknown [2024-08-07 00:03:23.782] [debug] Couldn't find icon for unknown [2024-08-07 00:03:23.782] [debug] Task (3) setting app_id to unknown [2024-08-07 00:03:23.783] [debug] Couldn't find icon for unknown [2024-08-07 00:03:23.784] [debug] Task (4) setting app_id to unknown [2024-08-07 00:03:23.785] [debug] Couldn't find icon for unknown [2024-08-07 00:03:23.785] [debug] Task (5) setting app_id to unknown [2024-08-07 00:03:23.786] [debug] Couldn't find icon for unknown [2024-08-07 00:03:23.786] [debug] Task (6) setting app_id to unknown [2024-08-07 00:03:23.787] [debug] Couldn't find icon for unknown [2024-08-07 00:03:23.787] [debug] Task (0) overwriting app_id 'unknown' with 'foot' [2024-08-07 00:03:23.787] [debug] Couldn't find icon for foot

isshin1 avatar Aug 06 '24 18:08 isshin1