Author |
Message |
radky
Joined: 02 May 2010 Posts: 981
|
Posted: Fri 06 Jan 2012, 03:26 Post subject:
Subject description: PupControl-1.8.7 |
|
Version 1.8.7. See main post.
-Bugfix: The System Log report (var/log/messages) may become quite large over time and exceed the buffer limit of the PupSysInfo report window. In this release, the report will display the last 1300 lines of var/log/messages.
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 8787 Location: qld
|
Posted: Tue 17 Jan 2012, 19:17 Post subject:
|
|
Hello radky,
Minor buglet
@line 449 in PupControl-bin, the label "Quickpet" should be "$FASTPET".
Maybe in the pinstall.sh you could backup /usr/sbin/wizardwizard to /usr/sbin/wizardwizard.orig and symlink /usr/local/PupControl/SS-control to /usr/sbin/wizardwizard. just a suggestion FWIW.
_________________ Puppy Linux Blog - contact me for access
|
Back to top
|
|
 |
radky
Joined: 02 May 2010 Posts: 981
|
Posted: Tue 17 Jan 2012, 22:52 Post subject:
|
|
01micko wrote: | Minor buglet
@line 449 in PupControl-bin, the label "Quickpet" should be "$FASTPET".
Maybe in the pinstall.sh you could backup /usr/sbin/wizardwizard to /usr/sbin/wizardwizard.orig and symlink /usr/local/PupControl/SS-control to /usr/sbin/wizardwizard. just a suggestion FWIW. |
Hi 01micko,
I'll include those changes in the next release of PupControl.
|
Back to top
|
|
 |
radky
Joined: 02 May 2010 Posts: 981
|
Posted: Sun 22 Jan 2012, 19:35 Post subject:
Subject description: PupControl-1.8.8 |
|
Version 1.8.8. See main post.
-Improved detection of the active network interface in Pup-SysInfo, and enhanced Battery, CPU, and System Log reports.
-Added option to link desktop setup (wizard-wizard) to PupControl. (thanks 01micko)
|
Back to top
|
|
 |
radky
Joined: 02 May 2010 Posts: 981
|
Posted: Wed 01 Feb 2012, 00:43 Post subject:
Subject description: PupControl-1.8.9 |
|
Version 1.8.9. See main post.
-Added Pup-SysInfo option for private summary hardware report which excludes the following personal information:
(Hostname, Session DL/UL, Month DL/UL, Serial Numbers, Part Numbers, External IP Address, Network Address, Domain Name Server, Wireless Network ID, Username, UUID)
|
Back to top
|
|
 |
radky
Joined: 02 May 2010 Posts: 981
|
Posted: Mon 12 Mar 2012, 15:23 Post subject:
Subject description: PupControl-2.0 |
|
Version 2.0. See main post.
-Added scrollable windows which allow more programs per window.
-Added PupMenu option in the lower tray.
-Enhanced private filter for Pup-SysInfo summary report.
|
Back to top
|
|
 |
radky
Joined: 02 May 2010 Posts: 981
|
Posted: Wed 14 Mar 2012, 10:37 Post subject:
|
|
For those who will use Shinobar's new firstrun-1.9.9 of 3/12/2012, a minor compatibility fix is now (3/14/2012) included in PupControl-1.9 and PupControl-2.0. The updated pets are available on the first page of this thread, but the version numbers have not changed. Note: the updates are only required for those who will use Shinobar's new firstrun-1.9.9 (or greater).
|
Back to top
|
|
 |
radky
Joined: 02 May 2010 Posts: 981
|
Posted: Wed 27 Jun 2012, 09:40 Post subject:
Subject description: PupControl-2.1 |
|
Version 2.1. See main post.
-Added splash screen.
-Added more programs and utilities to support database.
-Enhanced GUI for SS-Control (screensaver module).
-Enhanced integration with 32-bit and 64-bit Puppy derivatives.
_________________ PupMates
|
Back to top
|
|
 |
Jim1911
Joined: 19 May 2008 Posts: 2460 Location: Texas, USA
|
Posted: Wed 27 Jun 2012, 13:57 Post subject:
|
|
Looking good on Fatdog64-600 b2.
Description |
|
Filesize |
43.73 KB |
Viewed |
1022 Time(s) |

|
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2674 Location: Japan
|
Posted: Thu 05 Jul 2012, 23:49 Post subject:
frugalinstaller |
|
Request a small change.
PupCotrol-bin at 653 wrote: | if [ "$DISTRO_NAME" = "Akita Linux" ] && [ "`which frugalinstaller`" ]; then |
to be
Code: | if [ "`which frugalinstaller`" ]; then |
because all the recent Japanese versions has the frugalinstaller as the recommended installer.
And the explanation may be improper: Quote: | <text width-request=\""$TEXT_WIDTH"\" use-markup=\"true\"><label>\"<b> Frugal Installer </b>- Install Puppy to local hard drive\"</label></text> |
Because the frugalinstaller supports internal and external media including USB flash.
Quote: | <text width-request=\""$TEXT_WIDTH"\" use-markup=\"true\"><label>\"<b> Frugal Installer </b>- Install Puppy to local/USB drive\"</label></text> |
_________________ Work around Puppy Linux http://shinobar.net/linux/puppy.html
|
Back to top
|
|
 |
radky
Joined: 02 May 2010 Posts: 981
|
Posted: Fri 06 Jul 2012, 09:03 Post subject:
|
|
Shinobar,
A new version of PupControl (2.2) will be available today and it will include your code changes.
Thanks
|
Back to top
|
|
 |
radky
Joined: 02 May 2010 Posts: 981
|
Posted: Fri 06 Jul 2012, 15:59 Post subject:
Subject description: PupControl-2.2 |
|
PupControl-2.2. See main post.
-Added 'System' tab to the main GUI (for those who prefer this traditional category).
-Enhanced integration with Dpup, Fatdog64, Lighthouse64, Lucid, Racy and Slacko.
-Added more programs to the support database.
-Added full support for shinobar's frugal installer. (thanks shinobar)
-Bugfix: Pup-SysInfo load error in some Puppy derivatives.
_________________ PupMates
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2674 Location: Japan
|
Posted: Sat 07 Jul 2012, 01:12 Post subject:
Re: PupControl-2.2 |
|
radky wrote: | PupControl-2.2. See main post.. |
Thanks. Installed on the slacko alpha2 and works well.
_________________ Work around Puppy Linux http://shinobar.net/linux/puppy.html
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 13981 Location: S.C. USA
|
Posted: Sun 08 Jul 2012, 15:12 Post subject:
|
|
Thanks for improvements. Gets better and better!
Works great on Lucid 528.005 and Slacko.
_________________ The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected
YaPI(any iso installer)
|
Back to top
|
|
 |
radky
Joined: 02 May 2010 Posts: 981
|
Posted: Sun 08 Jul 2012, 16:55 Post subject:
|
|
shinobar and bigpup,
Thanks for your kind words, and for your evaluation of PupControl.
_________________ PupMates
|
Back to top
|
|
 |
|