Search found 10 matches

by d(O o O)b
Sat 21 Apr 2012, 04:01
Forum: Bugs ( Submit bugs )
Topic: no flat-battery auto-shutdown...
Replies: 3
Views: 3766

I have made a bash script which I run from /root/Startup/ It gives me low battery alarms, controlled shutdown and laptop lid switch suspend without any additional pets. http://www.murga-linux.com/puppy/viewtopic.php?p=621316#621316 see the post which follows the one in the link above also as it ment...
by d(O o O)b
Fri 20 Apr 2012, 07:00
Forum: HOWTO ( Solutions )
Topic: Openbox/Fbpanel, How to set it all up.
Replies: 77
Views: 95289

The entire thread is absolutely brilliant
So glad I relocated from Redmond :D
by d(O o O)b
Thu 19 Apr 2012, 17:49
Forum: Bugs ( Submit bugs )
Topic: Suspend to RAM doesn't always turn the display back on
Replies: 16
Views: 16507

:oops: Ooops! Just noticed I missed an update in the pwrman script At present, the 'shutdown' variable does not have any effect. It is necessary to modify line 45 :- if (($batteryLife < 3)) change to:- if (($batteryLife < $shutdown)) ------------------------------------------------------------------...
by d(O o O)b
Thu 19 Apr 2012, 17:33
Forum: Bugs ( Submit bugs )
Topic: Suspend to RAM doesn't always turn the display back on
Replies: 16
Views: 16507

I have modified it a bit first to check things : Note : the PATH on my asus eee 1005 is slightly different : /proc/acpi/button/lid/LID/state while true;do LID_STATE=$(</proc/acpi/button/lid/LID/state) if [ "$LID_STATE" != 'open' ];then echo "$LID_STATE" >> /tmp/proc_acpi_lid_sta...
by d(O o O)b
Sun 15 Apr 2012, 07:56
Forum: Desktop
Topic: pWidgets 2.5.8
Replies: 3227
Views: 1151214

This is my first attempt at a widget. It combines the reporting of widgets 'Wireless' and 'Downspeed' and throws in Upspeed for completeness all in a small footprint. Also grays out when WiFi is off. It is tested with pwidgets 2.3, I presume it still works with 2.4 Copy the code below the dotted lin...
by d(O o O)b
Thu 12 Apr 2012, 12:09
Forum: Bugs ( Submit bugs )
Topic: Suspend to RAM doesn't always turn the display back on
Replies: 16
Views: 16507

I am pretty new at this, so I may be missing something obvious. I am suspending to ram in Lucid 528 frugal hdd install without ACPItool or any other pets as far as I can see. I simply use echo mem > /sys/power/state So far, everything has woken up fine everytime when I touch any key - been doing it ...
by d(O o O)b
Thu 12 Apr 2012, 10:37
Forum: Bugs ( Submit bugs )
Topic: Lupu 528 Iron 15.0.900.2 HTTPS/SSL problem ---SOLVED---
Replies: 3
Views: 1993

Lupu 528 Iron 15.0.900.2 HTTPS/SSL problem SOLVED

I have managed to solve the HTTPS/SSL problem - at least for my system. Below is how I did it in case anyone else is still having similar problems:- I managed to get rid of the 'libsoftokn3.so: cannot open shared object file' error by downloading a later edition of the nss package from the following...
by d(O o O)b
Thu 12 Apr 2012, 02:55
Forum: Bugs ( Submit bugs )
Topic: Lupu 528 Iron 15.0.900.2 HTTPS/SSL problem ---SOLVED---
Replies: 3
Views: 1993

I have done some more googling. The problem is not with the pet, but appears to be inherent in all chromium browsers on linux, due to the google chaps not creating a certificate manager but instead relying on shared nss database. The intricacies of merging my firefox nss database are currently beyon...
by d(O o O)b
Wed 11 Apr 2012, 06:28
Forum: Bugs ( Submit bugs )
Topic: Lupu 528 Iron 15.0.900.2 HTTPS/SSL problem ---SOLVED---
Replies: 3
Views: 1993

Lupu 528 Iron 15.0.900.2 HTTPS/SSL problem ---SOLVED---

Hi, Not sure if this is a bug or just something missing from my system. Iron 15.0.900.2 cannot access any HTTPS pages. Instead it reports error code 9. I have no problem accessing HTTPS pages with either firefox or elinks. Additionally in Iron when I try to access preferences/Under the Bonnet/HTTPS-...
by d(O o O)b
Wed 11 Apr 2012, 06:26
Forum: Bugs ( Submit bugs )
Topic: Lupu 528 Iron 15.0.900.2 HTTPS/SSL problem --Duplication-
Replies: 0
Views: 771

Lupu 528 Iron 15.0.900.2 HTTPS/SSL problem --Duplication-

Hi, Not sure if this is a bug or just something missing from my system. Iron 15.0.900.2 cannot access any HTTPS pages. Instead it reports error code 9. I have no problem accessing HTTPS pages with either firefox or elinks. Additionally in Iron when I try to access preferences/Under the Bonnet/HTTPS-...