Avevi gia' provato con le FAQ di windowmaker ?
Quote:
3.17 How can I define my own Icon for a program? (instead of the Icon the Application Supplies?)
You can right click on the titlebar of the running app and choose the "Attributes..." option, then click on the "Ignore client supplied icon" checkbox. Click "Apply", "Save" and close the Attributes Editor.
Another method is to edit ~/GNUstep/Defaults/WMWindowAttributes by hand and use the AlwaysUserIcon=YES; option for the app. For example:
xmcd = { Icon = "Radio.xpm"; AlwaysUserIcon=Yes; };
|