- flatpak.opendesktop.org
- api2_kde-look_org
- pling.me
- Mycroft-Skillsx
- ubuntu-look.org
- bodhi.pling.com
- Mycroft-Appsx
- Snaps
- Youpinion
- electron-webapps.com
- OpenTV-Skills
- Zynthbox Resources
- DSP56300
- apps-bigscreen
- Mycroft-Skillsx
- Beryl-Themes
- All-Linux
- Screenshots
- Falkon
- Krunner Addons
- LibreOffice
- Compiz
- ElectronicAttack
- Bigscreen
- Books
- Videos
- Music
- Comics
- Mycroft-Skillsx
- Tutorials
- api2.kde-look.org
- Zynthian
- PatchR
- api.vlc-addons.org
- kde-look.org
- api.kde-look.org
- X-Archive
- vlc-addons.org
- Apps
- Games
- api.appimagehub.com
- AppImageHub.com
- Arch-Packages
- Debian-Packages
- OpenSuse-RPMs
- Redhat-RPMs
- Android-APKs
- OSX-Packages
- Windows-Packages
- App-Addons
- VLC-Addons
- Krita-Addons
- Opendesktop
- api.opendesktop.org
- Cinnamon
- Enlightenment
- api.gnome-look.org
- Gnome
- KDE Store
- Mate
- Trinity
- XFCE
- Window-Managers
- E-OS
- Artwork
- Cliparts
- Fonts
- ALL
- api.pling.com
- Listings
- Wallpapers
- Phones
- Distros


Konqueror Navigation Icons
Source i (link to git-repo or to original if based on someone elses unmodified work):
0
Become a Fan
5.3
Available as/for:
Description:You can install from kde-control-center.
* Works with pling-storeor ocs-url
Loading...
Pling

0 Affiliates
Details
license
version
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 1
More Full Icon Themes from dedmopozzz:
Other Full Icon Themes:
System Tags
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.

Ratings & Comments
13 Comments
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
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
Yes. These icons made by resizing. More detailed work is on the topic has been carried out. But still ahead. Source SVG will soon.
Greatings from linux.org.ru thx for the icons.
Hi!!! ;) linux.org.ru - the best! Vodka, Russia, bear - cool!!! :)
You left out "medved" :D
Дак ёбтыть... not refrain :)
Ahoj MEDVED!!!
:)
These icons look cool :) I'm waiting for the complete icon set! Thumbs up!
Now again draw :)
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
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/