Ever since Win7 and KDE 4.2 were available I started placing my taskbar vertically to the left of my widescreen LCD since it's the trendy wave of the future.
On Win7 it works/looks great but on KDE 4.2 the icons were of small size and the text was hardly visible with only a couple of letters being shown as you can see in the following screenshot.

I couldn't find a setting in KDE to change it and even posted a suggestion to the KDE Brainstorm forum section. But this was really annoying me. What if they reject the suggestion? What to do in the mean time anyway?
Browsed the online KDE source repository and found this file: trunk/KDE/kdebase/workspace/plasma/applets/tasks/abstracttaskitem.cpp
Downloaded the Kubuntu source packages and edited two functions in the said file. In the function "iconRect()" commented out the line where the icon size was being set to one-third. In the function "drawTextLayout()" simply short-circuited it by returning immediately without doing any text drawing.
And well, voila! I now have it the way I like with large icons and no text similar to the Win7 taskbar:

Some icons still are of small size like for VLC and OpenOffice, but I'm hoping either the KDE developers implement my suggestion or I can continue to dig into the code!
This felt like the "tremendous sense of empowerment" one of the guests in the documentary film "Revolution OS" was talking about.
Open Source and Free software FTW!
On Win7 it works/looks great but on KDE 4.2 the icons were of small size and the text was hardly visible with only a couple of letters being shown as you can see in the following screenshot.

I couldn't find a setting in KDE to change it and even posted a suggestion to the KDE Brainstorm forum section. But this was really annoying me. What if they reject the suggestion? What to do in the mean time anyway?
Browsed the online KDE source repository and found this file: trunk/KDE/kdebase/workspace/plasma/applets/tasks/abstracttaskitem.cpp
Downloaded the Kubuntu source packages and edited two functions in the said file. In the function "iconRect()" commented out the line where the icon size was being set to one-third. In the function "drawTextLayout()" simply short-circuited it by returning immediately without doing any text drawing.
And well, voila! I now have it the way I like with large icons and no text similar to the Win7 taskbar:

Some icons still are of small size like for VLC and OpenOffice, but I'm hoping either the KDE developers implement my suggestion or I can continue to dig into the code!
This felt like the "tremendous sense of empowerment" one of the guests in the documentary film "Revolution OS" was talking about.
Open Source and Free software FTW!