I hope someone can tell me what I'm missing. I can't get apps with system tray icons to run correctly in my setup. Some apps don't run at all, others run but does so without icons. "Pasystray", for example, aborts with the error below:
- Code: Select all
(pasystray:8162): Gtk-WARNING **: 01:19:00.775: Could not find the icon 'audio-volume-medium-ltr'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases
(pasystray:8162): Gtk-WARNING **: 01:19:00.776: Could not load a pixbuf from /org/gtk/libgtk/icons/16x16/status/image-missing.png.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /org/gtk/libgtk/icons/16x16/status/image-missing.png: Okänt bildfilformat (gdk-pixbuf-error-quark, 3)
The file-path ("/org/...") seems wrong to me. Where is this path set? I have a fresh Buster install. Everything works fine when I log in to LXDE, but not when I log in to EXWM as WM and Polybar from backports as a task bar. In EXWM i manage gtk-settings with xsettingsd, but that doesn't seem to affect the path in the error message above.
/Confused