Firstrun-2.2 (Country Settings and more)

Window managers, icon programs, widgets, etc.
Message
Author
User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Firstrun-1.9.9

#46 Post 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:
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#47 Post 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

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

rc.country

#48 Post 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.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

firstrun and the console font

#49 Post 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.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#50 Post 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
  
Puppy Linux Blog - contact me for access

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

pet uploaded

#51 Post 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).
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#52 Post by pemasu »

Firstrun-2.0.pet...several scripts has ftp:ftp ownership instead of usual root:root.

gcmartin

Error or Oversight ???

#53 Post 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
Attachments
UTF-8_Pop-up_Why.PNG
This is what occurs
(74.75 KiB) Downloaded 1108 times

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Re: Error or Oversight ???

#54 Post 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.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#55 Post 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

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Firstrun-2.1

#56 Post 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
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

gcmartin

Setting system tables

#57 Post by gcmartin »

@Shinobar. I draw attention to this issue

Here to help

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

firstrun-2.2

#58 Post 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.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

spanish files

#59 Post by shinobar »

update by vicmz for spanish.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

#60 Post 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
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

firstrun-2.2 Spanish update

#61 Post 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.
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#62 Post 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

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Choose main language

#63 Post 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.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

snayak
Posts: 422
Joined: Wed 14 Sep 2011, 05:49

#64 Post by snayak »

can it solve the problem...
http://www.murga-linux.com/puppy/viewtopic.php?t=80108

Sincerely,
Srinivas Nayak
[Precise 571 on AMD Athlon XP 2000+ with 512MB RAM]
[Fatdog 720 on Intel Pentium B960 with 4GB RAM]

[url]http://srinivas-nayak.blogspot.com/[/url]

der-schutzhund
Posts: 1045
Joined: Mon 26 Nov 2007, 22:07
Location: Blomberg / Germany

#65 Post 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

Post Reply