1. Introduction
Provides a shortcut for adding crystal icons based on Everaldo’s Crystal icon set.
Griffon version: 2.11.0
2. Usage
2.1. Swing
The griffon-crystal-swing:2.0.0 JAR provides a new Icon class: griffon.swing.support.crystalicons.CrystalIcon.
You may use this class with any Swing component that supports an Icon property.
2.2. JavaFX
The griffon-crystal-javafx:2.0.0 JAR provides a new Node class: griffon.javafx.support.crystalicons.CrystalIcon.
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:name:size
Here’s an example using the Swing icon
org.example.AppController.action.Preferences.icon=griffon.swing.support.crystal.CrystalIcon|actions:configure:24
The JavaFX version for the same icon value is
org.example.AppController.action.Preferences.icon=griffon.javafx.support.crystal.CrystalIcon|actions:configure:24
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-crystalicons-plugin:2.0.0'
}
The griffon plugin will take care of the rest given its configuration.
3.1.2. Manual
You will have to configure any of the following blocks depending on your setup
dependencies {
compile 'org.codehaus.griffon.plugins:griffon-crystalicons-swing:2.0.0'
}
dependencies {
compile 'org.codehaus.griffon.plugins:griffon-crystalicons-javafx:2.0.0'
}
dependencies {
compile 'org.codehaus.griffon.plugins:griffon-crystalicons-swing-groovy:2.0.0'
}
dependencies {
compile 'org.codehaus.griffon.plugins:griffon-crystalicons-javafx-groovy:2.0.0'
}
3.2. Maven
First configure the griffon-crystalicons-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-crystalicons-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-crystalicons-swing</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.griffon.plugins</groupId>
<artifactId>griffon-crystalicons-javafx</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.griffon.plugins</groupId>
<artifactId>griffon-crystalicons-swing-groovy</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.griffon.plugins</groupId>
<artifactId>griffon-crystalicons-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: crystalicons-javafx-groovy
Depends on: javafx-groovy
bind(BuilderCustomizer.class)
.to(CrystalIconsJavaFXBuilderCustomizer.class)
.asSingleton();
The following nodes will become available on a Groovy View
| Node | Type |
|---|---|
crystalIcon |
4.2. Swing
Module name: crystalicons-swing-groovy
Depends on: swing-groovy
bind(BuilderCustomizer.class)
.to(CrystalIconsSwingBuilderCustomizer.class)
.asSingleton();
The following nodes will become available on a Groovy View
| Node | Type |
|---|---|
crystalIcon |
Both crystalIcon Nodes support the following properties
- icon
-
The name of the icon, such as
actions:execorfileystems:folder. - size
-
The size of the icon. One of
16,24,32.
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 | 24 | 32 |
|---|---|---|---|
14_layer_deletelayer |
|
- |
- |
14_layer_lowerlayer |
|
- |
- |
14_layer_newlayer |
|
- |
- |
14_layer_novisible |
|
- |
- |
14_layer_raiselayer |
|
- |
- |
14_layer_visible |
|
- |
- |
1day |
|
|
|
1downarrow |
|
|
|
1downarrow1 |
|
|
|
1leftarrow |
|
|
|
1rightarrow |
|
|
|
1uparrow |
|
|
|
2dowarrow |
|
|
|
2downarrow |
|
|
|
2downarrow1 |
|
|
|
2leftarrow |
|
|
|
2rightarrow |
|
|
|
2uparrow |
|
|
|
3dowarrow |
|
|
|
3downarrow |
|
- |
- |
3uparrow |
|
|
|
5days |
|
|
|
7days |
|
|
|
about_kde |
|
|
|
add_group |
|
|
|
add_user |
|
|
|
adjustcol |
|
- |
- |
adjustrow |
|
- |
- |
admin_icon |
|
- |
- |
advanced |
|
|
|
agt_action_fail |
|
|
|
agt_action_fail1 |
|
|
|
agt_action_success |
|
|
|
agt_add-to-autorun |
|
|
|
agt_add-to-desktop |
|
|
|
agt_aisles |
|
|
|
agt_announcements |
|
|
|
agt_back |
|
|
|
agt_business |
|
|
|
agt_desktop_enhancements |
|
|
|
agt_family-off |
|
- |
|
agt_family |
|
- |
|
agt_forum |
|
|
|
agt_forward |
|
|
|
agt_games |
|
|
|
agt_home |
|
|
|
agt_internet |
|
|
|
agt_login |
|
- |
|
agt_member |
|
|
|
agt_mp3 |
|
|
|
agt_multimedia |
|
|
|
agt_pause-queue |
|
|
|
agt_print |
|
|
|
agt_reload |
|
|
|
agt_resume |
|
|
|
agt_runit |
|
|
|
agt_softwareD |
|
|
|
agt_start_here |
|
- |
|
agt_stop |
|
|
|
agt_stop1 |
|
|
|
agt_support |
|
|
|
agt_uninstall-product |
|
|
|
agt_uninstall_product |
|
|
|
agt_update-product |
|
|
|
agt_update_critical |
|
|
|
agt_update_drivers |
|
|
|
agt_update_misc |
|
|
|
agt_update_recommended |
|
|
|
agt_update_recommended1 |
|
|
|
agt_upgrade_misc |
|
|
|
agt_utilities |
|
|
|
agt_virus-off |
|
|
|
agt_virus |
|
|
|
agt_virussafe |
|
|
|
agt_web |
|
|
|
aim_away |
|
- |
- |
aim_offline |
|
- |
- |
aim_online |
|
- |
- |
aim_protocol |
|
- |
- |
airbrush |
|
- |
- |
aisles |
|
|
|
alarmd |
|
|
|
alt_laptop_nocharge |
|
- |
- |
alt_laptop_power |
|
- |
- |
anti_spam |
|
|
|
aol_icon |
|
- |
- |
appearance |
|
|
|
apply |
|
|
|
appointment |
|
|
|
artsbuilderexecute |
|
|
|
artsmediatypes |
|
- |
- |
artsmidimanager |
|
- |
- |
attach |
|
|
|
audio_and_video |
|
|
|
back |
|
|
|
bell |
|
|
|
bookmark |
|
|
|
bookmark_add |
|
|
|
bookmark_folder |
|
|
|
bookmark_toolbar |
|
|
|
bookmarks_list_add |
|
|
|
border_all |
|
- |
- |
border_bottom |
|
- |
- |
border_fall |
|
- |
- |
border_horizontal |
|
- |
- |
border_inside |
|
- |
- |
border_left |
|
- |
- |
border_outline |
|
- |
- |
border_remove |
|
- |
- |
border_right |
|
- |
- |
border_top |
|
- |
- |
border_up |
|
- |
- |
border_vertical |
|
- |
- |
borderoutline |
|
- |
- |
bottom |
|
- |
- |
build |
|
|
|
buisness |
|
|
|
button_cancel |
|
|
|
button_ok |
|
|
|
camera |
|
|
|
camera_test |
|
|
|
cancel |
|
|
|
cap_butt |
|
- |
- |
cap_round |
|
- |
- |
cap_square |
|
- |
- |
cdinfo |
|
|
|
cdrwblank |
|
|
|
cell_edit |
|
- |
- |
cell_layout |
|
- |
- |
chart |
|
- |
- |
clear_left |
|
- |
|
cnr-not_connected |
|
- |
- |
cnr-pending |
|
|
|
cnr |
|
|
|
cnrdelete-all |
|
|
|
cnruninstall |
|
|
|
color_fill |
|
- |
- |
color_line |
|
- |
- |
colorize |
|
|
|
colorman |
|
- |
- |
colorpicker |
|
- |
- |
comment |
|
- |
- |
compfile |
|
|
|
completion |
|
- |
- |
configure |
|
|
|
configure_shortcuts |
|
- |
- |
configure_toolbars |
|
- |
- |
connect_creating |
|
|
|
connect_established |
|
|
|
connect_no |
|
|
|
contents |
|
|
|
contexthelp |
|
|
|
dayview |
|
- |
- |
db |
|
|
|
db_add |
|
|
|
db_comit |
|
|
|
db_remove |
|
|
|
db_status |
|
|
|
db_update |
|
|
|
decrypted |
|
|
|
delete |
|
- |
- |
delete_group |
|
- |
|
delete_table |
|
- |
- |
delete_table_col |
|
- |
|
delete_table_row |
|
- |
|
delete_user |
|
- |
|
deletecell |
|
- |
- |
demo |
|
|
|
dissociatecell |
|
- |
- |
documentinfo |
|
|
|
down |
|
|
|
download |
|
|
|
dt_icon |
|
- |
- |
easymoblog |
|
- |
|
edit |
|
|
|
edit_add |
|
|
|
edit_group |
|
- |
|
edit_picture |
|
- |
- |
edit_remove |
|
|
|
edit_user |
|
- |
|
editclear |
|
|
|
editcopy |
|
|
|
editcut |
|
|
|
editdelete |
|
|
|
editpaste |
|
|
|
editshred |
|
- |
- |
edittrash |
|
|
|
education |
|
|
|
emoticon |
|
- |
- |
encrypted |
|
|
|
endturn |
|
|
|
enumlist |
|
- |
- |
enumlist1 |
|
- |
- |
eraser |
|
- |
- |
excellent |
|
- |
- |
exec |
|
|
|
exit |
|
|
|
field |
|
|
|
fileclose |
|
|
|
fileexport |
|
|
|
filefind |
|
|
|
fileimport |
|
|
|
filenew |
|
|
|
fileopen |
|
|
|
fileprint |
|
|
|
filequickprint |
|
|
|
filesave |
|
|
|
filesaveas |
|
|
|
filter |
|
|
|
find |
|
|
|
findf |
|
|
|
finish |
|
- |
- |
first_letter_upper |
|
- |
- |
flag |
|
- |
|
folder |
|
|
|
folder_new |
|
|
|
folder_sent_mail |
|
|
|
fonts |
|
- |
|
fontsizedown |
|
- |
- |
fontsizeup |
|
- |
- |
fork |
|
- |
- |
format_decreaseindent |
|
- |
- |
format_increaseindent |
|
- |
- |
forward |
|
|
|
frame_chart |
|
- |
- |
frame_edit |
|
- |
- |
frame_field |
|
- |
- |
frame_formula |
|
- |
- |
frame_image |
|
- |
- |
frame_query |
|
- |
- |
frame_spreadsheet |
|
- |
- |
frame_text |
|
- |
- |
frameprint |
|
- |
|
free_icon |
|
- |
- |
funct |
|
|
|
gadu_protocol |
|
- |
- |
games |
|
|
|
gear |
|
|
|
gg_away |
|
- |
- |
gg_busy_d |
|
- |
- |
gg_connecting |
|
- |
- |
gg_ignored |
|
- |
- |
gg_invi_d |
|
- |
- |
gg_offline |
|
- |
- |
gg_offline_d |
|
- |
- |
gg_online_d |
|
- |
- |
gohome |
|
|
|
good |
|
- |
- |
goto |
|
- |
|
gradientdlg |
|
- |
- |
graphic-design |
|
|
|
greenled |
|
- |
- |
groupevent |
|
|
|
halfencrypted |
|
|
|
help |
|
|
|
hibernate |
|
|
|
hide_table_column |
|
- |
- |
hide_table_row |
|
- |
- |
history |
|
- |
|
history_clear |
|
- |
- |
home_and_food |
|
|
|
icq_away |
|
- |
- |
icq_dnd |
|
- |
- |
icq_ffc |
|
- |
- |
icq_invisible |
|
- |
- |
icq_na |
|
- |
- |
icq_occupied |
|
- |
- |
icq_offline |
|
- |
- |
icq_online |
|
- |
- |
idea |
|
- |
- |
identity |
|
|
|
inbox |
|
|
|
indent_task |
|
- |
- |
info |
|
|
|
inline_image |
|
- |
- |
inline_table |
|
- |
- |
insert_table_col |
|
- |
|
insert_table_row |
|
- |
|
insertcell |
|
- |
- |
insertcellcopy |
|
- |
- |
inserttable |
|
- |
- |
internet_and_networking |
|
|
|
irc_away |
|
- |
- |
irc_channel |
|
- |
- |
irc_normal |
|
- |
- |
irc_online |
|
- |
- |
irc_op |
|
- |
- |
irc_server |
|
- |
- |
irc_voice |
|
- |
- |
irkick |
|
|
|
irkickflash |
|
|
|
irkickoff |
|
|
|
itunes2aqua |
|
|
|
jabber_away |
|
- |
- |
jabber_chatty |
|
- |
- |
jabber_group |
|
- |
- |
jabber_invisible |
|
- |
- |
jabber_na |
|
- |
- |
jabber_offline |
|
- |
- |
jabber_online |
|
- |
- |
jabber_protocol |
|
- |
- |
jabber_raw |
|
- |
- |
jabber_serv_off |
|
- |
- |
jabber_serv_on |
|
- |
- |
jabber_xa |
|
- |
- |
join_bevel |
|
- |
- |
join_miter |
|
- |
- |
join_round |
|
- |
- |
journal |
|
- |
- |
k_alarm |
|
- |
- |
kalarm |
|
|
|
kalarm_disabled |
|
|
|
kdb_form |
|
- |
- |
kdb_table |
|
- |
- |
kde1 |
|
- |
- |
kde3 |
|
- |
- |
kde4 |
|
- |
- |
kde5 |
|
- |
- |
kde6 |
|
- |
- |
kdevelop_down |
|
|
|
key_enter |
|
- |
- |
klipper_doc |
|
|
|
kmix |
|
|
|
kmixdocked |
|
- |
- |
kmixdocked_error |
|
|
|
kmixdocked_mute |
|
|
|
knewstuff |
|
|
|
kopeteavailable |
|
- |
|
kopeteaway |
|
- |
|
ksysguard |
|
- |
|
laptop_charge |
|
- |
|
laptop_nobattery |
|
- |
|
laptop_nocharge |
|
- |
|
laptop_power |
|
- |
|
launch |
|
- |
|
leftjust |
|
- |
- |
lin_agt_wrench |
|
|
|
linewidth |
|
- |
- |
list |
|
- |
|
locationbar_erase |
|
- |
|
lock |
|
- |
|
locked |
|
- |
- |
lockstart_session |
|
|
|
logout |
|
|
|
loopnone |
|
- |
|
mail_delete |
|
|
|
mail_find |
|
|
|
mail_forward |
|
|
|
mail_generic |
|
|
|
mail_get |
|
|
|
mail_new |
|
|
|
mail_new3 |
|
- |
- |
mail_post_to |
|
|
|
mail_post_to3 |
|
- |
- |
mail_replay |
|
|
|
mail_replayall |
|
|
|
mail_reply |
|
|
|
mail_replyall |
|
|
|
mail_replylist |
|
- |
- |
mail_send |
|
|
|
mailappt |
|
|
|
marginal |
|
- |
- |
mergecell |
|
- |
- |
message_reply |
|
- |
- |
messagebox_critical |
|
|
|
messagebox_info |
|
|
|
messagebox_warning |
|
|
|
metacontact_away |
|
- |
- |
metacontact_offline |
|
- |
- |
metacontact_online |
|
- |
- |
metacontact_unknown |
|
- |
- |
middle |
|
- |
- |
mini_autoform |
|
- |
- |
mini_circle |
|
- |
- |
mini_pie |
|
- |
- |
mini_polygon |
|
- |
- |
mini_rect |
|
- |
- |
misc |
|
|
|
mix_audio |
|
- |
- |
mix_bass |
|
- |
- |
mix_cd |
|
- |
- |
mix_ext |
|
- |
- |
mix_headphone |
|
- |
- |
mix_microphone |
|
- |
- |
mix_midi |
|
- |
- |
mix_recmon |
|
- |
- |
mix_record |
|
- |
- |
mix_surround |
|
- |
- |
mix_treble |
|
- |
- |
mix_unknown |
|
- |
- |
mix_video |
|
- |
- |
mix_volume |
|
- |
- |
money |
|
|
|
month |
|
|
|
mouse |
|
|
|
move |
|
- |
- |
move_task_down |
|
- |
- |
move_task_up |
|
- |
- |
msn_away |
|
- |
- |
msn_blocked |
|
- |
- |
msn_brb |
|
- |
- |
msn_busy |
|
- |
- |
msn_invisible |
|
- |
- |
msn_lunch |
|
- |
- |
msn_na |
|
- |
- |
msn_newmsg |
|
- |
- |
msn_offline |
|
- |
- |
msn_online |
|
- |
- |
msn_phone |
|
- |
- |
msn_protocol |
|
- |
- |
multirow |
|
- |
- |
netjaxer |
|
|
|
network |
|
|
|
new_window |
|
|
|
newfont |
|
|
|
newmsg |
|
- |
- |
newrecurevent |
|
- |
- |
news_subscribe |
|
- |
|
news_unsubscribe |
|
- |
- |
newtodo |
|
- |
- |
next |
|
|
|
no |
|
|
|
offline |
|
- |
- |
ok |
|
|
|
oor_down |
|
- |
- |
oor_minimum |
|
- |
- |
openterm |
|
|
|
organizer |
|
|
|
oscilloscope |
|
- |
- |
outbox |
|
|
|
package_games_kids |
|
|
|
pert_chart |
|
- |
- |
pgnum |
|
- |
- |
player-end |
|
|
|
player_eject |
|
|
|
player_end |
|
|
|
player_fwd |
|
|
|
player_pause |
|
|
|
player_play |
|
|
|
player_rew |
|
|
|
player_start |
|
|
|
player_stop |
|
|
|
player_time |
|
|
|
player_volume |
|
|
|
playlist |
|
|
|
playsound |
|
|
|
power |
|
- |
|
precminus |
|
- |
- |
precplus |
|
- |
- |
previous |
|
|
|
project_open |
|
|
|
queue |
|
|
|
quick_restart |
|
|
|
readonlyevent |
|
- |
- |
rebuild |
|
|
|
recur |
|
- |
- |
redled |
|
- |
- |
redo |
|
|
|
reload |
|
|
|
reload_all_tabs |
|
|
|
reload_page |
|
|
|
remove |
|
- |
- |
removecell |
|
- |
- |
removecomment |
|
- |
- |
resizecol |
|
- |
- |
resizerow |
|
- |
- |
resources |
|
- |
- |
restart-1 |
|
|
|
restart |
|
|
|
revert |
|
|
|
rotate |
|
- |
- |
rotate_ccw |
|
- |
- |
rotate_cw |
|
- |
- |
run |
|
|
|
run_bounding |
|
- |
- |
run_not |
|
- |
- |
run_skip |
|
- |
- |
runprog |
|
|
|
save_all |
|
|
|
search |
|
|
|
select |
|
- |
- |
server |
|
|
|
services |
|
- |
- |
seyon |
|
- |
|
share |
|
- |
|
shear |
|
- |
- |
show_table_column |
|
- |
- |
show_table_row |
|
- |
- |
showmenu |
|
- |
- |
shutdown |
|
|
|
signal-1 |
|
- |
- |
signal-3 |
|
- |
- |
signal-4 |
|
- |
- |
signature |
|
|
|
smallcal |
|
- |
- |
smallclock |
|
- |
- |
software-development |
|
|
|
solidfilldlg |
|
- |
- |
sort_decrease |
|
- |
- |
sort_incr |
|
- |
- |
special_paste |
|
- |
- |
spellcheck |
|
- |
|
start |
|
- |
|
status_unknown |
|
|
|
stop |
|
|
|
switchuser |
|
|
|
tab |
|
|
|
tab_breakoff |
|
- |
- |
tab_duplicate |
|
|
|
tab_first |
|
- |
- |
tab_last |
|
- |
- |
tab_left |
|
- |
- |
tab_new |
|
|
|
tab_new_bg |
|
- |
- |
tab_new_raised |
|
|
|
tab_remove |
|
|
|
tab_right |
|
- |
- |
terminal |
|
|
|
text_block |
|
- |
- |
text_bottom |
|
- |
- |
text_center |
|
- |
- |
text_left |
|
- |
- |
text_right |
|
- |
- |
text_sub |
|
- |
- |
text_super |
|
- |
- |
text_top |
|
- |
- |
textcolor |
|
- |
- |
thumbnail |
|
|
|
timespan |
|
- |
- |
today |
|
- |
- |
todo |
|
|
|
toggle_log |
|
|
|
tooloptions |
|
- |
- |
top |
|
|
|
transform |
|
- |
- |
translate |
|
- |
- |
trash |
|
|
|
tux |
|
|
|
undo |
|
|
|
unindent_task |
|
- |
- |
unlock |
|
|
|
unlocked |
|
- |
- |
unsortedlist |
|
- |
- |
unsortedlist1 |
|
- |
- |
up |
|
|
|
utilities |
|
|
|
view-top-bottom |
|
- |
- |
view_bottom |
|
|
|
view_choose |
|
|
|
view_detailed |
|
|
|
view_icon |
|
|
|
view_left_right |
|
|
|
view_multicolumn |
|
|
|
view_orientation |
|
- |
- |
view_remove |
|
|
|
view_right |
|
|
|
view_right_p |
|
|
|
view_sidetree |
|
|
|
view_split |
|
- |
- |
view_text |
|
|
|
view_top_bottom |
|
|
|
view_tree |
|
|
|
viewmag |
|
|
|
viewmag1 |
|
|
|
viewmag_less |
|
|
|
viewmag_more |
|
|
|
viewmagfit |
|
|
|
webexport |
|
|
|
whatsnext |
|
- |
- |
window_fullscreen |
|
|
|
window_new |
|
|
|
window_nofullscreen |
|
|
|
wizard |
|
|
|
xdays |
|
- |
- |
yahoo_away |
|
- |
- |
yahoo_busy |
|
- |
- |
yahoo_idle |
|
- |
- |
yahoo_invisible |
|
- |
- |
yahoo_mobile |
|
- |
- |
yahoo_protocol |
|
- |
- |
yahoo_tea |
|
- |
- |
yellowled |
|
- |
- |
cdcopy |
- |
|
|
cnrdelete-all1 |
- |
|
|
desktop-enhancments |
- |
|
|
edit_remove_small |
- |
|
|
fileprint1 |
- |
|
|
klipper_dock |
- |
|
|
multimedia2 |
- |
|
|
outbox1 |
- |
|
|
personal |
- |
|
|
player_end1 |
- |
|
|
tab_new_r |
- |
|
|
top1 |
- |
|
|
view_remove2 |
- |
|
|
agt_utilities_copy |
- |
- |
|
autostart |
- |
- |
|
clicknrun |
- |
- |
|
clicknrungrey |
- |
- |
|
cnr-update |
- |
- |
|
cnrclient |
- |
- |
|
cnrgrey |
- |
- |
|
desktop-enhancements |
- |
- |
|
grid |
- |
- |
|
internet |
- |
- |
|
mail_foward |
- |
- |
|
mp3 |
- |
- |
|
runit |
- |
- |
|
sort_az |
- |
- |
|
web |
- |
- |
|
| Name | 16 | 24 | 32 |
|---|---|---|---|
3d |
|
|
|
access |
|
|
|
acroread |
|
|
|
advancedsettings |
|
|
|
agent |
|
|
|
agt_aisles |
|
|
|
agt_announcements |
|
|
|
agt_business |
|
|
|
agt_desktop_enhancements |
|
|
|
agt_games |
|
|
|
agt_home |
|
|
|
agt_internet |
|
|
|
agt_member |
|
|
|
agt_mp3 |
|
|
|
agt_multimedia |
|
|
|
agt_runit |
|
|
|
agt_softwareD |
|
|
|
agt_utilities |
|
|
|
agt_web |
|
|
|
aim |
|
|
|
aim_protocol |
|
|
|
aisles |
|
|
|
aktion |
|
|
|
alert |
|
|
|
all_software_is_current |
|
|
|
amor |
|
|
|
announcements |
|
|
|
antivirus |
|
|
|
applixware |
|
|
|
ark |
|
|
|
arts |
|
|
|
artsbuilder |
|
|
|
artscontrol |
|
|
|
assistant |
|
|
|
atlantik |
|
|
|
atlantikdesigner |
|
|
|
audio_and_video |
|
|
|
autostart |
|
|
|
babelfish |
|
|
|
background |
|
|
|
bell |
|
|
|
blender |
|
|
|
blockdevice |
|
|
|
browser |
|
|
|
browser_alt |
|
|
|
bug |
|
|
|
buisness |
|
|
|
business |
|
|
|
cache |
|
|
|
cal |
|
|
|
calc |
|
|
|
calendars |
|
|
|
camera |
|
|
|
cardgame |
|
|
|
cervisia |
|
|
|
clanbomber |
|
|
|
clean |
|
|
|
clicknrun |
|
|
|
clicknrungrey |
|
|
|
clock |
|
|
|
cnr |
|
|
|
cnrclient |
|
|
|
cnrgrey |
|
|
|
colors |
|
|
|
community_help |
|
|
|
cookie |
|
|
|
core |
|
|
|
daemons |
|
|
|
database |
|
|
|
date |
|
|
|
demo |
|
|
|
designet |
|
|
|
desktop-enhancments |
|
- |
- |
desktop_enhancements |
|
|
|
desktopshare |
|
|
|
disksfilesystems |
|
|
|
display |
|
|
|
displayconfig |
|
|
|
download |
|
|
|
download_manager |
|
|
|
drop |
|
|
|
easymoblog |
|
- |
|
education |
|
|
|
energy |
|
|
|
energy_star |
|
|
|
enhanced_browsing |
|
|
|
error |
|
|
|
exit |
|
|
|
fifteenpieces |
|
|
|
file-manager |
|
|
|
fileshare |
|
|
|
filetypes |
|
|
|
firefox |
|
|
|
firefox_alt |
|
|
|
firewall |
|
|
|
flag |
|
- |
|
flash |
|
- |
|
fonts |
|
- |
|
fortress |
|
|
|
gadu |
|
|
|
gadu_protocol |
|
- |
- |
gaim |
|
|
|
gaimphone |
|
|
|
galeon |
|
|
|
games |
|
|
|
gimp |
|
|
|
gnome_apps |
|
|
|
go |
|
|
|
go_kde |
|
|
|
gpg |
|
|
|
gpgsm |
|
|
|
graphic-design |
|
|
|
gvim |
|
|
|
harddrive |
|
|
|
hardware |
|
|
|
help_index |
|
|
|
hibernate |
|
|
|
home |
|
|
|
home_and_food |
|
|
|
hwinfo |
|
|
|
icons |
|
|
|
iconthemes |
|
|
|
important |
|
|
|
input_devices_settings |
|
- |
|
internet |
|
|
|
internet_connection_tools |
|
- |
- |
irc_protocol |
|
|
|
irkick |
|
- |
|
jabber_protocol |
|
|
|
java |
|
|
|
juk |
|
- |
|
k3b |
|
- |
|
kaboodle |
|
- |
|
kaddressbook |
|
|
|
kalarm |
|
|
|
kappfinder |
|
|
|
karbon |
|
- |
|
karm |
|
- |
|
kasteroids |
|
|
|
kate |
|
- |
|
katomic |
|
|
|
katuberling |
|
|
|
kbackgammon |
|
- |
|
kbackgammon_engine |
|
|
|
kbattleship |
|
- |
|
kbemusedsrv |
|
|
|
kblackbox |
|
|
|
kbounce |
|
|
|
kbtobexclient |
|
|
|
kbtserialchat |
|
|
|
kcalc |
|
|
|
kcharselect |
|
- |
|
kchart |
|
- |
|
kcmdevices |
|
|
|
kcmdf |
|
|
|
kcmfontinst |
|
- |
|
kcmkicker |
|
|
|
kcmkwm |
|
|
|
kcmmemory |
|
- |
|
kcmmidi |
|
|
|
kcmpartitions |
|
|
|
kcmpci |
|
|
|
kcmprocessor |
|
- |
|
kcmscsi |
|
- |
|
kcmsound |
|
|
|
kcmsystem |
|
|
|
kcmx |
|
|
|
kcoloredit |
|
|
|
kcontrol |
|
|
|
kdebluetooth |
|
|
|
kded |
|
|
|
kdeprintfax |
|
|
|
kdevelop |
|
|
|
kdf |
|
|
|
kdisknav |
|
|
|
kdm_home |
|
- |
- |
kdmconfig |
|
|
|
kdvi |
|
|
|
kedit |
|
|
|
keditbookmarks |
|
|
|
kenolaba |
|
|
|
kexi |
|
- |
|
key_bindings |
|
- |
|
keyboard |
|
- |
|
keyboard_layout |
|
- |
|
keyboard_layout16 |
|
- |
- |
kfax |
|
|
|
kfilereplace |
|
|
|
kfind |
|
|
|
kfloppy |
|
|
|
kfm |
|
|
|
kfm_home |
|
|
|
kformula |
|
- |
|
kfouleggs |
|
|
|
kget |
|
|
|
kghostview |
|
|
|
kgoldrunner |
|
|
|
kgpg |
|
|
|
khelpcenter |
|
|
|
kicker |
|
|
|
kivio |
|
- |
|
kjobviewer |
|
|
|
kjumpingcube |
|
|
|
klaptop |
|
|
|
klaptopdaemon |
|
|
|
klines |
|
|
|
klipper |
|
|
|
kllckety |
|
|
|
klpq |
|
|
|
kmahjongg |
|
|
|
kmail |
|
- |
|
kmenu |
|
|
|
kmenuedit |
|
|
|
kmid |
|
- |
|
kmines |
|
|
|
kmix |
|
|
|
kmousetool |
|
|
|
knetconfig |
|
|
|
knewsticker |
|
|
|
knode |
|
|
|
knotes |
|
|
|
knotify |
|
|
|
kodo |
|
- |
|
kolf |
|
|
|
konqsidebar_mediaplayer |
|
|
|
konqsidebar_news |
|
|
|
konqueror |
|
|
|
konquest |
|
|
|
konsole |
|
|
|
kontact |
|
|
|
konverter |
|
|
|
kopete |
|
|
|
korganizer |
|
|
|
korn |
|
- |
|
kpackage |
|
|
|
kpaint |
|
- |
|
kpat |
|
|
|
kpersonalizer |
|
|
|
kpilot |
|
|
|
kpoker |
|
|
|
kppp |
|
|
|
kpresenter |
|
|
|
krdc |
|
|
|
krec |
|
- |
|
kreversi |
|
|
|
krfb |
|
|
|
krita |
|
- |
|
ksame |
|
|
|
kscd |
|
- |
|
kscreensaver |
|
- |
|
kservices |
|
|
|
kshisen |
|
|
|
ksirtet |
|
|
|
ksmiletris |
|
|
|
ksnake |
|
|
|
ksnapshot |
|
|
|
ksokoban |
|
|
|
kspaceduel |
|
|
|
ksplash |
|
- |
|
kspread |
|
|
|
kstars |
|
|
|
ksysguard |
|
|
|
ksysv |
|
|
|
ktalkd |
|
- |
|
kteatime |
|
- |
|
kterm |
|
|
|
kthememgr |
|
- |
|
ktimer |
|
|
|
ktip |
|
|
|
ktouch |
|
- |
|
ktron |
|
|
|
kudesigner |
|
|
|
kugar |
|
- |
|
kuser |
|
|
|
kview |
|
|
|
kviewshell |
|
|
|
kvirc |
|
- |
- |
kwallet |
|
|
|
kwalletmanager |
|
|
|
kweather |
|
|
|
kwikdisk |
|
|
|
kwin |
|
|
|
kwin4 |
|
- |
|
kword |
|
- |
|
kworldclock |
|
- |
|
kwrite |
|
- |
|
kxconfig |
|
|
|
kxkb |
|
|
|
laptop_battery |
|
|
|
laptop_pcmcia |
|
- |
|
lassist |
|
- |
|
lassists |
|
|
|
launch |
|
|
|
licker |
|
|
|
licq |
|
|
|
linguist |
|
|
|
linneighborhood |
|
|
|
linphone |
|
|
|
linuxconf |
|
|
|
list_manager |
|
- |
- |
lists |
|
- |
|
llaunch |
|
|
|
locale |
|
|
|
locale16 |
|
- |
- |
lockstart_session |
|
|
|
login_manager |
|
|
|
logout |
|
|
|
looknfeel |
|
|
|
lphoto |
|
|
|
lreminder |
|
- |
|
lskat |
|
- |
|
lsongs |
|
|
|
lsuite |
|
- |
|
mac |
|
- |
|
magic8ball |
|
|
|
|
|
|
|
mailreminder |
|
|
|
messenger |
|
- |
- |
miscellaneous |
|
|
|
mouse |
|
|
|
mozilla-mail |
|
- |
|
mozilla |
|
- |
|
mp3 |
|
|
|
msn |
|
- |
|
msn_protocol |
|
- |
|
multimedia |
|
|
|
multimedia2 |
|
|
|
multiple_monitors |
|
|
|
musicstore |
|
|
|
my_documents |
|
|
|
mycomputer |
|
|
|
mydocuments |
|
|
|
mylinspire |
|
- |
|
mymac |
|
|
|
nautilus |
|
- |
|
navigator |
|
- |
|
neotux |
|
- |
|
netjaxer |
|
|
|
netscape |
|
|
|
network_connection_manager |
|
|
|
networksettings |
|
|
|
no3D |
|
- |
- |
noatun |
|
|
|
openoffice |
|
- |
|
openofficeorg-20-base |
|
|
|
openofficeorg-20-calc |
|
|
|
openofficeorg-20-draw |
|
|
|
openofficeorg-20-impress |
|
|
|
openofficeorg-20-math |
|
|
|
openofficeorg-20-writer |
|
|
|
openofficeorg-20 |
|
|
|
opera |
|
- |
- |
os-support |
|
|
|
package |
|
|
|
package_application |
|
- |
- |
package_applications |
|
- |
|
package_development |
|
|
|
package_editors |
|
|
|
package_edutainment |
|
|
|
package_favorite |
|
|
|
package_games |
|
|
|
package_games_arcade |
|
|
|
package_games_board |
|
|
|
package_games_card |
|
|
|
package_games_kids |
|
|
|
package_games_strategy |
|
|
|
package_graphics |
|
|
|
package_multimedia |
|
|
|
package_network |
|
|
|
package_programs |
|
|
|
package_settings |
|
|
|
package_system |
|
|
|
package_toys |
|
- |
|
package_utilities |
|
|
|
package_wordprocessing |
|
|
|
palm |
|
|
|
pan |
|
- |
- |
panel |
|
- |
- |
panel_settings |
|
- |
- |
parallels |
|
|
|
password |
|
|
|
penguin |
|
|
|
personal |
|
|
|
php |
|
|
|
phppg |
|
|
|
pppoeconfig |
|
|
|
printer |
|
|
|
printmgr |
|
|
|
proxy |
|
- |
|
pybliographic |
|
- |
- |
pysol |
|
- |
|
quick_restart |
|
|
|
quicktime |
|
|
|
randr |
|
- |
- |
reminders |
|
- |
|
remote |
|
|
|
restart-1 |
|
|
|
restart |
|
|
|
runit |
|
|
|
samba |
|
|
|
scanner |
|
|
|
scribus |
|
- |
- |
search |
|
|
|
service_manager |
|
|
|
session_manager |
|
|
|
seyon |
|
|
|
sharemanager |
|
|
|
shutdown |
|
|
|
sipphone |
|
- |
|
skype |
|
|
|
sms_protocol |
|
- |
|
smserver |
|
|
|
sodipodi |
|
- |
- |
software-development |
|
|
|
softwareD |
|
|
|
spire |
|
- |
|
starthere |
|
|
|
startup_wizard |
|
|
|
style |
|
|
|
stylesheet |
|
|
|
switchuser |
|
|
|
synaptic |
|
|
|
systemsettings |
|
|
|
systemtray |
|
|
|
terminal |
|
|
|
testbed_protocol |
|
- |
|
thunderbird |
|
|
|
tutorials |
|
- |
|
tux |
|
|
|
usb |
|
- |
|
utilities |
|
|
|
vcalendar |
|
|
|
virus_detected |
|
- |
- |
virussafe |
|
|
|
voice-support |
|
|
|
volume_manager |
|
|
|
warehause |
|
- |
|
web |
|
|
|
wifi |
|
|
|
window_list |
|
|
|
windowlist |
|
- |
|
windows_list |
|
- |
|
windows_users |
|
- |
|
wine |
|
|
|
wp_protocol |
|
- |
|
x |
|
|
|
xapp |
|
|
|
xcalc |
|
|
|
xchat |
|
- |
|
xclock |
|
|
|
xconsole |
|
|
|
xedit |
|
- |
|
xeyes |
|
- |
|
xfig |
|
- |
|
xfmail |
|
|
|
xine |
|
|
|
xmag |
|
|
|
xmms |
|
- |
|
xpaint |
|
- |
|
yahoo_protocol |
|
- |
|
ym |
|
- |
|
autostart1 |
- |
|
|
camera_unmount |
- |
|
|
chardevice |
- |
|
|
chat |
- |
|
|
drop_kbtobexclient |
- |
|
|
font |
- |
|
|
harddrive2 |
- |
|
|
highlight |
- |
|
|
imput_device_ |
- |
|
|
internet_and_networking |
- |
|
|
iskat |
- |
|
|
linneighborhood_copy |
- |
|
|
no3d |
- |
|
|
package_editorspackage_editors |
- |
|
|
printer1 |
- |
|
|
sms |
- |
|
|
softwareD2 |
- |
|
- |
agt_login |
- |
- |
|
agt_start_here |
- |
- |
|
artsartsbuilder |
- |
- |
|
kfontview |
- |
- |
|
lswitch |
- |
- |
|
messener |
- |
- |
|
mozillacrystal |
- |
- |
|
texteffect |
- |
- |
|
| Name | 16 | 24 | 32 |
|---|---|---|---|
3floppy_mount |
|
|
|
3floppy_unmount |
|
|
|
blockdevice |
|
|
|
cam_mount |
|
|
|
cam_unmount |
|
|
|
camera_mount |
|
|
|
camera_unmount |
|
|
|
cdaudio_mount |
|
|
|
cdaudio_unmount |
|
|
|
cdrom_mount |
|
|
|
cdrom_unmount |
|
|
|
cdwriter_mount |
|
|
|
cdwriter_unmount |
|
|
|
chardevice |
|
|
|
dvd_mount |
|
|
|
dvd_unmount |
|
|
|
fileshare |
|
|
|
floppy_unmount |
|
- |
- |
globe |
|
|
|
globe2 |
|
|
|
hdd_mount |
|
|
|
hdd_unmount |
|
|
|
joystick |
|
|
|
keyboard |
|
|
|
kterm |
|
|
|
laptop |
|
|
|
memory_stick_mount |
|
|
|
memory_stick_unmount |
|
|
|
modem |
|
|
|
modem1 |
|
- |
- |
mount |
|
|
|
mount_overlay |
|
|
|
mouse |
|
|
|
mp3player |
|
- |
|
mp3player_alt_mount |
|
|
|
mp3player_alt_unmount |
|
|
|
mp3player_mount |
|
|
|
mp3player_unmount |
|
|
|
network_local |
|
|
|
nfs_mount |
|
|
|
nfs_unmount |
|
|
|
pda |
|
|
|
pda_alt |
|
|
|
pda_black |
|
|
|
pipe |
|
|
|
print_class |
|
|
|
printer1 |
|
|
|
printer2 |
|
|
|
scanner |
|
|
|
setup_assistant |
|
|
|
smartmedia_mount |
|
|
|
smartmedia_unmount |
|
|
|
tablet |
|
|
|
tv |
|
|
|
unmount_overlay |
|
|
|
usbpendrive_mount |
|
|
|
usbpendrive_unmount |
|
|
|
zip_mount |
|
|
|
zip_unmount |
|
|
|
connect_to_network |
- |
- |
|
database |
- |
- |
|
desktop |
- |
- |
|
desktop22 |
- |
- |
|
exec |
- |
- |
|
favorites |
- |
- |
|
file |
- |
- |
|
file_alert |
- |
- |
|
file_broken |
- |
- |
|
file_doc |
- |
- |
|
file_locked |
- |
- |
|
file_temporary |
- |
- |
|
folder |
- |
- |
|
folder_blue |
- |
- |
|
folder_documents |
- |
- |
|
folder_favorites |
- |
- |
|
folder_green |
- |
- |
|
folder_grey |
- |
- |
|
folder_home |
- |
- |
|
folder_html |
- |
- |
|
folder_images |
- |
- |
|
folder_inbox |
- |
- |
|
folder_locked |
- |
- |
|
folder_music |
- |
- |
|
folder_outbox |
- |
- |
|
folder_print |
- |
- |
|
folder_public |
- |
- |
|
folder_red |
- |
- |
|
folder_sound |
- |
- |
|
folder_tar |
- |
- |
|
folder_video |
- |
- |
|
folder_yellow |
- |
- |
|
ftp |
- |
- |
|
image |
- |
- |
|
link |
- |
- |
|
lockoverlay |
- |
- |
|
network |
- |
- |
|
pda_blue |
- |
- |
|
services |
- |
- |
|
socket |
- |
- |
|
trashcan_empty |
- |
- |
|
trashcan_full |
- |
- |
|
www |
- |
- |
|
zip |
- |
- |
|
| Name | 16 | 24 | 32 |
|---|---|---|---|
blockdevice |
|
|
|
chardevice |
|
|
|
connect_to_network |
|
|
|
database |
|
|
|
desktop |
|
|
|
desktop22 |
|
|
|
exec |
|
|
|
favorites |
|
|
|
file |
|
|
|
file_alert |
|
|
|
file_broken |
|
|
|
file_doc |
|
|
|
file_locked |
|
|
|
file_temporary |
|
|
|
folder |
|
|
|
folder_blue |
|
|
|
folder_documents |
|
|
|
folder_favorites |
|
|
|
folder_green |
|
|
|
folder_grey |
|
|
|
folder_home |
|
|
|
folder_html |
|
|
|
folder_image |
|
|
|
folder_images |
|
|
|
folder_inbox |
|
|
|
folder_locked |
|
|
|
folder_music |
|
|
|
folder_open |
|
- |
- |
folder_outbox |
|
|
|
folder_print |
|
|
|
folder_public |
|
|
|
folder_red |
|
|
|
folder_sound |
|
|
|
folder_tar |
|
|
|
folder_video |
|
|
|
folder_yellow |
|
|
|
ftp |
|
|
|
globe |
|
|
|
globe2 |
|
|
|
image |
|
|
|
link |
|
|
|
lockoverlay |
|
|
|
network |
|
|
|
network_local |
|
|
|
pipe |
|
- |
- |
services |
|
|
|
shellscript |
|
- |
- |
socket |
|
|
|
trashcan_empty |
|
|
|
trashcan_full |
|
|
|
www |
|
|
|
zip |
|
|
|
| Name | 16 | 24 | 32 |
|---|---|---|---|
applix |
|
|
|
ascii |
|
|
|
binary |
|
|
|
cdbo_list |
|
|
|
cdimage |
|
|
|
cdtrack |
|
|
|
colorscm |
|
|
|
colorset |
|
|
|
core |
|
|
|
deb |
|
|
|
doc |
|
|
|
document |
|
|
|
document2 |
|
|
|
dvi |
|
|
|
empty |
|
|
|
empty_ascii |
|
|
|
encrypted |
|
|
|
exec_wine |
|
|
|
file_broken |
|
|
|
file_locked |
|
|
|
file_temporary |
|
|
|
font |
|
|
|
font_bitmap |
|
|
|
font_truetype |
|
|
|
font_type1 |
|
- |
|
fonts_bitmap |
|
|
|
gettext |
|
|
|
gf |
|
|
|
html |
|
|
|
image |
|
|
|
image2 |
|
|
|
images |
|
|
|
info |
|
|
|
java_src |
|
|
|
karbon |
|
|
|
karbon_karbon |
|
|
|
kchart_chrt |
|
|
|
kexi_kexi |
|
|
|
kformula_kfo |
|
|
|
kivio_flw |
|
|
|
kmultiple |
|
|
|
koffice |
|
|
|
kpresenter_kpr |
|
|
|
krita_kra |
|
|
|
kspread_ksp |
|
|
|
kugar_kud |
|
|
|
kugardata |
|
|
|
kword_kwd |
|
|
|
log |
|
|
|
make |
|
|
|
man |
|
|
|
message |
|
|
|
metafont |
|
|
|
midi |
|
|
|
mime |
|
|
|
mime_ascii |
|
|
|
mime_cdr |
|
|
|
mime_colorset |
|
|
|
mime_empty |
|
|
|
mime_koffice |
|
|
|
mime_postscript |
|
|
|
mime_resource |
|
|
|
misc |
|
|
|
misc_doc |
|
|
|
moc_src |
|
|
|
mozilla_doc |
|
|
|
netscape |
|
|
|
netscape_doc |
|
|
|
news |
|
|
|
pdf-document |
|
- |
- |
|
|
|
|
pdf_document |
|
|
|
php |
|
|
|
pk |
|
|
|
postscript |
|
|
|
pps |
|
|
|
ps |
|
|
|
quicktime |
|
|
|
readme |
|
|
|
real |
|
|
|
real_doc |
|
|
|
recycled |
|
|
|
resource |
|
|
|
rpm |
|
|
|
schedule |
|
|
|
shell1 |
|
|
|
shellscript |
|
|
|
soffice |
|
|
|
sound |
|
|
|
source |
|
|
|
source_c |
|
|
|
source_cpp |
|
|
|
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 |
|
|
|
sownd |
|
|
|
spreadsheet |
|
|
|
spreadsheet_document |
|
|
|
swf |
|
|
|
tar |
|
|
|
template_source |
|
|
|
templates |
|
|
|
tex |
|
|
|
tgz |
|
|
|
trash |
|
|
|
txt |
|
|
|
txt2 |
|
|
|
unknown |
|
|
|
vcalendar |
|
|
|
vcard |
|
|
|
vectorgfx |
|
|
|
video |
|
|
|
widget_doc |
|
|
|
wordprocessing |
|
|
|
xcf |
|
|
|
zip |
|
|
|
font_type |
- |
|
- |



































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































