Version: (using KDE KDE 3.1.93) Installed from: Compiled From Sources OS: Linux Because the kget dock icon is simply named "dock" (situated in actions), the icon is not easily themed, because if other applications decide to use a more generic icon this name would be the first choice, and thus not available (for example, for a settings dialog, where there is a separate settings pane for the dock). I suggest naming the icon kget_dock or similar.
I will also add that the current code doesn't appear to be able to theme this icon. I added the old (KDE-3.2.3) icon as: $KDEDIR/share/apps/kget/icons/kdeclassic/22x22/actions/dock.png and although my selected theme is KDEClassic, it still shows the CrystalSVG icon. :-( Also, I think that if the Drop Target is going to be CrystalSVG that it should also be themeable. -- JRT
SVN commit 422084 by pino: Giving a better icon for the 'dock' icon, so it's easily themeable by our artists. CCBUG: 69207 M +1 -1 docking.cpp D icons/cr22-action-dock.png A icons/cr22-action-kget_dock.png icons/cr22-action-dock.png#422078 --- trunk/KDE/kdenetwork/kget/docking.cpp #422083:422084 @@ -42,7 +42,7 @@ { parent = _parent; - setPixmap( loadIcon( "dock" )); + setPixmap( loadIcon( "kget_dock" )); // popup menu for right mouse button KPopupMenu *popupMenu = contextMenu();
SVN commit 422087 by pino: Giving a better icon for the 'dock' icon, so it's easily themeable by our artists. BUG: 69207 M +1 -1 docking.cpp D icons/cr22-action-dock.png A icons/cr22-action-kget_dock.png icons/cr22-action-dock.png#421115 --- branches/KDE/3.4/kdenetwork/kget/docking.cpp #422086:422087 @@ -42,7 +42,7 @@ { parent = _parent; - setPixmap( loadIcon( "dock" )); + setPixmap( loadIcon( "kget_dock" )); // popup menu for right mouse button KPopupMenu *popupMenu = contextMenu();