Page 3 of 4

Firstrun-1.9.9

Posted: Mon 12 Mar 2012, 11:37
by shinobar
http://shino.pos.to/linux/puppy/
Firstrun-1.9.9 is intended to be compatible with recent woof, but recommended to work with next setup tools:

Posted: Mon 12 Mar 2012, 19:38
by pemasu
Firstrun-1.9.9 is intended to be compatible with recent woof, but recommended to work with next setup tools:
I believe above is the reason that /etc/rc.d/rc.country has been left out which was included in 1.9.6 ?

Well...I know soon... :D

rc.country

Posted: Tue 13 Mar 2012, 02:07
by shinobar
pemasu wrote:
Firstrun-1.9.9 is intended to be compatible with recent woof, but recommended to work with next setup tools:
I believe above is the reason that /etc/rc.d/rc.country has been left out which was included in 1.9.6 ?
The rc.country is removed from the firstrun-1.9.9 because it is updated in woof hard to follow up. As for old puppies, I am not sure but maybe no significant problem occurs even with old rc,country.

The sfs_load needs to load the language packages if they are provided as a sfs. The sfs_load works better with pupsaveconfig for the RAM modes.
Getflash is preferable to avoid the delayedrun offers to download flashplayer when the first setup GUI is running. But you are better to modify the delayedrun itself.

firstrun and the console font

Posted: Tue 13 Mar 2012, 02:19
by shinobar
Additional note on the firstrun-1.9.9.
The firstrun(countrywizard.qs) does not handle the console fonts (same as the old versions of the firstrun). I have tested Racy-5.2.2.8 and I am not sure the console fonts works with no problem on Puppy.

Posted: Sun 18 Mar 2012, 03:38
by 01micko
Shino,

Seems you uploaded just the firstrun-2.0 directory, not the pet.

Also, concerning the pinstall.sh, what happens if this is installed in the woof build system the pinstall may act on the running host system, best to add a test to see how we are installing.

Code: Select all

if [ "$(pwd)" = "/" ];then
 (the pinstall code goes here)
fi
  

pet uploaded

Posted: Sun 18 Mar 2012, 10:15
by shinobar
01micko wrote:Seems you uploaded just the firstrun-2.0 directory, not the pet.

Also, concerning the pinstall.sh, what happens if this is installed in the woof build system the pinstall may act on the running host system,
Uploaded the .pet.
As for the woof please test it(pinstall.sh has no change).

Posted: Sun 18 Mar 2012, 15:17
by pemasu
Firstrun-2.0.pet...several scripts has ftp:ftp ownership instead of usual root:root.

Error or Oversight ???

Posted: Wed 21 Mar 2012, 18:43
by gcmartin
I have notice something that leads to a question. This observation is found in both Exprimo and Slacko (probably others as well). There appears to be some redundant behavior for which I don't understand.

FirstRUN is truly a "single screen localization settings" for distro developers and users alike. In the latest version of the distros, I am seeing a departure for this. It may be just an error or an oversight.

Please explain .. Question
  • Is there suppose to be a 2nd pop-up relating to information already recieved in FirstRUN?
  • Or is this an oversight?
Hope this helps

Re: Error or Oversight ???

Posted: Wed 21 Mar 2012, 23:00
by shinobar
gcmartin wrote:I have notice something that leads to a question.
The 2nd pop-up on the langage detail sometime need and somtime need not.
From en_US to en_AU... you need to select 'en English' 1st, 'en_AU English,Australia' 2nd.
From en_US to en_US.UTF-8... just check on the 'UTF-8 encoding' on the main dialog.

Need not the 2nd pop-up in the latter case, you are right.
Thanks for the report. Will be fixed in a future version.

Posted: Wed 04 Apr 2012, 15:35
by jemimah
This patch fixes the problem where firstrun incorrectly identifies the video driver as vesa.

Code: Select all

--- countrywizard.qs.orig	2012-04-04 11:34:33.670263727 -0400
+++ countrywizard.qs	2012-04-04 11:35:08.280264503 -0400
@@ -800,7 +800,7 @@
   XSERVER=$(readlink "$(which X)")
   [ "$XSERVER" = "Xvesa" ] && VIDEODRIVER="Xvesa" && echo "$VIDEODRIVER" && return
   LOADED="`grep -o 'Loading .*xorg/modules/drivers/.*_drv.so' /var/log/Xorg.0.log | rev | cut -f 1 -d '/' | rev | cut -f 1 -d '_' | sort -u`" #111027 fix multiple hits.
-  UNLOADED="`grep -o 'Unloading .*xorg/modules/drivers/.*_drv.so' /var/log/Xorg.0.log | rev | cut -f 1 -d '/' | rev | cut -f 1 -d '_'`" 
+  UNLOADED="`grep 'UnloadModule: ' /var/log/Xorg.0.log | cut -f 2 -d '"'`"
   if [ "$UNLOADED" ]; then
     # remove unloaded
     # 'for' loop instead of 'grep -f' to be free from the busybox version

Firstrun-2.1

Posted: Sat 14 Apr 2012, 06:32
by shinobar
Minor update:
# 14apr12: v2.1: Need not restart X for time zone changed, fix video driver detection(jemimah), splash only for firstrun

As for the driver detection thanks to jemimah and keeping the compatibility with the X-server version:

Code: Select all

  LOADED="`grep -o 'Loading .*xorg/modules/drivers/.*_drv.so' /var/log/Xorg.0.log | rev | cut -f 1 -d '/' | rev | cut -f 1 -d '_' | sort -u`"
  UNLOADED="`grep 'Unload' /var/log/Xorg.0.log | tr -d '"' | rev | cut -f1 -d' ' | cut -f1 -d'/' | rev | cut -f1 -d'_'| sort -u`"
As for the splash, you can edit the line 51 of the countrywizard.qs:

Code: Select all

MOMENT=2	#v1.9.5: minimum second to show splash #v2.1: no splash if 0

Setting system tables

Posted: Fri 20 Apr 2012, 23:21
by gcmartin
@Shinobar. I draw attention to this issue

Here to help

firstrun-2.2

Posted: Sun 01 Jul 2012, 06:17
by shinobar
UPDATE: Test release: firstrun-2.2.pet (1 Jul 2012)
#1jul2012: v2.2: ensure current localedef, hostname, handle different path to keymaps in kbd pkg.(keymap-set), slovakian keyboard (keymap-set), fail safe without xorg.conf (keymap-set)
http://shino.pos.to/linux/puppy/

NOTE: new keymap-set supports kbd package. But you need to refresh the file /usr/share/i18n/keymaps.
*KEYMAPS
If the file named 'keympas' is not exists, countrywizard.qs makes a file '/tmp/countrywizard.qs/keymaps' at the first run.
You can copy it and rename as '/usr/share/i18n/keymaps'. It is prefered if you make the remaster of puppy.

Related Barr's blog:
http://bkhome.org/blog/?viewDetailed=02870

Calling for the NLS update. The pot file is at /usr/share/doc/nls/countrywizard/countrywizard.pot.
Attached the current po files.

spanish files

Posted: Fri 06 Jul 2012, 02:46
by shinobar
update by vicmz for spanish.

Posted: Fri 06 Jul 2012, 03:18
by vicmz
Hi shinobar
Sorry, I should have looked for the app itself in the forum. I'll post updates here directly from now on. Thanks

firstrun-2.2 Spanish update

Posted: Fri 06 Jul 2012, 18:47
by vicmz
I downloaded the newer files and updated them, now the new strings are translated, too. I also included the firstrun icon translated, so that when someone installs the .pet the menu entry appears in Spanish if they have it as default system language.

Posted: Mon 30 Jul 2012, 21:22
by don570
I tried Japanese version of Lucid Puppy that you put together

It worked nicely :lol:

There was a couple of translations of tooltips
that need to be made that I spotted in this window.

Image

Choose main language

Posted: Mon 30 Jul 2012, 22:20
by shinobar
don570 wrote:There was a couple of translations of tooltips
that need to be made that I spotted in this window.
It is intended,
Changing the language is not for Japanese, but for whom may not able to read Japanese.

Posted: Sun 05 Aug 2012, 12:06
by snayak
can it solve the problem...
http://www.murga-linux.com/puppy/viewtopic.php?t=80108

Sincerely,
Srinivas Nayak

Posted: Thu 04 Apr 2013, 18:06
by der-schutzhund
Hi,

is there a way to make the settings with a little script without gui?
For example: set resolution = 1024x768 freq = 60 ....

Greetings

Wolfgang