On Monday, 3 de October de 2011 10:34:22 dmitry chernov wrote: > I've added 4 icons 16x16, 32x32, 48x28, 64x64. Than added > kde4_install_icons( ${ICON_INSTALL_DIR} ) to my CMakeLists.txt. Icons are > succesesfully moved to /usr/local/share/icons/highcolor/.. But when I run my > application I don't see this icons in the titlebar, taskbar, about dialog. > Icon file names match executable name and Icon variable in .desktop file.
The icon in the menu, launchers and other application listings comes from the .desktop file you installed. You have an "icon=" line that specifies which icon to use. The icon in the taskbar, titlebar and other dialogs comes from your own code. You must load the icon and tell the windowing system to use it. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
signature.asc
Description: This is a digitally signed message part.
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<