svn | 1 Jul 2007 20:35

[PC-BSD Commits] r405 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts

Author: kris
Date: 2007-07-01 19:35:43 +0100 (Sun, 01 Jul 2007)
New Revision: 405

Modified:
   pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
Log:

Change to ensure the localize script does run properly

Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh	2007-06-30
09:25:09 UTC (rev 404)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh	2007-07-01
18:35:43 UTC (rev 405)
 <at>  <at>  -32,17 +32,15  <at>  <at> 
 cp /mnt/PCBSD/splash-screens/loading-screen-en.pcx /mnt/boot/loading-screen.pcx

 # Setup the Localization
-if [ "${LANG}" ]
+if [ "${LANG}" != "en" ]
 then
-  if [ "${LANG}" != "en" ]
-  then
-     # Copy the right splash screen over
-     cp /mnt/PCBSD/splash-screens/loading-screen-${LANG}.pcx /mnt/boot/loading-screen.pcx
-     # Run the Localize script
-     /usr/local/pcbsd/scripts/PCBSD.Localize.sh ${LANG} ${3}
-  fi
(Continue reading)

svn | 2 Jul 2007 19:23

[PC-BSD Commits] r406 - pcbsd/trunk/system-overlay/usr/share/skel/.kde/share/config

Author: kris
Date: 2007-07-02 18:23:31 +0100 (Mon, 02 Jul 2007)
New Revision: 406

Added:
   pcbsd/trunk/system-overlay/usr/share/skel/.kde/share/config/kxkbrc
Log:

Added config file for keyboard layouts in KDE

Added: pcbsd/trunk/system-overlay/usr/share/skel/.kde/share/config/kxkbrc
svn | 2 Jul 2007 19:34

[PC-BSD Commits] r407 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts

Author: kris
Date: 2007-07-02 18:34:33 +0100 (Mon, 02 Jul 2007)
New Revision: 407

Modified:
   pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh
   pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Localize.sh
   pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
Log:

Made changes to install scripts to set kxkbrc file properly

Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh	2007-07-02
17:23:31 UTC (rev 406)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.ExtractTar.sh	2007-07-02
17:34:33 UTC (rev 407)
 <at>  <at>  -24,7 +24,7  <at>  <at> 
 #Reset LANG
 LANG="$LANGOLD"

-#echo "Copying boot files...";
+echo "Setting up kernel...";
 cp f /usr/local/pcbsd/LANGS/* /mnt/PCBSD/LANGS/ >/dev/null

 cp /tmp/fstab /mnt/etc/fstab

Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Localize.sh
===================================================================
(Continue reading)

svn | 2 Jul 2007 23:54

[PC-BSD Commits] r408 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts

Author: kris
Date: 2007-07-02 22:54:32 +0100 (Mon, 02 Jul 2007)
New Revision: 408

Modified:
   pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Localize.sh
   pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
Log:

Few changes to ensure they keyboard layout gets saved properly, since the
language key isn't always the same thing. 

Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Localize.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Localize.sh	2007-07-02
17:34:33 UTC (rev 407)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Localize.sh	2007-07-02
21:54:32 UTC (rev 408)
 <at>  <at>  -1,7 +1,7  <at>  <at> 
 #!/bin/sh

 LANG="${1}"
-START="${2}"
+KEYLAYOUT="${2}"

 COUNTRY="${LANG}"
 SETLANG="${LANG}"
 <at>  <at>  -124,7 +124,7  <at>  <at> 
 mv /mnt/tmp/sed /mnt/usr/share/skel/.kde/share/config/kdeglobals 

(Continue reading)

svn | 3 Jul 2007 18:09

[PC-BSD Commits] r409 - pcbsd/trunk/PCInstall

Author: kris
Date: 2007-07-03 17:09:54 +0100 (Tue, 03 Jul 2007)
New Revision: 409

Modified:
   pcbsd/trunk/PCInstall/pcinstall.ui
Log:

Updated the installer to make it ready for translation

Modified: pcbsd/trunk/PCInstall/pcinstall.ui
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.ui	2007-07-02 21:54:32 UTC (rev 408)
+++ pcbsd/trunk/PCInstall/pcinstall.ui	2007-07-03 16:09:54 UTC (rev 409)
 <at>  <at>  -5614,7 +5614,7  <at>  <at> 
                 <property name="text">
                     <string>Thank you for choosing PC-BSD as your operating system! Please sit back and relax while your
system is installed.

-After your system is loaded, you may wish to visit us on the web at www.pcbsd.org. We also have many PBI files
of various software packages ready for download at www.pbidir.com</string>
+After your system is loaded, you may wish to visit us on the web at www.pcbsd.org. The PC-BSD website is your
portal to all things related to PC-BSD. Browse our FAQ's, download software, or participate in our forums.</string>
                 </property>
                 <property name="alignment">
                     <set>WordBreak|AlignTop</set>
 <at>  <at>  -7155,9 +7155,9  <at>  <at> 
                     </rect>
                 </property>
                 <property name="text">
(Continue reading)

svn | 3 Jul 2007 19:08

[PC-BSD Commits] r410 - pcbsd/trunk/system-overlay/etc

Author: kris
Date: 2007-07-03 18:08:15 +0100 (Tue, 03 Jul 2007)
New Revision: 410

Modified:
   pcbsd/trunk/system-overlay/etc/csh.cshrc
   pcbsd/trunk/system-overlay/etc/profile
Log:

Changes to profile and csh.cshrc to enable UTF-8. The key / country code
will be set during install

Modified: pcbsd/trunk/system-overlay/etc/csh.cshrc
===================================================================
--- pcbsd/trunk/system-overlay/etc/csh.cshrc	2007-07-03 16:09:54 UTC (rev 409)
+++ pcbsd/trunk/system-overlay/etc/csh.cshrc	2007-07-03 17:08:15 UTC (rev 410)
 <at>  <at>  -1,5 +1,8  <at>  <at> 
 # $FreeBSD: src/etc/csh.cshrc,v 1.3 1999/08/27 23:23:40 peter Exp $
 #
 # System-wide .cshrc file for csh(1).
+setenv LANG en_US.UTF-8
+setenv LC_CTYPE en_US.UTF-8
+setenv LC_COLLATE POSIX
 setenv QMAKESPEC freebsd-g++
 setenv QTDIR /usr/local

Modified: pcbsd/trunk/system-overlay/etc/profile
===================================================================
--- pcbsd/trunk/system-overlay/etc/profile	2007-07-03 16:09:54 UTC (rev 409)
+++ pcbsd/trunk/system-overlay/etc/profile	2007-07-03 17:08:15 UTC (rev 410)
(Continue reading)

svn | 3 Jul 2007 19:22

[PC-BSD Commits] r411 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts

Author: kris
Date: 2007-07-03 18:22:20 +0100 (Tue, 03 Jul 2007)
New Revision: 411

Modified:
   pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Localize.sh
Log:

Updated localize script to setup profile and csh.cshrc to set UTF-8 LANG /
LC_CTYPE properly

Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Localize.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Localize.sh	2007-07-03
17:08:15 UTC (rev 410)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.Localize.sh	2007-07-03
17:22:20 UTC (rev 411)
 <at>  <at>  -10,125 +10,162  <at>  <at> 
 FILE="$LANG-kde-i18n-*.tbz"

 
-# Add the KDE Package for this LANG & Do any Overrides
+# Setup the presets for the specific lang
 case $LANG in
    af) COUNTRY="C" 
        SETLANG="af"
+       LOCALE="af_ZA" 
        SETKDMLANG="af" ;;
    ar) COUNTRY="C" 
        SETLANG="ar"
(Continue reading)

svn | 3 Jul 2007 19:26

[PC-BSD Commits] r412 - pcbsd/trunk/system-overlay/PCBSD/xorg-gui/settings

Author: kris
Date: 2007-07-03 18:26:16 +0100 (Tue, 03 Jul 2007)
New Revision: 412

Modified:
   pcbsd/trunk/system-overlay/PCBSD/xorg-gui/settings/refresh.txt
Log:

Added few more refresh rates

Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/settings/refresh.txt
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/settings/refresh.txt	2007-07-03 17:22:20 UTC
(rev 411)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/settings/refresh.txt	2007-07-03 17:26:16 UTC
(rev 412)
 <at>  <at>  -3,3 +3,5  <at>  <at> 
 75hz
 80hz
 85hz
+90hz
+95hz
svn | 3 Jul 2007 19:41

[PC-BSD Commits] r413 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts

Author: kris
Date: 2007-07-03 18:41:37 +0100 (Tue, 03 Jul 2007)
New Revision: 413

Modified:
   pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
Log:

Added agp_load to loader.conf

Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh	2007-07-03
17:26:16 UTC (rev 412)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh	2007-07-03
17:41:37 UTC (rev 413)
 <at>  <at>  -76,6 +76,7  <at>  <at> 
 hw.pci.allow_unsupported_io_range="1"
 hw.ata.atapi_dma="1"
 autoboot_delay="2"
+agp_load="YES"
 wlan_wep_load="YES"
 wlan_ccmp_load="YES"
 wlan_tkip_load="YES"' >/mnt/boot/loader.conf
svn | 3 Jul 2007 19:53

[PC-BSD Commits] r414 - pcbsd/trunk/system-overlay/usr/share/skel/.kde/share/config

Author: kris
Date: 2007-07-03 18:53:01 +0100 (Tue, 03 Jul 2007)
New Revision: 414

Modified:
   pcbsd/trunk/system-overlay/usr/share/skel/.kde/share/config/kdesktoprc
Log:

Added option to enable showing connected CD / USB / Disk on desktop, allowing
user to easily mount / unmount or eject a CD. 

Modified: pcbsd/trunk/system-overlay/usr/share/skel/.kde/share/config/kdesktoprc
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/.kde/share/config/kdesktoprc	2007-07-03
17:41:37 UTC (rev 413)
+++ pcbsd/trunk/system-overlay/usr/share/skel/.kde/share/config/kdesktoprc	2007-07-03
17:53:01 UTC (rev 414)
 <at>  <at>  -28,6 +28,10  <at>  <at> 
 [General]
 AutoLineUpIcons=true

+[Media]
+enabled=true
+exclude=media/floppy5_unmounted,media/floppy_unmounted
+
 [Menubar]
 ShowMenubar=false

Gmane