| Author |
Message |
tlchost
Joined: 05 Aug 2007 Posts: 1485 Location: Baltimore, Maryland USA
|
Posted: Thu 27 Aug 2009, 11:42 Post subject:
|
|
| jrb wrote: |
Warning: If you should decide to uninstall it let me know because it takes a little fiddling to get the desktop drive icons to work again. Good idea to backup your pup_save first. Then if you don't like it you can just revert to your backup pup_save.
Very simple and effective. I may start listening to CD's again. |
I think I'll pass...I make changes so often I would drive you nuts helping me restore things to "normal". The VLC sfs seems to work fine....
I would be lost if I could not play CD/s...I have hundreds of them with Old Timey Hill music and Bluegrass...and maybe 400 gigs or so on stuff on a hard drive.
Thom
|
|
Back to top
|
|
 |
tlchost
Joined: 05 Aug 2007 Posts: 1485 Location: Baltimore, Maryland USA
|
Posted: Wed 02 Sep 2009, 07:32 Post subject:
After Installing Firefox |
|
I noticed that the icon for Help and ChoicePup brought up Netsurf to vew the files. I like to print docs for reference, and saw that netsurf wasnt able to do so.
Since I instaled Firefox, I made the following changes:
A. Help Icon to run FireFox
Change /usr/sbin/puppyhelp
| Code: |
#!/bin/sh
# exec defaulthtmlviewer /usr/share/doc/index.html
exec defaulthtmlviewer /usr/share/doc/puppydocs.html
Note: puppydocs.html created by tlc
|
B. Set Firefox as default htlmviewer
Change /usr/local/bin/defaulthtmlviewer
| Code: |
#!/bin/sh
# exec netsurf "file://$@"
exec firefox "file://$@"
|
I think a better method would be to made the default browser the default htlm viwer, but I couldn't reason that one out....how to do that?
My next step was to make an index of all the files in /usr/share/doc (See A above)...saves a lot of manual browsing, allows viewing of files that were not in the index.html file, and with firefox as the defaultviewer I can print what files I want.
I've attached puppydocs.html If the contents of your /usr/share/doc are different, it's not that difficult to edit the file.
Thom
| Description |
files in /usr/share/doc
|

Download |
| Filename |
puppydocs.zip |
| Filesize |
3.02 KB |
| Downloaded |
122 Time(s) |
|
|
Back to top
|
|
 |
tlchost
Joined: 05 Aug 2007 Posts: 1485 Location: Baltimore, Maryland USA
|
Posted: Wed 02 Sep 2009, 19:12 Post subject:
Maximum number of SFS files |
|
I've been attempting to increase the maximum number of sfs files I can load in at start up.
I added more pup_ro? files by going to /initrd/pup_ro1/initrd and adding directories pup_ro23, 24 and 25
When the system rebooted, the new ro files show up in /initrd, but if I add more sfs files, some of the ones that were added before the modification do not work.
Any ideas/solutions?
Thanks
Thom
|
|
Back to top
|
|
 |
jrb

Joined: 11 Dec 2007 Posts: 972 Location: Smithers, BC, Canada
|
Posted: Thu 03 Sep 2009, 00:54 Post subject:
|
|
| Thom wrote: | | I added more pup_ro? files by going to /initrd/pup_ro1/initrd and adding directories pup_ro23, 24 and 25 |
Those pup_roXX directories need to be created during the boot process by initrd.gz (on the puppy disk, usb, or frugal directory). To create more that are useable you will have to open up initrd.gz as discussed here and here. Create new pup_roXX folders, edit the init file in initrd.gz to use those folders and then recompress initrd.gz.
If you really want to do that I'll upload the scripts I use to extract and recompress initrd.gz. Let me know.
I found that when I first started playing with ChoicePup that I also ran out of device loops to mount sfs files on so I included /usr/local/bin/mknod.sh and symlinked it to /root/Startup/ in order to increase from /dev/loop7 to /dev/loop15. That seemed to fix the problem.
Hope that helps. Cheers, J
_________________ SFS-TCZ_Linker, http://puppylinuxstuff.meownplanet.net/choicepup/ user=puppy, password=linux
|
|
Back to top
|
|
 |
jrb

Joined: 11 Dec 2007 Posts: 972 Location: Smithers, BC, Canada
|
Posted: Thu 03 Sep 2009, 01:01 Post subject:
|
|
| Thom wrote: | | I think a better method would be to made the default browser the default htlm viwer |
Rename /usr/local/bin/defaulthtmlviewer to defaulthtmlviewerOLD. Right click on /usr/local/bin/defaultbrowser and choose "LInk". Then name the link defaulthtmlviewer. That should do it.
Bye for now, J
_________________ SFS-TCZ_Linker, http://puppylinuxstuff.meownplanet.net/choicepup/ user=puppy, password=linux
|
|
Back to top
|
|
 |
tlchost
Joined: 05 Aug 2007 Posts: 1485 Location: Baltimore, Maryland USA
|
Posted: Thu 03 Sep 2009, 05:58 Post subject:
|
|
| jrb wrote: |
Those pup_roXX directories need to be created during the boot process by initrd.gz (on the puppy disk, usb, or frugal directory).
If you really want to do that I'll upload the scripts I use to extract and recompress initrd.gz. Let me know.
|
I'd appreciate it
| Quote: |
I included /usr/local/bin/mknod.sh and symlinked it to /root/Startup/ in order to increase from /dev/loop7 to /dev/loop15.
|
That lost me....what's the relation between /dev/loop13 and the max_loop=28 statement in the kernel line?
|
|
Back to top
|
|
 |
jrb

Joined: 11 Dec 2007 Posts: 972 Location: Smithers, BC, Canada
|
Posted: Thu 03 Sep 2009, 09:41 Post subject:
|
|
| tlchost wrote: | | That lost me....what's the relation between /dev/loop13 and the max_loop=28 statement in the kernel line? |
Lost me too. I just kept getting these messages about no available device loops , so I made more and the messages went away.
I'll post those scripts tonight with a bit of a writeup. Have been meaning to do that for awhile but Life keeps getting in the way.
_________________ SFS-TCZ_Linker, http://puppylinuxstuff.meownplanet.net/choicepup/ user=puppy, password=linux
|
|
Back to top
|
|
 |
tlchost
Joined: 05 Aug 2007 Posts: 1485 Location: Baltimore, Maryland USA
|
Posted: Thu 03 Sep 2009, 11:32 Post subject:
|
|
| jrb wrote: | | tlchost wrote: | | That lost me....what's the relation between /dev/loop13 and the max_loop=28 statement in the kernel line? |
Lost me too. I just kept getting these messages about no available device loops , so I made more and the messages went away.
|
Gawd....that's how I do things....now I'm really scared! I assume you mean you made more pup_roxx directories.
| Quote: |
I'll post those scripts tonight with a bit of a writeup. Have been meaning to do that for awhile but Life keeps getting in the way. |
Yes....I finally got around to putting in some supports on my deck....my daughter told me one end was lower than the other...and now that I've done it, instead of being proud, I'm looking for someone who knows how to to it right way.
Thanks,
Thom
|
|
Back to top
|
|
 |
jrb

Joined: 11 Dec 2007 Posts: 972 Location: Smithers, BC, Canada
|
Posted: Sun 06 Sep 2009, 10:39 Post subject:
|
|
| jrb wrote: | | I'll upload the scripts I use to extract and recompress initrd.gz |
I finally got through my writers block and got it, along with other pupbuild tools uploaded. See Build your own Puppy
_________________ SFS-TCZ_Linker, http://puppylinuxstuff.meownplanet.net/choicepup/ user=puppy, password=linux
|
|
Back to top
|
|
 |
nooby
Joined: 29 Jun 2008 Posts: 9385 Location: SwedenEurope
|
Posted: Fri 12 Aug 2011, 15:57 Post subject:
|
|
I did test it way back in 2010 but that maybe is too old to count
I did not test the latest version.
But seaside's pet do give me that feature already.
The difference would be if choice is smaller than all the others. Is it?
Very few do talk about it. So not sure what to do.
_________________
I'm a noob so I use Google Search of Puppy Forum
|
|
Back to top
|
|
 |
|