dflock / ulauncher-window-switcher

Linux/X11 Window Switcher plugin for Ulauncher
GNU General Public License v3.0
14 stars 10 forks source link

icons not showing in my ubuntu 20.04 ulauncher 5.7.5 #8

Closed nivethan-me closed 3 years ago

nivethan-me commented 3 years ago

issue2

dflock commented 3 years ago

What you're seeing is correct - those are the correct icons - it doesn't attempt to fetch icons for each application in the list. Doing so would be considerably more complex and slower, so it just shows a generic "Window" icon for each window.

nivethan-me commented 3 years ago

I just figure it out after checking the code and thanks for the reply.