├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── build-icons.sh ├── install-icons.sh ├── screenshots ├── 16px-files.png ├── 32px-files.png ├── 48px-files.png ├── nemo.png └── oversize-files.png └── src ├── index.theme ├── list16 ├── application-default-icon ├── application-msexcel ├── application-msexcel-template ├── application-msword ├── application-msword-template ├── application-object ├── application-x-cd-image ├── applications-system ├── archive-manager ├── back ├── close ├── computer ├── delete ├── desktop ├── document-properties ├── drive-harddisk ├── drive-removable-media ├── edit-copy ├── edit-cut ├── edit-find-replace ├── edit-paste ├── file ├── file-open ├── folder ├── folder-documents ├── folder-downloads ├── folder-home ├── folder-music ├── folder-new ├── folder-pictures ├── folder-publicshare ├── folder-up ├── folder-videos ├── forward ├── gears ├── go-home ├── help ├── ini ├── installer ├── installer-web ├── logout ├── magnifier ├── monitor ├── network_fs ├── preferences-desktop ├── printer ├── program-group ├── reload ├── save ├── save-all ├── script ├── stop ├── terminal ├── text ├── text-editor ├── text-php ├── text-x-c ├── text-x-c++ ├── text-x-c++hdr ├── text-x-chdr ├── text-x-preview ├── text-xml ├── trash-empty ├── trash-full ├── zoom-fit ├── zoom-in ├── zoom-out └── zoom-zero ├── list20 ├── edit-paste └── reload ├── list24 ├── application-x-cd-image ├── archive-manager ├── back ├── disk-image ├── drive-harddisk ├── edit-paste ├── file ├── folder ├── folder-home ├── folder-music ├── folder-up ├── forward ├── gears ├── go-home ├── magnifier └── reload ├── list32 ├── application-default-icon ├── application-msexcel ├── application-msexcel-template ├── application-msword ├── application-msword-template ├── application-object ├── application-x-cd-image ├── archive-manager ├── audio-x-generic ├── battery ├── battery-020 ├── battery-020-charging ├── battery-040 ├── battery-040-charging ├── battery-060 ├── battery-060-charging ├── battery-080 ├── battery-080-charging ├── battery-caution-charging-symbolic ├── battery-caution-symbolic ├── battery-empty ├── battery-empty-charging ├── battery-empty-charging-symbolic ├── battery-empty-symbolic ├── battery-full ├── battery-full-charging ├── battery-good-charging-symbolic ├── battery-good-symbolic ├── battery-low-charging-symbolic ├── battery-low-symbolic ├── computer ├── default-applications ├── desktop ├── dialog-error ├── dialog-information ├── dialog-question ├── dialog-warning ├── disk-image ├── dosemu ├── drive-harddisk ├── drive-removable-media ├── file ├── folder ├── folder-documents ├── folder-downloads ├── folder-home ├── folder-music ├── folder-pictures ├── folder-publicshare ├── folder-recent ├── folder-saved-search ├── folder-videos ├── folder-visiting ├── gears ├── help ├── ini ├── installer ├── installer-web ├── magnifier ├── monitor ├── preferences-desktop ├── script ├── speaker ├── text ├── text-css ├── text-html ├── text-php ├── text-x-c ├── text-x-c++ ├── text-x-c++hdr ├── text-x-chdr ├── text-x-csharp ├── text-xml ├── trash-empty └── trash-full ├── list48 ├── application-default-icon ├── application-msexcel ├── application-msexcel-template ├── application-msword ├── application-msword-template ├── application-object ├── application-x-cd-image ├── archive-manager ├── audio-card ├── audio-x-generic ├── bluetooth ├── computer ├── default-applications ├── desktop ├── device-ipod ├── device-phone-android ├── dialog-error ├── dialog-information ├── dialog-question ├── dialog-warning ├── dictionary ├── disk-image ├── drive-harddisk ├── drive-removable-media ├── file ├── folder ├── folder-documents ├── folder-downloads ├── folder-home ├── folder-music ├── folder-pictures ├── folder-publicshare ├── folder-recent ├── folder-remote-ftp ├── folder-saved-search ├── folder-videos ├── help ├── image-bitmap ├── ini ├── installer ├── installer-apk ├── installer-web ├── keyboard ├── mail-client ├── media-floppy ├── media-optical ├── network_fs ├── office-document ├── office-document-template ├── office-spreadsheet ├── office-spreadsheet-template ├── people ├── peripherals ├── person ├── preferences-desktop ├── printer ├── script ├── speaker ├── terminal ├── text ├── text-css ├── text-editor ├── text-html ├── text-php ├── text-x-c ├── text-x-c++ ├── text-x-c++hdr ├── text-x-chdr ├── text-x-csharp ├── text-x-generic-template ├── text-x-preview ├── text-x-scss ├── text-xml ├── trash-empty └── trash-full ├── svg16 ├── application-default-icon.svg ├── application-msexcel-template.svg ├── application-msexcel.svg ├── application-msword-template.svg ├── application-msword.svg ├── application-object.svg ├── application-x-cd-image.svg ├── applications-system.svg ├── archive-manager.svg ├── back.svg ├── close.svg ├── computer.svg ├── delete.svg ├── desktop.svg ├── document-properties.svg ├── drive-harddisk.svg ├── drive-removable-media.svg ├── edit-copy.svg ├── edit-cut.svg ├── edit-find-replace.svg ├── edit-paste.svg ├── file-open.svg ├── file.svg ├── folder-documents.svg ├── folder-downloads.svg ├── folder-home.svg ├── folder-music.svg ├── folder-new.svg ├── folder-pictures.svg ├── folder-publicshare.svg ├── folder-up.svg ├── folder-videos.svg ├── folder.svg ├── forward.svg ├── gears.svg ├── go-home.svg ├── help.svg ├── ini.svg ├── installer-web.svg ├── installer.svg ├── logout.svg ├── magnifier.svg ├── maximize.svg ├── minimize.svg ├── monitor.svg ├── msg-read.svg ├── msg-unread.svg ├── network_fs.svg ├── preferences-desktop.svg ├── printer.svg ├── program-group.svg ├── reload.svg ├── save-all.svg ├── save.svg ├── script.svg ├── start.svg ├── stop.svg ├── terminal.svg ├── text-editor.svg ├── text-php.svg ├── text-x-c++.svg ├── text-x-c++hdr.svg ├── text-x-c.svg ├── text-x-chdr.svg ├── text-x-preview.svg ├── text-xml.svg ├── text.svg ├── trash-empty.svg ├── trash-full.svg ├── zoom-fit.svg ├── zoom-in.svg ├── zoom-out.svg └── zoom-zero.svg ├── svg20 ├── edit-paste.svg ├── paste.svg └── reload.svg ├── svg24 ├── application-x-cd-image.svg ├── archive-manager.svg ├── back.svg ├── disk-image.svg ├── drive-harddisk.svg ├── edit-paste.svg ├── file.svg ├── folder-home.svg ├── folder-music.svg ├── folder-up.svg ├── folder.svg ├── forward.svg ├── gears.svg ├── globe.svg ├── go-home.svg ├── magnifier.svg ├── music.svg └── reload.svg ├── svg32 ├── application-default-icon.svg ├── application-msexcel-template.svg ├── application-msexcel.svg ├── application-msword-template.svg ├── application-msword.svg ├── application-object.svg ├── application-x-cd-image.svg ├── archive-manager.svg ├── audio-x-generic.svg ├── battery-020-charging.svg ├── battery-020.svg ├── battery-040-charging.svg ├── battery-040.svg ├── battery-060-charging.svg ├── battery-060.svg ├── battery-080-charging.svg ├── battery-080.svg ├── battery-caution-charging-symbolic.svg ├── battery-caution-symbolic.svg ├── battery-empty-charging-symbolic.svg ├── battery-empty-charging.svg ├── battery-empty-symbolic.svg ├── battery-empty.svg ├── battery-full-charging.svg ├── battery-full.svg ├── battery-good-charging-symbolic.svg ├── battery-good-symbolic.svg ├── battery-low-charging-symbolic.svg ├── battery-low-symbolic.svg ├── battery.svg ├── computer.svg ├── default-applications.svg ├── desktop.svg ├── dialog-error.svg ├── dialog-information.svg ├── dialog-question.svg ├── dialog-warning.svg ├── disk-image.svg ├── dosemu.svg ├── drive-harddisk.svg ├── drive-removable-media.svg ├── file.svg ├── folder-documents.svg ├── folder-downloads.svg ├── folder-home.svg ├── folder-music.svg ├── folder-pictures.svg ├── folder-publicshare.svg ├── folder-recent.svg ├── folder-saved-search.svg ├── folder-videos.svg ├── folder-visiting.svg ├── folder.svg ├── gears.svg ├── help.svg ├── ini.svg ├── installer-web.svg ├── installer.svg ├── magnifier.svg ├── monitor.svg ├── preferences-desktop.svg ├── script.svg ├── speaker.svg ├── text-css.svg ├── text-html.svg ├── text-php.svg ├── text-x-c++.svg ├── text-x-c++hdr.svg ├── text-x-c.svg ├── text-x-chdr.svg ├── text-x-csharp.svg ├── text-xml.svg ├── text.svg ├── trash-empty.svg └── trash-full.svg └── svg48 ├── application-default-icon.svg ├── application-msexcel-template.svg ├── application-msexcel.svg ├── application-msword-template.svg ├── application-msword.svg ├── application-object.svg ├── application-x-cd-image.svg ├── archive-manager.svg ├── audio-card.svg ├── audio-volume-high.svg ├── audio-volume-low.svg ├── audio-volume-medium.svg ├── audio-volume-muted.svg ├── audio-x-generic.svg ├── blank48.svg ├── bluetooth.svg ├── computer.svg ├── default-applications.svg ├── desktop.svg ├── device-ipod.svg ├── device-phone-android.svg ├── device-phone-apple.svg ├── dialog-error.svg ├── dialog-information.svg ├── dialog-question.svg ├── dialog-warning.svg ├── dictionary.svg ├── disk-image.svg ├── drive-harddisk.svg ├── drive-removable-media.svg ├── file.svg ├── folder-documents.svg ├── folder-downloads.svg ├── folder-home.svg ├── folder-music.svg ├── folder-pictures.svg ├── folder-publicshare.svg ├── folder-recent.svg ├── folder-remote-ftp.svg ├── folder-saved-search.svg ├── folder-videos.svg ├── folder.svg ├── help.svg ├── image-bitmap.svg ├── ini.svg ├── installer-apk.svg ├── installer-web.svg ├── installer.svg ├── keyboard.svg ├── mail-client.svg ├── media-floppy.svg ├── media-optical.svg ├── network_fs.svg ├── office-document-template.svg ├── office-document.svg ├── office-spreadsheet-template.svg ├── office-spreadsheet.svg ├── people.svg ├── peripherals.svg ├── person.svg ├── preferences-desktop.svg ├── printer-remote.svg ├── printer.svg ├── script.svg ├── shellscript.svg ├── speaker.svg ├── terminal.svg ├── text-css.svg ├── text-editor.svg ├── text-html.svg ├── text-php.svg ├── text-x-c++.svg ├── text-x-c++hdr.svg ├── text-x-c.svg ├── text-x-chdr.svg ├── text-x-csharp.svg ├── text-x-generic-template.svg ├── text-x-preview.svg ├── text-x-scss.svg ├── text-xml.svg ├── text.svg ├── trash-empty.svg └── trash-full.svg /.gitignore: -------------------------------------------------------------------------------- 1 | build 2 | buildpng 3 | buildico -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright 2022 ClassicOS Contributors 2 | 3 | Redistribution and use, with or without modification, are permitted. 4 | 5 | THIS MEDIA IS PROVIDED BY THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS MEDIA, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6 | 7 | Brand Icons Disclaimer 8 | 9 | All brand icons are trademarks of their respective owners. 10 | The use of these trademarks does not indicate endorsement of the trademark holder by the ClassicOS Project, nor vice versa. 11 | Brand icons should only be used to represent the company or product to which they refer. 12 | Please do not use brand logos for any purpose except to represent that particular brand or service. 13 | 14 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | export ICON_THEME_NAME=ClassicOS-2000 2 | freedesktop: 3 | VERBOSE=TRUE ./build-icons.sh 4 | 5 | png: 6 | MAKEPNG=TRUE VERBOSE=TRUE MAKEFREEDESKTOP=FALSE ./build-icons.sh 7 | 8 | ico: 9 | MAKEPNG=TRUE MAKEICO=TRUE MAKEFREEDESKTOP=FALSE ./build-icons.sh 10 | 11 | all: 12 | MAKEPNG=TRUE MAKEICO=TRUE VERBOSE=TRUE ./build-icons.sh 13 | 14 | 15 | install: 16 | ./install-icons.sh 17 | 18 | clean: 19 | rm -r build 20 | rm -r buildpng 21 | rm -r buildico 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ClassicOS 2000 Icon Theme 2 | 3 | Scalable Linux Desktop Icon Theme modeled after Windows 2000. 4 | 5 | ## Note 6 | 7 | Version 2 of the icon theme is currently in the works, sporting a new build system and more 24px icons, among other improvements. See the "version2-wip" branch for more information 8 | 9 | ## Installation 10 | 11 | Requires bash for build & installation. 12 | Generating PNG or ICO files also requires inkscape and imagemagick's `convert` program. 13 | 14 | ### Freedesktop Icon Theme 15 | 16 | ```bash 17 | make freedesktop 18 | make install 19 | # for system-wide installation, use 'sudo make install' 20 | # or set the PREFIX environment variable to a different prefix: 21 | # PREFIX=/usr/local/share make install 22 | ``` 23 | 24 | ### Generate PNG Files 25 | 26 | ```bash 27 | make png 28 | ``` 29 | 30 | ### Generate PNG and ICO files 31 | 32 | ```bash 33 | make ico 34 | ``` 35 | 36 | ## Screenshots 37 | 38 | ### In Use (Nemo on GNOME 40) 39 | 40 | ![Icon theme in use with Nemo File Manager](screenshots/nemo.png) 41 | 42 | [16px](screenshots/16px-files.png) [32px](screenshots/32px-files.png) [48px](screenshots/48px-files.png) [oversize](screenshots/oversize-files.png) 43 | 44 | ### Misc. Icons 45 | 46 | 48px @2x: 47 | Documents Folder Pirctures Folder Refent Folder Package Manager Help 48 | 49 | 48px @1x: 50 | ![Desktop @ 48px](src/svg48/desktop.svg) ![Printer @ 48px](src/svg48/printer.svg) ![Optical Media @ 48px](src/svg48/media-optical.svg) ![Installer @ 48px](src/svg48/installer.svg) ![Keyboard @ 48px](src/svg48/keyboard.svg) ![Default App @ 48px](src/svg48/application-default-icon.svg) ![Audio Card @ 48px](src/svg48/audio-card.svg) ![Audio File @ 48px](src/svg48/audio-x-generic.svg) ![Computer @ 48px](src/svg48/computer.svg) ![Notepad @ 48px](src/svg48/text-editor.svg) ![Control Panel @ 48px](src/svg48/preferences-desktop.svg) ![Trash @ 48px](src/svg48/trash-full.svg) 51 | 52 | 32px @1x: 53 | ![Full Battery @ 32px](src/svg32/battery-full-charging.svg) ![MS-DOS @ 32px](src/svg32/dosemu.svg) ![DLL @ 32px](src/svg32/application-object.svg) ![gears @ 32px](src/svg32/gears.svg) ![ISO file @ 32px](src/svg32/application-x-cd-image.svg) ![Dialog Error @ 32px](src/svg32/dialog-error.svg) ![Dialog Warning @ 32px](src/svg32/dialog-warning.svg) ![Dialog Information @ 32px](src/svg32/dialog-information.svg) ![Magnifier @ 32px](src/svg32/magnifier.svg) 54 | 55 | 16px @1x: 56 | ![File](src/svg16/file.svg) ![Open](src/svg16/file-open.svg) ![Save](src/svg16/save.svg) ![Save All](src/svg16/save-all.svg) ![Cut](src/svg16/edit-cut.svg) ![Copy](src/svg16/edit-copy.svg) ![Paste](src/svg16/edit-paste.svg) ![Back](src/svg16/back.svg) ![Forward](src/svg16/forward.svg) ![Delete](src/svg16/delete.svg) ![New Folder](src/svg16/folder-new.svg) ![Email-Read](src/svg16/msg-read.svg) ![Email-Unread](src/svg16/msg-unread.svg) ![Zoom-fit](src/svg16/zoom-fit.svg) ![Zoom-in](src/svg16/zoom-in.svg) ![Zoom-out](src/svg16/zoom-out.svg) ![Zoom-zero](src/svg16/zoom-zero.svg) ![Program Group](src/svg16/program-group.svg) ![Admin Tools](src/svg16/applications-system.svg) 57 | 58 | ## Misc Notes 59 | 60 | Falls back to [98SE](https://github.com/nestoris/Win98SE), [Chicago95](https://github.com/grassmunk/Chicago95), [Windows-XP](https://github.com/B00merang-Artwork/Windows-XP/), [Retrosmart Icons](https://github.com/mdomlop/retrosmart-icon-theme), and [Tango](http://tango.freedesktop.org/Tango_Icon_Library) for missing icons 61 | -------------------------------------------------------------------------------- /build-icons.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Usage: [MAKEPNG=TRUE [MAKEICO=TRUE]] [MAKEFREEDESKTOP=TRUE] [VERBOSE=TRUE] ./build-icons.sh 4 | # 5 | 6 | 7 | ICON_THEME_NAME="${ICON_THEME_NAME:-ClassicOS2000}" 8 | 9 | VERBOSE="${VERBOSE:-FALSE}" 10 | MAKEFREEDESKTOP="${MAKEFREEDESKTOP:-TRUE}" 11 | MAKEPNG="${MAKEPNG:-FALSE}" 12 | MAKEICO="${MAKEICO:-FALSE}" 13 | STARTING_DIR=`pwd` 14 | ICON_SIZES=(16 20 24 32 48) 15 | ICON_CATEGORIES=(actions apps categories devices emblems mimes notifications panel places status stock tools) 16 | 17 | if [ ! -e "$STARTING_DIR/build-icons.sh" ] ; then 18 | echo "You must run this script from the root of the repository." 19 | exit 20 | fi 21 | 22 | if [ ! -e "$STARTING_DIR/src" ] ; then 23 | echo "You must run this script from the root of the repository." 24 | exit 25 | fi 26 | if [ $MAKEFREEDESKTOP = TRUE ]; then 27 | 28 | if [ -d "$STARTING_DIR/build/$ICON_THEME_NAME" ]; then 29 | if [ $VERBOSE = TRUE ]; then 30 | echo "Removing old build directory..." 31 | fi 32 | rm -r "$STARTING_DIR/build/$ICON_THEME_NAME" 33 | fi 34 | 35 | if [ $VERBOSE = TRUE ]; then 36 | echo "Creating directory structure..." 37 | fi 38 | 39 | for size in ${ICON_SIZES[@]}; do 40 | for subdir in ${ICON_CATEGORIES[@]}; do 41 | if [ $VERBOSE = TRUE ]; then 42 | echo "Creating ${subdir} directory for ${size}..." 43 | fi 44 | mkdir -p "$STARTING_DIR/build/$ICON_THEME_NAME/$subdir/$size" 45 | done 46 | done 47 | 48 | if [ $VERBOSE = TRUE ]; then 49 | echo "Populating icons..." 50 | fi 51 | 52 | for size in ${ICON_SIZES[@]}; do 53 | cd "$STARTING_DIR/src/list$size" 54 | for file in * ; do 55 | FIRST=0 56 | ORIGINAL_FILE='' 57 | while read -r line 58 | do 59 | iconcategory=`dirname $line` 60 | iconname=`basename $line` 61 | thisiconfile="$iconcategory/$size/$iconname.svg" 62 | if [ $FIRST = 0 ]; then 63 | cp "$STARTING_DIR/src/svg$size/$file.svg" "$STARTING_DIR/build/$ICON_THEME_NAME/$thisiconfile" 64 | 65 | FIRST=1 66 | ORIGINAL_FILE="$thisiconfile" 67 | else 68 | if [ $VERBOSE = TRUE ]; then 69 | echo " entering $STARTING_DIR/build/$ICON_THEME_NAME" 70 | fi 71 | 72 | cd "$STARTING_DIR/build/$ICON_THEME_NAME" 73 | 74 | if [ $VERBOSE = TRUE ]; then 75 | echo "Linking $ORIGINAL_FILE to $thisiconfile ..." 76 | fi 77 | ln -s "../../$ORIGINAL_FILE" "$thisiconfile" 78 | if [ ! $? = 0 ]; then 79 | echo "Failed to link $ORIGINAL_FILE to $thisiconfile (from list$size/$file)!" 80 | fi 81 | 82 | cd "$STARTING_DIR/src/list$size" 83 | fi 84 | done < "$file" 85 | done 86 | done 87 | 88 | if [ $VERBOSE = TRUE ]; then 89 | echo "Copying index.theme..." 90 | fi 91 | 92 | cp "$STARTING_DIR/src/index.theme" "$STARTING_DIR/build/$ICON_THEME_NAME/index.theme" 93 | fi 94 | 95 | 96 | if [ $MAKEPNG = TRUE ]; then 97 | 98 | if [ -d "$STARTING_DIR/buildpng" ]; then 99 | if [ $VERBOSE = TRUE ]; then 100 | echo "Removing old buildpng directory..." 101 | fi 102 | rm -r "$STARTING_DIR/buildpng" 103 | fi 104 | 105 | if [ $MAKEICO = TRUE ]; then 106 | if [ $VERBOSE = TRUE ]; then 107 | echo "Removing old buildico directory..." 108 | fi 109 | rm -r "$STARTING_DIR/buildico" 110 | 111 | fi 112 | if [ $VERBOSE = TRUE ]; then 113 | echo "Building PNG iconset..." 114 | fi 115 | 116 | 117 | 118 | for size in ${ICON_SIZES[@]}; do 119 | if [ $VERBOSE = TRUE ]; then 120 | echo "Creating $STARTING_DIR/buildpng/$size..." 121 | fi 122 | mkdir -p "$STARTING_DIR/buildpng/$size" 123 | 124 | if [ $MAKEICO = TRUE ]; then 125 | if [ $VERBOSE = TRUE ]; then 126 | echo "Creating $STARTING_DIR/buildico/$size..." 127 | fi 128 | mkdir -p "$STARTING_DIR/buildico/$size" 129 | fi 130 | cd "$STARTING_DIR/src/list$size" 131 | for file in * ; do 132 | echo "Exporting images for $size/$file" 133 | inkscape --export-dpi=96 --export-area-page --export-type=png "$STARTING_DIR/src/svg$size/$file.svg" 134 | mv "$STARTING_DIR/src/svg$size/$file.png" "$STARTING_DIR/buildpng/$size/$file-1x.png" 135 | 136 | inkscape --export-dpi=192 --export-area-page --export-type=png "$STARTING_DIR/src/svg$size/$file.svg" 137 | mv "$STARTING_DIR/src/svg$size/$file.png" "$STARTING_DIR/buildpng/$size/$file-2x.png" 138 | 139 | inkscape --export-dpi=288 --export-area-page --export-type=png "$STARTING_DIR/src/svg$size/$file.svg" 140 | mv "$STARTING_DIR/src/svg$size/$file.png" "$STARTING_DIR/buildpng/$size/$file-3x.png" 141 | 142 | inkscape --export-dpi=384 --export-area-page --export-type=png "$STARTING_DIR/src/svg$size/$file.svg" 143 | mv "$STARTING_DIR/src/svg$size/$file.png" "$STARTING_DIR/buildpng/$size/$file-4x.png" 144 | 145 | inkscape --export-dpi=512 --export-area-page --export-type=png "$STARTING_DIR/src/svg$size/$file.svg" 146 | mv "$STARTING_DIR/src/svg$size/$file.png" "$STARTING_DIR/buildpng/$size/$file-5.333x.png" 147 | 148 | convert "$STARTING_DIR/buildpng/$size/$file-1x.png" -colors 256 +dither png8:"$STARTING_DIR/buildpng/$size/$file-1x-256color.png" 149 | convert "$STARTING_DIR/buildpng/$size/$file-2x.png" -colors 256 +dither png8:"$STARTING_DIR/buildpng/$size/$file-2x-256color.png" 150 | convert "$STARTING_DIR/buildpng/$size/$file-1x.png" -colors 16 +dither png8:"$STARTING_DIR/buildpng/$size/$file-1x-16color.png" 151 | convert "$STARTING_DIR/buildpng/$size/$file-2x.png" -colors 256 +dither png8:"$STARTING_DIR/buildpng/$size/$file-2x-16color.png" 152 | 153 | if [ $MAKEICO = TRUE ]; then 154 | convert "$STARTING_DIR"/buildpng/*/$file-1x.png "$STARTING_DIR/buildpng/$size/$file-2x.png" "$STARTING_DIR/buildpng/$size/$file-3x.png" "$STARTING_DIR/buildpng/$size/$file-4x.png" "$STARTING_DIR/buildpng/$size/$file-5.333x.png" "$STARTING_DIR"/buildpng/*/$file-1x-256color.png "$STARTING_DIR"/buildpng/*/$file-1x-16color.png "$STARTING_DIR/buildico/$size/$file.ico" 155 | fi 156 | done 157 | done 158 | fi 159 | -------------------------------------------------------------------------------- /install-icons.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ICON_THEME_NAME="${ICON_THEME_NAME:-ClassicOS2000}" 4 | 5 | DEFAULT_PREFIX="/usr/share" 6 | if [[ $EUID -ne 0 ]]; then 7 | DEFAULT_PREFIX="$HOME/.local/share" 8 | fi 9 | 10 | PREFIX="${PREFIX:-${DEFAULT_PREFIX}}" 11 | 12 | STARTING_DIR=`pwd` 13 | 14 | if [ ! -e "$STARTING_DIR/build-icons.sh" ] ; then 15 | echo "You must run this script from the root of the repository." 16 | exit 17 | fi 18 | 19 | if [ ! -e "$STARTING_DIR/install-icons.sh" ] ; then 20 | echo "You must run this script from the root of the repository." 21 | exit 22 | fi 23 | if [ ! -e "$STARTING_DIR/src" ] ; then 24 | echo "You must run this script from the root of the repository." 25 | exit 26 | fi 27 | if [ ! -e "$STARTING_DIR/build" ] ; then 28 | echo "You must first build the icon theme before installing" 29 | exit 30 | fi 31 | 32 | 33 | if [ ! -d "$PREFIX" ]; then 34 | echo "The prefix you chose ($PREFIX) does not exist." 35 | read -r -p "Do you want to create it? [y/N] " response 36 | if [[ "$response" =~ ^([yY][eE][sS]|[yY])$ ]]; then 37 | mkdir -p "$PREFIX" 38 | if [ ! $? = 0 ]; then 39 | echo "Failed to create directory '$PREFIX'. Either create the directory yourself, or use a different install prefix." 40 | exit 41 | fi 42 | else 43 | echo "Cannot continue without '$PREFIX'. Either create the directory yourself, or use a different install prefix." 44 | exit 45 | fi 46 | fi 47 | 48 | if [ -d "$PREFIX/icons/$ICON_THEME_NAME" ]; then 49 | echo "Old theme found at $PREFIX/icons/$ICON_THEME_NAME" 50 | read -r -p "Do you want to remove the directory and replace it? [y/N] " response 51 | if [[ "$response" =~ ^([yY][eE][sS]|[yY])$ ]]; then 52 | rm -r "$PREFIX/icons/$ICON_THEME_NAME" 53 | if [ ! $? = 0 ]; then 54 | echo "Cannot remove existing folder. Either remove the directory yourself, or use a different install prefix." 55 | exit 56 | fi 57 | else 58 | echo "Cannot continue. Either remove the directory yourself, or use a different install prefix." 59 | exit 60 | fi 61 | fi 62 | 63 | echo "Installing $ICON_THEME_NAME to $PREFIX/icons/$ICON_THEME_NAME..." 64 | 65 | # TODO: make use of the install command instead of cp 66 | cp -r "$STARTING_DIR/build/$ICON_THEME_NAME" "$PREFIX/icons/$ICON_THEME_NAME" 67 | 68 | echo "Updating icon cache...." 69 | gtk-update-icon-cache "$PREFIX/icons/$ICON_THEME_NAME" 70 | 71 | echo "Done" 72 | -------------------------------------------------------------------------------- /screenshots/16px-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClassicOS-Themes/ClassicOS-2000-Icons/6bcd68b781abd682f75dda4f68ef5fd6b71f3f8a/screenshots/16px-files.png -------------------------------------------------------------------------------- /screenshots/32px-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClassicOS-Themes/ClassicOS-2000-Icons/6bcd68b781abd682f75dda4f68ef5fd6b71f3f8a/screenshots/32px-files.png -------------------------------------------------------------------------------- /screenshots/48px-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClassicOS-Themes/ClassicOS-2000-Icons/6bcd68b781abd682f75dda4f68ef5fd6b71f3f8a/screenshots/48px-files.png -------------------------------------------------------------------------------- /screenshots/nemo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClassicOS-Themes/ClassicOS-2000-Icons/6bcd68b781abd682f75dda4f68ef5fd6b71f3f8a/screenshots/nemo.png -------------------------------------------------------------------------------- /screenshots/oversize-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClassicOS-Themes/ClassicOS-2000-Icons/6bcd68b781abd682f75dda4f68ef5fd6b71f3f8a/screenshots/oversize-files.png -------------------------------------------------------------------------------- /src/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Name=ClassicOS 2000 3 | Comment=1999 Lives Again 4 | Inherits=SE98,Chicago95,Windows-XP,retrosmart-icon-theme,tango,adwaita,gnome,hicolor 5 | 6 | Example=directory-x-normal 7 | 8 | #Directory list 9 | Directories=actions/16,actions/24,actions/32,actions/48,apps/16,apps/24,apps/32,apps/48,categories/16,categories/24,categories/32,categories/48,places/16,places/24,places/32,places/48,mimes/16,mimes/24,mimes/32,mimes/48,devices/16,devices/24,devices/32,devices/48,emblems/16,emblems/32,emblems/48,status/16,status/32,status/48,notifications/16,notifications/32,notifications/48,panel/16,panel/32,panel/48,stock/16,stock/32,stock/48,tools/16,tools/32,tools/48, 10 | 11 | [actions/16] 12 | Size=16 13 | Context=Actions 14 | MinSize=8 15 | MaxSize=16 16 | Type=Scalable 17 | 18 | [actions/24] 19 | Size=24 20 | Context=Actions 21 | MinSize=8 22 | MaxSize=24 23 | Type=Scalable 24 | 25 | [actions/32] 26 | Size=32 27 | Context=Actions 28 | MinSize=8 29 | MaxSize=32 30 | Type=Scalable 31 | 32 | [actions/48] 33 | Size=48 34 | Context=Actions 35 | MinSize=8 36 | MaxSize=512 37 | Type=Scalable 38 | 39 | [apps/16] 40 | Size=16 41 | Context=Applications 42 | MinSize=8 43 | MaxSize=16 44 | Type=Scalable 45 | 46 | [apps/24] 47 | Size=24 48 | Context=Applications 49 | MinSize=8 50 | MaxSize=24 51 | Type=Scalable 52 | 53 | [apps/32] 54 | Size=32 55 | Context=Applications 56 | MinSize=8 57 | MaxSize=32 58 | Type=Scalable 59 | 60 | [apps/48] 61 | Size=48 62 | Context=Applications 63 | MinSize=8 64 | MaxSize=512 65 | Type=Scalable 66 | 67 | [categories/16] 68 | Size=16 69 | Context=Categories 70 | MinSize=8 71 | MaxSize=16 72 | Type=Scalable 73 | 74 | [categories/24] 75 | Size=24 76 | Context=Categories 77 | MinSize=8 78 | MaxSize=24 79 | Type=Scalable 80 | 81 | [categories/32] 82 | Size=32 83 | Context=Categories 84 | MinSize=8 85 | MaxSize=32 86 | Type=Scalable 87 | 88 | [categories/48] 89 | Size=48 90 | Context=Categories 91 | MinSize=8 92 | MaxSize=512 93 | Type=Scalable 94 | 95 | [places/16] 96 | Size=16 97 | Context=Places 98 | MinSize=8 99 | MaxSize=16 100 | Type=Scalable 101 | 102 | [places/24] 103 | Size=24 104 | Context=Places 105 | MinSize=8 106 | MaxSize=24 107 | Type=Scalable 108 | 109 | [places/32] 110 | Size=32 111 | Context=Places 112 | MinSize=8 113 | MaxSize=32 114 | Type=Scalable 115 | 116 | [places/48] 117 | Size=48 118 | Context=Places 119 | MinSize=8 120 | MaxSize=512 121 | Type=Scalable 122 | 123 | [mimes/16] 124 | Size=16 125 | Context=MimeTypes 126 | MinSize=8 127 | MaxSize=16 128 | Type=Scalable 129 | 130 | [mimes/24] 131 | Size=24 132 | Context=MimeTypes 133 | MinSize=8 134 | MaxSize=24 135 | Type=Scalable 136 | 137 | [mimes/32] 138 | Size=32 139 | Context=MimeTypes 140 | MinSize=8 141 | MaxSize=32 142 | Type=Scalable 143 | 144 | [mimes/48] 145 | Size=48 146 | Context=MimeTypes 147 | MinSize=8 148 | MaxSize=512 149 | Type=Scalable 150 | 151 | [devices/16] 152 | Size=16 153 | Context=Devices 154 | MinSize=8 155 | MaxSize=16 156 | Type=Scalable 157 | 158 | [devices/24] 159 | Size=24 160 | Context=Devices 161 | MinSize=8 162 | MaxSize=24 163 | Type=Scalable 164 | 165 | [devices/32] 166 | Size=32 167 | Context=Devices 168 | MinSize=8 169 | MaxSize=32 170 | Type=Scalable 171 | 172 | [devices/48] 173 | Size=48 174 | Context=Devices 175 | MinSize=8 176 | MaxSize=512 177 | Type=Scalable 178 | 179 | [emblems/16] 180 | Size=16 181 | Context=Emblems 182 | MinSize=8 183 | MaxSize=16 184 | Type=Scalable 185 | 186 | [emblems/32] 187 | Size=32 188 | Context=Emblems 189 | MinSize=8 190 | MaxSize=32 191 | Type=Scalable 192 | 193 | [emblems/48] 194 | Size=48 195 | Context=Emblems 196 | MinSize=8 197 | MaxSize=512 198 | Type=Scalable 199 | 200 | [status/16] 201 | Size=16 202 | Context=Status 203 | MinSize=8 204 | MaxSize=16 205 | Type=Scalable 206 | 207 | [status/32] 208 | Size=32 209 | Context=Status 210 | MinSize=8 211 | MaxSize=32 212 | Type=Scalable 213 | 214 | [status/48] 215 | Size=48 216 | Context=Status 217 | MinSize=8 218 | MaxSize=512 219 | Type=Scalable 220 | 221 | [notifications/16] 222 | Size=16 223 | Context=Status 224 | MinSize=8 225 | MaxSize=16 226 | Type=Scalable 227 | 228 | [notifications/32] 229 | Size=32 230 | Context=Status 231 | MinSize=8 232 | MaxSize=32 233 | Type=Scalable 234 | 235 | [notifications/48] 236 | Size=48 237 | Context=Status 238 | MinSize=8 239 | MaxSize=512 240 | Type=Scalable 241 | 242 | [panel/16] 243 | Size=16 244 | Context=Status 245 | MinSize=8 246 | MaxSize=16 247 | Type=Scalable 248 | 249 | [panel/32] 250 | Size=32 251 | Context=Status 252 | MinSize=8 253 | MaxSize=32 254 | Type=Scalable 255 | 256 | [panel/48] 257 | Size=48 258 | Context=Status 259 | MinSize=8 260 | MaxSize=512 261 | Type=Scalable 262 | 263 | [stock/16] 264 | Size=16 265 | Context=Stock 266 | MinSize=8 267 | MaxSize=16 268 | Type=Scalable 269 | 270 | [stock/32] 271 | Size=32 272 | Context=Stock 273 | MinSize=8 274 | MaxSize=32 275 | Type=Scalable 276 | 277 | [stock/48] 278 | Size=48 279 | Context=Stock 280 | MinSize=8 281 | MaxSize=512 282 | Type=Scalable 283 | 284 | [tools/16] 285 | Size=16 286 | Context=Actions 287 | MinSize=8 288 | MaxSize=16 289 | Type=Scalable 290 | 291 | [tools/32] 292 | Size=32 293 | Context=Actions 294 | MinSize=8 295 | MaxSize=32 296 | Type=Scalable 297 | 298 | [tools/48] 299 | Size=48 300 | Context=Actions 301 | MinSize=8 302 | MaxSize=512 303 | Type=Scalable 304 | 305 | 306 | -------------------------------------------------------------------------------- /src/list16/application-default-icon: -------------------------------------------------------------------------------- 1 | ../list48/application-default-icon -------------------------------------------------------------------------------- /src/list16/application-msexcel: -------------------------------------------------------------------------------- 1 | ../list48/application-msexcel -------------------------------------------------------------------------------- /src/list16/application-msexcel-template: -------------------------------------------------------------------------------- 1 | ../list48/application-msexcel-template -------------------------------------------------------------------------------- /src/list16/application-msword: -------------------------------------------------------------------------------- 1 | ../list48/application-msword -------------------------------------------------------------------------------- /src/list16/application-msword-template: -------------------------------------------------------------------------------- 1 | ../list48/application-msword-template -------------------------------------------------------------------------------- /src/list16/application-object: -------------------------------------------------------------------------------- 1 | ../list48/application-object -------------------------------------------------------------------------------- /src/list16/application-x-cd-image: -------------------------------------------------------------------------------- 1 | ../list48/application-x-cd-image -------------------------------------------------------------------------------- /src/list16/applications-system: -------------------------------------------------------------------------------- 1 | categories/xfce-system-settings 2 | categories/applications-system 3 | categories/gnome-system 4 | categories/system_section 5 | categories/xfce-system 6 | categories/redhat-system_tools 7 | categories/redhat-system_settings 8 | categories/preferences-system 9 | categories/plugins-general 10 | categories/package-system 11 | categories/package_settings 12 | -------------------------------------------------------------------------------- /src/list16/archive-manager: -------------------------------------------------------------------------------- 1 | ../list48/archive-manager -------------------------------------------------------------------------------- /src/list16/back: -------------------------------------------------------------------------------- 1 | ../list24/back -------------------------------------------------------------------------------- /src/list16/close: -------------------------------------------------------------------------------- 1 | actions/button_cancel 2 | actions/cancel 3 | actions/dialog-cancel 4 | actions/dialog-close 5 | actions/dialog-no 6 | actions/gtk-close 7 | actions/gtk-no 8 | actions/stock_calc-cancel 9 | actions/stock_close 10 | actions/stock_no 11 | actions/window-close 12 | actions/exit 13 | actions/application-exit 14 | actions/gtk-quit 15 | -------------------------------------------------------------------------------- /src/list16/computer: -------------------------------------------------------------------------------- 1 | ../list48/computer -------------------------------------------------------------------------------- /src/list16/delete: -------------------------------------------------------------------------------- 1 | actions/delete 2 | actions/editdelete 3 | actions/edit-delete 4 | actions/gtk-delete 5 | actions/stock_delete 6 | actions/stock_not 7 | -------------------------------------------------------------------------------- /src/list16/desktop: -------------------------------------------------------------------------------- 1 | ../list48/desktop -------------------------------------------------------------------------------- /src/list16/document-properties: -------------------------------------------------------------------------------- 1 | actions/document-properties 2 | actions/gtk-properties 3 | actions/stock_file-properties 4 | actions/stock_folder-properties 5 | actions/stock_properties 6 | -------------------------------------------------------------------------------- /src/list16/drive-harddisk: -------------------------------------------------------------------------------- 1 | ../list48/drive-harddisk -------------------------------------------------------------------------------- /src/list16/drive-removable-media: -------------------------------------------------------------------------------- 1 | ../list48/drive-removable-media -------------------------------------------------------------------------------- /src/list16/edit-copy: -------------------------------------------------------------------------------- 1 | actions/edit-copy 2 | actions/editcopy 3 | actions/gtk-copy 4 | actions/stock_copy 5 | -------------------------------------------------------------------------------- /src/list16/edit-cut: -------------------------------------------------------------------------------- 1 | actions/edit-cut 2 | actions/editcut 3 | actions/gtk-cut 4 | actions/stock_cut 5 | -------------------------------------------------------------------------------- /src/list16/edit-find-replace: -------------------------------------------------------------------------------- 1 | actions/edit-find-replace 2 | actions/gtk-find-and-replace 3 | actions/stock_search-and-replace 4 | -------------------------------------------------------------------------------- /src/list16/edit-paste: -------------------------------------------------------------------------------- 1 | ../list24/edit-paste -------------------------------------------------------------------------------- /src/list16/file: -------------------------------------------------------------------------------- 1 | ../list48/file -------------------------------------------------------------------------------- /src/list16/file-open: -------------------------------------------------------------------------------- 1 | actions/document-open 2 | actions/fileopen 3 | actions/gtk-open 4 | -------------------------------------------------------------------------------- /src/list16/folder: -------------------------------------------------------------------------------- 1 | ../list48/folder -------------------------------------------------------------------------------- /src/list16/folder-documents: -------------------------------------------------------------------------------- 1 | ../list48/folder-documents -------------------------------------------------------------------------------- /src/list16/folder-downloads: -------------------------------------------------------------------------------- 1 | ../list48/folder-downloads -------------------------------------------------------------------------------- /src/list16/folder-home: -------------------------------------------------------------------------------- 1 | ../list24/folder-home -------------------------------------------------------------------------------- /src/list16/folder-music: -------------------------------------------------------------------------------- 1 | ../list48/folder-music -------------------------------------------------------------------------------- /src/list16/folder-new: -------------------------------------------------------------------------------- 1 | actions/folder-new 2 | actions/folder_new 3 | actions/stock_new-dir 4 | -------------------------------------------------------------------------------- /src/list16/folder-pictures: -------------------------------------------------------------------------------- 1 | ../list48/folder-pictures -------------------------------------------------------------------------------- /src/list16/folder-publicshare: -------------------------------------------------------------------------------- 1 | ../list48/folder-publicshare -------------------------------------------------------------------------------- /src/list16/folder-up: -------------------------------------------------------------------------------- 1 | ../list24/folder-up -------------------------------------------------------------------------------- /src/list16/folder-videos: -------------------------------------------------------------------------------- 1 | ../list48/folder-videos -------------------------------------------------------------------------------- /src/list16/forward: -------------------------------------------------------------------------------- 1 | ../list24/forward -------------------------------------------------------------------------------- /src/list16/gears: -------------------------------------------------------------------------------- 1 | ../list24/gears -------------------------------------------------------------------------------- /src/list16/go-home: -------------------------------------------------------------------------------- 1 | ../list24/go-home -------------------------------------------------------------------------------- /src/list16/help: -------------------------------------------------------------------------------- 1 | ../list32/help -------------------------------------------------------------------------------- /src/list16/ini: -------------------------------------------------------------------------------- 1 | ../list48/ini -------------------------------------------------------------------------------- /src/list16/installer: -------------------------------------------------------------------------------- 1 | ../list48/installer -------------------------------------------------------------------------------- /src/list16/installer-web: -------------------------------------------------------------------------------- 1 | ../list48/installer-web -------------------------------------------------------------------------------- /src/list16/logout: -------------------------------------------------------------------------------- 1 | actions/system-log-out 2 | actions/gnome-logout 3 | actions/gnome-log-out 4 | actions/gnome-session-logout 5 | actions/xfsm-logout 6 | -------------------------------------------------------------------------------- /src/list16/magnifier: -------------------------------------------------------------------------------- 1 | ../list32/magnifier -------------------------------------------------------------------------------- /src/list16/monitor: -------------------------------------------------------------------------------- 1 | ../list32/monitor -------------------------------------------------------------------------------- /src/list16/network_fs: -------------------------------------------------------------------------------- 1 | ../list48/network_fs -------------------------------------------------------------------------------- /src/list16/preferences-desktop: -------------------------------------------------------------------------------- 1 | ../list48/preferences-desktop -------------------------------------------------------------------------------- /src/list16/printer: -------------------------------------------------------------------------------- 1 | ../list48/printer -------------------------------------------------------------------------------- /src/list16/program-group: -------------------------------------------------------------------------------- 1 | categories/applications-utilities 2 | categories/applications-science 3 | categories/applications-other 4 | categories/applications-office 5 | categories/applications-multimedia 6 | categories/applications-internet 7 | categories/applications-graphics 8 | categories/applications-games 9 | categories/applications-education 10 | categories/applications-development 11 | categories/applications-accessories 12 | categories/application-community -------------------------------------------------------------------------------- /src/list16/reload: -------------------------------------------------------------------------------- 1 | ../list24/reload -------------------------------------------------------------------------------- /src/list16/save: -------------------------------------------------------------------------------- 1 | actions/save 2 | actions/browser-download 3 | actions/document-save 4 | actions/download 5 | actions/epiphany-download 6 | actions/filesave 7 | actions/file-save 8 | actions/gtk-save 9 | actions/stock_save 10 | -------------------------------------------------------------------------------- /src/list16/save-all: -------------------------------------------------------------------------------- 1 | actions/geany-save-all 2 | -------------------------------------------------------------------------------- /src/list16/script: -------------------------------------------------------------------------------- 1 | ../list48/script -------------------------------------------------------------------------------- /src/list16/stop: -------------------------------------------------------------------------------- 1 | actions/stop 2 | actions/gtk-cancel 3 | actions/gtk-stop 4 | actions/process-stop 5 | actions/stock_stop 6 | -------------------------------------------------------------------------------- /src/list16/terminal: -------------------------------------------------------------------------------- 1 | ../list48/terminal -------------------------------------------------------------------------------- /src/list16/text: -------------------------------------------------------------------------------- 1 | ../list48/text -------------------------------------------------------------------------------- /src/list16/text-editor: -------------------------------------------------------------------------------- 1 | ../list48/text-editor -------------------------------------------------------------------------------- /src/list16/text-php: -------------------------------------------------------------------------------- 1 | ../list48/text-php -------------------------------------------------------------------------------- /src/list16/text-x-c: -------------------------------------------------------------------------------- 1 | ../list48/text-x-c -------------------------------------------------------------------------------- /src/list16/text-x-c++: -------------------------------------------------------------------------------- 1 | ../list48/text-x-c++ -------------------------------------------------------------------------------- /src/list16/text-x-c++hdr: -------------------------------------------------------------------------------- 1 | ../list48/text-x-c++hdr -------------------------------------------------------------------------------- /src/list16/text-x-chdr: -------------------------------------------------------------------------------- 1 | ../list48/text-x-chdr -------------------------------------------------------------------------------- /src/list16/text-x-preview: -------------------------------------------------------------------------------- 1 | ../list48/text-x-preview -------------------------------------------------------------------------------- /src/list16/text-xml: -------------------------------------------------------------------------------- 1 | ../list48/text-xml -------------------------------------------------------------------------------- /src/list16/trash-empty: -------------------------------------------------------------------------------- 1 | ../list48/trash-empty -------------------------------------------------------------------------------- /src/list16/trash-full: -------------------------------------------------------------------------------- 1 | ../list48/trash-full -------------------------------------------------------------------------------- /src/list16/zoom-fit: -------------------------------------------------------------------------------- 1 | actions/zoom-best-fit 2 | actions/gtk-zoom-fit 3 | actions/stock_zoom-page 4 | actions/viewmagfit 5 | -------------------------------------------------------------------------------- /src/list16/zoom-in: -------------------------------------------------------------------------------- 1 | actions/zoom-in 2 | actions/gtk-zoom-in 3 | actions/stock_zoom-in 4 | actions/viewmag+ 5 | -------------------------------------------------------------------------------- /src/list16/zoom-out: -------------------------------------------------------------------------------- 1 | actions/zoom-out 2 | actions/gtk-zoom-out 3 | actions/stock_zoom-out 4 | actions/viewmag- 5 | -------------------------------------------------------------------------------- /src/list16/zoom-zero: -------------------------------------------------------------------------------- 1 | actions/zoom-original 2 | actions/gtk-zoom-100 3 | actions/stock_zoom-1 4 | actions/viewmag1 5 | -------------------------------------------------------------------------------- /src/list20/edit-paste: -------------------------------------------------------------------------------- 1 | actions/edit-paste 2 | actions/editpaste 3 | actions/gtk-paste 4 | actions/stock_paste 5 | -------------------------------------------------------------------------------- /src/list20/reload: -------------------------------------------------------------------------------- 1 | actions/reload 2 | actions/gtk-refresh 3 | actions/reload3 4 | actions/reload_all_tabs 5 | actions/reload_page 6 | actions/stock_refresh 7 | actions/view-refresh 8 | -------------------------------------------------------------------------------- /src/list24/application-x-cd-image: -------------------------------------------------------------------------------- 1 | ../list48/application-x-cd-image -------------------------------------------------------------------------------- /src/list24/archive-manager: -------------------------------------------------------------------------------- 1 | ../list48/archive-manager -------------------------------------------------------------------------------- /src/list24/back: -------------------------------------------------------------------------------- 1 | actions/back 2 | actions/go-left 3 | actions/go-previous 4 | actions/go-back-ltr 5 | actions/go-forward-rtl 6 | actions/previous 7 | -------------------------------------------------------------------------------- /src/list24/disk-image: -------------------------------------------------------------------------------- 1 | ../list48/disk-image -------------------------------------------------------------------------------- /src/list24/drive-harddisk: -------------------------------------------------------------------------------- 1 | ../list48/drive-harddisk -------------------------------------------------------------------------------- /src/list24/edit-paste: -------------------------------------------------------------------------------- 1 | actions/edit-paste 2 | actions/editpaste 3 | actions/gtk-paste 4 | actions/stock_paste 5 | -------------------------------------------------------------------------------- /src/list24/file: -------------------------------------------------------------------------------- 1 | ../list48/file -------------------------------------------------------------------------------- /src/list24/folder: -------------------------------------------------------------------------------- 1 | ../list48/folder -------------------------------------------------------------------------------- /src/list24/folder-home: -------------------------------------------------------------------------------- 1 | places/folder-home 2 | places/folder_home 3 | places/gnome-fs-home 4 | places/gnome-home 5 | places/home 6 | places/user-home 7 | -------------------------------------------------------------------------------- /src/list24/folder-music: -------------------------------------------------------------------------------- 1 | ../list48/folder-music -------------------------------------------------------------------------------- /src/list24/folder-up: -------------------------------------------------------------------------------- 1 | actions/go-up 2 | actions/gtk-go-up 3 | actions/stock_up 4 | actions/up 5 | -------------------------------------------------------------------------------- /src/list24/forward: -------------------------------------------------------------------------------- 1 | actions/forward 2 | actions/go-next 3 | actions/go-right 4 | actions/go-back-rtl 5 | actions/go-forward-ltr 6 | actions/next 7 | -------------------------------------------------------------------------------- /src/list24/gears: -------------------------------------------------------------------------------- 1 | ../list32/gears -------------------------------------------------------------------------------- /src/list24/go-home: -------------------------------------------------------------------------------- 1 | actions/gohome 2 | actions/go-home 3 | actions/gtk-home 4 | actions/kfm_home 5 | actions/redhat_home 6 | -------------------------------------------------------------------------------- /src/list24/magnifier: -------------------------------------------------------------------------------- 1 | ../list32/magnifier -------------------------------------------------------------------------------- /src/list24/reload: -------------------------------------------------------------------------------- 1 | actions/reload 2 | actions/gtk-refresh 3 | actions/reload3 4 | actions/reload_all_tabs 5 | actions/reload_page 6 | actions/stock_refresh 7 | actions/view-refresh 8 | -------------------------------------------------------------------------------- /src/list32/application-default-icon: -------------------------------------------------------------------------------- 1 | ../list48/application-default-icon -------------------------------------------------------------------------------- /src/list32/application-msexcel: -------------------------------------------------------------------------------- 1 | ../list48/application-msexcel -------------------------------------------------------------------------------- /src/list32/application-msexcel-template: -------------------------------------------------------------------------------- 1 | ../list48/application-msexcel-template -------------------------------------------------------------------------------- /src/list32/application-msword: -------------------------------------------------------------------------------- 1 | ../list48/application-msword -------------------------------------------------------------------------------- /src/list32/application-msword-template: -------------------------------------------------------------------------------- 1 | ../list48/application-msword-template -------------------------------------------------------------------------------- /src/list32/application-object: -------------------------------------------------------------------------------- 1 | ../list48/application-object -------------------------------------------------------------------------------- /src/list32/application-x-cd-image: -------------------------------------------------------------------------------- 1 | ../list48/application-x-cd-image -------------------------------------------------------------------------------- /src/list32/archive-manager: -------------------------------------------------------------------------------- 1 | ../list48/archive-manager -------------------------------------------------------------------------------- /src/list32/audio-x-generic: -------------------------------------------------------------------------------- 1 | ../list48/audio-x-generic -------------------------------------------------------------------------------- /src/list32/battery: -------------------------------------------------------------------------------- 1 | devices/battery 2 | devices/gnome-dev-battery 3 | -------------------------------------------------------------------------------- /src/list32/battery-020: -------------------------------------------------------------------------------- 1 | status/battery-020 2 | status/battery-caution 3 | status/battery-caution-symbolic 4 | panel/gpm-battery-020 5 | panel/gpm-primary-020 6 | panel/gpm-ups-020 7 | panel/xfpm-primary-020 8 | panel/xfpm-ups-020 9 | -------------------------------------------------------------------------------- /src/list32/battery-020-charging: -------------------------------------------------------------------------------- 1 | status/battery-020-charging 2 | status/battery-caution-charging 3 | panel/gpm-battery-020-charging 4 | panel/gpm-primary-020-charging 5 | panel/gpm-ups-020-charging 6 | panel/xfpm-primary-020-charging 7 | panel/xfpm-ups-020-charging 8 | -------------------------------------------------------------------------------- /src/list32/battery-040: -------------------------------------------------------------------------------- 1 | status/battery-040 2 | status/battery-low 3 | panel/gpm-battery-040 4 | panel/gpm-primary-040 5 | panel/gpm-ups-040 6 | panel/xfpm-primary-040 7 | panel/xfpm-ups-040 8 | -------------------------------------------------------------------------------- /src/list32/battery-040-charging: -------------------------------------------------------------------------------- 1 | status/battery-040-charging 2 | panel/gpm-battery-040-charging 3 | panel/gpm-primary-040-charging 4 | panel/gpm-ups-040-charging 5 | panel/xfpm-primary-040-charging 6 | panel/xfpm-ups-040-charging 7 | -------------------------------------------------------------------------------- /src/list32/battery-060: -------------------------------------------------------------------------------- 1 | status/battery-060 2 | panel/gpm-battery-060 3 | panel/gpm-primary-060 4 | panel/gpm-ups-060 5 | panel/xfpm-primary-060 6 | panel/xfpm-ups-060 7 | -------------------------------------------------------------------------------- /src/list32/battery-060-charging: -------------------------------------------------------------------------------- 1 | status/battery-060-charging 2 | status/battery-good-charging 3 | panel/gpm-battery-060-charging 4 | panel/gpm-primary-060-charging 5 | panel/gpm-ups-060-charging 6 | panel/xfpm-primary-060-charging 7 | panel/xfpm-ups-060-charging 8 | -------------------------------------------------------------------------------- /src/list32/battery-080: -------------------------------------------------------------------------------- 1 | status/battery-080 2 | status/battery-good 3 | panel/gpm-battery-080 4 | panel/gpm-primary-080 5 | panel/gpm-ups-080 6 | panel/xfpm-primary-080 7 | panel/xfpm-ups-080 8 | -------------------------------------------------------------------------------- /src/list32/battery-080-charging: -------------------------------------------------------------------------------- 1 | status/battery-080-charging 2 | panel/gpm-battery-080-charging 3 | panel/gpm-primary-080-charging 4 | panel/gpm-ups-080-charging 5 | panel/xfpm-primary-080-charging 6 | panel/xfpm-ups-080-charging 7 | -------------------------------------------------------------------------------- /src/list32/battery-caution-charging-symbolic: -------------------------------------------------------------------------------- 1 | status/battery-caution-charging-symbolic 2 | -------------------------------------------------------------------------------- /src/list32/battery-caution-symbolic: -------------------------------------------------------------------------------- 1 | status/battery-caution-symbolic 2 | -------------------------------------------------------------------------------- /src/list32/battery-empty: -------------------------------------------------------------------------------- 1 | status/battery-empty 2 | status/battery_empty 3 | status/battery-000 4 | panel/gpm-battery-000 5 | panel/gpm-battery-empty 6 | panel/gpm-primary-000 7 | panel/gpm-ups-000 8 | panel/xfpm-primary-000 9 | panel/xfpm-ups-000 10 | -------------------------------------------------------------------------------- /src/list32/battery-empty-charging: -------------------------------------------------------------------------------- 1 | status/battery-empty-charging 2 | status/battery-000-charging 3 | panel/gpm-battery-000-charging 4 | panel/gpm-battery-empty-charging 5 | panel/gpm-primary-000-charging 6 | panel/gpm-ups-000-charging 7 | panel/xfpm-primary-000-charging 8 | panel/xfpm-ups-000-charging 9 | -------------------------------------------------------------------------------- /src/list32/battery-empty-charging-symbolic: -------------------------------------------------------------------------------- 1 | status/battery-empty-charging-symbolic 2 | -------------------------------------------------------------------------------- /src/list32/battery-empty-symbolic: -------------------------------------------------------------------------------- 1 | status/battery-empty-symbolic 2 | -------------------------------------------------------------------------------- /src/list32/battery-full: -------------------------------------------------------------------------------- 1 | status/battery-full 2 | status/battery_full 3 | status/battery-100 4 | status/battery-full-symbolic 5 | panel/gpm-battery-100 6 | panel/gpm-primary-100 7 | panel/gpm-ups-100 8 | panel/xfpm-primary-100 9 | panel/xfpm-ups-100 10 | -------------------------------------------------------------------------------- /src/list32/battery-full-charging: -------------------------------------------------------------------------------- 1 | status/battery-full-charging 2 | status/battery-full-charged 3 | status/battery-full-charging-symbolic 4 | status/battery-full-charged-symbolic 5 | status/battery-100-charging 6 | panel/gpm-battery-100-charging 7 | panel/gpm-primary-100-charging 8 | panel/gpm-ups-100-charging 9 | panel/xfpm-primary-100-charging 10 | panel/xfpm-ups-100-charging 11 | panel/gpm-battery-charged 12 | panel/gpm-primary-charged 13 | panel/gpm-ups-charged 14 | panel/xfpm-primary-charged 15 | panel/xfpm-ups-charged 16 | -------------------------------------------------------------------------------- /src/list32/battery-good-charging-symbolic: -------------------------------------------------------------------------------- 1 | status/battery-good-charging-symbolic 2 | -------------------------------------------------------------------------------- /src/list32/battery-good-symbolic: -------------------------------------------------------------------------------- 1 | status/battery-good-symbolic 2 | -------------------------------------------------------------------------------- /src/list32/battery-low-charging-symbolic: -------------------------------------------------------------------------------- 1 | status/battery-low-charging-symbolic 2 | -------------------------------------------------------------------------------- /src/list32/battery-low-symbolic: -------------------------------------------------------------------------------- 1 | status/battery-low-symbolic 2 | -------------------------------------------------------------------------------- /src/list32/computer: -------------------------------------------------------------------------------- 1 | ../list48/computer -------------------------------------------------------------------------------- /src/list32/default-applications: -------------------------------------------------------------------------------- 1 | ../list48/default-applications -------------------------------------------------------------------------------- /src/list32/desktop: -------------------------------------------------------------------------------- 1 | ../list48/desktop -------------------------------------------------------------------------------- /src/list32/dialog-error: -------------------------------------------------------------------------------- 1 | ../list48/dialog-error -------------------------------------------------------------------------------- /src/list32/dialog-information: -------------------------------------------------------------------------------- 1 | ../list48/dialog-information -------------------------------------------------------------------------------- /src/list32/dialog-question: -------------------------------------------------------------------------------- 1 | ../list48/dialog-question -------------------------------------------------------------------------------- /src/list32/dialog-warning: -------------------------------------------------------------------------------- 1 | ../list48/dialog-warning -------------------------------------------------------------------------------- /src/list32/disk-image: -------------------------------------------------------------------------------- 1 | ../list48/disk-image -------------------------------------------------------------------------------- /src/list32/dosemu: -------------------------------------------------------------------------------- 1 | apps/dosemu 2 | apps/dosbox 3 | -------------------------------------------------------------------------------- /src/list32/drive-harddisk: -------------------------------------------------------------------------------- 1 | ../list48/drive-harddisk -------------------------------------------------------------------------------- /src/list32/drive-removable-media: -------------------------------------------------------------------------------- 1 | ../list48/drive-removable-media -------------------------------------------------------------------------------- /src/list32/file: -------------------------------------------------------------------------------- 1 | ../list48/file -------------------------------------------------------------------------------- /src/list32/folder: -------------------------------------------------------------------------------- 1 | ../list48/folder -------------------------------------------------------------------------------- /src/list32/folder-documents: -------------------------------------------------------------------------------- 1 | ../list48/folder-documents -------------------------------------------------------------------------------- /src/list32/folder-downloads: -------------------------------------------------------------------------------- 1 | ../list48/folder-downloads -------------------------------------------------------------------------------- /src/list32/folder-home: -------------------------------------------------------------------------------- 1 | ../list48/folder-home -------------------------------------------------------------------------------- /src/list32/folder-music: -------------------------------------------------------------------------------- 1 | ../list48/folder-music -------------------------------------------------------------------------------- /src/list32/folder-pictures: -------------------------------------------------------------------------------- 1 | ../list48/folder-pictures -------------------------------------------------------------------------------- /src/list32/folder-publicshare: -------------------------------------------------------------------------------- 1 | ../list48/folder-publicshare -------------------------------------------------------------------------------- /src/list32/folder-recent: -------------------------------------------------------------------------------- 1 | ../list48/folder-recent -------------------------------------------------------------------------------- /src/list32/folder-saved-search: -------------------------------------------------------------------------------- 1 | ../list48/folder-saved-search -------------------------------------------------------------------------------- /src/list32/folder-videos: -------------------------------------------------------------------------------- 1 | ../list48/folder-videos -------------------------------------------------------------------------------- /src/list32/folder-visiting: -------------------------------------------------------------------------------- 1 | places/folder-visiting 2 | places/folder-drag-accept 3 | places/folder_open 4 | places/folder-open 5 | places/gnome-fs-directory-visiting 6 | places/stock_open -------------------------------------------------------------------------------- /src/list32/gears: -------------------------------------------------------------------------------- 1 | actions/gnome-run 2 | actions/gtk-execute 3 | actions/system-run 4 | -------------------------------------------------------------------------------- /src/list32/help: -------------------------------------------------------------------------------- 1 | ../list48/help -------------------------------------------------------------------------------- /src/list32/ini: -------------------------------------------------------------------------------- 1 | ../list48/ini -------------------------------------------------------------------------------- /src/list32/installer: -------------------------------------------------------------------------------- 1 | ../list48/installer -------------------------------------------------------------------------------- /src/list32/installer-web: -------------------------------------------------------------------------------- 1 | ../list48/installer-web -------------------------------------------------------------------------------- /src/list32/magnifier: -------------------------------------------------------------------------------- 1 | apps/magnifier 2 | apps/catfish 3 | apps/spacefm-find 4 | apps/gnome-searchtool 5 | apps/panel-searchtool 6 | actions/edit-find 7 | actions/filefind 8 | actions/find 9 | actions/gnome-searchtool 10 | actions/gtk-find 11 | actions/gtk-search 12 | actions/panel-searchtool 13 | actions/search 14 | actions/stock_search 15 | actions/system-search 16 | -------------------------------------------------------------------------------- /src/list32/monitor: -------------------------------------------------------------------------------- 1 | apps/gnome-monitor 2 | apps/gnome-system-monitor 3 | apps/htop 4 | -------------------------------------------------------------------------------- /src/list32/preferences-desktop: -------------------------------------------------------------------------------- 1 | ../list48/preferences-desktop -------------------------------------------------------------------------------- /src/list32/script: -------------------------------------------------------------------------------- 1 | ../list48/script -------------------------------------------------------------------------------- /src/list32/speaker: -------------------------------------------------------------------------------- 1 | ../list48/speaker -------------------------------------------------------------------------------- /src/list32/text: -------------------------------------------------------------------------------- 1 | ../list48/text -------------------------------------------------------------------------------- /src/list32/text-css: -------------------------------------------------------------------------------- 1 | ../list48/text-css -------------------------------------------------------------------------------- /src/list32/text-html: -------------------------------------------------------------------------------- 1 | ../list48/text-html -------------------------------------------------------------------------------- /src/list32/text-php: -------------------------------------------------------------------------------- 1 | ../list48/text-php -------------------------------------------------------------------------------- /src/list32/text-x-c: -------------------------------------------------------------------------------- 1 | ../list48/text-x-c -------------------------------------------------------------------------------- /src/list32/text-x-c++: -------------------------------------------------------------------------------- 1 | ../list48/text-x-c++ -------------------------------------------------------------------------------- /src/list32/text-x-c++hdr: -------------------------------------------------------------------------------- 1 | ../list48/text-x-c++hdr -------------------------------------------------------------------------------- /src/list32/text-x-chdr: -------------------------------------------------------------------------------- 1 | ../list48/text-x-chdr -------------------------------------------------------------------------------- /src/list32/text-x-csharp: -------------------------------------------------------------------------------- 1 | ../list48/text-x-csharp -------------------------------------------------------------------------------- /src/list32/text-xml: -------------------------------------------------------------------------------- 1 | ../list48/text-xml -------------------------------------------------------------------------------- /src/list32/trash-empty: -------------------------------------------------------------------------------- 1 | ../list48/trash-empty -------------------------------------------------------------------------------- /src/list32/trash-full: -------------------------------------------------------------------------------- 1 | ../list48/trash-full -------------------------------------------------------------------------------- /src/list48/application-default-icon: -------------------------------------------------------------------------------- 1 | apps/application-default-icon 2 | mimes/application-x-executable 3 | mimes/application-x-ms-dos-executable 4 | mimes/binary 5 | mimes/exec 6 | mimes/gnome-fs-executable 7 | mimes/gnome-mime-application-x-executable 8 | mimes/gnome-mime-application-x-ms-dos-executable 9 | -------------------------------------------------------------------------------- /src/list48/application-msexcel: -------------------------------------------------------------------------------- 1 | mimes/application-msexcel 2 | mimes/application-vnd.ms-excel 3 | mimes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet 4 | mimes/gnome-mime-application-vnd.ms-excel 5 | mimes/gnome-mime-application-vnd.openxmlformats.opendocument.spreadsheet 6 | mimes/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet 7 | -------------------------------------------------------------------------------- /src/list48/application-msexcel-template: -------------------------------------------------------------------------------- 1 | mimes/application-msexcel-template 2 | mimes/application-vnd.openxmlformats-officedocument.spreadsheetml.template 3 | mimes/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.template 4 | -------------------------------------------------------------------------------- /src/list48/application-msword: -------------------------------------------------------------------------------- 1 | mimes/application-msword 2 | mimes/application-vnd.openxmlformats-officedocument.wordprocessingml.document 3 | mimes/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document 4 | mimes/gnome-mime-application-msword 5 | -------------------------------------------------------------------------------- /src/list48/application-msword-template: -------------------------------------------------------------------------------- 1 | mimes/application-msword-template 2 | mimes/application-vnd.openxmlformats-officedocument.wordprocessingml.template 3 | -------------------------------------------------------------------------------- /src/list48/application-object: -------------------------------------------------------------------------------- 1 | mimes/application-object 2 | mimes/application-x-msdownload 3 | -------------------------------------------------------------------------------- /src/list48/application-x-cd-image: -------------------------------------------------------------------------------- 1 | mimes/application-x-cd-image 2 | mimes/application-x-cue 3 | -------------------------------------------------------------------------------- /src/list48/archive-manager: -------------------------------------------------------------------------------- 1 | apps/archive-mangager 2 | apps/file-roller 3 | mimes/application-7zip 4 | mimes/application-vnd.ms-cab-compressed 5 | mimes/application-vnd.rar 6 | mimes/application-gzip 7 | mimes/application-x-7z-compressed 8 | mimes/application-x-ace 9 | mimes/application-x-arj 10 | mimes/application-x-bzip 11 | mimes/application-x-bzip-compressed-tar 12 | mimes/application-x-compress 13 | mimes/application-x-compressed-tar 14 | mimes/application-x-cpio 15 | mimes/application-x-gzip 16 | mimes/application-x-jar 17 | mimes/application-x-java-archive 18 | mimes/application-x-lha 19 | mimes/application-x-lhz 20 | mimes/application-x-lzam 21 | mimes/application-x-lzma 22 | mimes/application-x-lzma-compressed-tar 23 | mimes/application-x-lzop 24 | mimes/application-x-rar 25 | mimes/application-x-shar 26 | mimes/application-x-stuffit 27 | mimes/application-x-tar 28 | mimes/application-x-xz-compressed-tar 29 | mimes/application-x-zip 30 | mimes/application-x-zoo 31 | mimes/application-zip 32 | mimes/archive 33 | mimes/folder_tar 34 | mimes/folder-tar 35 | mimes/gnome-mime-application-vnd.ms-cab-compressed 36 | mimes/gnome-mime-application-gzip 37 | mimes/gnome-mime-application-x-7z-compressed 38 | mimes/gnome-mime-application-x-ace 39 | mimes/gnome-mime-application-x-arj 40 | mimes/gnome-mime-application-x-bzip 41 | mimes/gnome-mime-application-x-bzip-compressed-tar 42 | mimes/gnome-mime-application-x-compress 43 | mimes/gnome-mime-application-x-compressed-tar 44 | mimes/gnome-mime-application-x-cpio 45 | mimes/gnome-mime-application-x-gzip 46 | mimes/gnome-mime-application-x-jar 47 | mimes/gnome-mime-application-x-java-archive 48 | mimes/gnome-mime-application-x-lha 49 | mimes/gnome-mime-application-x-lhz 50 | mimes/gnome-mime-application-x-lzam 51 | mimes/gnome-mime-application-x-lzma 52 | mimes/gnome-mime-application-x-lzma-compressed-tar 53 | mimes/gnome-mime-application-x-lzop 54 | mimes/gnome-mime-application-x-rar 55 | mimes/gnome-mime-application-x-shar 56 | mimes/gnome-mime-application-x-stuffit 57 | mimes/gnome-mime-application-x-tar 58 | mimes/gnome-mime-application-x-tarz 59 | mimes/gnome-mime-application-x-xz-compressed-tar 60 | mimes/gnome-mime-application-x-zip 61 | mimes/gnome-mime-application-x-zoo 62 | mimes/gnome-mime-application-zip 63 | -------------------------------------------------------------------------------- /src/list48/audio-card: -------------------------------------------------------------------------------- 1 | devices/audio-card 2 | devices/yast_soundcard 3 | devices/audiocard 4 | -------------------------------------------------------------------------------- /src/list48/audio-x-generic: -------------------------------------------------------------------------------- 1 | mimes/audio-x-generic 2 | mimes/audio-aac 3 | mimes/audio-ac3 4 | mimes/audio-mp3 5 | mimes/audio-mp4 6 | mimes/audio-mp2 7 | mimes/audio-ogg 8 | mimes/audio-basic 9 | mimes/audio-flac 10 | mimes/application-ogg 11 | mimes/audio-adpcm 12 | mimes/audio-mpeg 13 | mimes/audio-x-flac+ogg 14 | mimes/audio-x-mpeg 15 | mimes/audio-x-ms-wma 16 | mimes/audio-x-speex+ogg 17 | mimes/audio-x-vorbis+ogg 18 | mimes/audio-x-wav 19 | mimes/audio-x-aiff 20 | mimes/audio-wav 21 | 22 | mimes/gnome-mime-application-ogg 23 | mimes/gnome-mime-audio 24 | mimes/medio-audio 25 | mimes/sound 26 | -------------------------------------------------------------------------------- /src/list48/bluetooth: -------------------------------------------------------------------------------- 1 | apps/bluetooth 2 | apps/blueman 3 | apps/blueradio 4 | apps/blueradio-48 5 | apps/bluetooth-48 6 | apps/bluetoothradio 7 | apps/bt-logo 8 | -------------------------------------------------------------------------------- /src/list48/computer: -------------------------------------------------------------------------------- 1 | devices/computer 2 | devices/drive-harddisk-root 3 | devices/gnome-computer 4 | devices/gnome-dev-computer 5 | devices/gnome-fs-client 6 | devices/system 7 | -------------------------------------------------------------------------------- /src/list48/default-applications: -------------------------------------------------------------------------------- 1 | apps/gnome-settings-default-applications 2 | apps/preferences-desktop-default-applications 3 | -------------------------------------------------------------------------------- /src/list48/desktop: -------------------------------------------------------------------------------- 1 | places/desktop 2 | places/gnome-ccdesktop 3 | places/gnome-desktop-config 4 | places/gnome-fs-desktop 5 | places/other-desktop 6 | places/user-desktop 7 | -------------------------------------------------------------------------------- /src/list48/device-ipod: -------------------------------------------------------------------------------- 1 | devices/gnome-dev-ipod 2 | devices/ipod_mount 3 | devices/multimedia-player 4 | devices/multimedia-player-apple-ipod 5 | devices/multimedia-player-ipod 6 | devices/music-player 7 | devices/gtkpod 8 | -------------------------------------------------------------------------------- /src/list48/device-phone-android: -------------------------------------------------------------------------------- 1 | devices/phone 2 | devices/blueman-cellular 3 | devices/blueman-smart-phone 4 | devices/gnome-phone-manager 5 | devices/stock_cell-phone 6 | devices/phone-motorola-droid 7 | devices/pda 8 | -------------------------------------------------------------------------------- /src/list48/dialog-error: -------------------------------------------------------------------------------- 1 | status/dialog-error 2 | status/error 3 | status/gtk-dialog-error 4 | status/messagebox_critical 5 | status/stock_dialog-error 6 | -------------------------------------------------------------------------------- /src/list48/dialog-information: -------------------------------------------------------------------------------- 1 | status/dialog-information 2 | status/gtk-dialog-info 3 | status/info 4 | status/messagebox_info 5 | status/stock_dialog-info 6 | -------------------------------------------------------------------------------- /src/list48/dialog-question: -------------------------------------------------------------------------------- 1 | status/dialog-question 2 | status/gnome-unknown 3 | status/gtk-dialog-question 4 | status/stock_dialog-question 5 | status/stock_unknown 6 | status/xfce-unknown 7 | -------------------------------------------------------------------------------- /src/list48/dialog-warning: -------------------------------------------------------------------------------- 1 | status/dialog-warning 2 | status/gtk-dialog-warning 3 | status/important 4 | status/messagebox_warning 5 | status/stock_dialog-warning 6 | -------------------------------------------------------------------------------- /src/list48/dictionary: -------------------------------------------------------------------------------- 1 | apps/accessories-dictionary 2 | apps/xfce4-dictionary 3 | -------------------------------------------------------------------------------- /src/list48/disk-image: -------------------------------------------------------------------------------- 1 | mimes/disk-image 2 | mimes/application-x-apple-diskimage 3 | mimes/application-x-apple-disk-image 4 | mimes/application-x-raw-disk-image 5 | mimes/application-x-virtualbox-vdi 6 | mimes/application-x-virtualbox-vhd 7 | mimes/application-x-virtualbox-vmdk 8 | mimes/gnome-mime-application-x-apple-diskimage 9 | mimes/gnome-mime-application-x-apple-disk-image 10 | mimes/gnome-mime-application-x-raw-disk-image 11 | mimes/gnome-mime-application-x-virtualbox-vdi 12 | mimes/gnome-mime-application-x-virtualbox-vhd 13 | mimes/gnome-mime-application-x-virtualbox-vmdk 14 | mimes/img 15 | -------------------------------------------------------------------------------- /src/list48/drive-harddisk: -------------------------------------------------------------------------------- 1 | devices/drive-harddisk 2 | devices/block-device 3 | devices/drive-harddisk-scsi 4 | devices/drive-harddisk-system 5 | devices/gnome-dev-harddisk 6 | devices/gnome-fs-blockdev 7 | devices/gtk-harddisk 8 | devices/harddrive 9 | devices/hdd_unmount 10 | devices/yast_HD 11 | devices/yast_idetude 12 | -------------------------------------------------------------------------------- /src/list48/drive-removable-media: -------------------------------------------------------------------------------- 1 | devices/drive-removable-media 2 | devices/drive-harddisk-ieee1394 3 | devices/drive-harddisk-usb 4 | devices/drive-removable-media-ieee1394 5 | devices/drive-removable-media-usb 6 | devices/gnome-dev-flashdisk 7 | devices/gnome-dev-flashkey 8 | devices/gnome-dev-harddisk-1394 9 | devices/gnome-dev-harddisk-usb 10 | devices/gnome-dev-media-memory 11 | devices/gnome-dev-removable 12 | devices/gnome-dev-removable-1394 13 | devices/gnome-dev-removable-usb 14 | devices/gnome-dev-unknown-usb 15 | devices/gnome-dev-unknown-1394 16 | devices/usbpendrive_unmount 17 | devices/gnome-dev-media-cf 18 | devices/media-flash-cf 19 | devices/gnome-dev-media-sdmmc 20 | devices/media-flash 21 | devices/media-memory-sd 22 | devices/gnome-dev-media-sm 23 | devices/media-memory-sm 24 | devices/media-flash-ms 25 | devices/gnome-dev-media-ms 26 | -------------------------------------------------------------------------------- /src/list48/file: -------------------------------------------------------------------------------- 1 | actions/document-new 2 | actions/filenew 3 | actions/gtk-new 4 | mimes/empty 5 | mimes/application-x-trash 6 | mimes/gnome-fs-regular 7 | mimes/gtk-file 8 | -------------------------------------------------------------------------------- /src/list48/folder: -------------------------------------------------------------------------------- 1 | places/folder 2 | places/gnome-folder 3 | places/gnome-fs-directory 4 | places/gtk-directory 5 | places/inode-directory 6 | places/stock_folder 7 | places/folder-templates 8 | -------------------------------------------------------------------------------- /src/list48/folder-documents: -------------------------------------------------------------------------------- 1 | places/folder-documents 2 | -------------------------------------------------------------------------------- /src/list48/folder-downloads: -------------------------------------------------------------------------------- 1 | places/folder-downloads 2 | places/folder-download 3 | places/folder_download 4 | -------------------------------------------------------------------------------- /src/list48/folder-home: -------------------------------------------------------------------------------- 1 | places/folder-home 2 | places/folder_home 3 | places/gnome-fs-home 4 | places/gnome-home 5 | places/home 6 | places/user-home 7 | -------------------------------------------------------------------------------- /src/list48/folder-music: -------------------------------------------------------------------------------- 1 | places/folder-music 2 | -------------------------------------------------------------------------------- /src/list48/folder-pictures: -------------------------------------------------------------------------------- 1 | places/folder-pictures 2 | places/folder_pictures 3 | places/folder-images 4 | places/folder_images 5 | places/user-images 6 | places/user-pictures 7 | -------------------------------------------------------------------------------- /src/list48/folder-publicshare: -------------------------------------------------------------------------------- 1 | places/folder-publicshare 2 | places/stock_shared-by-me 3 | places/user-share 4 | -------------------------------------------------------------------------------- /src/list48/folder-recent: -------------------------------------------------------------------------------- 1 | places/folder-recent 2 | -------------------------------------------------------------------------------- /src/list48/folder-remote-ftp: -------------------------------------------------------------------------------- 1 | places/folder-remote-ftp 2 | places/gnome-fs-ftp 3 | -------------------------------------------------------------------------------- /src/list48/folder-saved-search: -------------------------------------------------------------------------------- 1 | places/folder-saved-search 2 | places/application-x-gnome-saved-search 3 | -------------------------------------------------------------------------------- /src/list48/folder-videos: -------------------------------------------------------------------------------- 1 | places/folder-videos 2 | places/folder-video 3 | -------------------------------------------------------------------------------- /src/list48/help: -------------------------------------------------------------------------------- 1 | actions/help-contents 2 | actions/gtk-help 3 | actions/stock_help 4 | apps/browser-help 5 | apps/gnochm 6 | apps/gnome-help 7 | apps/gtk-help 8 | apps/help 9 | apps/help-browser 10 | apps/help-contents 11 | apps/stock_help 12 | apps/stock_help-agent 13 | apps/susehelpcenter 14 | apps/xfce-man -------------------------------------------------------------------------------- /src/list48/image-bitmap: -------------------------------------------------------------------------------- 1 | mimes/image-bmp 2 | mimes/image-x-portable-bitmap 3 | mimes/image-x-win-bitmap 4 | mimes/gnome-mime-image-bmp 5 | mimes/gnome-mime-image-x-portable-bitmap 6 | mimes/gnome-mime-image-x-win-bitmap 7 | -------------------------------------------------------------------------------- /src/list48/ini: -------------------------------------------------------------------------------- 1 | mimes/ini 2 | mimes/inf 3 | mimes/cfg 4 | mimes/conf 5 | mimes/application-x-desktop 6 | mimes/application-x-theme 7 | mimes/text-x-makefile 8 | mimes/text-x-cmake 9 | mimes/text-x-theme 10 | mimes/text-x-gtkrc 11 | mimes/gnome-mime-application-x-desktop 12 | mimes/gnome-mime-text-x-makefile 13 | mimes/gnome-mime-text-x-cmake 14 | mimes/gnome-mime-text-x-theme 15 | mimes/gnome-mime-text-x-gtkrc 16 | mimes/gnome-mime-application-x-theme 17 | -------------------------------------------------------------------------------- /src/list48/installer: -------------------------------------------------------------------------------- 1 | mimes/application-install 2 | mimes/application-vnd.debian.binary-package 3 | mimes/application-x-deb 4 | mimes/application-x-msi 5 | mimes/application-x-rpm 6 | mimes/deb 7 | mimes/gnome-mime-application-x-deb 8 | mimes/gnome-mime-application-x-msi 9 | mimes/gnome-mime-application-x-rpm 10 | mimes/msi 11 | mimes/rpm 12 | apps/aptoncd 13 | apps/drakstats 14 | apps/gdeb 15 | apps/gdebi 16 | apps/gnome-app-install 17 | apps/gnome-apt 18 | apps/gnome-package 19 | apps/installer 20 | apps/package-manager-icon 21 | apps/synaptic 22 | apps/system-installer 23 | apps/system-software-install 24 | apps/system-software-installer 25 | apps/yumex 26 | -------------------------------------------------------------------------------- /src/list48/installer-apk: -------------------------------------------------------------------------------- 1 | mimes/application-vnd.android.package-archive 2 | -------------------------------------------------------------------------------- /src/list48/installer-web: -------------------------------------------------------------------------------- 1 | apps/update-notifier 2 | apps/x-system-software-sources 3 | apps/system-software-update 4 | apps/update-manager 5 | apps/pup 6 | apps/edit-urpm-sources 7 | apps/gtk-repo 8 | apps/pk-package-sources 9 | apps/software-properties 10 | -------------------------------------------------------------------------------- /src/list48/keyboard: -------------------------------------------------------------------------------- 1 | devices/keyboard 2 | devices/blueman-keyboard 3 | devices/gnome-dev-keyboard 4 | devices/input-keyboard 5 | devices/kxkb 6 | devices/xfce4-keyboard 7 | apps/preferences-desktop-keyboard 8 | -------------------------------------------------------------------------------- /src/list48/mail-client: -------------------------------------------------------------------------------- 1 | apps/internet-mail 2 | apps/claws-mail 3 | apps/xfce-mail 4 | apps/evolution 5 | -------------------------------------------------------------------------------- /src/list48/media-floppy: -------------------------------------------------------------------------------- 1 | devices/media-floppy 2 | devices/gtk-floppy 3 | devices/system-floppy 4 | devices/gnome-dev-floppy 5 | devices/floppy_unmount 6 | devices/media-jaz 7 | devices/gnome-dev-jazdisk 8 | devices/media-zip 9 | devices/gnome-dev-zipdisk 10 | -------------------------------------------------------------------------------- /src/list48/media-optical: -------------------------------------------------------------------------------- 1 | devices/media-optical 2 | devices/cdrom_unmount 3 | devices/cdwriter_unmount 4 | devices/drive-cd 5 | devices/drive-cdrom 6 | devices/drive-optical 7 | devices/dvd_unmount 8 | devices/gnome-cd 9 | devices/gnome-dev-cdrom 10 | devices/gnome-dev-disc-cdr 11 | devices/gnome-dev-disc-cdrom 12 | devices/gnome-dev-disc-cdrw 13 | devices/gnome-dev-disc-dvdr 14 | devices/gnome-dev-disc-dvdram 15 | devices/gnome-dev-disc-dvdrom 16 | devices/gnome-dev-disc-dvdr-plus 17 | devices/gnome-dev-disc-dvdrw 18 | devices/gnome-dev-dvd 19 | devices/gnome-dev-dvd-alt 20 | devices/gtk-cdrom 21 | devices/media-cdr 22 | devices/media-cdrom 23 | devices/media-cdrw 24 | devices/media-dvd 25 | devices/media-dvdr 26 | devices/media-dvdram 27 | devices/media-dvdrw 28 | devices/media-optical-cd 29 | devices/media-optical-cdr 30 | devices/media-optical-cd-r 31 | devices/media-optical-cd-rw 32 | devices/media-optical-dvd 33 | devices/media-optical-dvd-r 34 | devices/media-optical-dvd-ram 35 | devices/media-optical-dvd-rom 36 | devices/media-optical-dvd-r-plus 37 | devices/media-optical-dvd-rw 38 | -------------------------------------------------------------------------------- /src/list48/network_fs: -------------------------------------------------------------------------------- 1 | devices/network_fs 2 | devices/nfs 3 | devices/samba 4 | places/folder-remote 5 | places/folder-remote-nfs 6 | places/folder-remote-smb 7 | places/folder-remote-ssh 8 | places/gnome-fs-blockdev 9 | places/gnome-fs-nfs 10 | places/gnome-fs-share 11 | places/gnome-fs-smb 12 | places/gnome-fs-ssh 13 | -------------------------------------------------------------------------------- /src/list48/office-document: -------------------------------------------------------------------------------- 1 | mimes/office-document 2 | mimes/application-postscript 3 | mimes/application-rtf 4 | mimes/application-vnd.oasis.opendocument.text 5 | mimes/application-vnd.sun.xml.writer 6 | mimes/application-vnd.wordperfect 7 | mimes/application-x-abiword 8 | mimes/application-x-applix-word 9 | mimes/application-x-gzpostscript 10 | mimes/application-x-dvi 11 | mimes/application-x-kword 12 | mimes/application-x-scribus 13 | mimes/application-x-tex 14 | mimes/document 15 | mimes/gnome-mime-application-postscript 16 | mimes/gnome-mime-application-rtf 17 | mimes/gnome-mime-application-vnd.oasis.opendocument.text 18 | mimes/gnome-mime-application-vnd.stardivision.writer 19 | mimes/gnome-mime-application-vnd.sun.xml.writer 20 | mimes/gnome-mime-application-vnd.wordperfect 21 | mimes/gnome-mime-application-x-abiword 22 | mimes/gnome-mime-application-x-applix-word 23 | mimes/gnome-mime-application-x-gzpostscript 24 | mimes/gnome-mime-application-x-dvi 25 | mimes/gnome-mime-application-x-kword 26 | mimes/gnome-mime-application-x-scribus 27 | mimes/gnome-mime-application-x-tex 28 | mimes/libreoffice-oasis-text 29 | mimes/libreoffice-text 30 | mimes/package_wordprocessing 31 | mimes/text-enriched 32 | mimes/text-richtext 33 | mimes/x-office-document 34 | -------------------------------------------------------------------------------- /src/list48/office-document-template: -------------------------------------------------------------------------------- 1 | mimes/office-document-template 2 | mimes/application-vnd.oasis.opendocument.text-template 3 | mimes/libreoffice-oasis-text-template 4 | mimes/libreoffice-text-template 5 | mimes/gnome-mime-application-vnd.oasis.opendocument.text-template 6 | mimes/gnome-mime-application-vnd.sun.xml.writer.template 7 | mimes/x-office-document-template 8 | -------------------------------------------------------------------------------- /src/list48/office-spreadsheet: -------------------------------------------------------------------------------- 1 | mimes/office-spreadsheet 2 | mimes/application-vnd.lotus-1-2-3 3 | mimes/application-vnd.oasis.opendocument.spreadsheet 4 | mimes/application-vnd.openxmlformats.opendocument.spreadsheet 5 | mimes/application-vnd.stardivision.calc 6 | mimes/application-vnd.sun.xml.calc 7 | mimes/application-x-gnumeric 8 | mimes/application-x-applix-spreadsheet 9 | mimes/application-x-kspread 10 | mimes/gnome-mime-application-vnd.lotus-1-2-3 11 | mimes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet 12 | mimes/gnome-mime-application-vnd.stardivision.calc 13 | mimes/gnome-mime-application-vnd.sun.xml.calc 14 | mimes/gnome-mime-application-x-gnumeric 15 | mimes/gnome-mime-application-x-applix-spreadsheet 16 | mimes/gnome-mime-application-x-kspread 17 | mimes/libreoffice-oasis-spreadsheet 18 | mimes/libreoffice-spreadsheet 19 | mimes/openofficeorg3-oasis-spreadsheet 20 | mimes/spreadsheet 21 | mimes/text-spreadsheet 22 | mimes/x-office-spreadsheet 23 | -------------------------------------------------------------------------------- /src/list48/office-spreadsheet-template: -------------------------------------------------------------------------------- 1 | mimes/office-spreadsheet-template 2 | mimes/application-vnd.oasis.opendocument.spreadsheet-template 3 | mimes/application-vnd.sun.xml.calc.template 4 | mimes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template 5 | mimes/gnome-mime-application-vnd.sun.xml.calc.template 6 | mimes/x-office-spreadsheet-template 7 | mimes/libreoffice-oasis-spreadsheet-template 8 | mimes/libreoffice-spreadsheet-template 9 | -------------------------------------------------------------------------------- /src/list48/people: -------------------------------------------------------------------------------- 1 | stock/stock_people 2 | stock/stock_new_meeting 3 | apps/users 4 | apps/system-users 5 | apps/system-config-users 6 | apps/config-users 7 | -------------------------------------------------------------------------------- /src/list48/peripherals: -------------------------------------------------------------------------------- 1 | apps/preferences-desktop-peripherals 2 | -------------------------------------------------------------------------------- /src/list48/person: -------------------------------------------------------------------------------- 1 | stock/stock_person 2 | apps/user-info 3 | -------------------------------------------------------------------------------- /src/list48/preferences-desktop: -------------------------------------------------------------------------------- 1 | apps/preferences-desktop 2 | apps/gnome-desktop-config 3 | apps/gnome-control-centre 4 | apps/administration 5 | -------------------------------------------------------------------------------- /src/list48/printer: -------------------------------------------------------------------------------- 1 | devices/printer 2 | devices/bb 3 | devices/cups 4 | devices/cupsprinter 5 | devices/foomatic-gui-logo 6 | devices/gnome-dev-printer 7 | devices/gtklp 8 | devices/gtklpq 9 | devices/kjobviewer 10 | devices/printer1 11 | devices/printmgr 12 | devices/stock_printers 13 | devices/system-config-printer 14 | devices/xfce-printer 15 | devices/yast_printer 16 | actions/document-print 17 | actions/fileprint 18 | actions/gtk-print 19 | actions/stock_print 20 | -------------------------------------------------------------------------------- /src/list48/script: -------------------------------------------------------------------------------- 1 | mimes/script 2 | mimes/application-javascript 3 | mimes/application-x-javascript 4 | mimes/application-x-shellscript 5 | mimes/application-x-csh 6 | mimes/application-x-perl 7 | mimes/application-x-python-bytecode 8 | mimes/gnome-mime-application-javascript 9 | mimes/gnome-mime-application-x-javascript 10 | mimes/gnome-mime-application-x-shellscript 11 | mimes/gnome-mime-application-x-csh 12 | mimes/gnome-mime-application-x-perl 13 | mimes/gnome-mime-application-x-python-bytecode 14 | mimes/shellscript 15 | mimes/stock_script 16 | mimes/text-x-javascript 17 | mimes/text-x-csh 18 | mimes/text-x-perl 19 | mimes/text-x-python 20 | mimes/text-x-sh 21 | mimes/text-x-zsh 22 | mimes/text-x-lua 23 | mimes/text-x-script 24 | mimes/gnome-mime-text-x-javascript 25 | mimes/gnome-mime-text-x-csh 26 | mimes/gnome-mime-text-x-perl 27 | mimes/gnome-mime-text-x-python 28 | mimes/gnome-mime-text-x-sh 29 | mimes/gnome-mime-text-x-zsh 30 | mimes/gnome-mime-text-x-lua 31 | mimes/gnome-mime-text-x-script 32 | -------------------------------------------------------------------------------- /src/list48/speaker: -------------------------------------------------------------------------------- 1 | devices/audio-speakers 2 | apps/preferences-desktop-sound 3 | -------------------------------------------------------------------------------- /src/list48/terminal: -------------------------------------------------------------------------------- 1 | apps/terminal 2 | apps/bash 3 | apps/Etermutilities-terminal 4 | apps/gksu-debian 5 | apps/gksu-root-terminal 6 | apps/gnome-eterm 7 | apps/gnome-term 8 | apps/gnome-terminal 9 | apps/gnome-xterm 10 | apps/openterm 11 | apps/rxvt 12 | apps/rxvt-unicode 13 | apps/Terminal 14 | apps/tilda 15 | apps/utilities-terminal 16 | apps/xfce-terminal 17 | apps/xterm 18 | -------------------------------------------------------------------------------- /src/list48/text: -------------------------------------------------------------------------------- 1 | mimes/text 2 | mimes/ascii 3 | mimes/gnome-mime-text 4 | mimes/gnome-mime-text-x-copying 5 | mimes/gnome-mime-text-x-credits 6 | mimes/mime_ascii 7 | mimes/text2 8 | mimes/text-plain 9 | mimes/text-x-authors 10 | mimes/text-x-copying 11 | mimes/text-x-credits 12 | mimes/text-x-generic 13 | mimes/txt 14 | mimes/txt2 15 | -------------------------------------------------------------------------------- /src/list48/text-css: -------------------------------------------------------------------------------- 1 | mimes/text-css 2 | mimes/text-x-css 3 | mimes/gnome-mime-text-css 4 | -------------------------------------------------------------------------------- /src/list48/text-editor: -------------------------------------------------------------------------------- 1 | apps/text-editor 2 | apps/accessories-text-editor 3 | apps/gedit-icon 4 | apps/gedit-logo 5 | apps/gnome-word 6 | apps/leafpad 7 | apps/mousepad 8 | apps/xfce-edit 9 | apps/zim 10 | -------------------------------------------------------------------------------- /src/list48/text-html: -------------------------------------------------------------------------------- 1 | mimes/text-html 2 | mimes/text-html_alt 3 | mimes/text-htmlh 4 | mimes/html 5 | mimes/gnome-mime-application-xhtml+xml 6 | mimes/gnome-mime-text-html 7 | mimes/www 8 | -------------------------------------------------------------------------------- /src/list48/text-php: -------------------------------------------------------------------------------- 1 | mimes/text-php 2 | mimes/application-x-php 3 | mimes/gnome-mime-application-x-php 4 | -------------------------------------------------------------------------------- /src/list48/text-x-c: -------------------------------------------------------------------------------- 1 | mimes/text-x-c 2 | mimes/text-x-csrc 3 | mimes/gnome-mime-text-x-c 4 | mimes/gnome-mime-text-x-csrc 5 | -------------------------------------------------------------------------------- /src/list48/text-x-c++: -------------------------------------------------------------------------------- 1 | mimes/text-x-c++ 2 | mimes/text-x-c++src 3 | mimes/gnome-mime-text-x-c++ 4 | mimes/gnome-mime-text-x-c++src 5 | -------------------------------------------------------------------------------- /src/list48/text-x-c++hdr: -------------------------------------------------------------------------------- 1 | mimes/text-x-h++ 2 | mimes/text-x-c++hdr 3 | mimes/gnome-mime-text-x-h++ 4 | mimes/gnome-mime-text-x-c++hdr 5 | -------------------------------------------------------------------------------- /src/list48/text-x-chdr: -------------------------------------------------------------------------------- 1 | mimes/text-x-h 2 | mimes/text-x-chdr 3 | mimes/gnome-mime-text-x-h 4 | mimes/gnome-mime-text-x-chdr 5 | -------------------------------------------------------------------------------- /src/list48/text-x-csharp: -------------------------------------------------------------------------------- 1 | mimes/text-x-csharp 2 | mimes/gnome-mime-text-x-csharp 3 | -------------------------------------------------------------------------------- /src/list48/text-x-generic-template: -------------------------------------------------------------------------------- 1 | mimes/text-x-generic-template 2 | mimes/template_source -------------------------------------------------------------------------------- /src/list48/text-x-preview: -------------------------------------------------------------------------------- 1 | mimes/text-x-preview 2 | -------------------------------------------------------------------------------- /src/list48/text-x-scss: -------------------------------------------------------------------------------- 1 | mimes/text-x-scss 2 | -------------------------------------------------------------------------------- /src/list48/text-xml: -------------------------------------------------------------------------------- 1 | mimes/text-xml 2 | mimes/application-xml 3 | mimes/gnome-mime-application-xml 4 | -------------------------------------------------------------------------------- /src/list48/trash-empty: -------------------------------------------------------------------------------- 1 | places/trash-empty 2 | places/emptytrash 3 | places/gnome-fs-trash-empty 4 | places/gnome-stock-trash 5 | places/trashcan_empty 6 | places/user-trash 7 | places/xfce-trash_empty 8 | -------------------------------------------------------------------------------- /src/list48/trash-full: -------------------------------------------------------------------------------- 1 | places/trash-full 2 | places/edittrash 3 | places/gnome-fs-trash-empty-accept 4 | places/gnome-fs-trash-full 5 | places/gnome-stock-trash-full 6 | places/stock_trash_full 7 | places/trashcan_full 8 | places/user-trash-full 9 | places/xfce-trash_full 10 | -------------------------------------------------------------------------------- /src/svg16/application-default-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 44 | 45 | 47 | 49 | 50 | 52 | image/svg+xml 53 | 55 | 56 | 57 | 58 | 59 | 63 | 68 | 73 | 78 | 83 | 90 | 95 | 100 | 105 | 110 | 111 | 112 | -------------------------------------------------------------------------------- /src/svg16/close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 42 | 48 | 49 | 51 | 52 | 54 | image/svg+xml 55 | 57 | 58 | 59 | 60 | 61 | 66 | 71 | 72 | 73 | -------------------------------------------------------------------------------- /src/svg16/delete.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 22 | 25 | 29 | 33 | 34 | 43 | 44 | 65 | 71 | 72 | 74 | 75 | 77 | image/svg+xml 78 | 80 | 81 | 82 | 83 | 84 | 89 | 95 | 101 | 106 | 112 | 117 | 122 | 128 | 129 | 130 | -------------------------------------------------------------------------------- /src/svg16/edit-cut.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 42 | 48 | 49 | 51 | 52 | 54 | image/svg+xml 55 | 57 | 58 | 59 | 60 | 61 | 66 | 73 | 80 | 85 | 90 | 95 | 96 | 97 | -------------------------------------------------------------------------------- /src/svg16/folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 18 | 38 | 44 | 45 | 47 | 49 | 53 | 57 | 58 | 67 | 68 | 70 | 71 | 73 | image/svg+xml 74 | 76 | 77 | 78 | 79 | 80 | 83 | 87 | 92 | 97 | 101 | 105 | 109 | 113 | 117 | 121 | 122 | 123 | -------------------------------------------------------------------------------- /src/svg16/forward.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 22 | 25 | 29 | 33 | 34 | 44 | 45 | 67 | 73 | 74 | 76 | 77 | 79 | image/svg+xml 80 | 82 | 83 | 84 | 85 | 86 | 91 | 97 | 102 | 107 | 112 | 117 | 122 | 127 | 132 | 133 | 134 | -------------------------------------------------------------------------------- /src/svg16/maximize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 42 | 48 | 49 | 51 | 52 | 54 | image/svg+xml 55 | 57 | 58 | 59 | 60 | 61 | 66 | 71 | 72 | 73 | -------------------------------------------------------------------------------- /src/svg16/minimize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 42 | 48 | 49 | 51 | 52 | 54 | image/svg+xml 55 | 57 | 58 | 59 | 60 | 61 | 66 | 71 | 72 | 73 | -------------------------------------------------------------------------------- /src/svg16/msg-read.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 40 | 46 | 47 | 49 | 52 | 56 | 60 | 61 | 71 | 72 | 74 | 75 | 77 | image/svg+xml 78 | 80 | 81 | 82 | 83 | 84 | 88 | 94 | 99 | 104 | 109 | 115 | 121 | 126 | 127 | 128 | -------------------------------------------------------------------------------- /src/svg16/msg-unread.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 40 | 46 | 47 | 49 | 52 | 56 | 60 | 61 | 71 | 72 | 74 | 75 | 77 | image/svg+xml 78 | 80 | 81 | 82 | 83 | 84 | 88 | 94 | 99 | 105 | 110 | 115 | 120 | 126 | 127 | 128 | -------------------------------------------------------------------------------- /src/svg16/start.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 16 | 18 | 19 | 21 | image/svg+xml 22 | 24 | 25 | 26 | 27 | 28 | 51 | 54 | 58 | 63 | 68 | 73 | 77 | 81 | 85 | 89 | 94 | 99 | 103 | 107 | 111 | 115 | 116 | 117 | -------------------------------------------------------------------------------- /src/svg16/stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 22 | 25 | 29 | 33 | 37 | 38 | 41 | 45 | 49 | 53 | 54 | 65 | 76 | 77 | 98 | 104 | 105 | 107 | 108 | 110 | image/svg+xml 111 | 113 | 114 | 115 | 116 | 117 | 122 | 128 | 134 | 140 | 146 | 158 | 163 | 164 | 165 | -------------------------------------------------------------------------------- /src/svg16/terminal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 38 | 44 | 45 | 47 | 49 | 50 | 52 | image/svg+xml 53 | 55 | 56 | 57 | 58 | 59 | 63 | 68 | 73 | 78 | 83 | 90 | 95 | 100 | 105 | 110 | 111 | 112 | -------------------------------------------------------------------------------- /src/svg24/back.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 39 | 45 | 46 | 48 | 50 | 51 | 53 | image/svg+xml 54 | 56 | 57 | 58 | 59 | 60 | 65 | 71 | 76 | 81 | 86 | 91 | 96 | 101 | 106 | 111 | 112 | 113 | -------------------------------------------------------------------------------- /src/svg24/folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 18 | 39 | 45 | 46 | 48 | 50 | 54 | 58 | 59 | 68 | 69 | 71 | 72 | 74 | image/svg+xml 75 | 77 | 78 | 79 | 80 | 81 | 85 | 91 | 97 | 103 | 110 | 117 | 123 | 129 | 135 | 142 | 143 | 144 | -------------------------------------------------------------------------------- /src/svg24/forward.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 40 | 46 | 47 | 49 | 51 | 52 | 54 | image/svg+xml 55 | 57 | 58 | 59 | 60 | 61 | 66 | 72 | 77 | 82 | 88 | 93 | 99 | 104 | 109 | 114 | 115 | 116 | -------------------------------------------------------------------------------- /src/svg24/music.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 22 | 33 | 36 | 40 | 44 | 45 | 55 | 58 | 62 | 66 | 67 | 78 | 88 | 89 | 108 | 114 | 115 | 117 | 118 | 120 | image/svg+xml 121 | 123 | 124 | 125 | 126 | 127 | 132 | 139 | 144 | 150 | 156 | 161 | 167 | 173 | 174 | 175 | -------------------------------------------------------------------------------- /src/svg32/application-default-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 41 | 47 | 48 | 50 | 51 | 53 | image/svg+xml 54 | 56 | 57 | 58 | 59 | 60 | 65 | 72 | 79 | 86 | 91 | 98 | 104 | 109 | 116 | 121 | 126 | 133 | 140 | 141 | 142 | -------------------------------------------------------------------------------- /src/svg32/dialog-error.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 22 | 25 | 29 | 33 | 34 | 45 | 46 | 66 | 72 | 73 | 75 | 76 | 78 | image/svg+xml 79 | 81 | 82 | 83 | 84 | 85 | 90 | 96 | 102 | 107 | 108 | 109 | -------------------------------------------------------------------------------- /src/svg32/dialog-information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 22 | 25 | 29 | 33 | 34 | 43 | 44 | 64 | 70 | 71 | 73 | 74 | 76 | image/svg+xml 77 | 79 | 80 | 81 | 82 | 83 | 88 | 100 | 106 | 118 | 124 | 131 | 136 | 137 | 138 | -------------------------------------------------------------------------------- /src/svg32/folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 16 | 18 | 22 | 26 | 27 | 36 | 37 | 39 | 40 | 42 | image/svg+xml 43 | 45 | 46 | 47 | 48 | 49 | 52 | 56 | 61 | 65 | 70 | 75 | 79 | 83 | 87 | 91 | 96 | 97 | 98 | -------------------------------------------------------------------------------- /src/svg48/application-default-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 49 | 50 | 52 | 53 | 55 | image/svg+xml 56 | 58 | 59 | 60 | 61 | 62 | 67 | 74 | 81 | 88 | 93 | 100 | 105 | 110 | 117 | 122 | 127 | 134 | 141 | 142 | 143 | -------------------------------------------------------------------------------- /src/svg48/blank48.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 40 | 46 | 47 | 49 | 50 | 52 | image/svg+xml 53 | 55 | 56 | 57 | 58 | 59 | 64 | 65 | -------------------------------------------------------------------------------- /src/svg48/dialog-error.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 22 | 25 | 29 | 33 | 34 | 45 | 46 | 66 | 72 | 73 | 75 | 76 | 78 | image/svg+xml 79 | 81 | 82 | 83 | 84 | 85 | 90 | 96 | 102 | 107 | 108 | 109 | -------------------------------------------------------------------------------- /src/svg48/dialog-information.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 22 | 25 | 29 | 33 | 34 | 44 | 45 | 65 | 71 | 72 | 74 | 75 | 77 | image/svg+xml 78 | 80 | 81 | 82 | 83 | 84 | 89 | 101 | 107 | 119 | 125 | 132 | 138 | 139 | 140 | -------------------------------------------------------------------------------- /src/svg48/folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 18 | 38 | 44 | 45 | 47 | 49 | 53 | 57 | 58 | 67 | 68 | 70 | 71 | 73 | image/svg+xml 74 | 76 | 77 | 78 | 79 | 80 | 83 | 87 | 92 | 96 | 101 | 105 | 109 | 114 | 120 | 126 | 127 | 128 | --------------------------------------------------------------------------------