Page 241 of 260

Posted: Mon 28 May 2012, 07:32
by ttuuxxx
this is too funny, I built another test release with a untouched version of firefox and it didn't work I then moved the firefox folder to root and it worked, I then moved it back to /lib and it worked. man this is strange
ttuuxxx

Posted: Wed 30 May 2012, 10:18
by alphadog
Thanks "Dewbie" that did the trick! Sorry I havn't replied earlier been tied up with other things.

Posted: Sat 04 Aug 2012, 03:24
by Dewbie
Updated WakePup2 for Classic Pup 2.14x.
Page 305, top

Posted: Mon 03 Sep 2012, 06:23
by James C
Sneekylinux just put out a new video about " Classic Pup 214X T10..Old Skool Pup Fun.... " ...
http://www.youtube.com/watch?v=BQF1F942 ... ure=relmfu

Posted: Wed 12 Sep 2012, 05:45
by greengeek
Wow, this topic is not that far away from reaching 1 million views. Impressive.

Posted: Tue 18 Sep 2012, 18:54
by greengeek
OK - thats it! Now over 1 million views. Kudos ttuuxxx!!

Posted: Wed 26 Sep 2012, 05:12
by Dewbie
Want to run the latest official-build SeaMonkey browser in Classic Pup 2.14x?
I just updated the first post here. :)

Posted: Fri 28 Sep 2012, 15:20
by clarf
MinHundHettePerro wrote:The grabbing of a save-file occurs if one, and only one, save-file is found. Otherwise a choice of found save-files is offered.

Just skimming through initrd_sbin/init, I'd say that the absolutely simplest way to avoid the automatic, possibly disastrous, grabbing of a save-file is to always offer a choice, lines 615ff of initrd_sbin/init:
# gives user option of choosing pupsave. if only one exists selects it
choose_pupsave_func(){
## set PUPSAVE
#set -- $ALLPUPSAVES # just pass it to function...
#if [ $# -eq 1 ];then # only one pup_save -- use it
# PUPSAVE="$1"
#elif [ $# -gt 1 ];then # more than one -- ask which to use
echo -e "\\033[1;36mPLEASE CHOOSE WHICH SAVE FILE TO USE" >/dev/console
echo "0 none" >/dev/console
CNT3FS=1
for ASAVE in $@
do
APART=${ASAVE%,*} ; APART=${APART#*,}
case "$ASAVE" in
*.[23]fs) # pup_save file
AFILE=${ASAVE##*,}
echo -e "$CNT3FS Partition: $APART\tFile: $AFILE" >/dev/console
;;
*_install_3) # installed to part
AVER=${ASAVE%%_*} ; AVER=${AVER#*Puppy}
echo -e "$CNT3FS Partition: $APART\tPuppy $AVER install" >/dev/console
;;
*) # will be files saved to partition: PUPMODE 6/7
echo -e "$CNT3FS Partition: $APART\tSettings saved directly to partition" >/dev/console
;;
esac
let CNT3FS=CNT3FS+1
done
echo -en "Please type a number then press ENTER key: \\033[0;39m" >/dev/console
read NUM3FS
clear #v2.12
if [ $NUM3FS -gt 0 ];then
eval PUPSAVE=\$$NUM3FS
fi
#fi #if [ $# -eq 1 ]
## end set PUPSAVE
hth :)/ MHHP
Hi MHHP,

I would prefer to change this to offer a choise when there is one pup_save file or more and not always. I think this can do the trick:
# gives user option of choosing pupsave. if only one exists selects it
choose_pupsave_func(){
## set PUPSAVE
#set -- $ALLPUPSAVES # just pass it to function...
#if [ $# -eq 1 ];then # only one pup_save -- use it
# PUPSAVE="$1"
if [ $# -gt 0 ];then # one or more than one -- ask which to use
echo -e "\\033[1;36mPLEASE CHOOSE WHICH SAVE FILE TO USE" >/dev/console
Regards,
clarf

Posted: Sat 29 Sep 2012, 09:50
by MinHundHettePerro
Hi, clarf!

That looks a tad bit better than my skim-through quick-'n'-easy solution above :).

Cheers :)/ MHHP

using pidgin or gaim in Classic Pup

Posted: Tue 16 Oct 2012, 11:27
by bruno
How to use pidgin on 2.14.10?
I installed gaim with the package manager, but it doesn't work: it seems to be lacking gtk+. How can I install that?
Or can i just use the .pet of pidgin for 431?
Thanks

Posted: Fri 26 Oct 2012, 20:07
by darkstrike
Bruno - you could give this .pet file a try for installing the newer Pidgin 2.10.6...?

http://www.datafilehost.com/download-3c710881.html

pidgin in 2.14.10

Posted: Sat 27 Oct 2012, 09:18
by bruno
Thanks darkstrike,
but that .pet doesn't work
After installing, it gives a long list of missing libraries

Posted: Sat 27 Oct 2012, 12:41
by darkstrike
Yeah, that one was for Puppy 4, but I figured I would see if it worked for you or not :( - didn't know how many dependencies it required.

Which version?

Posted: Fri 16 Nov 2012, 13:53
by Gonzalo_VC
Hy, guys.
I know this is not active in the last... years :oops: but I need to know among the 2.14 versions which one is the last.

I am trying to make a PentiumIII work less sluggish. With Precise Puppy (5.4) it got surprisingly slow :(
I'm talking about a fully installed Puppy to use the machine for real, for work (school).

Cheers!
Gonzalo

Re: Which version?

Posted: Fri 16 Nov 2012, 14:02
by sheldonisaac
Gonzalo_VC wrote:Hy, guys.
I know this is not active in the last... years :oops: but I need to know among the 2.14 versions which one is the last.

I am trying to make a PentiumIII work less sluggish. With Precise Puppy (5.4) it got surprisingly slow :(
I'm talking about a fully installed Puppy to use the machine for real, for work (school).

Cheers!
Gonzalo
214x-Top10.0 ISO

http://www.smokey01.com/ttuuxxx/2.14X/i ... -top10.iso

md5sum 62ca0cd3b88901f1c5f5cfca3ec662fc 214X-top10.iso

Re: Which version?

Posted: Fri 16 Nov 2012, 15:54
by Gonzalo_VC
sheldonisaac wrote:
Gonzalo_VC wrote:Hy, guys.
...among the 2.14 versions which one is the last.
I am trying to make a PentiumIII work less sluggish. ...
214x-Top10.0 ISO
http://www.smokey01.com/ttuuxxx/2.14X/i ... -top10.iso[/url]
md5sum 62ca0cd3b88901f1c5f5cfca3ec662fc 214X-top10.iso
Thanks!

How would you compare these "classic" versions with Wary?
i saw the Abiword version in 2.14 was updated... so, it's quite similar to Wary. Are the kernel version too different?
Cheers!

Re: Which version?

Posted: Fri 16 Nov 2012, 16:43
by sheldonisaac
Gonzalo_VC wrote:
sheldonisaac wrote:
Gonzalo_VC wrote:Hy, guys.
...among the 2.14 versions which one is the last.
I am trying to make a PentiumIII work less sluggish. ...
214x-Top10.0 ISO
http://www.smokey01.com/ttuuxxx/2.14X/i ... -top10.iso[/url]
md5sum 62ca0cd3b88901f1c5f5cfca3ec662fc 214X-top10.iso
Thanks!

How would you compare these "classic" versions with Wary?
i saw the Abiword version in 2.14 was updated... so, it's quite similar to Wary. Are the kernel version too different?
Cheers!
Sorry, don't know - hope someone more expert will reply.

Re: Which version?

Posted: Fri 16 Nov 2012, 17:01
by ttuuxxx
Gonzalo_VC wrote:
sheldonisaac wrote:
Gonzalo_VC wrote:Hy, guys.
...among the 2.14 versions which one is the last.
I am trying to make a PentiumIII work less sluggish. ...
214x-Top10.0 ISO
http://www.smokey01.com/ttuuxxx/2.14X/i ... -top10.iso[/url]
md5sum 62ca0cd3b88901f1c5f5cfca3ec662fc 214X-top10.iso
Thanks!

How would you compare these "classic" versions with Wary?
i saw the Abiword version in 2.14 was updated... so, it's quite similar to Wary. Are the kernel version too different?
Cheers!
2.14X is a highly updated puppy version with an older kernel, Xorg, the kernel is half the size of Wary, I've been using 2.14X on a daily bases since I start this project 3.5yrs ago, If it works fine on your pc, I wouldn't use any other OS. :) I use it for my Multimedia Pc and play all my movies on my 42"lcd on it. :)
ttuuxxx

Posted: Fri 16 Nov 2012, 23:52
by Dewbie
Gonzalo_VC wrote:
How would you compare these "classic" versions with Wary?
RAM usage is much lower with 2.14x.

Re: Which version?

Posted: Mon 19 Nov 2012, 10:54
by Gonzalo_VC
ttuuxxx wrote:
Gonzalo_VC wrote:
sheldonisaac wrote:2.14X is a highly updated puppy version with an older kernel, Xorg, the kernel is half the size of Wary, I've been using 2.14X on a daily bases since I start this project 3.5yrs ago, If it works fine on your pc, I wouldn't use any other OS. :) I use it for my Multimedia Pc and play all my movies on my 42"lcd on it. :)
ttuuxxx
Nice. Thanks.
Dewbie wrote:[
RAM usage is much lower with 2.14x.
OK, Dewbie. But having 512 MB of RAM plus a swap space, the real big issue is CPU usage. Even a light distro like Puppy can become sluggish :-( Perhaps the older kernel is the secret, I don't know this technical issues that deep.