Difference between revisions of "IceWM (Italiano)"
(creata pagina italiana) |
(→Installation) |
||
Line 6: | Line 6: | ||
In Unix computing, IceWM is a window manager for the X Window System graphical infrastructure, written by Marko Maček. It was coded from scratch in C++ and is released under the terms of the GNU Lesser General Public License. It is relatively lightweight in terms of memory and CPU usage, and comes with themes that allow it to imitate the UI of Windows 95, OS/2, Motif, and other graphical user interfaces. (Source: [http://en.wikipedia.org/wiki/Icewm Wikipedia]) | In Unix computing, IceWM is a window manager for the X Window System graphical infrastructure, written by Marko Maček. It was coded from scratch in C++ and is released under the terms of the GNU Lesser General Public License. It is relatively lightweight in terms of memory and CPU usage, and comes with themes that allow it to imitate the UI of Windows 95, OS/2, Motif, and other graphical user interfaces. (Source: [http://en.wikipedia.org/wiki/Icewm Wikipedia]) | ||
− | == | + | == Installazione == |
− | IceWM | + | IceWM è disponibile in [extra] ed è installabile tramite pacman: |
− | + | # pacman -S icewm | |
− | # pacman -S icewm | ||
− | |||
− | + | In alternativa, l'ultima versione del branch testing ({{Package AUR|icewm-testing}}) e la versione CVS ({{Package AUR|icewm-cvs}}) sono disponibili in [[AUR]]. Questa versioni aggiungono nuove caratteristiche come il supporto a RandR. | |
== Configuration == | == Configuration == |
Revision as of 16:13, 17 October 2011
In Unix computing, IceWM is a window manager for the X Window System graphical infrastructure, written by Marko Maček. It was coded from scratch in C++ and is released under the terms of the GNU Lesser General Public License. It is relatively lightweight in terms of memory and CPU usage, and comes with themes that allow it to imitate the UI of Windows 95, OS/2, Motif, and other graphical user interfaces. (Source: Wikipedia)
Contents
Installazione
IceWM è disponibile in [extra] ed è installabile tramite pacman:
# pacman -S icewm
In alternativa, l'ultima versione del branch testing (Template:Package AUR) e la versione CVS (Template:Package AUR) sono disponibili in AUR. Questa versioni aggiungono nuove caratteristiche come il supporto a RandR.
Configuration
Although IceWM configuration is originally text-based, there are GUI-based tools available, notably icewm-utils in [community]. However these tools are relatively old and most users prefer to simply edit the text configuration files.
To change your icewm configuration from the default, simply copy the default configuration files from Template:Codeline to Template:Codeline, for example:
$ mkdir ~/.icewm/ $ cp -R /usr/share/icewm/* ~/.icewm/
Template:Filename is the core configuration file for IceWM. Template:Filename controls the contents of the IceWM application menu. Template:Filename allows the user to customize keyboard shortcuts.
Menu
MenuMaker (available in [Community]) is a Python script that automatically populates your applications menu based on what is installed in your system. Although this may result in a menu filled with many unwanted applcations, it may still be preferable to manually editing the menu configuration file. When running MenuMaker, use the -f flag to overwrite an existing menu file:
# mmaker -f icewm
Themes
Although some themes are included by default, there is a much larger and better selection in the verified icewm-themes package in the repository. Although many have a spartan, 'old Windows' feel, some (ElbergBlue, liquid, etc.) have a more modern look.
You can also visit box-look.org for more themes.
File Managers
It should be noted that IceWM is a window manager only and therefore does not include a file manager. PCManFM and Rox Filer enable desktop icons, but iDesk can also be used to achieve this functionality.
Related Articles
External Resources
- Official IceWM website
- IceWM - Gentoo Linux Wiki
- IceWM - The Cool Window Manager - Detailed introduction on OSNews
- IceWM - A desktop for Windows emigrants - Overview and tutorial from polishlinux.org