Page 2 of 5

Posted: Thu 07 Feb 2008, 15:28
by big_bass
Béèm wrote:Thank you for the gettext package.
I gave it a try altho Barry announced that gettext would be in his next release.

As a very general statement with any linux version "Alpha versions are for testing only"
most stuff usually works but the devil is in the details of fine tunning things .Where you have many testers ,reporters,and bug fixers this process (of watch and wait and repair ) is greatly reduced


Wish I could have helped you out on that one
I am still trying to figure out all the changes from 2.16 ,2.17,3.00,3,01 and retro and those are "similar some what to each other "



big_bass

Posted: Thu 07 Feb 2008, 15:50
by Béèm
Thank you for your advice, but that's the fun to test alpha's and see what runs and what don't.
I don't think it harms to ask about experiences of other users.

Fantastic tool.

Posted: Sun 10 Feb 2008, 19:55
by pdrito
MU,

Thanks a lot for your fantastic idea/tool.

This tool resolve my problem with CD/DVD multisession, and the fact that I am a NO HDD user.
So, I extract the original pup_301.sfs from the puppy NOP 3.01 iso, with ISOMaster.
Add, with your tool, another new software_301.sfs and the combiner result I rename it as pup_301.sfs.
Remaster the CD/DVD, with ISOMaster, putting now the combined pup_301.sfs and burn as iso.
When I load it, I have the normal puppy NOP 3.01 and inside /usr/share/applications the new software added.

Voilá , a new piece of art.

THANKS again , MU.

Posted: Sun 10 Feb 2008, 21:08
by Eyes-Only
I, too, really appreciate this new tool which you have given us Mark! It is just fabulous! :) With it installed I took the new KDE358.sfs which you've made, the Xfce442.sfs that JB4 made (?), the OpenOffice.sfs, the devx301.sfs, and seems so a couple of other smaller ones I had laying around, and then I combined them all into one 550meg "WM-Plus_301.sfs" and loaded just that one file. It's working beautifully in my 3.0.1 version of Puppy! :D

So before I could only use 3 of the 5 due to the .sfs limitations---now I can use them ALL in one and I still have two more loops left opened should I need anything further on. Likewise, I've noticed no decrease in Puppy's speed I might add despite the fact that this squash file is unable to load into RAM. (I have 512megs of RAM plus 1gig of swap but rarely dip into swap.)

And so Mark, you have yet "another satisfied customer of your product" here. Keep up the fabulous work my dear friend :!:

Mazzel! mfg!

Eyes-Only
"L'Peau-Rouge"

Posted: Thu 20 Mar 2008, 18:18
by pdrito
MU,

It is possible that SFS-Combiner works on Puppy 2.17.1 ??
On puppy 3.01 ALL is OK.

Installing it on Puppy 2.17.1 went OK
But when I make a new combined sfs on Puppy 2.17.1 it works partially. (make smaller sfs than the combiner one).

Please help !!.

Posted: Wed 26 Mar 2008, 17:37
by nemo
In dialog of SFS-Combiner "Select the drive for temporary file" non work, i am not able to select anything, nothing appaer, only a horizontal bar
Sad
Please help

Posted: Wed 26 Mar 2008, 18:29
by MU
Nemo,
you need to mount a Linux partition first.
Use pmount or MUT for that.
It then should be shown in the list.

pdrito
I currently concentrate on Puppy 3, and cannot test Puppy 2 at moment, sorry.

Mark

Posted: Thu 27 Mar 2008, 07:22
by nemo
MU: Thank you ! I have only fat and ntfs partition.
Now i make the linux partition...

Posted: Thu 27 Mar 2008, 14:03
by pdrito
MU wrote: pdrito
I currently concentrate on Puppy 3, and cannot test Puppy 2 at moment, sorry.

Mark
Thanks Mark for your replay.
Ok, I will be waiting for your help, when the times arrives.
Hope you have a nice work.

pdrito.

Posted: Fri 11 Apr 2008, 23:03
by Turpin
Would this combine two Pup_###.sfs? I mean, for the purpose of combining similar Puplets?
edit: I know the answer to this now. You could, but you'd end up with a lot of extra stuff, and it may or may not boot.

SFS-Combiner

Posted: Wed 23 Apr 2008, 11:41
by charnisingh
MU,

please find herewith the problem with SFS-Combiner when tested in

puppy 4 beta 2. please if you could find a solution for that.

thanks and regards.

Posted: Wed 23 Apr 2008, 13:24
by MU
what do you get, if you type:
echo $LANG
?

/usr/local/SFS-Combiner/SFS-Combiner
should look like this:

Code: Select all

#!/bin/bash

mo=SFS-Combiner.mo

HERE=`getdir "$0"`
cd "$HERE"
HERE=`pwd`
cd "$HERE"

lng=`echo $LANG | sed "s/\(..\).*/\1/"`

#echo $lng

if [ -f "/usr/share/locale/en/LC_MESSAGES/$mo" ];then
	export ENMO="/usr/share/locale/en/LC_MESSAGES/$mo" "/tmp/en-$mo"
else
	export ENMO="$HERE/FILESYSTEM/usr/share/locale/en/LC_MESSAGES/$mo"
fi

if [ -f "/usr/share/locale/$lng/LC_MESSAGES/$mo" ];then
	export INTMO="/usr/share/locale/$lng/LC_MESSAGES/$mo"
else
	export INTMO="$HERE/FILESYSTEM/usr/share/locale/$lng/LC_MESSAGES/$mo"
fi



./SFS-Combiner.gtb "$@"
There is one wrong line in it, but it usually can be ignored:

Code: Select all

	export ENMO="/usr/share/locale/en/LC_MESSAGES/$mo" "/tmp/en-$mo"


should be:

Code: Select all

	export ENMO="/usr/share/locale/en/LC_MESSAGES/$mo"
Mark

SFS-Combiner

Posted: Wed 23 Apr 2008, 23:14
by charnisingh
MU,

correcting one line-line 15 did not help .

what about line 23 and line 24.

should i understand it would not work in puppy 4 beta 2.

in that case would there be a SFS-Combiner for puppy 4.

thanks and regards.

Posted: Wed 23 Apr 2008, 23:29
by MU
please copy&paste this in a consolewindow.
Select it with the mouse, then paste it by clicking with the middle mousebutton.

Code: Select all

lng=`echo $LANG | sed "s/\(..\).*/\1/"` 
Then press enter.
What result do you get?

My code has no missing "
So I suspect, that the $lng variable contains something strange in Dingo.
For this reason you need to test that.

I currently do not run Dingo, I bugfix/update stuff in 301.
Mark

SFS-Combiner

Posted: Wed 23 Apr 2008, 23:45
by charnisingh
MU,

sorry i have left button and right buttons my middle one for scrolling , i tried but could not post as no menu comes up when i try to paste in console.

Posted: Thu 24 Apr 2008, 00:04
by MU
you also can type it by hand ;)
Mark

SFS-Combiner

Posted: Thu 24 Apr 2008, 01:14
by charnisingh
MU,

did type in console and enter but no response .

Posted: Thu 24 Apr 2008, 01:30
by MU
oh, and after you typed it, type:

Code: Select all

echo $lng
Mark

SFS-Combiner

Posted: Thu 24 Apr 2008, 03:09
by charnisingh
MU,

sorry no result, may be, my typing of signs and letters is not correct.

sorry for the trouble.

thanks and regards.

Posted: Thu 24 Apr 2008, 03:12
by MU
no problem, thanks for pointing out, that it does not work.
Maybe I have time after some sleep to install Dingo.
Mark