Konqueror Navigation Icons

Full Icon Themes

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
5.3

Available as/for:
Description:
Navigation Icons for Konqueror
Last changelog:

You can install from kde-control-center.


Ratings & Comments

13 Comments

scummos

I wrote a script automatically installing the icons; just copy it to the directory with the icons and then run in it with "bash script.sh" #!/bin/bash # Install script for the navigation icons. # Just a little bit of scripting, of course it´s GPL. # USAGE OF SCRIPT IS ON YOUR OWN RISK. THERE´S NO WARRANTY AT ALL. echo -e "This script will install the navigation Icons. \033[1m\033[38mIt will overwrite your old navigation icons.\033[0m To continue, press Enter; to abort, press Strg+C." read enter echo "Please enter the full name of your currently used iconset. If you aren´t sure, look in $HOME/.kde/icons which is the exact name of your theme. Below all iconsets found in $HOME/.kde/share/icons are listed." list=$(ls $HOME/.kde/share/icons) echo echo -e "\033[1m\033[34m$list\033[0m" echo read icontheme if [ "$icontheme" ]; then ls $HOME/.kde/share/icons |grep "$icontheme" > /dev/null || nicfnd=1 if [ $nicfnd ]; then echo "ERROR: $icontheme is not a valid icontheme. Aborting."; exit 0; fi else echo "You have to enter an icon theme. Aborting." && exit 0; fi icontheme=$(echo $HOME/.kde/share/icons/"$icontheme") echo "copying..." cp -f -v 16x16/actions/* "$icontheme"/16x16 || check=1 cp -f -v 22x22/actions/* "$icontheme"/22x22 || check=1 cp -f -v 32x32/actions/* "$icontheme"/32x32 || check=1 cp -f -v 48x48/actions/* "$icontheme"/48x48 || check=1 #cp -f 56x56/actions/* "$icontheme"/56x56 || check=1 cp -f -v 64x64/actions/* "$icontheme"/64x64 || check=1 #cp -f 72x72/actions/* "$icontheme"/72x72 || check=1 #cp -f 96x96/actions/* "$icontheme"/96x96 || check=1 cp -f -v 128x128/actions/* "$icontheme"/128x128 || check=1 echo -n " ... done." echo if [ ! $check ]; then echo "Installation successfull. Do you want to run kbuildsycoca now? [any input to run, enter to skip]"; else echo "Installation FAILED! See the output above to fix the error. Probably you have entered a wrong icon set name."; fi read ksc if [ $ksc ]; then kbuildsycoca || check=1; fi

vinokurov

though small ones (16x16 and 22x22) look a bit blurry. Are they generated by resizing of large ones or they were drawn separately? Is there any link to the repository with SVG sources of them? PS: I thought that Oxygen will be default theme for KDE4

dedmopozzz

Yes. These icons made by resizing. More detailed work is on the topic has been carried out. But still ahead. Source SVG will soon.

furyz

Greatings from linux.org.ru thx for the icons.

dedmopozzz

Hi!!! ;) linux.org.ru - the best! Vodka, Russia, bear - cool!!! :)

blaster999

You left out "medved" :D

dedmopozzz

Дак ёбтыть... not refrain :)

fyrer

Ahoj MEDVED!!!

dedmopozzz

:)

blaster999

These icons look cool :) I'm waiting for the complete icon set! Thumbs up!

dedmopozzz

Now again draw :)

LordBernhard

how do I install this? i haven't found anything in the howto install part :-( plz don't be angry with me, but i'm new to this themeing thing ^^ ps: great icons

dedmopozzz

This is the beginning of a new theme for KDE. At this time, these icons can be copied to your current theme. For example : Copy the contents of a folder in ~/.kde/share/icons/YouIconsTheme/32x32/actions/

Pling
0 Affiliates
Details
license
version
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 1

More Full Icon Themes from dedmopozzz:

Lastik (grey) icon theme for KDE4
dedmopozzz
last update date: 15 years ago

Score 6.6

Lastik icon theme for KDE4
dedmopozzz
last update date: 15 years ago

Score 6.1

Other Full Icon Themes:

Neon Icon By Rock
rocknava01
last update date: 16 years ago

Score 4.3

WinIcons
image
last update date: 19 years ago

Score 5.0

Kicker Icon
muxozavar
last update date: 17 years ago

Score 5.0

Kicker PurpleLight
microchip
last update date: 19 years ago

Score 4.7

Anime Icons Beta
Bornnover
last update date: 18 years ago

Score 5.7

Kicker Bronz
microchip
last update date: 19 years ago

Score 5.0




An Icon Theme should have a valid .theme file among its files and aim to be complete for desktop use under Gnome or KDE Plasma.

If it contains only a single icon or a small set of icons, please use the Icon Sub-Sets or Single Icon/Logo categories instead.