Why does a bash-zenity script has that title on Unity Panel and that icon on Unity Launcher?
- by Sadi
I have this small bash script which helps use Infinality font rendering options via a more user-friendly Zenity window.
But whenever I launch it I have this "Color Picker" title on Unity Panel together with the icon assigned for "Color Picker" utility.
I wonder why and how this is happening and how I can change it?
#!/bin/bash
# A simple…