Application icons in linux
Posted on 2022-06-05 09:36 [linux, tech]The premise is that I wanted to show VirtualBox
icons in a notification which is shown when I start/stop a VM. This led me to find where the app icons are located in general, which can be used with notify-send
to display them in the notifications.
Conclusion
Turns out the app icons are located at /usr/share/pixmaps
.
Cheers.