I have downloaded SQLite Studio .bin file. After I made it executable and start it, icon is pretty disappointing. Because of that, I got another .png icon from the web. Changing icon in properties of .bin file works, but only temporary, when app is started, there's still same ugly icon in Unity and ALT+TAB window. Even creating Application Entry in ./local/share/applications/sqlitestudio.desktop with icon path to /opt/sqlitestudio/icon.png doesn't work... I find it in Unity search, icon is good there, but again, after starting application, same old ico. What can I do? It's Ubuntu 12.04 LTS.
Thanks
StartupWMClass=Sqlitestudio-2.1.5.bin
in yoursqlitestudio.desktop
file, as per following the instructions, in the answer, of that duplicate question. – dobey Jan 03 '14 at 02:34