The time now is Fri 24 May 2013, 03:55
All times are UTC - 4 |
| Author |
Message |
RSH

Joined: 05 Sep 2011 Posts: 1564 Location: Germany
|
Posted: Sat 08 Dec 2012, 09:08 Post subject:
|
|
Poll added!
_________________ Useful Software for Puppy!
LazY Puppy - a Paradise Puppy! - DE & EN ISO 2.0.2-0.0.5 available
|
|
Back to top
|
|
 |
nooby
Joined: 29 Jun 2008 Posts: 9389 Location: SwedenEurope
|
Posted: Sat 08 Dec 2012, 10:00 Post subject:
|
|
oops I am a minority voice there. Wanting it to unload?
Why would one want to keep it?
_________________
I'm a noob so I use Google Search of Puppy Forum
|
|
Back to top
|
|
 |
Master_wrong
Joined: 19 Mar 2008 Posts: 455
|
Posted: Sat 08 Dec 2012, 10:50 Post subject:
|
|
i vote for a radio button !
_________________ Cluster-Pup v.2-Puppy Beowulf Cluster
http://www.murga-linux.com/puppy/viewtopic.php?p=499199#499199
|
|
Back to top
|
|
 |
RSH

Joined: 05 Sep 2011 Posts: 1564 Location: Germany
|
Posted: Wed 26 Dec 2012, 10:26 Post subject:
|
|
Version 2.0.4 uploaded. PET and Info at first post.
_________________ Useful Software for Puppy!
LazY Puppy - a Paradise Puppy! - DE & EN ISO 2.0.2-0.0.5 available
|
|
Back to top
|
|
 |
RSH

Joined: 05 Sep 2011 Posts: 1564 Location: Germany
|
Posted: Sat 29 Dec 2012, 02:49 Post subject:
|
|
Version 2.0.5 uploaded. PET and Info at first post.
Information at first post new restructured and updated!
_________________ Useful Software for Puppy!
LazY Puppy - a Paradise Puppy! - DE & EN ISO 2.0.2-0.0.5 available
|
|
Back to top
|
|
 |
R-S-H
Joined: 18 Feb 2013 Posts: 280
|
Posted: Sun 28 Apr 2013, 19:28 Post subject:
|
|
Hi.
I have successfully installed and tested the SFS P.L.U.S. into MacPup 5.2.5 (which seems to be a Lucid) and also in MacPup 5.2.9 (which is based on precise 5.2.60).
But in MacPup 5.2.9 I've had to solve a small issue because of the new Options-GUI in filemnt which gives option to choose either to look at the content of the SFS or to load the SFS with sfs_load before mounting the left-clicked SFS file.
This new Options-GUI of filemnt makes the RunScript-Creator functioning irregular.
To use the SFS P.L.U.S. in MacPup 5.2.9 do edit file /usr/sbin/filemnt. Make the following code as comments:
| Code: | #120525 take into account shinobar's load-on-the-fly pet...
if [ "`which sfs_load`" != "" ];then
SFSMSG1a="$(eval_gettext "You can choose to mount the \${imgFileBASE} file to view it's contents (read-only), or you can install it.")" #'geany
SFSMSG1b="${SFSMSG1a}\n\n$(gettext 'Regarding the latter, traditionally SFS files are selected by the \ZbBootManager\ZB for loading at bootup (see System menu), which you can do, or you can choose to install (load) it now (which will not require a reboot).\n\nNote1: If you want to edit the contents of an SFS file, you have to use the commandline utilities \Zbunsquashfs\ZB and \Zbmksquashfs\ZB.\nNote2: In the case of a full HD installation, without a layered filesystem, installation is irreversible. For all other installation modes, the BootManager can be used to unload an installed (loaded) SFS file.')"
pupdialog --colors --background '#FFFF80' --backtitle "${imgFileBASE}" --extra-button --yes-label "$(gettext 'View contents')" --no-label "$(gettext 'Install SFS')" --extra-label "$(gettext 'Cancel')" --yesno "${SFSMSG1b}" 0 0
RETVAL=$?
[ $RETVAL -eq 1 ] && exec sfs_load "$1"
[ $RETVAL -ne 0 ] && exit #120527
fi |
just like this here is shown:
| Code: | ##120525 take into account shinobar's load-on-the-fly pet...
#if [ "`which sfs_load`" != "" ];then
# SFSMSG1a="$(eval_gettext "You can choose to mount the \${imgFileBASE} file to view it's contents (read-only), or you can install it.")" #'geany
# SFSMSG1b="${SFSMSG1a}\n\n$(gettext 'Regarding the latter, traditionally SFS files are selected by the \ZbBootManager\ZB for loading at bootup (see System menu), which you can do, or you can choose to install (load) it now (which will not require a reboot).\n\nNote1: If you want to edit the contents of an SFS file, you have to use the commandline utilities \Zbunsquashfs\ZB and \Zbmksquashfs\ZB.\nNote2: In the case of a full HD installation, without a layered filesystem, installation is irreversible. For all other installation modes, the BootManager can be used to unload an installed (loaded) SFS file.')"
# pupdialog --colors --background '#FFFF80' --backtitle "${imgFileBASE}" --extra-button --yes-label "$(gettext 'View contents')" --no-label "$(gettext 'Install SFS')" --extra-label "$(gettext 'Cancel')" --yesno "${SFSMSG1b}" 0 0
# RETVAL=$?
# [ $RETVAL -eq 1 ] && exec sfs_load "$1"
# [ $RETVAL -ne 0 ] && exit #120527
#fi |
It starts in line 134!
Or, do install the attached script ---> which means: download, remove the fake .gz, make executable and copy to /usr/sbin. That's all.
The SFS P.L.U.S. RunScript-Creator should now create the RunScripts as usual.
RSH
Note: this could be necessary to do in some other newer Puppies as well!
Edit: for the use of SFS PLUS in MacPup 5.2.9 please do also have a look here - download and install at last! - (should be in /usr/sbin/ceelab/tools when using SFS P.L.U.S.)
| Description |
Modified filemnt for the use of SFS P.L.U.S. in MacPup 5.2.9
|

Download |
| Filename |
filemnt.gz |
| Filesize |
9.28 KB |
| Downloaded |
10 Time(s) |
_________________ Freiheit für Mollath - JETZT !!!
Free Mr. Mollath !!!
Send the People responsible to The Hague International Court for trial !!!
|
|
Back to top
|
|
 |
R-S-H
Joined: 18 Feb 2013 Posts: 280
|
Posted: Yesterday, at 05:45 Post subject:
|
|
Hi.
Again me.
Again discovered a small issue when using SFS P.L.U.S. in newer Puppies.
Currently using LazY Precise Puppy based on Precise 5.6 and LazY Puppy 3. Sometimes it's not possible to create a RunScript from SFS. For some reasons script 'filemnt' seems to need more time to mount the SFS (which is needed to create the RunScript).
Solution comes here. Search for the code below in /root/my-roxapps/SFS-ASCRIPT/AppRun
| Code: | # get new mounted path
. /tmp/$SFSFILE.mnt_tmp
# just wait to be sure, sfs is full mounted
sleep 1
# close rox window
rox -D "/mnt/$MNTORIGFILE" |
Change sleep 1 to sleep 2 (now works well here, but might needed to be increased on slower machines).
The ROX window has to stay open for a while. If it is closed to quickly, the SFS will not be mounted and the RunScript will not be created - error message says, the SFS is not yet converted to LazY Puppy, even though it is! It's just because of not finding the Convert-Control-File!
RSH
_________________ Freiheit für Mollath - JETZT !!!
Free Mr. Mollath !!!
Send the People responsible to The Hague International Court for trial !!!
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|