Skip to content
Discussion options

You must be logged in to vote

2.) Icons are fetched async. So when it is printed does not correlate fully with what is visible at the point in time it is printed. If you scroll through the list, the lookups are queued (multi-threaded) and fetched, once and icon is available the interface is refreshed to show it.
This makes it you can get the error even though that element is no longer visible.

1.) Can you check if '/usr/share/icons/gnome/32x32/apps/terminal.png' exists? or is a broken symlink? or a wrong hardcoded path in a .desktop file? Either the icon theme lookup tells rofi an icon should exists there or a desktop file.

I also notice I get some weird icon paths (firefox seems to look in /opt/firefox that does not …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ghost
Comment options

@DaveDavenport
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant