1. Introduction
Provides a shortcut for adding nuvola icons based on David Vignoni’s Nuvola icon set.
Griffon version: 2.11.0
2. Usage
2.1. Swing
The griffon-nuvola-swing:2.0.0 JAR provides a new Icon class: griffon.swing.support.nuvolaicons.NuvolaIcon.
You may use this class with any Swing component that supports an Icon property.
2.2. JavaFX
The griffon-nuvola-javafx:2.0.0 JAR provides a new Node class: griffon.javafx.support.nuvolaicons.NuvolaIcon.
You may use this class with any JavaFX control that accepts a graphic property. You may also use the icon directly as
it is a subclass of javafx.scene.control.Label.
2.3. Action Resources
Action icons can be set using resources files if the following format is used:
iconClassName|category:description:size
Here’s an example using the Swing icon
org.example.AppController.action.Preferences.icon=griffon.swing.support.nuvola.NuvolaIcon|apps:error:32
The JavaFX version for the same icon value is
org.example.AppController.action.Preferences.icon=griffon.javafx.support.nuvola.NuvolaIcon|apps:error:32
3. Configuration
The plugin delivers artifacts for both Swing and JavaFX. It also contains Groovy enhancements that can be used in combination with the respective UI toolkit DSL (SwingBuilder and GroovyFX).
3.1. Gradle
You have two options for configuring this plugin: automatic and manual.
3.1.1. Automatic
As long as the project has the org.codehaus.griffon.griffon plugin applied to it you
may include the following snippet in build.gradle
dependencies {
griffon 'org.codehaus.griffon.plugins:griffon-nuvolaicons-plugin:2.0.0'
}
The griffon plugin will take care of the rest given its configuration.
3.1.2. Manual
You will need to configure any of the following blocks depending on your setup
dependencies {
compile 'org.codehaus.griffon.plugins:griffon-nuvolaicons-swing:2.0.0'
}
dependencies {
compile 'org.codehaus.griffon.plugins:griffon-nuvolaicons-javafx:2.0.0'
}
dependencies {
compile 'org.codehaus.griffon.plugins:griffon-nuvolaicons-swing-groovy:2.0.0'
}
dependencies {
compile 'org.codehaus.griffon.plugins:griffon-nuvolaicons-javafx-groovy:2.0.0'
}
3.2. Maven
First configure the griffon-nuvolaicons-plugin BOM in your POM file, by placing the following
snippet before the <build> element
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.codehaus.griffon.plugins</groupId>
<artifactId>griffon-nuvolaicons-plugin</artifactId>
<version>2.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Next configure dependencies as required by your particular setup
<dependency>
<groupId>org.codehaus.griffon.plugins</groupId>
<artifactId>griffon-nuvolaicons-swing</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.griffon.plugins</groupId>
<artifactId>griffon-nuvolaicons-javafx</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.griffon.plugins</groupId>
<artifactId>griffon-nuvolaicons-swing-groovy</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.griffon.plugins</groupId>
<artifactId>griffon-nuvolaicons-javafx-groovy</artifactId>
</dependency>
4. Modules
The following sections display all bindings per module. Use this information to successfully override a binding on your own modules or to troubleshoot a module binding if the wrong type has been applied by the Griffon runtime.
4.1. JavaFX
Module name: nuvolaicons-javafx-groovy
Depends on: javafx-groovy
bind(BuilderCustomizer.class)
.to(NuvolaIconsJavaFXBuilderCustomizer.class)
.asSingleton();
The following nodes will become available on a Groovy View
| Node | Type |
|---|---|
nuvolaIcon |
4.2. Swing
Module name: nuvolaicons-swing-groovy
Depends on: swing-groovy
bind(BuilderCustomizer.class)
.to(NuvolaIconsSwingBuilderCustomizer.class)
.asSingleton();
The following nodes will become available on a Groovy View
| Node | Type |
|---|---|
nuvolaIcon |
Both nuvolaIcon Nodes support the following properties
- icon
-
The name of the icon, such as
actions:backoractions:forward. - size
-
The size of the icon. One of
16,22,32,48,64,128.
the actions category is not supported in sizes bigger than 48.
|
6. Icon Cheat Sheet
The following tables show all available icons. Table names stand for categories. Note that some icons are not available for all sizes.
| Name | 16 | 22 | 32 | 48 | 64 | 128 |
|---|---|---|---|---|---|---|
1downarrow |
|
|
|
|
- |
- |
1leftarrow |
|
|
|
|
- |
- |
1rightarrow |
|
|
|
|
- |
- |
1uparrow |
|
|
|
|
- |
- |
2downarrow |
|
|
|
|
- |
- |
2leftarrow |
|
|
|
|
- |
- |
2rightarrow |
|
|
|
|
- |
- |
2uparrow |
|
|
|
|
- |
- |
about_kde |
|
|
|
|
- |
- |
apply |
|
|
|
|
- |
- |
artsaudiomanager |
|
|
|
|
- |
- |
artsenvironment |
|
|
|
|
- |
- |
artsmediatypes |
|
|
|
|
- |
- |
artsmidimanager |
|
|
|
|
- |
- |
attach |
|
|
|
|
- |
- |
back |
|
|
|
|
- |
- |
blend |
|
|
|
|
- |
- |
bookmark |
|
|
|
|
- |
- |
bookmark_add |
|
|
|
|
- |
- |
bookmark_folder |
|
|
|
|
- |
- |
bookmark_toolbar |
|
|
|
|
- |
- |
bookmarks_list_add |
|
|
|
|
- |
- |
bottom |
|
|
|
|
- |
- |
button_accept |
|
|
|
|
- |
- |
button_cancel |
|
|
|
|
- |
- |
button_ok |
|
|
|
|
- |
- |
camera_test |
|
|
|
|
- |
- |
cancel |
|
|
|
|
- |
- |
cd |
|
|
|
|
- |
- |
color_fill |
|
|
|
|
- |
- |
color_line |
|
|
|
|
- |
- |
colorize |
|
|
|
|
- |
- |
colorpicker |
|
|
- |
- |
- |
- |
compfile |
|
|
|
|
- |
- |
configure |
|
|
|
|
- |
- |
connect_creating |
|
|
|
|
- |
- |
connect_established |
|
|
|
|
- |
- |
connect_no |
|
|
|
|
- |
- |
cut |
|
|
|
|
- |
- |
decrypted |
|
|
|
|
- |
- |
down |
|
|
|
|
- |
- |
edit |
|
|
|
|
- |
- |
edit_add |
|
|
|
|
- |
- |
edit_remove |
|
|
|
|
- |
- |
editcopy |
|
|
|
|
- |
- |
editcut |
|
|
|
|
- |
- |
editdelete |
|
|
|
|
- |
- |
editpaste |
|
|
|
|
- |
- |
editshred |
|
|
|
|
- |
- |
edittrash |
|
|
|
|
- |
- |
encrypted |
|
|
|
|
- |
- |
endturn |
|
|
|
|
- |
- |
exit |
|
|
|
|
- |
- |
fileclose |
|
|
|
|
- |
- |
fileexport |
|
|
|
|
- |
- |
filenew |
|
|
|
|
- |
- |
fileopen |
|
|
|
|
- |
- |
fileprint |
|
|
|
|
- |
- |
filequickprint |
|
|
|
|
- |
- |
filesave |
|
|
|
|
- |
- |
filesaveas |
|
|
|
|
- |
- |
fill |
|
|
|
|
- |
- |
find |
|
|
|
|
- |
- |
finish |
|
|
|
|
- |
- |
folder_new |
|
|
|
|
- |
- |
forward |
|
|
|
|
- |
- |
frameprint |
|
|
|
|
- |
- |
gohome |
|
|
|
|
- |
- |
help |
|
|
|
|
- |
- |
history |
|
|
|
|
- |
- |
history_clear |
|
|
|
|
- |
- |
identity |
|
|
|
|
- |
- |
irkick |
|
|
|
|
- |
- |
irkickflash |
|
|
|
|
- |
- |
irkickoff |
|
|
|
|
- |
- |
kaboodleloop |
|
|
|
|
- |
- |
kalarm |
|
|
|
|
- |
- |
kalarm_disabled |
|
|
|
|
- |
- |
kdevelop_down |
|
|
|
|
- |
- |
kgpg |
|
|
- |
- |
- |
- |
kgpg_edit |
|
|
|
|
- |
- |
kgpg_export |
|
|
|
|
- |
- |
kgpg_gen |
|
|
|
|
- |
- |
kgpg_identity |
|
|
|
|
- |
- |
kgpg_import |
|
|
|
|
- |
- |
kgpg_info |
|
|
|
|
- |
- |
kgpg_key1 |
|
|
|
|
- |
- |
kgpg_key2 |
|
|
|
|
- |
- |
kgpg_key3 |
|
|
|
|
- |
- |
kgpg_photo |
|
|
|
|
- |
- |
kgpg_show |
|
|
|
|
- |
- |
kgpg_sign |
|
|
|
|
- |
- |
kgpg_term |
|
|
|
|
- |
- |
klipper_dock |
|
- |
|
|
- |
- |
kmixdocked |
|
|
|
|
- |
- |
kmixdocked_error |
|
|
|
|
- |
- |
kmixdocked_mute |
|
|
|
|
- |
- |
krec_record |
|
|
|
- |
- |
- |
laptop_charge |
|
|
|
|
- |
- |
laptop_nobattery |
|
|
|
|
- |
- |
laptop_nocharge |
|
|
|
|
- |
- |
laptop_power |
|
|
|
|
- |
- |
ledblue |
|
|
|
|
- |
- |
ledgreen |
|
|
|
|
- |
- |
ledlightblue |
|
|
|
|
- |
- |
ledlightgreen |
|
|
|
|
- |
- |
ledorange |
|
|
|
|
- |
- |
ledpurple |
|
|
|
|
- |
- |
ledred |
|
|
|
|
- |
- |
ledyellow |
|
|
|
|
- |
- |
lock |
|
|
|
|
- |
- |
mail_delete |
|
|
|
|
- |
- |
mail_find |
|
|
|
|
- |
- |
mail_forward |
|
|
|
|
- |
- |
mail_generic |
|
|
|
|
- |
- |
mail_get |
|
|
|
|
- |
- |
mail_new |
|
|
|
|
- |
- |
mail_post_to |
|
|
|
|
- |
- |
mail_reply |
|
|
|
|
- |
- |
mail_replyall |
|
|
|
|
- |
- |
mail_send |
|
|
|
|
- |
- |
make_kdevelop |
|
|
|
|
- |
- |
message |
|
- |
- |
- |
- |
- |
messagebox_critical |
|
|
|
|
- |
- |
messagebox_info |
|
|
|
|
- |
- |
messagebox_warning |
|
|
|
|
- |
- |
misc |
|
|
|
|
- |
- |
mix_midi |
|
|
|
|
- |
- |
mix_recmon |
|
|
|
|
- |
- |
mix_unknown |
|
|
|
|
- |
- |
mix_volume |
|
|
|
|
- |
- |
mouse |
|
|
|
|
- |
- |
newfont |
|
|
|
|
- |
- |
news_subscribe |
|
|
|
|
- |
- |
news_unsubscribe |
|
|
|
|
- |
- |
next |
|
|
|
|
- |
- |
no |
|
|
|
|
- |
- |
noatunloopsong |
|
|
|
|
- |
- |
ok |
|
|
|
|
- |
- |
openterm |
|
|
|
|
- |
- |
pencil |
|
|
|
|
- |
- |
piano |
|
|
|
|
- |
- |
player_eject |
|
|
|
|
- |
- |
player_end |
|
|
|
|
- |
- |
player_fwd |
|
|
|
|
- |
- |
player_pause |
|
|
|
|
- |
- |
player_play |
|
|
|
|
- |
- |
player_rev |
|
|
|
|
- |
- |
player_rew |
|
|
|
|
- |
- |
player_start |
|
|
|
|
- |
- |
player_stop |
|
|
|
|
- |
- |
playsound |
|
|
- |
- |
- |
- |
power |
|
|
|
|
- |
- |
previous |
|
|
|
|
- |
- |
project_open |
|
|
|
|
- |
- |
queue |
|
|
|
|
- |
- |
quiz |
|
|
|
|
- |
- |
rebuild |
|
|
|
|
- |
- |
redo |
|
|
|
|
- |
- |
reload |
|
|
|
|
- |
- |
reload_all_tabs |
|
|
|
|
- |
- |
reload_page |
|
|
|
|
- |
- |
revert |
|
|
|
|
- |
- |
roll |
|
|
|
|
- |
- |
rotate |
|
|
|
|
- |
- |
rotate_ccw |
|
|
|
|
- |
- |
rotate_cw |
|
|
|
|
- |
- |
run |
|
|
|
|
- |
- |
save_all |
|
|
|
|
- |
- |
signature |
|
|
|
|
- |
- |
spellcheck |
|
|
|
|
- |
- |
start |
|
|
|
|
- |
- |
stop |
|
|
|
|
- |
- |
tab_duplicate |
|
|
|
|
- |
- |
tab_new |
|
|
|
|
- |
- |
tab_new_raised |
|
|
|
|
- |
- |
tab_remove |
|
|
|
|
- |
- |
thumbnail |
|
|
|
|
- |
- |
toggle_log |
|
|
|
|
- |
- |
top |
|
|
|
|
- |
- |
undo |
|
|
|
|
- |
- |
up |
|
|
|
|
- |
- |
view_bottom |
|
|
|
|
- |
- |
view_choose |
|
|
|
|
- |
- |
view_detailed |
|
|
|
|
- |
- |
view_fullscreen |
|
|
|
|
- |
- |
view_icon |
|
|
|
|
- |
- |
view_left_right |
|
|
|
|
- |
- |
view_multicolumn |
|
|
|
|
- |
- |
view_nofullscreen |
|
|
|
|
- |
- |
view_remove |
|
|
|
|
- |
- |
view_right |
|
|
|
|
- |
- |
view_sidetree |
|
|
|
|
- |
- |
view_text |
|
|
|
|
- |
- |
view_top_bottom |
|
|
|
|
- |
- |
view_tree |
|
|
|
|
- |
- |
viewmag+ |
|
|
|
|
- |
- |
viewmag- |
|
|
|
|
- |
- |
viewmag |
|
|
|
|
- |
- |
viewmag1 |
|
|
|
|
- |
- |
viewmagfit |
|
|
|
|
- |
- |
window_new |
|
|
|
|
- |
- |
wizard |
|
|
|
|
- |
- |
amarok |
- |
|
- |
- |
- |
- |
ark_new |
- |
|
- |
- |
- |
- |
ark_options |
- |
|
- |
- |
- |
- |
dock |
- |
|
- |
- |
- |
- |
folder |
- |
|
- |
- |
- |
- |
juk_dock |
- |
|
- |
- |
- |
- |
kgpg_docked |
- |
|
- |
- |
- |
- |
kjobviewer |
- |
|
- |
- |
- |
- |
klipper |
- |
|
- |
- |
- |
- |
klpq |
- |
|
- |
- |
- |
- |
kmail |
- |
|
- |
- |
- |
- |
kmaillight |
- |
|
- |
- |
- |
- |
kopete |
- |
|
- |
- |
- |
- |
korgac |
- |
|
- |
- |
- |
- |
mix_audio |
- |
|
- |
- |
- |
- |
mix_cd |
- |
|
- |
- |
- |
- |
mix_record |
- |
|
- |
- |
- |
- |
mix_video |
- |
|
- |
- |
- |
- |
noatunback |
- |
|
|
- |
- |
- |
noatunforward |
- |
|
|
- |
- |
- |
noatunpause |
- |
|
|
- |
- |
- |
noatunplay |
- |
|
|
- |
- |
- |
noatunplaylist |
- |
|
|
- |
- |
- |
noatunstop |
- |
|
|
- |
- |
- |
printmgr |
- |
|
- |
- |
- |
- |
tool_clipboard |
- |
|
- |
- |
- |
- |
tool_delay |
- |
|
- |
- |
- |
- |
tool_delete |
- |
|
- |
- |
- |
- |
tool_dock |
- |
|
- |
- |
- |
- |
tool_drop_target |
- |
|
- |
- |
- |
- |
tool_pause |
- |
|
- |
- |
- |
- |
tool_restart |
- |
|
- |
- |
- |
- |
tool_resume |
- |
|
- |
- |
- |
- |
tool_timer |
- |
|
- |
- |
- |
- |
tool_uselastdir |
- |
|
- |
- |
- |
- |
volume |
- |
|
- |
- |
- |
- |
contents |
- |
- |
|
- |
- |
- |
- |
- |
|
- |
- |
- |
|
homepage |
- |
- |
|
- |
- |
- |
hwinfo |
- |
- |
|
- |
- |
- |
kcmpci |
- |
- |
|
- |
- |
- |
package_system |
- |
- |
|
- |
- |
- |
| Name | 16 | 22 | 32 | 48 | 64 | 128 |
|---|---|---|---|---|---|---|
access |
|
|
|
|
|
|
acroread |
|
|
|
|
|
|
agent |
|
|
|
|
|
|
aktion |
|
- |
|
|
|
|
amarok |
|
|
|
|
|
|
amor |
|
|
|
|
|
|
applixware |
|
|
|
|
|
|
ark |
|
|
|
|
|
|
arts |
|
|
|
|
|
|
artsbuilder |
|
|
|
|
|
|
artscontrol |
|
|
|
|
|
|
artsmidimanager |
|
|
|
|
|
|
atlantik |
|
|
|
|
|
|
background |
|
|
|
|
|
|
bell |
|
|
|
|
|
|
bookcase |
|
|
|
|
|
|
browser |
|
|
|
|
|
|
bug |
|
|
|
|
|
|
cache |
|
|
|
|
|
|
chat |
|
|
|
|
|
|
clanbomber |
|
|
|
|
|
|
clock |
|
|
|
|
|
|
colors |
|
|
|
|
|
|
cookie |
|
|
|
|
|
|
core |
|
|
|
|
|
|
date |
|
|
|
|
|
|
designer |
|
|
|
|
|
|
digikam |
|
|
|
|
|
|
display |
|
|
|
|
|
|
download_manager |
|
|
|
|
|
|
edu_languages |
|
|
|
|
|
|
edu_mathematics |
|
|
|
|
|
|
edu_miscellaneous |
|
|
|
|
|
|
edu_science |
|
|
|
|
|
|
emacs |
|
|
|
|
|
|
|
|
|
|
|
|
|
energy |
|
|
|
|
|
|
enhanced_browsing |
|
|
|
|
|
|
error |
|
|
|
|
|
|
evolution |
|
|
|
|
|
|
file-manager |
|
|
|
|
|
|
filetypes |
|
|
|
|
|
|
flashkard |
|
|
|
|
|
|
fonts |
|
|
|
|
|
|
fsview |
|
|
|
|
|
|
gaim |
|
|
|
|
|
|
galeon |
|
|
|
|
|
|
gimp |
|
|
|
|
|
|
gimp2 |
|
- |
|
|
|
|
gnome_apps |
|
|
|
|
|
|
gnome_apps2 |
|
|
|
|
|
|
go |
|
|
|
|
|
|
help_index |
|
|
|
|
|
|
hwinfo |
|
|
|
|
|
|
icons |
|
|
|
|
|
|
iconthemes |
|
|
|
|
|
|
important |
|
|
|
|
|
|
indeximg |
|
|
|
|
|
|
input_devices_settings |
|
|
|
|
|
|
irkick |
|
|
|
|
|
|
juk |
|
|
|
|
|
|
kaboodle |
|
|
|
|
|
|
kaddressbook |
|
|
|
|
|
|
kalarm |
|
|
|
|
|
|
kalzium |
|
|
|
|
|
|
kappfinder |
|
|
|
|
|
|
karm |
|
|
|
|
|
|
kasteroids |
|
|
|
|
|
|
kate |
|
|
|
|
|
|
katomic |
|
|
|
|
|
|
kaudiocreator |
|
|
|
|
|
|
kbackgammon |
|
|
|
|
|
|
kbackgammon_engine |
|
|
|
|
|
|
kblackbox |
|
|
|
|
|
|
kbounce |
|
|
|
|
|
|
kbrunch |
|
|
|
|
|
|
kcalc |
|
|
|
|
|
|
kcharselect |
|
|
|
|
|
|
kchart |
|
|
|
|
|
|
kcmdevice |
|
|
|
|
|
|
kcmdevices |
|
- |
|
|
|
|
kcmdf |
|
|
|
|
|
|
kcmdrkonqi |
|
|
|
|
|
|
kcmfontinst |
|
- |
|
|
|
|
kcmkwm |
|
|
|
|
|
|
kcmmemory |
|
|
|
|
|
|
kcmmidi |
|
|
|
|
|
|
kcmpartitions |
|
|
|
|
|
|
kcmpci |
|
|
|
|
|
|
kcmprocessor |
|
|
|
|
|
|
kcmscsi |
|
|
|
|
|
|
kcmsystem |
|
- |
|
|
|
|
kcmx |
|
|
|
|
|
|
kcolorchooser |
|
|
|
|
|
|
kcoloredit |
|
|
|
|
|
|
kcontrol |
|
|
|
|
|
|
kdat |
|
|
|
|
|
|
kdf |
|
- |
|
|
|
|
kdict |
|
|
|
|
|
|
kdisknav |
|
- |
|
|
|
|
kdmconfig |
|
|
|
|
|
|
kedit |
|
|
|
|
|
|
keditbookmarks |
|
|
|
|
|
|
key_bindings |
|
- |
|
|
- |
|
keybindings |
|
|
|
|
|
|
keyboard |
|
|
|
|
|
|
keyboard_layout |
|
|
|
|
|
|
kfig |
|
|
|
|
|
|
kfind |
|
|
|
|
|
|
kfloppy |
|
|
|
|
|
|
kfm |
|
|
|
|
|
|
kfm_home |
|
|
|
|
|
|
kget |
|
|
|
|
|
|
kghostview |
|
|
|
|
|
|
kgpg |
|
|
|
|
|
|
khangman |
|
|
|
|
|
|
khelpcenter |
|
|
|
|
|
|
khexedit |
|
|
|
|
|
|
khotkeys |
|
|
|
|
|
|
kig |
|
- |
|
|
|
|
kiten |
|
|
|
|
|
|
kivio |
|
- |
|
|
|
|
kjobviewer |
|
|
|
|
|
|
kjots |
|
|
|
|
|
|
klettres |
|
|
|
|
|
|
klipper |
|
- |
|
|
|
|
klpq |
|
|
|
|
|
|
kmag |
|
|
|
|
|
|
kmahjong |
|
|
|
|
|
|
kmail |
|
|
|
|
|
|
kmenu |
|
|
|
|
|
|
kmenuedit |
|
|
|
|
|
|
kmessedwords |
|
- |
|
|
|
|
kmid |
|
|
|
|
|
|
kmines |
|
|
|
|
|
|
kmix |
|
|
|
|
|
|
kmoon |
|
|
|
|
|
|
kmousetool |
|
|
|
|
|
|
kmplot |
|
|
|
|
|
|
knewsticker |
|
|
|
|
|
|
knode |
|
|
|
|
|
|
knotes |
|
|
|
|
|
|
knotify |
|
|
|
|
|
|
kolf |
|
- |
|
|
|
|
kolourpaint |
|
|
|
|
|
|
konqsidebar_mediaplayer |
|
|
|
|
|
|
konqueror |
|
|
|
|
|
|
konquest |
|
|
|
|
|
|
konsole |
|
|
|
|
|
|
kontact |
|
|
|
|
|
|
kooka |
|
|
|
|
|
|
kopete |
|
|
|
|
|
|
korganizer |
|
|
|
|
|
|
korganizer_todo |
|
|
|
|
|
|
korn |
|
|
|
|
|
|
kpackage |
|
|
|
|
|
|
kpager |
|
|
|
|
|
|
kpaint |
|
|
|
|
|
|
kpdf |
|
|
|
|
|
|
kpercentage |
|
- |
|
|
|
|
kpilot |
|
|
|
|
|
|
kpovmodeler |
|
|
|
|
|
|
kppp |
|
|
|
|
|
|
kpresenter |
|
- |
|
|
|
|
krdc |
|
|
|
|
|
|
krec |
|
|
|
|
|
|
kreversi |
|
|
|
|
|
|
krfb |
|
|
|
|
|
|
krita |
|
|
|
|
|
|
kruler |
|
|
|
|
|
|
kscd |
|
|
|
|
|
|
kscreensaver |
|
|
|
|
|
|
kservices |
|
- |
|
|
|
|
kshisen |
|
|
|
|
|
|
ksig |
|
|
|
|
|
|
ksim |
|
|
|
|
|
|
ksim_cpu |
|
- |
- |
- |
- |
- |
ksirc |
|
|
|
|
|
|
ksnapshot |
|
|
|
|
|
|
ksplash |
|
|
|
|
|
|
ksysv |
|
|
|
|
|
|
kteatime |
|
|
|
|
|
|
kthememgr |
|
|
|
|
|
|
ktimer |
|
|
|
|
|
|
ktip |
|
|
|
|
|
|
ktouch |
|
|
|
|
|
|
kugar |
|
|
|
|
|
|
kuickshow |
|
|
|
|
|
|
kuser |
|
|
|
|
|
|
kverbos |
|
|
|
|
|
|
kview |
|
|
|
|
|
|
kweather |
|
|
|
|
|
|
kwikdisk |
|
- |
|
|
|
|
kwin |
|
- |
|
|
|
|
kwin4 |
|
|
|
|
|
|
kword |
|
- |
|
|
|
|
kworldclock |
|
|
|
|
|
|
kwrite |
|
|
|
|
|
|
kxkb |
|
|
|
|
|
|
laptop_battery |
|
|
|
|
|
|
laptop_pcmcia |
|
|
|
|
|
|
licq |
|
|
|
|
|
|
locale |
|
|
|
|
|
|
looknfeel |
|
- |
|
|
|
|
mozilla-firebird |
|
- |
|
|
|
|
mozilla-thunderbird |
|
- |
|
|
|
|
mozilla |
|
- |
|
|
|
|
mplayer |
|
|
|
|
|
|
multimedia |
|
|
|
|
|
|
mycomputer |
|
|
|
|
|
|
netscape |
|
|
|
|
|
|
network |
|
|
|
|
|
|
noatun |
|
- |
|
|
|
|
ooo_gulls |
|
|
|
|
|
|
ooo_setup |
|
|
|
|
|
|
opera |
|
|
|
|
|
|
package |
|
- |
|
|
|
|
package_applications |
|
|
|
|
|
|
package_development |
|
|
|
|
|
|
package_editors |
|
|
|
|
|
|
package_edutainment |
|
|
|
|
|
|
package_favorite |
|
|
|
|
|
|
package_games |
|
|
|
|
|
|
package_games_arcade |
|
|
|
|
|
|
package_games_board |
|
|
|
|
|
|
package_games_strategy |
|
|
|
|
|
|
package_graphics |
|
|
|
|
|
|
package_multimedia |
|
|
|
|
|
|
package_network |
|
|
|
|
|
|
package_settings |
|
|
|
|
|
|
package_system |
|
|
|
|
|
|
package_toys |
|
|
|
|
|
|
package_utilities |
|
|
|
|
|
|
package_wordprocessing |
|
|
|
|
|
|
password |
|
|
|
|
|
|
personal |
|
|
|
|
|
|
printmgr |
|
|
|
|
|
|
randr |
|
|
|
|
|
|
realplayer |
|
|
|
|
|
|
reload |
|
|
- |
- |
- |
- |
remote |
|
|
|
|
|
|
samba |
|
|
|
|
|
|
sodipodi |
|
|
|
|
|
|
spellcheck |
|
- |
- |
- |
- |
- |
style |
|
|
|
|
|
|
stylesheet |
|
|
|
|
|
|
terminal |
|
|
|
|
|
|
usb |
|
|
|
|
|
|
window_list |
|
|
|
|
|
|
winprops |
|
|
|
|
|
|
x |
|
|
|
|
|
|
xapp |
|
|
|
|
|
|
xcalc |
|
- |
|
|
|
|
xclock |
|
|
|
|
|
|
xconfig |
|
|
|
|
|
|
xemacs |
|
- |
|
|
|
|
xfmail |
|
- |
|
|
|
|
xmag |
|
|
|
|
|
|
kgpg_docked |
- |
|
- |
- |
- |
- |
kmaillight |
- |
|
- |
- |
- |
- |
kopete_all_away |
- |
|
- |
- |
- |
- |
kopete_offline |
- |
|
- |
- |
- |
- |
kopete_some_away |
- |
|
- |
- |
- |
- |
kopete_some_online |
- |
|
- |
- |
- |
- |
gnome |
- |
- |
|
- |
- |
- |
knewsletter |
- |
- |
- |
- |
|
|
| Name | 16 | 22 | 32 | 48 | 64 | 128 |
|---|---|---|---|---|---|---|
3floppy_mount |
|
|
|
|
|
|
3floppy_unmount |
|
|
|
|
|
|
5floppy_mount |
|
|
|
|
|
|
5floppy_unmount |
|
|
|
|
|
|
blockdevice |
|
- |
|
|
|
|
camera |
|
|
|
|
|
|
camera_mount |
|
|
|
|
|
|
camera_unmount |
|
|
|
|
|
|
cdaudio_mount |
|
|
|
|
|
|
cdaudio_unmount |
|
|
|
|
|
|
cdrom_mount |
|
|
|
|
|
|
cdrom_unmount |
|
|
|
|
|
|
cdwriter_mount |
|
|
|
|
|
|
cdwriter_unmount |
|
|
|
|
|
|
dvd_mount |
|
|
|
|
|
|
dvd_unmount |
|
|
|
|
|
|
hdd_mount |
|
|
|
|
|
|
hdd_unmount |
|
|
|
|
|
|
ipod |
|
|
|
|
|
|
joystick |
|
|
|
|
|
|
memory |
|
|
|
|
|
|
mo_mount |
|
|
|
|
|
|
mo_unmount |
|
|
|
|
|
|
modem |
|
|
|
|
|
|
mouse |
|
|
|
|
|
|
nfs_mount |
|
|
|
|
|
|
nfs_unmount |
|
|
|
|
|
|
pda |
|
|
|
|
|
|
pda_black |
|
|
|
|
|
|
pda_blue |
|
|
|
|
|
|
print_class |
|
|
|
|
|
|
print_printer |
|
|
|
|
|
|
printer |
|
|
|
|
|
|
printer1 |
|
- |
|
|
|
|
raid |
|
|
|
|
|
|
samba_mount |
|
|
|
|
|
|
samba_unmount |
|
|
|
|
|
|
scanner |
|
|
|
|
|
|
tablet |
|
|
|
|
|
|
tv |
|
|
|
|
|
|
usbpendrive_mount |
|
|
|
|
|
|
usbpendrive_unmount |
|
|
|
|
|
|
zip_mount |
|
|
|
|
|
|
zip_unmount |
|
|
|
|
|
|
ksim_cpu |
- |
- |
|
|
|
|
| Name | 16 | 22 | 32 | 48 | 64 | 128 |
|---|---|---|---|---|---|---|
camera |
|
- |
|
|
|
|
chardevice |
|
|
|
|
|
|
desktop |
|
|
|
|
|
|
exec |
|
|
|
|
|
|
file_broken |
|
|
|
|
|
|
file_important |
|
|
|
|
|
|
file_locked |
|
|
|
|
|
|
file_temporary |
|
|
|
|
|
|
folder |
|
|
|
|
|
|
folder_blue |
|
|
|
|
|
|
folder_blue_open |
|
|
|
|
|
|
folder_cyan |
|
|
|
|
|
|
folder_cyan_open |
|
|
|
|
|
|
folder_download |
|
|
|
|
|
|
folder_favorite |
|
|
|
|
|
|
folder_font |
|
|
|
|
|
|
folder_games |
|
|
|
|
|
|
folder_green |
|
|
|
|
|
|
folder_green_open |
|
|
|
|
|
|
folder_grey |
|
|
|
|
|
|
folder_grey_open |
|
|
|
|
|
|
folder_home |
|
|
|
|
|
|
folder_html |
|
|
|
|
|
|
folder_http |
|
- |
- |
- |
- |
- |
folder_image |
|
|
|
|
|
|
folder_important |
|
|
|
|
|
|
folder_inbox |
|
- |
- |
- |
- |
- |
folder_locked |
|
|
|
|
|
|
folder_mail |
|
|
|
|
|
|
folder_midi |
|
|
|
|
|
|
folder_open |
|
|
|
|
|
|
folder_orange |
|
|
|
|
|
|
folder_orange_open |
|
|
|
|
|
|
folder_outbox |
|
- |
- |
- |
- |
- |
folder_photo |
|
|
|
|
|
|
folder_print |
|
|
|
|
|
|
folder_red |
|
|
|
|
|
|
folder_red_open |
|
|
|
|
|
|
folder_sent_mail |
|
- |
- |
- |
- |
- |
folder_sound |
|
|
|
|
|
|
folder_tar |
|
|
|
|
|
|
folder_txt |
|
|
|
|
|
|
folder_video |
|
|
|
|
|
|
folder_violet |
|
|
|
|
|
|
folder_violet_open |
|
|
|
|
|
|
folder_yellow |
|
|
|
|
|
|
folder_yellow_open |
|
|
|
|
|
|
ftp |
|
|
|
|
|
|
link |
|
|
|
|
|
|
lockoverlay |
|
|
|
|
|
|
network |
|
|
|
|
|
|
network_local |
|
|
|
|
|
|
pipe |
|
|
|
|
|
|
server |
|
|
|
|
|
|
services |
|
|
|
|
|
|
socket |
|
|
|
|
|
|
trashcan_empty |
|
|
|
|
|
|
trashcan_full |
|
|
|
|
|
|
www |
|
|
|
|
|
|
zip |
|
|
|
|
|
|
folder_cool |
- |
|
|
|
|
|
folder_man |
- |
|
|
|
|
|
image |
- |
|
- |
- |
- |
- |
folder_print2 |
- |
- |
|
|
|
|
trash_empty |
- |
- |
- |
- |
|
- |
trash_full |
- |
- |
- |
- |
|
- |
| Name | 16 | 22 | 32 | 48 | 64 | 128 |
|---|---|---|---|---|---|---|
abiword_abi |
|
|
|
|
|
|
applix |
|
|
|
|
|
|
ascii |
|
|
|
|
|
|
bc |
|
|
|
|
|
|
binary |
|
|
|
|
|
|
cdbo_list |
|
|
|
|
|
|
cdimage |
|
|
|
|
|
|
cdr |
|
|
|
|
|
|
cdtrack |
|
|
|
|
|
|
colorscm |
|
|
|
|
|
|
colorset |
|
|
|
|
|
|
core |
|
|
|
|
|
|
deb |
|
|
|
|
|
|
document |
|
|
|
|
|
|
dvi |
|
|
|
|
|
|
ebuild |
|
|
|
|
|
|
empty |
|
|
|
|
|
|
encrypted |
|
|
|
|
|
|
exec_wine |
|
|
|
|
|
|
file_locked |
|
|
|
|
|
|
file_temporary |
|
|
|
|
|
|
font |
|
|
|
|
|
|
font_bitmap |
|
|
|
|
|
|
font_truetype |
|
|
|
|
|
|
font_type1 |
|
|
|
|
|
|
gettext |
|
|
|
|
|
|
gf |
|
|
|
|
|
|
gnome_app_info |
|
|
|
|
|
|
html |
|
|
|
|
|
|
image |
|
|
|
|
|
|
image_gimp |
|
|
|
|
|
|
info |
|
|
|
|
|
|
install |
|
|
|
|
|
|
java_jar |
|
|
|
|
|
|
karbon_karbon |
|
|
|
|
|
|
kchart_chrt |
|
|
|
|
|
|
kformula_kfo |
|
|
|
|
|
|
kget_list |
|
|
|
|
|
|
kig_doc |
|
|
|
|
|
|
kivio_flw |
|
|
|
|
|
|
kmultiple |
|
|
|
|
|
|
koffice |
|
|
|
|
|
|
kpovmodeler_doc |
|
|
|
|
|
|
kpresenter_kpr |
|
|
|
|
|
|
krec_fileempty |
|
|
|
|
|
|
krec_fileplay |
|
|
|
|
|
|
krec_filerec |
|
|
|
|
|
|
krita_kra |
|
|
|
|
|
|
kspread_ksp |
|
|
|
|
|
|
kugar_kud |
|
|
|
|
|
|
kugardata |
|
|
|
|
|
|
kword_kwd |
|
|
|
|
|
|
log |
|
|
|
|
|
|
make |
|
|
|
|
|
|
man |
|
|
|
|
|
|
message |
|
|
|
|
|
|
metafont |
|
|
|
|
|
|
midi |
|
|
|
|
|
|
mime |
|
|
|
|
|
|
mime_ebuild |
|
|
|
|
|
|
mime_empty |
|
- |
|
|
|
|
mime_koffice |
|
|
|
|
|
|
mime_lyx |
|
|
|
|
|
|
mime_temp |
|
- |
|
|
|
|
misc_doc |
|
|
|
|
|
|
mozilla_doc |
|
- |
|
|
|
|
netscape_doc |
|
|
|
|
|
|
ooo_calc |
|
|
|
|
|
|
ooo_calc_tpl |
|
|
|
|
|
|
ooo_draw |
|
- |
|
|
|
|
ooo_draw_tpl |
|
|
|
|
|
|
ooo_impress |
|
- |
|
|
|
|
ooo_impress_tpl |
|
|
|
|
|
|
ooo_setup |
|
|
|
|
|
|
ooo_writer |
|
|
|
|
|
|
ooo_writer_tpl |
|
|
|
|
|
|
patch |
|
|
|
|
|
|
|
|
|
|
|
|
|
postscript |
|
|
|
|
|
|
quicktime |
|
|
|
|
|
|
readme |
|
|
|
|
|
|
real |
|
|
|
|
|
|
real_doc |
|
|
|
|
|
|
recycled |
|
|
|
|
|
|
resource |
|
|
|
|
|
|
rpm |
|
|
|
|
|
|
shellscript |
|
|
|
|
|
|
soffice |
|
|
|
|
|
|
sound |
|
|
|
|
|
|
source |
|
|
|
|
|
|
source_c |
|
|
|
|
|
|
source_cpp |
|
|
|
|
|
|
source_css |
|
|
|
|
|
|
source_f |
|
|
|
|
|
|
source_h |
|
|
|
|
|
|
source_j |
|
|
|
|
|
|
source_java |
|
|
|
|
|
|
source_l |
|
- |
|
|
|
|
source_moc |
|
|
|
|
|
|
source_o |
|
|
|
|
|
|
source_p |
|
|
|
|
|
|
source_php |
|
|
|
|
|
|
source_pl |
|
|
|
|
|
|
source_py |
|
|
|
|
|
|
source_s |
|
|
|
|
|
|
source_y |
|
|
|
|
|
|
spreadsheet |
|
|
|
|
|
|
tar |
|
|
|
|
|
|
template_source |
|
|
|
|
|
|
tex |
|
|
|
|
|
|
tgz |
|
|
|
|
|
|
txt |
|
|
|
|
|
|
unknown |
|
|
|
|
|
|
vcalendar |
|
|
|
|
|
|
vcard |
|
|
|
|
|
|
vectorgfx |
|
|
|
|
|
|
video |
|
|
|
|
|
|
widget_doc |
|
|
|
|
|
|
wordprocessing |
|
|
|
|
|
|
























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































