*/
IceWM Cygwin Binaries and Compile Instructions
Download IceWM 1.2.32 Compiled Cygwin Binaries
icewm-1.2.32-cygwin.tar.bz2 (2.6M)
Option 1: Install Binaries
Install these packages from cygwin setup.exe (and any subsequent packages that become selected):
xorg-x11-base: Cygwin/X base
xorg-x11-fscl: Cygwin/X scaleable fonts
Download the compiled IceWM binaries to your root (/) cygwin directory (i.e. C:\cygwin)
Extract using the command: tar -xjvf icewm-1.2.32-cygwin.tar.bz2
Option 2: Compile From Source Without Imlib
Install these packages from cygwin setup.exe (and any subsequent packages that become selected):
gcc: C compiler upgrade helper
make: The GNU version of the 'make' utility
xorg-x11-base: Cygwin/X base
xorg-x11-devel: Cygwin/X headers and import libraries
xorg-x11-fscl: Cygwin/X scaleable fonts
Download the latest version of IceWM from sourceforge.net
Extract using a command similar to: tar -xzvf icewm-1.2.32.tar.gz (change the filename as necessary)
cd to the resulting directory example: cd icewm-1.2.32
Execute the command (all one line): ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/sbin --localstatedir=/var --datadir=/usr/share --mandir=/usr/share/man --infodir=/usr/share/info --disable-i18n --disable-nls --enable-shaped-decorations --enable-gradients --enable-antialiasing --enable-corefonts --disable-xinerama --without-gnome --without-imlib --x-libraries=/usr/X11R6/lib/ --x-includes=/usr/X11R6/include/
make
make install
make install-docs
make install-man
Option 3: Compile From Source With Imlib
Install these packages from cygwin setup.exe (and any subsequent packages that become selected):
gcc: C compiler upgrade helper
imlib: Graphics rendering library
jpeg:A library for manipulating JPEG image format files
libpng12-devel: PNG library - 1.2.x development libraries and headers
libtiff-devel:A library for manipulating TIFF format image files (devel)
make: The GNU version of the 'make' utility
xorg-x11-base: Cygwin/X base
xorg-x11-devel: Cygwin/X headers and import libraries
xorg-x11-fscl: Cygwin/X scaleable fonts
Download the latest version of IceWM from sourceforge.net
Extract using a command similar to: tar -xzvf icewm-1.2.32.tar.gz (change the filename as necessary)
cd to the resulting directory example: cd icewm-1.2.32
Execute the command (all one line): ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/sbin --localstatedir=/var --datadir=/usr/share --mandir=/usr/share/man --infodir=/usr/share/info --disable-i18n --disable-nls --enable-shaped-decorations --enable-gradients --enable-antialiasing --enable-corefonts --disable-xinerama --without-gnome --x-libraries=/usr/X11R6/lib/ --x-includes=/usr/X11R6/include/
make
make install
make install-docs
make install-man
Configuring IceWM as the Default Window Manager
Edit the file /usr/X11R6/bin/startxwin.sh using your favorite editor
Scroll down to the command to execute XWin and replace the -multiwindow command line switch with -rootless
For example, you might change the line
XWin -multiwindow -clipboard -silent-dup-error &
to
XWin -rootless -clipboard -silent-dup-error &
Ensure that other window managers will not be executed by commenting them out with a pound (#) sign and add the command icewm & as shown below
# twm &
icewm &
Themes
box-look.org
freshmeat.net
Build Log
Current Release: icewm-1.2.32.tar.gz
$ wget http://easynews.dl.sourceforge.net/sourceforge/icewm/icewm-1.2.32.tar.gz
--00:54:35-- http://easynews.dl.sourceforge.net/sourceforge/icewm/icewm-1.2.32.tar.gz
=> `icewm-1.2.32.tar.gz'
Resolving easynews.dl.sourceforge.net... 69.16.168.245
Connecting to easynews.dl.sourceforge.net|69.16.168.245|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 821,920 (803K) [application/x-tar]
0K .......... .......... .......... .......... .......... 6% 137.44 KB/s
50K .......... .......... .......... .......... .......... 12% 113.17 KB/s
100K .......... .......... .......... .......... .......... 18% 269.72 KB/s
150K .......... .......... .......... .......... .......... 24% 131.49 KB/s
200K .......... .......... .......... .......... .......... 31% 209.90 KB/s
250K .......... .......... .......... .......... .......... 37% 161.72 KB/s
300K .......... .......... .......... .......... .......... 43% 157.22 KB/s
350K .......... .......... .......... .......... .......... 49% 161.67 KB/s
400K .......... .......... .......... .......... .......... 56% 161.46 KB/s
450K .......... .......... .......... .......... .......... 62% 161.71 KB/s
500K .......... .......... .......... .......... .......... 68% 157.17 KB/s
550K .......... .......... .......... .......... .......... 74% 161.84 KB/s
600K .......... .......... .......... .......... .......... 80% 161.67 KB/s
650K .......... .......... .......... .......... .......... 87% 161.74 KB/s
700K .......... .......... .......... .......... .......... 93% 157.17 KB/s
750K .......... .......... .......... .......... .......... 99% 161.83 KB/s
800K .. 100% 242.60 KB/s
00:54:40 (159.00 KB/s) - `icewm-1.2.32.tar.gz' saved [821920/821920]
$ tar -xzvf icewm-1.2.32.tar.gz
icewm-1.2.32/
icewm-1.2.32/README
icewm-1.2.32/CHANGES
icewm-1.2.32/icewm.spec.in
icewm-1.2.32/BUGS
icewm-1.2.32/src/
icewm-1.2.32/src/ascii.h
icewm-1.2.32/src/yscrollbar.cc
icewm-1.2.32/src/ypopup.h
icewm-1.2.32/src/apppstatus.cc
icewm-1.2.32/src/yarray.cc
icewm-1.2.32/src/atasks.cc
icewm-1.2.32/src/ymenu.cc
icewm-1.2.32/src/icewmhint.cc
icewm-1.2.32/src/icesame.cc
icewm-1.2.32/src/wmminiicon.cc
icewm-1.2.32/src/iceview.cc
icewm-1.2.32/src/ybase.h
icewm-1.2.32/src/Makefile.os2
icewm-1.2.32/src/yarray.h
icewm-1.2.32/src/ykey.h
icewm-1.2.32/src/icelist.cc
icewm-1.2.32/src/yaction.h
icewm-1.2.32/src/intl.h
icewm-1.2.32/src/yurl.h
icewm-1.2.32/src/wmtitle.h
icewm-1.2.32/src/ymenuitem.cc
icewm-1.2.32/src/objbutton.h
icewm-1.2.32/src/yfontcore.cc
icewm-1.2.32/src/yconfig.h
icewm-1.2.32/src/yprefs.h
icewm-1.2.32/src/testnetwmhints.cc
icewm-1.2.32/src/ytooltip.h
icewm-1.2.32/src/wmstatus.cc
icewm-1.2.32/src/ylocale.cc
icewm-1.2.32/src/ypaint.cc
icewm-1.2.32/src/bindkey.h
icewm-1.2.32/src/ycursor.cc
icewm-1.2.32/src/wmapp.h
icewm-1.2.32/src/ylib.h
icewm-1.2.32/src/iceclock.cc
icewm-1.2.32/src/yparser.cc
icewm-1.2.32/src/ypoint.h
icewm-1.2.32/src/aworkspaces.cc
icewm-1.2.32/src/ydialog.cc
icewm-1.2.32/src/wmminiicon.h
icewm-1.2.32/src/wmtaskbar.cc
icewm-1.2.32/src/icesh.cc
icewm-1.2.32/src/objbar.h
icewm-1.2.32/src/ylibrary.cc
icewm-1.2.32/src/yinputline.h
icewm-1.2.32/src/testdesktop.cc
icewm-1.2.32/src/ylibrary.h
icewm-1.2.32/src/testlocale.cc
icewm-1.2.32/src/wmdialog.h
icewm-1.2.32/src/misc.cc
icewm-1.2.32/src/atray.cc
icewm-1.2.32/src/debug.h
icewm-1.2.32/src/ypopup.cc
icewm-1.2.32/src/iceskt.cc
icewm-1.2.32/src/preferences.xml
icewm-1.2.32/src/ymsgbox.h
icewm-1.2.32/src/acpustatus.cc
icewm-1.2.32/src/yactionbutton.h
icewm-1.2.32/src/wmabout.cc
icewm-1.2.32/src/wmprog.cc
icewm-1.2.32/src/wmaction.h
icewm-1.2.32/src/yxapp.cc
icewm-1.2.32/src/yxembed.h
icewm-1.2.32/src/yconfig.cc
icewm-1.2.32/src/ysocket.cc
icewm-1.2.32/src/gnome.cc
icewm-1.2.32/src/aaddressbar.cc
icewm-1.2.32/src/wmcontainer.h
icewm-1.2.32/src/prefs.h
icewm-1.2.32/src/ydesktop.h
icewm-1.2.32/src/yapp.cc
icewm-1.2.32/src/yimage.cc
icewm-1.2.32/src/ref.h
icewm-1.2.32/src/WinMgr.h
icewm-1.2.32/src/ydialog.h
icewm-1.2.32/src/ylabel.h
icewm-1.2.32/src/icewmbg.cc
icewm-1.2.32/src/objmenu.h
icewm-1.2.32/src/apppstatus.h
icewm-1.2.32/src/ywindow.h
icewm-1.2.32/src/yxapp.h
icewm-1.2.32/src/wmwinlist.h
icewm-1.2.32/src/ypixbuf.cc
icewm-1.2.32/src/ydesktop.cc
icewm-1.2.32/src/icerun.cc
icewm-1.2.32/src/wmcontainer.cc
icewm-1.2.32/src/wmwinlist.cc
icewm-1.2.32/src/obj.h
icewm-1.2.32/src/ymsgbox.cc
icewm-1.2.32/src/wmmgr.h
icewm-1.2.32/src/ypaths.h
icewm-1.2.32/src/wmconfig.cc
icewm-1.2.32/src/wmclient.cc
icewm-1.2.32/src/wmdialog.cc
icewm-1.2.32/src/iceicon.cc
icewm-1.2.32/src/yinput.cc
icewm-1.2.32/src/wmbutton.h
icewm-1.2.32/src/browse.cc
icewm-1.2.32/src/ref.cc
icewm-1.2.32/src/wmbutton.cc
icewm-1.2.32/src/icesound.cc
icewm-1.2.32/src/ytimer.cc
icewm-1.2.32/src/ywindow.cc
icewm-1.2.32/src/atasks.h
icewm-1.2.32/src/ybutton.cc
icewm-1.2.32/src/ypaint.h
icewm-1.2.32/src/aaddressbar.h
icewm-1.2.32/src/atray.h
icewm-1.2.32/src/guievent.h
icewm-1.2.32/src/ycmdline.cc
icewm-1.2.32/src/ypaths.cc
icewm-1.2.32/src/yprefs.cc
icewm-1.2.32/src/aclock.h
icewm-1.2.32/src/wmswitch.cc
icewm-1.2.32/src/ysocket.h
icewm-1.2.32/src/yrect.h
icewm-1.2.32/src/wmclient.h
icewm-1.2.32/src/yscrollview.h
icewm-1.2.32/src/ylistbox.cc
icewm-1.2.32/src/.cvsignore
icewm-1.2.32/src/yicon.cc
icewm-1.2.32/src/wmframe.cc
icewm-1.2.32/src/yutil.h
icewm-1.2.32/src/testarray.cc
icewm-1.2.32/src/yicon.h
icewm-1.2.32/src/ymenuitem.h
icewm-1.2.32/src/yscrollview.cc
icewm-1.2.32/src/ymenufile.cc
icewm-1.2.32/src/testwinhints.cc
icewm-1.2.32/src/yxtray.cc
icewm-1.2.32/src/yxtray.h
icewm-1.2.32/src/testmenus.cc
icewm-1.2.32/src/wmoption.h
icewm-1.2.32/src/wmoption.cc
icewm-1.2.32/src/wmstatus.h
icewm-1.2.32/src/objbar.cc
icewm-1.2.32/src/themes.cc
icewm-1.2.32/src/wmwinmenu.cc
icewm-1.2.32/src/default.h
icewm-1.2.32/src/aapm.cc
icewm-1.2.32/src/wmconfig.h
icewm-1.2.32/src/yfont.cc
icewm-1.2.32/src/wmaction.cc
icewm-1.2.32/src/yfull.h
icewm-1.2.32/src/decorate.cc
icewm-1.2.32/src/wmswitch.h
icewm-1.2.32/src/ymenufile.h
icewm-1.2.32/src/icehelp.cc
icewm-1.2.32/src/ypipereader.h
icewm-1.2.32/src/yapp.h
icewm-1.2.32/src/ylocale.h
icewm-1.2.32/src/aclock.cc
icewm-1.2.32/src/ytooltip.cc
icewm-1.2.32/src/sysdep.h
icewm-1.2.32/src/themable.h
icewm-1.2.32/src/ycmdline.h
icewm-1.2.32/src/MwmUtil.h
icewm-1.2.32/src/wmframe.h
icewm-1.2.32/src/aworkspaces.h
icewm-1.2.32/src/wmtitle.cc
icewm-1.2.32/src/ybutton.h
icewm-1.2.32/src/wmmgr.cc
icewm-1.2.32/src/movesize.cc
icewm-1.2.32/src/wmabout.h
icewm-1.2.32/src/binascii.h
icewm-1.2.32/src/ystring.h
icewm-1.2.32/src/genpref.cc
icewm-1.2.32/src/yxembed.cc
icewm-1.2.32/src/ylabel.cc
icewm-1.2.32/src/wmsession.cc
icewm-1.2.32/src/ysmapp.cc
icewm-1.2.32/src/yparser.h
icewm-1.2.32/src/yfontxft.cc
icewm-1.2.32/src/ypoll.h
icewm-1.2.32/src/ytimer.h
icewm-1.2.32/src/gnome2.cc
icewm-1.2.32/src/wmsession.h
icewm-1.2.32/src/amailbox.h
icewm-1.2.32/src/wmtaskbar.h
icewm-1.2.32/src/yscrollbar.h
icewm-1.2.32/src/amailbox.cc
icewm-1.2.32/src/ymenu.h
icewm-1.2.32/src/testmap.cc
icewm-1.2.32/src/themes.h
icewm-1.2.32/src/ypipereader.cc
icewm-1.2.32/src/browse.h
icewm-1.2.32/src/yurl.cc
icewm-1.2.32/src/icewmbg_prefs.h
icewm-1.2.32/src/ypixbuf.h
icewm-1.2.32/src/Makefile.in
icewm-1.2.32/src/wmapp.cc
icewm-1.2.32/src/ylistbox.h
icewm-1.2.32/src/ycursor.h
icewm-1.2.32/src/wmwinmenu.h
icewm-1.2.32/src/ysmapp.h
icewm-1.2.32/src/wmprog.h
icewm-1.2.32/src/acpustatus.h
icewm-1.2.32/src/icesm.cc
icewm-1.2.32/src/base.h
icewm-1.2.32/src/icetray.cc
icewm-1.2.32/src/aapm.h
icewm-1.2.32/src/config.h.in
icewm-1.2.32/src/Makefile
icewm-1.2.32/src/config.h
icewm-1.2.32/acinclude.m4
icewm-1.2.32/INSTALL
icewm-1.2.32/autogen.sh
icewm-1.2.32/install.in
icewm-1.2.32/config.sub
icewm-1.2.32/contrib/
icewm-1.2.32/contrib/tbf-movesize-fx.diff
icewm-1.2.32/contrib/tbf-gnomevfs.diff
icewm-1.2.32/contrib/tbf-wm-session.diff
icewm-1.2.32/AUTHORS
icewm-1.2.32/utils/
icewm-1.2.32/utils/search_strings
icewm-1.2.32/utils/install-theme.sh
icewm-1.2.32/utils/release.sh
icewm-1.2.32/utils/prefs2cxx.xsl
icewm-1.2.32/utils/mkbuild.sh
icewm-1.2.32/config.guess
icewm-1.2.32/PLATFORMS
icewm-1.2.32/TODO
icewm-1.2.32/doc/
icewm-1.2.32/doc/techinfo.sgml
icewm-1.2.32/doc/Makefile
icewm-1.2.32/doc/.cvsignore
icewm-1.2.32/doc/icewm.sgml
icewm-1.2.32/doc/icewm.1.man
icewm-1.2.32/doc/icewm.html
icewm-1.2.32/doc/icewm-1.html
icewm-1.2.32/doc/icewm-2.html
icewm-1.2.32/doc/icewm-3.html
icewm-1.2.32/doc/icewm-4.html
icewm-1.2.32/doc/icewm-5.html
icewm-1.2.32/doc/icewm-6.html
icewm-1.2.32/doc/icewm-7.html
icewm-1.2.32/doc/icewm-8.html
icewm-1.2.32/doc/icewm-9.html
icewm-1.2.32/doc/icewm-10.html
icewm-1.2.32/doc/icewm-11.html
icewm-1.2.32/doc/icewm-12.html
icewm-1.2.32/doc/icewm-13.html
icewm-1.2.32/doc/icewm-14.html
icewm-1.2.32/doc/icewm-15.html
icewm-1.2.32/doc/icewm-16.html
icewm-1.2.32/doc/icewm-17.html
icewm-1.2.32/doc/icewm-18.html
icewm-1.2.32/doc/icewm-19.html
icewm-1.2.32/doc/icewm-20.html
icewm-1.2.32/po/
icewm-1.2.32/po/pt_BR.po
icewm-1.2.32/po/tr.po
icewm-1.2.32/po/zh_CN.po
icewm-1.2.32/po/ru.po
icewm-1.2.32/po/be.po
icewm-1.2.32/po/POTFILES.in
icewm-1.2.32/po/es.po
icewm-1.2.32/po/nl.po
icewm-1.2.32/po/el.po
icewm-1.2.32/po/sl.po
icewm-1.2.32/po/fr.po
icewm-1.2.32/po/da.po
icewm-1.2.32/po/ro.po
icewm-1.2.32/po/fi.po
icewm-1.2.32/po/zh_TW.Big5.po
icewm-1.2.32/po/cs.po
icewm-1.2.32/po/hu.po
icewm-1.2.32/po/uk.po
icewm-1.2.32/po/hr.po
icewm-1.2.32/po/it.po
icewm-1.2.32/po/ko.po
icewm-1.2.32/po/pl.po
icewm-1.2.32/po/sk.po
icewm-1.2.32/po/ja.po
icewm-1.2.32/po/.cvsignore
icewm-1.2.32/po/icewm.pot
icewm-1.2.32/po/en.po
icewm-1.2.32/po/lv.po
icewm-1.2.32/po/id.po
icewm-1.2.32/po/de.po
icewm-1.2.32/po/vi.po
icewm-1.2.32/po/bg.po
icewm-1.2.32/po/Makefile.in
icewm-1.2.32/po/ca.po
icewm-1.2.32/po/lt.po
icewm-1.2.32/po/sv.po
icewm-1.2.32/po/zh_TW.po
icewm-1.2.32/po/nb.po
icewm-1.2.32/po/mk.po
icewm-1.2.32/po/Makefile
icewm-1.2.32/icewm.lsm.in
icewm-1.2.32/COPYING
icewm-1.2.32/.cvsignore
icewm-1.2.32/VERSION
icewm-1.2.32/config.cmd
icewm-1.2.32/configure.in
icewm-1.2.32/lib/
icewm-1.2.32/lib/themes/
icewm-1.2.32/lib/themes/win95/
icewm-1.2.32/lib/themes/win95/minimize.xpm
icewm-1.2.32/lib/themes/win95/default.theme
icewm-1.2.32/lib/themes/win95/restore.xpm
icewm-1.2.32/lib/themes/win95/close.xpm
icewm-1.2.32/lib/themes/win95/maximize.xpm
icewm-1.2.32/lib/themes/warp4/
icewm-1.2.32/lib/themes/warp4/minimize.xpm
icewm-1.2.32/lib/themes/warp4/default.theme
icewm-1.2.32/lib/themes/warp4/restore.xpm
icewm-1.2.32/lib/themes/warp4/hide.xpm
icewm-1.2.32/lib/themes/warp4/close.xpm
icewm-1.2.32/lib/themes/warp4/maximize.xpm
icewm-1.2.32/lib/themes/nice2/
icewm-1.2.32/lib/themes/nice2/default.theme
icewm-1.2.32/lib/themes/nice2/menuButtonA.xpm
icewm-1.2.32/lib/themes/nice2/titleAT.xpm
icewm-1.2.32/lib/themes/nice2/titleIT.xpm
icewm-1.2.32/lib/themes/nice2/restoreI.xpm
icewm-1.2.32/lib/themes/nice2/titleAB.xpm
icewm-1.2.32/lib/themes/nice2/minimizeA.xpm
icewm-1.2.32/lib/themes/nice2/closeA.xpm
icewm-1.2.32/lib/themes/nice2/restoreA.xpm
icewm-1.2.32/lib/themes/nice2/closeI.xpm
icewm-1.2.32/lib/themes/nice2/minimizeI.xpm
icewm-1.2.32/lib/themes/nice2/menuButtonI.xpm
icewm-1.2.32/lib/themes/nice2/maximizeA.xpm
icewm-1.2.32/lib/themes/nice2/titleIB.xpm
icewm-1.2.32/lib/themes/nice2/maximizeI.xpm
icewm-1.2.32/lib/themes/gtk2/
icewm-1.2.32/lib/themes/gtk2/default.theme
icewm-1.2.32/lib/themes/gtk2/menuButtonA.xpm
icewm-1.2.32/lib/themes/gtk2/restoreI.xpm
icewm-1.2.32/lib/themes/gtk2/minimizeA.xpm
icewm-1.2.32/lib/themes/gtk2/closeA.xpm
icewm-1.2.32/lib/themes/gtk2/restoreA.xpm
icewm-1.2.32/lib/themes/gtk2/closeI.xpm
icewm-1.2.32/lib/themes/gtk2/minimizeI.xpm
icewm-1.2.32/lib/themes/gtk2/menuButtonI.xpm
icewm-1.2.32/lib/themes/gtk2/maximizeA.xpm
icewm-1.2.32/lib/themes/gtk2/maximizeI.xpm
icewm-1.2.32/lib/themes/motif/
icewm-1.2.32/lib/themes/motif/minimize.xpm
icewm-1.2.32/lib/themes/motif/default.theme
icewm-1.2.32/lib/themes/motif/restore.xpm
icewm-1.2.32/lib/themes/motif/menu.xpm
icewm-1.2.32/lib/themes/motif/close.xpm
icewm-1.2.32/lib/themes/motif/maximize.xpm
icewm-1.2.32/lib/themes/icedesert/
icewm-1.2.32/lib/themes/icedesert/default.theme
icewm-1.2.32/lib/themes/icedesert/menuButtonA.xpm
icewm-1.2.32/lib/themes/icedesert/titleAT.xpm
icewm-1.2.32/lib/themes/icedesert/titleIT.xpm
icewm-1.2.32/lib/themes/icedesert/maximizeO.xpm
icewm-1.2.32/lib/themes/icedesert/restoreI.xpm
icewm-1.2.32/lib/themes/icedesert/closeO.xpm
icewm-1.2.32/lib/themes/icedesert/titleAB.xpm
icewm-1.2.32/lib/themes/icedesert/minimizeA.xpm
icewm-1.2.32/lib/themes/icedesert/closeA.xpm
icewm-1.2.32/lib/themes/icedesert/minimizeO.xpm
icewm-1.2.32/lib/themes/icedesert/restoreA.xpm
icewm-1.2.32/lib/themes/icedesert/restoreO.xpm
icewm-1.2.32/lib/themes/icedesert/closeI.xpm
icewm-1.2.32/lib/themes/icedesert/minimizeI.xpm
icewm-1.2.32/lib/themes/icedesert/menuButtonI.xpm
icewm-1.2.32/lib/themes/icedesert/maximizeA.xpm
icewm-1.2.32/lib/themes/icedesert/menuButtonO.xpm
icewm-1.2.32/lib/themes/icedesert/titleIB.xpm
icewm-1.2.32/lib/themes/icedesert/maximizeI.xpm
icewm-1.2.32/lib/themes/yellowmotif/
icewm-1.2.32/lib/themes/yellowmotif/minimize.xpm
icewm-1.2.32/lib/themes/yellowmotif/default.theme
icewm-1.2.32/lib/themes/yellowmotif/restore.xpm
icewm-1.2.32/lib/themes/yellowmotif/menu.xpm
icewm-1.2.32/lib/themes/yellowmotif/close.xpm
icewm-1.2.32/lib/themes/yellowmotif/maximize.xpm
icewm-1.2.32/lib/themes/nice/
icewm-1.2.32/lib/themes/nice/minimize.xpm
icewm-1.2.32/lib/themes/nice/rolldown.xpm
icewm-1.2.32/lib/themes/nice/default.theme
icewm-1.2.32/lib/themes/nice/restore.xpm
icewm-1.2.32/lib/themes/nice/blue.theme
icewm-1.2.32/lib/themes/nice/hide.xpm
icewm-1.2.32/lib/themes/nice/close.xpm
icewm-1.2.32/lib/themes/nice/maximize.xpm
icewm-1.2.32/lib/themes/nice/rollup.xpm
icewm-1.2.32/lib/themes/metal2/
icewm-1.2.32/lib/themes/metal2/dframeIBL.xpm
icewm-1.2.32/lib/themes/metal2/frameIB.xpm
icewm-1.2.32/lib/themes/metal2/frameIBR.xpm
icewm-1.2.32/lib/themes/metal2/frameAR.xpm
icewm-1.2.32/lib/themes/metal2/frameATL.xpm
icewm-1.2.32/lib/themes/metal2/default.theme
icewm-1.2.32/lib/themes/metal2/titleAS.xpm
icewm-1.2.32/lib/themes/metal2/dframeITL.xpm
icewm-1.2.32/lib/themes/metal2/titleAR.xpm
icewm-1.2.32/lib/themes/metal2/dframeAR.xpm
icewm-1.2.32/lib/themes/metal2/frameABL.xpm
icewm-1.2.32/lib/themes/metal2/frameIL.xpm
icewm-1.2.32/lib/themes/metal2/menuButtonA.xpm
icewm-1.2.32/lib/themes/metal2/rolldownI.xpm
icewm-1.2.32/lib/themes/metal2/frameIT.xpm
icewm-1.2.32/lib/themes/metal2/dframeAL.xpm
icewm-1.2.32/lib/themes/metal2/titleAT.xpm
icewm-1.2.32/lib/themes/metal2/frameAT.xpm
icewm-1.2.32/lib/themes/metal2/titleIT.xpm
icewm-1.2.32/lib/themes/metal2/dframeIR.xpm
icewm-1.2.32/lib/themes/metal2/rollupA.xpm
icewm-1.2.32/lib/themes/metal2/restoreI.xpm
icewm-1.2.32/lib/themes/metal2/titleIP.xpm
icewm-1.2.32/lib/themes/metal2/frameATR.xpm
icewm-1.2.32/lib/themes/metal2/titleIR.xpm
icewm-1.2.32/lib/themes/metal2/titleAB.xpm
icewm-1.2.32/lib/themes/metal2/depthI.xpm
icewm-1.2.32/lib/themes/metal2/depthA.xpm
icewm-1.2.32/lib/themes/metal2/minimizeA.xpm
icewm-1.2.32/lib/themes/metal2/titleAM.xpm
icewm-1.2.32/lib/themes/metal2/rollupI.xpm
icewm-1.2.32/lib/themes/metal2/closeA.xpm
icewm-1.2.32/lib/themes/metal2/dframeIL.xpm
icewm-1.2.32/lib/themes/metal2/dframeABR.xpm
icewm-1.2.32/lib/themes/metal2/dframeATR.xpm
icewm-1.2.32/lib/themes/metal2/titleIL.xpm
icewm-1.2.32/lib/themes/metal2/restoreA.xpm
icewm-1.2.32/lib/themes/metal2/rolldownA.xpm
icewm-1.2.32/lib/themes/metal2/dframeAB.xpm
icewm-1.2.32/lib/themes/metal2/frameABR.xpm
icewm-1.2.32/lib/themes/metal2/frameAL.xpm
icewm-1.2.32/lib/themes/metal2/closeI.xpm
icewm-1.2.32/lib/themes/metal2/minimizeI.xpm
icewm-1.2.32/lib/themes/metal2/dframeIBR.xpm
icewm-1.2.32/lib/themes/metal2/menuButtonI.xpm
icewm-1.2.32/lib/themes/metal2/hideA.xpm
icewm-1.2.32/lib/themes/metal2/dframeABL.xpm
icewm-1.2.32/lib/themes/metal2/dframeITR.xpm
icewm-1.2.32/lib/themes/metal2/hideI.xpm
icewm-1.2.32/lib/themes/metal2/dframeIB.xpm
icewm-1.2.32/lib/themes/metal2/frameITL.xpm
icewm-1.2.32/lib/themes/metal2/titleIS.xpm
icewm-1.2.32/lib/themes/metal2/frameIBL.xpm
icewm-1.2.32/lib/themes/metal2/dframeAT.xpm
icewm-1.2.32/lib/themes/metal2/maximizeA.xpm
icewm-1.2.32/lib/themes/metal2/frameAB.xpm
icewm-1.2.32/lib/themes/metal2/titleIB.xpm
icewm-1.2.32/lib/themes/metal2/frameITR.xpm
icewm-1.2.32/lib/themes/metal2/maximizeI.xpm
icewm-1.2.32/lib/themes/metal2/dframeATL.xpm
icewm-1.2.32/lib/themes/metal2/titleIM.xpm
icewm-1.2.32/lib/themes/metal2/frameIR.xpm
icewm-1.2.32/lib/themes/metal2/titleAL.xpm
icewm-1.2.32/lib/themes/metal2/dframeIT.xpm
icewm-1.2.32/lib/themes/metal2/titleAP.xpm
icewm-1.2.32/lib/themes/warp3/
icewm-1.2.32/lib/themes/warp3/minimize.xpm
icewm-1.2.32/lib/themes/warp3/rolldown.xpm
icewm-1.2.32/lib/themes/warp3/default.theme
icewm-1.2.32/lib/themes/warp3/restore.xpm
icewm-1.2.32/lib/themes/warp3/hide.xpm
icewm-1.2.32/lib/themes/warp3/close.xpm
icewm-1.2.32/lib/themes/warp3/maximize.xpm
icewm-1.2.32/lib/themes/warp3/rollup.xpm
icewm-1.2.32/lib/themes/Infadel2/
icewm-1.2.32/lib/themes/Infadel2/taskbar/
icewm-1.2.32/lib/themes/Infadel2/taskbar/start.xpm
icewm-1.2.32/lib/themes/Infadel2/taskbar/windows.xpm
icewm-1.2.32/lib/themes/Infadel2/default.theme
icewm-1.2.32/lib/themes/Infadel2/titleAS.xpm
icewm-1.2.32/lib/themes/Infadel2/titleAR.xpm
icewm-1.2.32/lib/themes/Infadel2/icons/
icewm-1.2.32/lib/themes/Infadel2/icons/app_16x16.xpm
icewm-1.2.32/lib/themes/Infadel2/icons/folder_32x32.xpm
icewm-1.2.32/lib/themes/Infadel2/icons/folder_16x16.xpm
icewm-1.2.32/lib/themes/Infadel2/menuButtonA.xpm
icewm-1.2.32/lib/themes/Infadel2/rolldownI.xpm
icewm-1.2.32/lib/themes/Infadel2/titleAQ.xpm
icewm-1.2.32/lib/themes/Infadel2/titleAJ.xpm
icewm-1.2.32/lib/themes/Infadel2/Ergonomic.theme
icewm-1.2.32/lib/themes/Infadel2/mailbox/
icewm-1.2.32/lib/themes/Infadel2/mailbox/errmail.xpm
icewm-1.2.32/lib/themes/Infadel2/mailbox/newmail.xpm
icewm-1.2.32/lib/themes/Infadel2/mailbox/nomail.xpm
icewm-1.2.32/lib/themes/Infadel2/mailbox/unreadmail.xpm
icewm-1.2.32/lib/themes/Infadel2/mailbox/mail.xpm
icewm-1.2.32/lib/themes/Infadel2/titleIJ.xpm
icewm-1.2.32/lib/themes/Infadel2/titleAT.xpm
icewm-1.2.32/lib/themes/Infadel2/cursors/
icewm-1.2.32/lib/themes/Infadel2/cursors/sizeBR.xpm
icewm-1.2.32/lib/themes/Infadel2/cursors/move.xpm
icewm-1.2.32/lib/themes/Infadel2/cursors/sizeB.xpm
icewm-1.2.32/lib/themes/Infadel2/cursors/left.xpm
icewm-1.2.32/lib/themes/Infadel2/cursors/right.xpm
icewm-1.2.32/lib/themes/Infadel2/cursors/sizeTL.xpm
icewm-1.2.32/lib/themes/Infadel2/cursors/sizeT.xpm
icewm-1.2.32/lib/themes/Infadel2/cursors/sizeR.xpm
icewm-1.2.32/lib/themes/Infadel2/cursors/sizeBL.xpm
icewm-1.2.32/lib/themes/Infadel2/cursors/sizeTR.xpm
icewm-1.2.32/lib/themes/Infadel2/cursors/sizeL.xpm
icewm-1.2.32/lib/themes/Infadel2/titleIT.xpm
icewm-1.2.32/lib/themes/Infadel2/rollupA.xpm
icewm-1.2.32/lib/themes/Infadel2/restoreI.xpm
icewm-1.2.32/lib/themes/Infadel2/titleIP.xpm
icewm-1.2.32/lib/themes/Infadel2/titleIR.xpm
icewm-1.2.32/lib/themes/Infadel2/titleAB.xpm
icewm-1.2.32/lib/themes/Infadel2/depthI.xpm
icewm-1.2.32/lib/themes/Infadel2/depthA.xpm
icewm-1.2.32/lib/themes/Infadel2/minimizeA.xpm
icewm-1.2.32/lib/themes/Infadel2/titleAM.xpm
icewm-1.2.32/lib/themes/Infadel2/rollupI.xpm
icewm-1.2.32/lib/themes/Infadel2/closeA.xpm
icewm-1.2.32/lib/themes/Infadel2/fonts.dir.default
icewm-1.2.32/lib/themes/Infadel2/restoreA.xpm
icewm-1.2.32/lib/themes/Infadel2/rolldownA.xpm
icewm-1.2.32/lib/themes/Infadel2/closeI.xpm
icewm-1.2.32/lib/themes/Infadel2/minimizeI.xpm
icewm-1.2.32/lib/themes/Infadel2/Overloaded.theme
icewm-1.2.32/lib/themes/Infadel2/menuButtonI.xpm
icewm-1.2.32/lib/themes/Infadel2/hideA.xpm
icewm-1.2.32/lib/themes/Infadel2/titleIQ.xpm
icewm-1.2.32/lib/themes/Infadel2/hideI.xpm
icewm-1.2.32/lib/themes/Infadel2/titleIS.xpm
icewm-1.2.32/lib/themes/Infadel2/maximizeA.xpm
icewm-1.2.32/lib/themes/Infadel2/snap.pcf
icewm-1.2.32/lib/themes/Infadel2/titleIB.xpm
icewm-1.2.32/lib/themes/Infadel2/maximizeI.xpm
icewm-1.2.32/lib/themes/Infadel2/titleIM.xpm
icewm-1.2.32/lib/themes/Infadel2/titleAP.xpm
icewm-1.2.32/lib/toolbar.in
icewm-1.2.32/lib/taskbar/
icewm-1.2.32/lib/taskbar/start.xpm
icewm-1.2.32/lib/taskbar/desktop.xpm
icewm-1.2.32/lib/taskbar/expand.xpm
icewm-1.2.32/lib/taskbar/windows.xpm
icewm-1.2.32/lib/taskbar/collapse.xpm
icewm-1.2.32/lib/IceWM.desktop
icewm-1.2.32/lib/winoptions.in
icewm-1.2.32/lib/programs.in
icewm-1.2.32/lib/icons/
icewm-1.2.32/lib/icons/app_16x16.xpm
icewm-1.2.32/lib/icons/xterm_16x16.xpm
icewm-1.2.32/lib/icons/xterm_32x32.xpm
icewm-1.2.32/lib/icons/app_32x32.xpm
icewm-1.2.32/lib/icons/file_16x16.xpm
icewm-1.2.32/lib/icons/emacs_32x32.xpm
icewm-1.2.32/lib/icons/java_32x32.xpm
icewm-1.2.32/lib/icons/fte_16x16.xpm
icewm-1.2.32/lib/icons/vim_16x16.xpm
icewm-1.2.32/lib/icons/fte_32x32.xpm
icewm-1.2.32/lib/icons/vim_48x48.xpm
icewm-1.2.32/lib/icons/emacs_16x16.xpm
icewm-1.2.32/lib/icons/folder_32x32.xpm
icewm-1.2.32/lib/icons/file_32x32.xpm
icewm-1.2.32/lib/icons/java_16x16.xpm
icewm-1.2.32/lib/icons/vim_32x32.xpm
icewm-1.2.32/lib/icons/folder_16x16.xpm
icewm-1.2.32/lib/ledclock/
icewm-1.2.32/lib/ledclock/n5.xpm
icewm-1.2.32/lib/ledclock/a.xpm
icewm-1.2.32/lib/ledclock/slash.xpm
icewm-1.2.32/lib/ledclock/n9.xpm
icewm-1.2.32/lib/ledclock/m.xpm
icewm-1.2.32/lib/ledclock/n3.xpm
icewm-1.2.32/lib/ledclock/percent.xpm
icewm-1.2.32/lib/ledclock/n1.xpm
icewm-1.2.32/lib/ledclock/n7.xpm
icewm-1.2.32/lib/ledclock/p.xpm
icewm-1.2.32/lib/ledclock/n6.xpm
icewm-1.2.32/lib/ledclock/n0.xpm
icewm-1.2.32/lib/ledclock/dot.xpm
icewm-1.2.32/lib/ledclock/n2.xpm
icewm-1.2.32/lib/ledclock/n8.xpm
icewm-1.2.32/lib/ledclock/space.xpm
icewm-1.2.32/lib/ledclock/n4.xpm
icewm-1.2.32/lib/ledclock/colon.xpm
icewm-1.2.32/lib/mailbox/
icewm-1.2.32/lib/mailbox/errmail.xpm
icewm-1.2.32/lib/mailbox/newmail.xpm
icewm-1.2.32/lib/mailbox/nomail.xpm
icewm-1.2.32/lib/mailbox/unreadmail.xpm
icewm-1.2.32/lib/mailbox/mail.xpm
icewm-1.2.32/lib/.cvsignore
icewm-1.2.32/lib/menu.in
icewm-1.2.32/lib/keys.in
icewm-1.2.32/lib/icewm/
icewm-1.2.32/lib/icewm/restore.xpm
icewm-1.2.32/lib/icewm/menu.xpm
icewm-1.2.32/lib/icewm/close.xpm
icewm-1.2.32/lib/icewm/maximize.xpm
icewm-1.2.32/lib/keys
icewm-1.2.32/lib/menu
icewm-1.2.32/lib/programs
icewm-1.2.32/lib/toolbar
icewm-1.2.32/lib/winoptions
icewm-1.2.32/README.wm-session
icewm-1.2.32/sysdep.os2
icewm-1.2.32/Makefile.in
icewm-1.2.32/install-sh
icewm-1.2.32/icewm.spec
icewm-1.2.32/icewm.lsm
icewm-1.2.32/aclocal.m4
icewm-1.2.32/configure
icewm-1.2.32/Makefile
$ cd icewm-1.2.32
$ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/sbin --localstatedir=/var --datadir=/usr/share --mandir=/usr/share/man --infodir=/usr/share/info --disable-i18n --disable-nls --enable-shaped-decorations --enable-gradients --enable-antialiasing --enable-corefonts --disable-xinerama --without-gnome --without-imlib --x-libraries=/usr/X11R6/lib/ --x-includes=/usr/X11R6/include/
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for g++... g++
checking for C++ compiler default output file name... a.exe
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether the C++ compiler (g++) accepts no_rtti... yes
checking whether the C++ compiler (g++) accepts no_exceptions... yes
checking whether the C++ compiler (g++) accepts warn_xxx... yes
checking whether the C++ compiler (g++) accepts permissive... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... yes
checking how to run the C++ preprocessor... g++ -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking linux/threads.h usability... no
checking linux/threads.h presence... no
checking for linux/threads.h... no
checking linux/tasks.h usability... no
checking linux/tasks.h presence... no
checking for linux/tasks.h... no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/dkstat.h usability... no
checking sys/dkstat.h presence... no
checking for sys/dkstat.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/sysctl.h usability... no
checking sys/sysctl.h presence... no
checking for sys/sysctl.h... no
checking uvm/uvm_param.h usability... no
checking uvm/uvm_param.h presence... no
checking for uvm/uvm_param.h... no
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking machine/apmvar.h usability... no
checking machine/apmvar.h presence... no
checking for machine/apmvar.h... no
checking machine/apm_bios.h usability... no
checking machine/apm_bios.h presence... no
checking for machine/apm_bios.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking return type of signal handlers... void
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gettimeofday... yes
checking for putenv... yes
checking for select... yes
checking for socket... yes
checking for strtol... yes
checking for strtoul... yes
checking for basename... yes
checking for sysctlbyname... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for getloadavg... no
checking for kern.cp_time... no
checking for X... libraries /usr/X11R6/lib/, headers /usr/X11R6/include/
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XInternAtoms in -lX11... yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking for XShapeCombineRectangles in -lXext... yes
checking for xft-config... /usr/X11R6/bin/xft-config
checking for XpmReadFileToPixmap in -lXpm... yes
checking for mkfontdir... /usr/X11R6/bin/mkfontdir
./configure: line 12328: kde-config: command not found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile
config.status: creating lib/keys
config.status: creating lib/menu
config.status: creating lib/programs
config.status: creating lib/toolbar
config.status: creating lib/winoptions
config.status: creating src/config.h
config.status: executing config.status commands
Build targets: base
Applications: icewm icewm-session icesh icewmhint icewmbg icewmtray icehelp
Image library: libXpm
Audio support:
Features: shaped-decorations gradients antialiasing xfreetype corefonts x86-asm
Paths: PREFIX: /usr
BINDIR: /usr/bin
LOCDIR:
LIBDIR: /usr/share/icewm
CFGDIR: /etc/icewm
KDEDIR: /usr/share
DOCDIR: /usr/share/doc
MANDIR: /usr/share/man
$ make
make[1]: Entering directory `/home/khom/packages/icewm/icewm-build/icewm-1.2.32/src'
make[1]: Nothing to be done for `base'.
make[1]: Leaving directory `/home/khom/packages/icewm/icewm-build/icewm-1.2.32/src'
$ make install
make[1]: Entering directory `/home/khom/packages/icewm/icewm-build/icewm-1.2.32/src'
make[1]: Nothing to be done for `base'.
make[1]: Leaving directory `/home/khom/packages/icewm/icewm-build/icewm-1.2.32/src'
------------------------------------------
Installing binaries in /usr/bin
Installing presets and icons in /usr/share/icewm
#-@/usr/bin/install -c -m 755 -d "/etc/icewm"
------------------------------------------
Installing theme: nice
Installing theme: motif
Installing theme: win95
Installing theme: warp3
Installing theme: warp4
Installing theme: metal2
Installing theme: gtk2
Installing theme: Infadel2
Installing theme: nice2
Installing theme: icedesert
Installing theme: yellowmotif
------------------------------------------
$ make install-docs
make[1]: Entering directory `/home/khom/packages/icewm/icewm-build/icewm-1.2.32/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/khom/packages/icewm/icewm-build/icewm-1.2.32/doc'
------------------------------------------
Installing documentation in /usr/share/doc
------------------------------------------
$ make install-man
$ cd /
$ tar -cjvf icewm-1.2.32-cygwin.tar.bz2 /usr/share/icewm/ /usr/share/doc/icewm-1.2.32/ /usr/share/man/man1/icewm.1 /usr/bin/icehelp.exe /usr/bin/icesh.exe /usr/bin/icewm-session.exe /usr/bin/icewm.exe /usr/bin/icewmbg.exe /usr/bin/icewmhint.exe /usr/bin/icewmtray.exe
tar: Removing leading `/' from member names
/usr/share/icewm/
/usr/share/icewm/icons/
/usr/share/icewm/icons/app_16x16.xpm
/usr/share/icewm/icons/app_32x32.xpm
/usr/share/icewm/icons/emacs_16x16.xpm
/usr/share/icewm/icons/emacs_32x32.xpm
/usr/share/icewm/icons/file_16x16.xpm
/usr/share/icewm/icons/file_32x32.xpm
/usr/share/icewm/icons/folder_16x16.xpm
/usr/share/icewm/icons/folder_32x32.xpm
/usr/share/icewm/icons/fte_16x16.xpm
/usr/share/icewm/icons/fte_32x32.xpm
/usr/share/icewm/icons/java_16x16.xpm
/usr/share/icewm/icons/java_32x32.xpm
/usr/share/icewm/icons/vim_16x16.xpm
/usr/share/icewm/icons/vim_32x32.xpm
/usr/share/icewm/icons/vim_48x48.xpm
/usr/share/icewm/icons/xterm_16x16.xpm
/usr/share/icewm/icons/xterm_32x32.xpm
/usr/share/icewm/keys
/usr/share/icewm/ledclock/
/usr/share/icewm/ledclock/a.xpm
/usr/share/icewm/ledclock/colon.xpm
/usr/share/icewm/ledclock/dot.xpm
/usr/share/icewm/ledclock/m.xpm
/usr/share/icewm/ledclock/n0.xpm
/usr/share/icewm/ledclock/n1.xpm
/usr/share/icewm/ledclock/n2.xpm
/usr/share/icewm/ledclock/n3.xpm
/usr/share/icewm/ledclock/n4.xpm
/usr/share/icewm/ledclock/n5.xpm
/usr/share/icewm/ledclock/n6.xpm
/usr/share/icewm/ledclock/n7.xpm
/usr/share/icewm/ledclock/n8.xpm
/usr/share/icewm/ledclock/n9.xpm
/usr/share/icewm/ledclock/p.xpm
/usr/share/icewm/ledclock/percent.xpm
/usr/share/icewm/ledclock/slash.xpm
/usr/share/icewm/ledclock/space.xpm
/usr/share/icewm/mailbox/
/usr/share/icewm/mailbox/errmail.xpm
/usr/share/icewm/mailbox/mail.xpm
/usr/share/icewm/mailbox/newmail.xpm
/usr/share/icewm/mailbox/nomail.xpm
/usr/share/icewm/mailbox/unreadmail.xpm
/usr/share/icewm/menu
/usr/share/icewm/preferences
/usr/share/icewm/taskbar/
/usr/share/icewm/taskbar/collapse.xpm
/usr/share/icewm/taskbar/desktop.xpm
/usr/share/icewm/taskbar/expand.xpm
/usr/share/icewm/taskbar/start.xpm
/usr/share/icewm/taskbar/windows.xpm
/usr/share/icewm/themes/
/usr/share/icewm/themes/gtk2/
/usr/share/icewm/themes/gtk2/closeA.xpm
/usr/share/icewm/themes/gtk2/closeI.xpm
/usr/share/icewm/themes/gtk2/default.theme
/usr/share/icewm/themes/gtk2/maximizeA.xpm
/usr/share/icewm/themes/gtk2/maximizeI.xpm
/usr/share/icewm/themes/gtk2/menuButtonA.xpm
/usr/share/icewm/themes/gtk2/menuButtonI.xpm
/usr/share/icewm/themes/gtk2/minimizeA.xpm
/usr/share/icewm/themes/gtk2/minimizeI.xpm
/usr/share/icewm/themes/gtk2/restoreA.xpm
/usr/share/icewm/themes/gtk2/restoreI.xpm
/usr/share/icewm/themes/icedesert/
/usr/share/icewm/themes/icedesert/closeA.xpm
/usr/share/icewm/themes/icedesert/closeI.xpm
/usr/share/icewm/themes/icedesert/closeO.xpm
/usr/share/icewm/themes/icedesert/default.theme
/usr/share/icewm/themes/icedesert/maximizeA.xpm
/usr/share/icewm/themes/icedesert/maximizeI.xpm
/usr/share/icewm/themes/icedesert/maximizeO.xpm
/usr/share/icewm/themes/icedesert/menuButtonA.xpm
/usr/share/icewm/themes/icedesert/menuButtonI.xpm
/usr/share/icewm/themes/icedesert/menuButtonO.xpm
/usr/share/icewm/themes/icedesert/minimizeA.xpm
/usr/share/icewm/themes/icedesert/minimizeI.xpm
/usr/share/icewm/themes/icedesert/minimizeO.xpm
/usr/share/icewm/themes/icedesert/restoreA.xpm
/usr/share/icewm/themes/icedesert/restoreI.xpm
/usr/share/icewm/themes/icedesert/restoreO.xpm
/usr/share/icewm/themes/icedesert/titleAB.xpm
/usr/share/icewm/themes/icedesert/titleAT.xpm
/usr/share/icewm/themes/icedesert/titleIB.xpm
/usr/share/icewm/themes/icedesert/titleIT.xpm
/usr/share/icewm/themes/Infadel2/
/usr/share/icewm/themes/Infadel2/closeA.xpm
/usr/share/icewm/themes/Infadel2/closeI.xpm
/usr/share/icewm/themes/Infadel2/cursors/
/usr/share/icewm/themes/Infadel2/cursors/left.xpm
/usr/share/icewm/themes/Infadel2/cursors/move.xpm
/usr/share/icewm/themes/Infadel2/cursors/right.xpm
/usr/share/icewm/themes/Infadel2/cursors/sizeB.xpm
/usr/share/icewm/themes/Infadel2/cursors/sizeBL.xpm
/usr/share/icewm/themes/Infadel2/cursors/sizeBR.xpm
/usr/share/icewm/themes/Infadel2/cursors/sizeL.xpm
/usr/share/icewm/themes/Infadel2/cursors/sizeR.xpm
/usr/share/icewm/themes/Infadel2/cursors/sizeT.xpm
/usr/share/icewm/themes/Infadel2/cursors/sizeTL.xpm
/usr/share/icewm/themes/Infadel2/cursors/sizeTR.xpm
/usr/share/icewm/themes/Infadel2/default.theme
/usr/share/icewm/themes/Infadel2/depthA.xpm
/usr/share/icewm/themes/Infadel2/depthI.xpm
/usr/share/icewm/themes/Infadel2/Ergonomic.theme
/usr/share/icewm/themes/Infadel2/fonts.dir
/usr/share/icewm/themes/Infadel2/hideA.xpm
/usr/share/icewm/themes/Infadel2/hideI.xpm
/usr/share/icewm/themes/Infadel2/icons/
/usr/share/icewm/themes/Infadel2/icons/app_16x16.xpm
/usr/share/icewm/themes/Infadel2/icons/folder_16x16.xpm
/usr/share/icewm/themes/Infadel2/icons/folder_32x32.xpm
/usr/share/icewm/themes/Infadel2/mailbox/
/usr/share/icewm/themes/Infadel2/mailbox/errmail.xpm
/usr/share/icewm/themes/Infadel2/mailbox/mail.xpm
/usr/share/icewm/themes/Infadel2/mailbox/newmail.xpm
/usr/share/icewm/themes/Infadel2/mailbox/nomail.xpm
/usr/share/icewm/themes/Infadel2/mailbox/unreadmail.xpm
/usr/share/icewm/themes/Infadel2/maximizeA.xpm
/usr/share/icewm/themes/Infadel2/maximizeI.xpm
/usr/share/icewm/themes/Infadel2/menuButtonA.xpm
/usr/share/icewm/themes/Infadel2/menuButtonI.xpm
/usr/share/icewm/themes/Infadel2/minimizeA.xpm
/usr/share/icewm/themes/Infadel2/minimizeI.xpm
/usr/share/icewm/themes/Infadel2/Overloaded.theme
/usr/share/icewm/themes/Infadel2/restoreA.xpm
/usr/share/icewm/themes/Infadel2/restoreI.xpm
/usr/share/icewm/themes/Infadel2/rolldownA.xpm
/usr/share/icewm/themes/Infadel2/rolldownI.xpm
/usr/share/icewm/themes/Infadel2/rollupA.xpm
/usr/share/icewm/themes/Infadel2/rollupI.xpm
/usr/share/icewm/themes/Infadel2/snap.pcf
/usr/share/icewm/themes/Infadel2/taskbar/
/usr/share/icewm/themes/Infadel2/taskbar/start.xpm
/usr/share/icewm/themes/Infadel2/taskbar/windows.xpm
/usr/share/icewm/themes/Infadel2/titleAB.xpm
/usr/share/icewm/themes/Infadel2/titleAJ.xpm
/usr/share/icewm/themes/Infadel2/titleAM.xpm
/usr/share/icewm/themes/Infadel2/titleAP.xpm
/usr/share/icewm/themes/Infadel2/titleAQ.xpm
/usr/share/icewm/themes/Infadel2/titleAR.xpm
/usr/share/icewm/themes/Infadel2/titleAS.xpm
/usr/share/icewm/themes/Infadel2/titleAT.xpm
/usr/share/icewm/themes/Infadel2/titleIB.xpm
/usr/share/icewm/themes/Infadel2/titleIJ.xpm
/usr/share/icewm/themes/Infadel2/titleIM.xpm
/usr/share/icewm/themes/Infadel2/titleIP.xpm
/usr/share/icewm/themes/Infadel2/titleIQ.xpm
/usr/share/icewm/themes/Infadel2/titleIR.xpm
/usr/share/icewm/themes/Infadel2/titleIS.xpm
/usr/share/icewm/themes/Infadel2/titleIT.xpm
/usr/share/icewm/themes/metal2/
/usr/share/icewm/themes/metal2/closeA.xpm
/usr/share/icewm/themes/metal2/closeI.xpm
/usr/share/icewm/themes/metal2/default.theme
/usr/share/icewm/themes/metal2/depthA.xpm
/usr/share/icewm/themes/metal2/depthI.xpm
/usr/share/icewm/themes/metal2/dframeAB.xpm
/usr/share/icewm/themes/metal2/dframeABL.xpm
/usr/share/icewm/themes/metal2/dframeABR.xpm
/usr/share/icewm/themes/metal2/dframeAL.xpm
/usr/share/icewm/themes/metal2/dframeAR.xpm
/usr/share/icewm/themes/metal2/dframeAT.xpm
/usr/share/icewm/themes/metal2/dframeATL.xpm
/usr/share/icewm/themes/metal2/dframeATR.xpm
/usr/share/icewm/themes/metal2/dframeIB.xpm
/usr/share/icewm/themes/metal2/dframeIBL.xpm
/usr/share/icewm/themes/metal2/dframeIBR.xpm
/usr/share/icewm/themes/metal2/dframeIL.xpm
/usr/share/icewm/themes/metal2/dframeIR.xpm
/usr/share/icewm/themes/metal2/dframeIT.xpm
/usr/share/icewm/themes/metal2/dframeITL.xpm
/usr/share/icewm/themes/metal2/dframeITR.xpm
/usr/share/icewm/themes/metal2/frameAB.xpm
/usr/share/icewm/themes/metal2/frameABL.xpm
/usr/share/icewm/themes/metal2/frameABR.xpm
/usr/share/icewm/themes/metal2/frameAL.xpm
/usr/share/icewm/themes/metal2/frameAR.xpm
/usr/share/icewm/themes/metal2/frameAT.xpm
/usr/share/icewm/themes/metal2/frameATL.xpm
/usr/share/icewm/themes/metal2/frameATR.xpm
/usr/share/icewm/themes/metal2/frameIB.xpm
/usr/share/icewm/themes/metal2/frameIBL.xpm
/usr/share/icewm/themes/metal2/frameIBR.xpm
/usr/share/icewm/themes/metal2/frameIL.xpm
/usr/share/icewm/themes/metal2/frameIR.xpm
/usr/share/icewm/themes/metal2/frameIT.xpm
/usr/share/icewm/themes/metal2/frameITL.xpm
/usr/share/icewm/themes/metal2/frameITR.xpm
/usr/share/icewm/themes/metal2/hideA.xpm
/usr/share/icewm/themes/metal2/hideI.xpm
/usr/share/icewm/themes/metal2/maximizeA.xpm
/usr/share/icewm/themes/metal2/maximizeI.xpm
/usr/share/icewm/themes/metal2/menuButtonA.xpm
/usr/share/icewm/themes/metal2/menuButtonI.xpm
/usr/share/icewm/themes/metal2/minimizeA.xpm
/usr/share/icewm/themes/metal2/minimizeI.xpm
/usr/share/icewm/themes/metal2/restoreA.xpm
/usr/share/icewm/themes/metal2/restoreI.xpm
/usr/share/icewm/themes/metal2/rolldownA.xpm
/usr/share/icewm/themes/metal2/rolldownI.xpm
/usr/share/icewm/themes/metal2/rollupA.xpm
/usr/share/icewm/themes/metal2/rollupI.xpm
/usr/share/icewm/themes/metal2/titleAB.xpm
/usr/share/icewm/themes/metal2/titleAL.xpm
/usr/share/icewm/themes/metal2/titleAM.xpm
/usr/share/icewm/themes/metal2/titleAP.xpm
/usr/share/icewm/themes/metal2/titleAR.xpm
/usr/share/icewm/themes/metal2/titleAS.xpm
/usr/share/icewm/themes/metal2/titleAT.xpm
/usr/share/icewm/themes/metal2/titleIB.xpm
/usr/share/icewm/themes/metal2/titleIL.xpm
/usr/share/icewm/themes/metal2/titleIM.xpm
/usr/share/icewm/themes/metal2/titleIP.xpm
/usr/share/icewm/themes/metal2/titleIR.xpm
/usr/share/icewm/themes/metal2/titleIS.xpm
/usr/share/icewm/themes/metal2/titleIT.xpm
/usr/share/icewm/themes/motif/
/usr/share/icewm/themes/motif/close.xpm
/usr/share/icewm/themes/motif/default.theme
/usr/share/icewm/themes/motif/maximize.xpm
/usr/share/icewm/themes/motif/menu.xpm
/usr/share/icewm/themes/motif/minimize.xpm
/usr/share/icewm/themes/motif/restore.xpm
/usr/share/icewm/themes/nice/
/usr/share/icewm/themes/nice/blue.theme
/usr/share/icewm/themes/nice/close.xpm
/usr/share/icewm/themes/nice/default.theme
/usr/share/icewm/themes/nice/hide.xpm
/usr/share/icewm/themes/nice/maximize.xpm
/usr/share/icewm/themes/nice/minimize.xpm
/usr/share/icewm/themes/nice/restore.xpm
/usr/share/icewm/themes/nice/rolldown.xpm
/usr/share/icewm/themes/nice/rollup.xpm
/usr/share/icewm/themes/nice2/
/usr/share/icewm/themes/nice2/closeA.xpm
/usr/share/icewm/themes/nice2/closeI.xpm
/usr/share/icewm/themes/nice2/default.theme
/usr/share/icewm/themes/nice2/maximizeA.xpm
/usr/share/icewm/themes/nice2/maximizeI.xpm
/usr/share/icewm/themes/nice2/menuButtonA.xpm
/usr/share/icewm/themes/nice2/menuButtonI.xpm
/usr/share/icewm/themes/nice2/minimizeA.xpm
/usr/share/icewm/themes/nice2/minimizeI.xpm
/usr/share/icewm/themes/nice2/restoreA.xpm
/usr/share/icewm/themes/nice2/restoreI.xpm
/usr/share/icewm/themes/nice2/titleAB.xpm
/usr/share/icewm/themes/nice2/titleAT.xpm
/usr/share/icewm/themes/nice2/titleIB.xpm
/usr/share/icewm/themes/nice2/titleIT.xpm
/usr/share/icewm/themes/warp3/
/usr/share/icewm/themes/warp3/close.xpm
/usr/share/icewm/themes/warp3/default.theme
/usr/share/icewm/themes/warp3/hide.xpm
/usr/share/icewm/themes/warp3/maximize.xpm
/usr/share/icewm/themes/warp3/minimize.xpm
/usr/share/icewm/themes/warp3/restore.xpm
/usr/share/icewm/themes/warp3/rolldown.xpm
/usr/share/icewm/themes/warp3/rollup.xpm
/usr/share/icewm/themes/warp4/
/usr/share/icewm/themes/warp4/close.xpm
/usr/share/icewm/themes/warp4/default.theme
/usr/share/icewm/themes/warp4/hide.xpm
/usr/share/icewm/themes/warp4/maximize.xpm
/usr/share/icewm/themes/warp4/minimize.xpm
/usr/share/icewm/themes/warp4/restore.xpm
/usr/share/icewm/themes/win95/
/usr/share/icewm/themes/win95/close.xpm
/usr/share/icewm/themes/win95/default.theme
/usr/share/icewm/themes/win95/maximize.xpm
/usr/share/icewm/themes/win95/minimize.xpm
/usr/share/icewm/themes/win95/restore.xpm
/usr/share/icewm/themes/yellowmotif/
/usr/share/icewm/themes/yellowmotif/close.xpm
/usr/share/icewm/themes/yellowmotif/default.theme
/usr/share/icewm/themes/yellowmotif/maximize.xpm
/usr/share/icewm/themes/yellowmotif/menu.xpm
/usr/share/icewm/themes/yellowmotif/minimize.xpm
/usr/share/icewm/themes/yellowmotif/restore.xpm
/usr/share/icewm/toolbar
/usr/share/icewm/winoptions
/usr/share/doc/icewm-1.2.32/
/usr/share/doc/icewm-1.2.32/AUTHORS
/usr/share/doc/icewm-1.2.32/BUGS
/usr/share/doc/icewm-1.2.32/CHANGES
/usr/share/doc/icewm-1.2.32/COPYING
/usr/share/doc/icewm-1.2.32/icewm-1.html
/usr/share/doc/icewm-1.2.32/icewm-10.html
/usr/share/doc/icewm-1.2.32/icewm-11.html
/usr/share/doc/icewm-1.2.32/icewm-12.html
/usr/share/doc/icewm-1.2.32/icewm-13.html
/usr/share/doc/icewm-1.2.32/icewm-14.html
/usr/share/doc/icewm-1.2.32/icewm-15.html
/usr/share/doc/icewm-1.2.32/icewm-16.html
/usr/share/doc/icewm-1.2.32/icewm-17.html
/usr/share/doc/icewm-1.2.32/icewm-18.html
/usr/share/doc/icewm-1.2.32/icewm-19.html
/usr/share/doc/icewm-1.2.32/icewm-2.html
/usr/share/doc/icewm-1.2.32/icewm-20.html
/usr/share/doc/icewm-1.2.32/icewm-3.html
/usr/share/doc/icewm-1.2.32/icewm-4.html
/usr/share/doc/icewm-1.2.32/icewm-5.html
/usr/share/doc/icewm-1.2.32/icewm-6.html
/usr/share/doc/icewm-1.2.32/icewm-7.html
/usr/share/doc/icewm-1.2.32/icewm-8.html
/usr/share/doc/icewm-1.2.32/icewm-9.html
/usr/share/doc/icewm-1.2.32/icewm.html
/usr/share/doc/icewm-1.2.32/icewm.lsm
/usr/share/doc/icewm-1.2.32/icewm.sgml
/usr/share/doc/icewm-1.2.32/INSTALL
/usr/share/doc/icewm-1.2.32/README
/usr/share/doc/icewm-1.2.32/techinfo.sgml
/usr/share/doc/icewm-1.2.32/VERSION
/usr/share/man/man1/icewm.1
/usr/bin/icehelp.exe
/usr/bin/icesh.exe
/usr/bin/icewm-session.exe
/usr/bin/icewm.exe
/usr/bin/icewmbg.exe
/usr/bin/icewmhint.exe
/usr/bin/icewmtray.exe
Kristopher Michael Hom
Updated Tuesday August 07, 2007
Home