Right now, I install an svg icon to /usr/share/icons/hicolor/scalable/apps. Is this the correct place? I'm trying to avoid the insanity of generating several png sizes of the same icon.
My test results (for qmlreddit) state that:
"A .desktop file is created for the application but it does not appear graphically. The user must launch the application through the terminal"
and now I'm wondering whether wrong icon handling is causing this. In my qmlreddit.desktop I have:
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Name=QmlReddit
Comment=Reddit Reader
Exec=/opt/info.vivainio.qmlreddit/bin/qmlreddit
Icon=qmlreddit
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
Categories=Network
Where should I install svg icon for the application?
For more complete information about compiler optimizations, see our Optimization Notice.


