EZpup is a one-step usability updater that is meant to be EZ ... very EZ ... but that applies to installing and removing. It installs a new Window Manager (
IceWM) an updated version of the ROX-Filer (2.6.1), and several handy utilities for managing themes and software installation.
As easy as it is to install and remove, there are some things that you might like to know about how to configure and modify EZpup's components for an even more satisfying Puppy experience. This wiki page is an attempt to provide those essential Tips and Tricks that will help users to tailor EZpup to their own tastes.
What's in EZpup-2?
- Icewm 1.2.30 - see IceWM manual∞ for comprehensive command reference
- Rox Filer 2.6.1 - see ROX-Filer manual∞ for comprehensive command reference
- Icewin Configuration Manager by Tronkel
- MU's Mouse X11-Cursor changer and selected themes - default is Aero
- MU-Gtk-Themechooser and selected themes - default is Aero
- MU's Puppy Software Installer (PSI)∞
- MU's 3DCC Look-and-feel control centre
- Selected IceWM themes by WhoDo and a few others
- New icons and mime types to match themes
- New background images to suit themes
- Updated winoptions file for more taskbar icons
- Blinky network activity monitor - patched for IceWM by MU
- Updated XDG menu template for IceWM by WhoDo
- Updated usability options for Rox and IceWM
What Puppy versions can use EZpup?
EZpup is designed for Puppy 2.14, 2.15CE, 2.16+ and 2.17 ... it is believed it will also work in 2.12 and 2.13, but we cannot guarantee
it will work properly with earlier versions of Puppy.
How easy is EZpup to install and remove?
The dotpet file is around 15Mb, and expands out to around 70Mb with a single click, so please be patient during installation. If you receive a warning about missing dependencies libesd.so.1 and libxmms.so.0 they may safely be ignored. They relate to icesound and wmxmms that are available but not enabled in EZpup.
EZpup can be completely removed using your PETget manager (Install icon on desktop).
How can I change to 24hr time format in IceWM?
In
IceWM you need to uncomment /root/.icewm/preferences as follows:
# Clock Time format (strftime format string)
#
TimeFormat="%H:%M"
Remove leading # symbol to read as:
# Clock Time format (strftime format string)
TimeFormat="%H:%M"
Removing the # in front of
TimeFormat should give 24hr format according to strftime format.
Following is a list of strftime commands that can be used for
TimeFormat in
IceWM:
%H is replaced by the hour (24-hour clock) as a decimal number [00,23].
%I is replaced by the hour (12-hour clock) as a decimal number [01,12].
%j is replaced by the day of the year as a decimal number [001,366].
%k is replaced by the hour (24-hour clock) as a decimal number [0,23]; single digits are preceded by a blank.
%l is replaced by the hour (12-hour clock) as a decimal number [1,12]; single digits are preceded by a blank.
%M is replaced by the minute as a decimal number [00,59].
%m is replaced by the month as a decimal number [01,12].
See the full
strftime reference manual∞ for further formatting options.
How can I change the size of my menu icons?
Adjust the line in /root/.icewm/prefoverride as follows:
How do I retain the Desktop Icons displayed when using JWM after Installing EZPup?
To Be Advised... with some modification of /Choices/ROX-Filer/
PuppyPin I guess? --
OzBoomer, 14/10/07
How can I adjust the height of my taskbar?
Adjust the line in /root/.icewm/prefoverride as follows:
How can I add program shortcuts with icons to my taskbar?
Modify the /usr/.icewm/toolbar file adding lines to the end of the file (ie after the "}" symbol that completes the Quicklaunch menu) for your programs as follows:
prog "Shutdown" exit wmpoweroff
Format is
prog "progname" iconname command, following the same format as the Icewm menu file
How can I have an application like pvolume start minimised automatically?
Add the following line to the /root/.icewm/winoptions file
pvolume-mixer.tcl.startMinimized: 1
...and then add the following lines to Icewm's startup file
killall pvolume-mixer.tcl
pvolume-mixer.tcl &
CategoryApplicationPET
There are no comments on this page. [Add comment]