My Projects:
Gyach Enhanced
pY! Voice Chat
IceWM Control Panel
gAnim8
Pythonol
PHPaint



Site Powered By:
PHPaint
and
PHP

IceWMCP Spinner  IceWMCP Logo  IceWMCP Spinner

A full-featured, multi-language, Gtk-based control panel targeted toward IceWM
http://icesoundmanager.sourceforge.net
http://sourceforge.net/projects/icesoundmanager/

Download       Translators: Contribute!       Developer's Release       Support Forum



IceWMCP is FEATURED IN SEVERAL POPULAR LINUX DISTRIBUTIONS:
SuSE: https://software.opensuse.org/package/iceWMCP
Fedora: https://fedora.pkgs.org/30/rpm-sphere-noarch/icewmcp-3.2-1.noarch.rpm.html

LATEST NEWS [4/29/2005]: These pages have just moved to a NEW SERVER. The site might be under construction for some time.
LATEST NEWS [8/18/2004]: IceWMCP version 3.2 is now available. This release patches bugs that many users of Python 2.3 experienced. Support has been added for the latest features of IceWM 1.2.14 / 1.2.15. A French translation has been added, and the Russian translation has been updated. The IceMe menu editor now saves non-English characters in the menu file correctly. A big THANK YOU to the following people: French Translation Added By - Yves Perraudin (yploglib ['at'] free.fr), Régis Décamps (decamps ['at'] users.sf.net), and Simon Gauthier (joy3k ['at'] hotmail.com). Russian Translation Updates By - Vasya a.k.a Vasiliy Leushin (basileus ['at'] newmail.ru). Thank you all for your hard work and patience with me. :-)   DOWNLOAD   List of New Features
LATEST NEWS [8/18/2004]: The following applications have just been released: IcePref2 3.4, IcePref2 Theme Designer 3.2, PhrozenClock 3.2, IceSoundManager 3.2, GtkPCCard 1.6, and IceWMCP Tray Icon Plug-in 0.2   Download



APPLETS HOW-TO


IceWM Control Panel is very configurable and modular, making it easy for you to add, remove, edit, or create your own control panel applets (.cpl) files.


HIDING CONTROL APPLETS (ICONS):
You can hide IceWM Control Panel applets very easily, if you would like certain icons NOT to show up in the control panel. In the IceWM Control Panel's main window, click 'File' on the menu, then click 'Configuration...'. Then, click the 'Hide' check-button next to the icon you don't wish to see. Finally, click the 'Save' button. You're done!.


CREATING AND EDITING CONTROL PANEL APPLETS:
Creating and editing control panel applets is very simple. The applet files (found in the "applets" subdirectory of your installation directory) end with the .cpl file extension and are PLAIN TEXT files, editable with any standard text editor. To edit a control panel applet, simply open the necessary .cpl file with a text editor, and make whatever changes you see fit. When you are done, be sure to either restart the IceWM Control Panel or click 'File' -> 'Refresh View' on the IceWM Control Panel menu. ATTENTION DEVELOPERS: Developers wishing to create IceWM Control Panel applets to be distributed with their applications should read this section very carefully, as it contains important information about 'standards' and 'rules' you should follow.

An IceWM Control Panel applet consists of 2 parts: A .cpl file placed in the "applets" subdirectory, and an .xpm icon placed in the "applet-icons" subdirectory.

ICON: As of IceWM Control Panel version 1.0, three types of icon images are officially supported: .xpm, .png, and .gif. PNG is the recommended icon image format, followed by .xpm, then .gif. JPEG images (.jpg) can be loaded, but should be used as a last resort, since JPEG images don't support transparency. The icon should be 40x40 pixels in size: If it's not, IceWMCP will scale the icon to that size. (This is to maintain a standard look in the control panel). The icon MUST be placed in the "applet-icons" subdirectory of the IceWM Control Panel installation directory.

.CPL FILE: The .cpl control panel applet information file is PLAIN TEXT, and can be created with any standard text editor. The .cpl file MUST be placed in the "applets" subdirectory of the IceWM Control Panel installation directory. The structure of a .cpl control panel applet information file is as follows:

# Ice Control Panel Applet
Name=ODBC\nSources
Exec=gODBCConfig
Icon=godbc.xpm
Hint=Manage ODBC Data Sources (gODBCConfig)
This should be pretty self-explanatory, but let me explain anyway. "Name" is the name that will be displayed in the control panel, undernearth the icon. The "Name" element should be kept short. The new-line character "\n" is permitted (as seen above). Please keep the "Name" element to 3 lines or less, with 7-9 characters or less per-line. (We don't need a paragraph and a biography here, just a short, descriptive name.) "Exec" is the name of the executable to be launched when the control panel applet is activated. "Icon" is the .xpm icon (stored in the "applet-icons" subdirectory) to be displayed in the control panel for this applet. "Hint" is the popup tool-tip that is displayed when the user places their mouse over this applet in the IceWM Control Panel. Any "comments" in the .cpl file MUST start with a "#" on the beginning of the line (please keep comments brief to keep .cpl files small). You may save your .cpl file to the 'applets' subdirectory, and please use a short, but descriptive file name. For the example above, the file name "odbc.cpl" would be a good file name. That's it. When you are done, be sure to either restart the IceWM Control Panel or click 'File' -> 'Refresh View' on the IceWM Control Panel menu.


REMOVING CONTROL APPLETS (ICONS) PERMENANTLY:
You may permenantly remove control panel applet files by removing their associated .cpl file in the "applets" subdirectory of the installation directory. (Be careful!) You should also delete the associated icon image in the "applet-icons" subdirectory if you know it is no longer need. It is suggested that you first view .cpl file with a text editor before deleting it, to ensure you are deleting the right control panel applet. That's it. When you are done, be sure to either restart the IceWM Control Panel or click 'File' -> 'Refresh View' on the IceWM Control Panel menu.


FOREIGN LANGUAGE SUPPORT:
Starting with version 0.2, IceWM Control Panel applets support foreign languages (any language supported by the gettext system of language abbreviations.). Foreign language applets are to be placed in an appropriate language sub-directory of the "./applets/" directory. Normally, the language subdirectory must be lower case, and the first 2 letters of your 'locale' language name. For example, if your locale language name is 'es_MX', then your language name is 'es' (Spanish), and the appropriate Spanish language applets will be found in "./applets/es/". If your locale language name is "de_DE", your language name is 'de', and your applets directory would be "./applets/de/". (So on and so forth). However, a few language locales use their FULL names, due to drastic regional differences in dialects. Here are the exceptions: pt_PT, pt_BR, zh_TW, zh_CN, zh_HK, zh_HG. For these locales I've just listed, their applet sub-directory is the full locale's name in LOWER CASE, while their translation catalog's sub-directory is the locale's full name as-is. For example, for Traditional Chinese (zh_TW), the .cpl applet files will be stored in ./applets/zh_tw/, and the translation gettext catalogs will be stored in ./locale/zh_TW/. Unless your locale is listed as one of the 'exceptions', you should follow the first (and easier) rule.

Currently, IceWM Control Panel comes configured with applets for 4 languages: English, Spanish, Russian, and Traditional Chinese. However, users (and translators) are encouraged to create applets in other languages in the appropriate language sub-directory of the "applets" directory, and if you would like, send your translated applets to me for inclusion in a future release of IceWM Control Panel. (Make sure you tell me what language they are for.). IceWM Control Panel will load control panel applets from the appropriate language directory based on your locale 'language' setting in your environment variables ($LANG and $LANGUAGE). English language applets are always at the root applet directory "./applets/". If applets in your foreign language are not available (have not been created by you or another person), IceWM Control Panel will default to the English language applets. If you wish to create applets in another language, simple copy the English language applets in the "applets' directory to your appropriate language sub-directory, then translate them into the foreign language you have chosen. (i.e., if doing a French translation, copy all the .cpl files to "./applets/fr/", then translate the applets in "./applets/fr/" to French.). Foreign language applets should follow the same structure and format as English language applets (see the section above 'CREATING AND EDITING CONTROL PANEL APPLETS'). NOTE: When creating foreign language applets, there is NO need to copy or move the ICONS (.xpm files) for the applets. Icons should remain (or be placed in) the 'applet-icons' directory of the IceWM Control Panel installation directory.



DEFAULT CONFIGURATION:
The basic distribution of IceWM Control Panel comes pre-configured to use the following applications:

ICEWM CONTROL INTERNAL APPLICATIONS:

IceWMCPEnergyStar.py  (IceWMCP version 2.5 and later)
IceWMCPWallpaper.py
icepref.py
icepref.py module=Themes
icepref_td.py
IceWMCPWinOptions.py
IceWMCP_GtkPCCard.py  (IceWMCP version 2.0 and later)
phrozenclock.py
IceMe.py
icesound.py
pyspool.py
IceWMCPMouse.py
IceWMCPKeyboard.py
IceWMCPGtkIconSelection.py
IceWMCPSystem.py  (add-in, IceWMCP version 2.3 and later)

tkPCCard.py  (obselete, IceWMCP version 1.1 and before)
IceWMCPCursors.py   (obselete, IceWMCP version 2.2 and before)
IceWMCPKeyEdit.py  (obselete, IceWMCP version 2.2 and before)


___________________________________________________________________
THIRD-PARTY APPLICATIONS (not supplied by IceWM Control Panel):

userinfo
usbview
guname
xscreensaver-demo
userpasswd
usermount
gnorpm
gODBCConfig
kuser
kcron
tkantivir
gtop
gtkaumix
gfloppy
gfcc
ControlPanel (java)



** Note: The vast majority of the third-party applications come standard with most Linux systems, but are also readily available at places like http://speakeasy.rpmfind.net. You are responsible for getting these third-party applications if you wish to use them through the IceWM Control Panel, as they are not supplied by IceWM Control Panel. In addition, you can reconfigure the applets to you other applications in place of these by editing the appropriate .cpl file in the "applets" sub-directory. Also, you can configure IceWM Control Panel to hide icons you do not wish to have displayed in the control panel.


IceWM Control Panel is Copyright (c) 2002-2005 by Erica Andrews (PhrozenSmoke ['at'] yahoo.com).
See the license and copyright documents for more legal information regarding this software.

Last Update: 04/29/2005
SourceForge Logo
. . .