Note that this is quick&dirty. (KDE 3.5.8 )
Links to Topic: Installing new icons?
http://kubuntuforums.net/forums/inde...opic=3089396.0
Example: Make own icon theme with K logo and Trascan full/empty icons. KDE will (should) use defaults for the rest of icons.
K-logo (kmenu.png) is in /usr/share/icons/default.kde/ There are:
./128x128/apps/kmenu.png
./16x16/apps/kmenu.png
./22x22/apps/kmenu.png
./32x32/apps/kmenu.png
./48x48/apps/kmenu.png
./64x64/apps/kmenu.png
=> kmenu is in the Applications folder (apps)
Trashcans are:
./128x128/filesystems/trashcan_empty.png (and trashcan_full.png)
./16x16/filesystems/trashcan_empty.png
./22x22/filesystems/trashcan_empty.png
./32x32/filesystems/trashcan_empty.png
./48x48/filesystems/trashcan_empty.png
./64x64/filesystems/trashcan_empty.png
=> FileSystems (filesystems)
Using here 128x128 pixel trashcans and 64x64 pixel replacement for K-logo (Kubuntu wheel logo).
Make my_icons folder
make 128x128 folder
make filesystems folder (/my_icons/128x128/filesystems/)
make 64x64 folder
make apps folder (/my_icons/64x64/apps/)
Put in the /my_icons/128x128/filesystems/, your trashcan_empty.png and trashcan_full.png.
Put in the /my_icons/64x64/apps/, your kmenu.png.
In the /my_icons/ , text file index.theme file:
K-ARTIST: icon index.theme file
http://lists.kde.org/?l=kde-artists&...2790005054&w=2
Right click my_icons folder > Actions > Compress Here (Ark servicemenu) => my_icons.tar.gz
Installing new icon theme:
K > System Settings > Appearance > Icons -> Install New Theme... (drag&drop my_icons.tar.gz)
New Icon theme is in ~/.kde/share/icons/ (should be).
Links
Icon Guide
http://wiki.kde.org/tiki-index.php?page=Icon+Guide
Icon Theme Specification
http://standards.freedesktop.org/ico...ec-latest.html
Image:Kubuntu Logo.svg
http://en.wikipedia.org/wiki/Image:Kubuntu_Logo.svg
Links to Topic: Installing new icons?
http://kubuntuforums.net/forums/inde...opic=3089396.0
Example: Make own icon theme with K logo and Trascan full/empty icons. KDE will (should) use defaults for the rest of icons.
K-logo (kmenu.png) is in /usr/share/icons/default.kde/ There are:
./128x128/apps/kmenu.png
./16x16/apps/kmenu.png
./22x22/apps/kmenu.png
./32x32/apps/kmenu.png
./48x48/apps/kmenu.png
./64x64/apps/kmenu.png
=> kmenu is in the Applications folder (apps)
Trashcans are:
./128x128/filesystems/trashcan_empty.png (and trashcan_full.png)
./16x16/filesystems/trashcan_empty.png
./22x22/filesystems/trashcan_empty.png
./32x32/filesystems/trashcan_empty.png
./48x48/filesystems/trashcan_empty.png
./64x64/filesystems/trashcan_empty.png
=> FileSystems (filesystems)
Using here 128x128 pixel trashcans and 64x64 pixel replacement for K-logo (Kubuntu wheel logo).
Make my_icons folder
make 128x128 folder
make filesystems folder (/my_icons/128x128/filesystems/)
make 64x64 folder
make apps folder (/my_icons/64x64/apps/)
Put in the /my_icons/128x128/filesystems/, your trashcan_empty.png and trashcan_full.png.
Put in the /my_icons/64x64/apps/, your kmenu.png.
In the /my_icons/ , text file index.theme file:
Code:
index.theme: [Icon Theme] Name=my_icons Comment=i_did_it DisplayDepth=32 Inherits=hicolor Directories=64x64/apps,128x128/filesystems [64x64/apps] Size=64 Type=Threshold Context=Applications [128x128/filesystems] Size=128 Type=Threshold Context=FileSystems
http://lists.kde.org/?l=kde-artists&...2790005054&w=2
TRESHOLD: the iconloader will use the icon bitmap of the size y which is
matches the size x most closely.
If (|y-x| < Treshold) then the icon will be displayed at size y, otherwise
it will be scaled to size x
matches the size x most closely.
If (|y-x| < Treshold) then the icon will be displayed at size y, otherwise
it will be scaled to size x
Right click my_icons folder > Actions > Compress Here (Ark servicemenu) => my_icons.tar.gz
Installing new icon theme:
K > System Settings > Appearance > Icons -> Install New Theme... (drag&drop my_icons.tar.gz)
New Icon theme is in ~/.kde/share/icons/ (should be).
Links
Icon Guide
http://wiki.kde.org/tiki-index.php?page=Icon+Guide
Icon Theme Specification
http://standards.freedesktop.org/ico...ec-latest.html
Image:Kubuntu Logo.svg
http://en.wikipedia.org/wiki/Image:Kubuntu_Logo.svg
Comment