[Frugalware-darcs] frugalware-current: kdebase-3.4.1-4-i686
Janny
janny at vnet.hu
Sat Jul 23 11:50:16 CEST 2005
Fri Jul 22 16:27:40 CEST 2005 Janny <janny at vnet.hu>
* kdebase-3.4.1-4-i686
Corrections in FrugalBuild
Generated new "kdmrc" config file
kdmrc: added new features (switch user new deskop menu item)
kdmrc: fixed a keyboard problem (no keyboard at startup (updated voroskoi's patch))
kdmrc: Allow root login = false (root not premitted to login)
diff -rN -u old-frugalware-current/source/kde/kdebase/FrugalBuild new-frugalware-current/source/kde/kdebase/FrugalBuild
--- old-frugalware-current/source/kde/kdebase/FrugalBuild 2005-07-23 11:47:46.000000000 +0200
+++ new-frugalware-current/source/kde/kdebase/FrugalBuild 2005-07-23 11:48:23.000000000 +0200
@@ -1,10 +1,11 @@
-# Last Modified: Fri, 24 Jun 2005 00:15:00 +0200
+# Last Modified: Fri, 22 Jul 2005 06:16:39 +0200
# Compiling Time: ~2 hours
# Maintainer: Kapolnasi Tamas <ktamas at tdc.hu>
+# Modified: Janny <janny at vnet.hu>
pkgname=kdebase
pkgver=3.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="KDE Base Programs."
pkgurl="ftp://ftp.kde.org/pub/kde/stable/3.4.1/src"
groups=('kde' 'kde-core')
@@ -35,14 +36,20 @@
# konsole configuration
Fsed 'Exec=$' 'Exec=bash -ls' \
$Fdestdir/usr/share/apps/konsole/shell.desktop
- chmod 644 $Fdestdir/usr/share/apps/konsole/shell.desktop
# config files
- install -m644 $startdir/config/* $Fdestdir/usr/share/config/
- cd $Fdestdir/usr/share/config/
- mv {background,kdm}rc kdm/
+ Ffilerel $startdir/config/* /usr/share/config/
+ Fmv usr/share/config/kdmrc usr/share/config/kdm/kdmrc
+ # session file
Ffile /etc/X11/sessions/kde.desktop
+
+ # backgroundrc configuration
+ Fsed 'Wallpaper=default_blue.jpg' 'Wallpaper=blue-bend.jpg' \
+ $Fdestdir/usr/share/config/kdm/backgroundrc
}
+# optimalization ok
+
# vim: ft=sh
+
diff -rN -u old-frugalware-current/source/kde/kdebase/config/backgroundrc new-frugalware-current/source/kde/kdebase/config/backgroundrc
--- old-frugalware-current/source/kde/kdebase/config/backgroundrc 2005-07-23 11:47:46.000000000 +0200
+++ new-frugalware-current/source/kde/kdebase/config/backgroundrc 1970-01-01 01:00:00.000000000 +0100
@@ -1,18 +0,0 @@
-[Desktop0]
-BackgroundMode=Flat
-BlendBalance=100
-BlendMode=NoBlending
-ChangeInterval=60
-Color1=0,0,200
-Color2=192,192,192
-CurrentWallpaper=0
-LastChange=0
-MinOptimizationDepth=1
-MultiWallpaperMode=NoMulti
-Pattern=fish
-Program=
-ReverseBlending=false
-UseSHM=false
-Wallpaper=blue-bend.jpg
-WallpaperList=
-WallpaperMode=Scaled
diff -rN -u old-frugalware-current/source/kde/kdebase/config/kdmrc new-frugalware-current/source/kde/kdebase/config/kdmrc
--- old-frugalware-current/source/kde/kdebase/config/kdmrc 2005-07-23 11:47:46.000000000 +0200
+++ new-frugalware-current/source/kde/kdebase/config/kdmrc 2005-07-23 11:13:21.000000000 +0200
@@ -39,18 +39,24 @@
[General]
# This option exists solely for the purpose of a clean automatic upgrade.
# Don't even think about changing it!
-ConfigVersion=2.1
-# If the value starts with a slash (/), it specifies the file, where X-servers
-# to be used by KDM are listed; the file is in the usual XDM-Xservers format.
-# Otherwise it's interpreted like one line of the Xservers file, i.e., it
-# specifies exactly one X-server.
-# Default is ":0 local at tty1 /usr/X11R6/bin/X -nolisten tcp vt7"
-# XXX i'm planning to absorb this file into kdmrc, but i'm not sure how to
-# do this best.
-Xservers=/usr/share/config/kdm/Xservers
+ConfigVersion=2.3
+# List of permanent displays. Displays with a hostname are foreign. A display
+# class may be specified separated by an underscore.
+# Default is ":0"
+StaticServers=:0
+# List of on-demand displays. See StaticServers for syntax.
+# Default is ""
+ReserveServers=:1,:2,:3
+# VTs to allocate to X-servers. A negative number means that the VT will be
+# used only if it is free. If all VTs in this list are used up, the next free
+# one greater than the last one in this list will be allocated.
+# Default is ""
+ServerVTs=-12
+# TTYs (without /dev/) to monitor for activity while in console mode.
+# Default is ""
+ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6,tty7,tty8,tty9,tty10,tty11
# Where KDM should store its PID. Default is "" (don't store)
PidFile=/var/run/xdm.pid
-ServerVTs=-11
# Whether KDM should lock the pid file to prevent having multiple KDM
# instances running at once. Leave it "true", unless you're brave.
#LockPidFile=false
@@ -211,7 +217,7 @@
# (unless you use KDE's built-in screen lock). Default is false
#AutoReLogin=true
# Allow root logins? Default is true
-#AllowRootLogin=
+AllowRootLogin=false
# Allow to log in, when user has set an empty password? Default is true
#AllowNullPasswd=
# Who is allowed to shut down the system. This applies both to the
@@ -223,21 +229,25 @@
# Who is allowed to abort all still running sessions when shutting down.
# Same options as for AllowShutdown. Default is All
#AllowSdForceNow=Root
-# The default choice for the shutdown condition/timing.
-# "Schedule" - shutdown after all sessions exit (possibly at once) (Default)
-# "TryNow" - shutdown, if no sessions are open, otherwise do nothing
-# "ForceNow" - shutdown unconditionally
-#DefaultSdMode=ForceNow
-# If this is false the user must select the shutdown condition/timing already
-# in the shutdown dialog. If this is true he won't be bothered with the options,
-# but will be asked what to do if sessions are actually open. Default is true
-# NOTE: the interaction is currently not implemented. If this is set to true,
-# a normal forced shutdown will happen (without caring for the AllowSdForceNow
-# option!), i.e., KDM will behave exactly as before KDE 3.0.
-#InteractiveSd=false
+# How to offer shutdown scheduling options:
+# "Never" - not at all
+# "Optional" - as a button in the simple shutdown dialogs
+# "Always" - instead of the simple shutdown dialogs
+# Default is Never
+#ScheduledSd=Optional
# The directories containing session type definitions in .desktop format.
# Default is /usr/share/apps/kdm/sessions
#SessionsDirs=/etc/X11/sessions,/usr/share/xsessions
+# The file (relative to $HOME) to redirect the session output to. This is
+# a printf format string; one %s will be replaced with the display name.
+# Default is ".xsession-errors"
+ClientLogFile=.xsession-errors-%s
+# Whether KDM's built-in utmp/wtmp/lastlog registration should be used.
+# Default is true
+UseSessReg=false
+# Create X-authorizations for local displays.
+# Default is true
+Authorize=true
# Greeter config for all displays
[X-*-Greeter]
@@ -338,7 +348,7 @@
#UseBackground=false
# The configuration file to be used by krootimage.
# Default is /usr/share/config/kdm/backgroundrc
-#BackgroundCfg=
+BackgroundCfg=/usr/share/config/kdm/backgroundrc
# Hold the X-server grabbed the whole time the greeter is visible. This
# may be more secure, but it will disable any background and other
# X-clients started from the Setup script. Default is false
@@ -365,6 +375,10 @@
# Warn, if local X-authorization cannot be created. Default is true
# XXX this is a dummy currently
AuthComplain=true
+# The theme to use for the greeter. Can point to either a directory or an XML
+# file.
+# Default is ""
+Theme=/usr/share/apps/kdm/themes/circles
# Core config for local displays
[X-:*-Core]
@@ -375,8 +389,16 @@
#ServerTimeout=
# See above
AllowShutdown=All
+# The command line to start the X-server, without display number and VT spec.
+# This string is subject to word splitting.
+# Default is "/usr/X11R6/bin/X"
+ServerCmd=/usr/X11R6/bin/X
+# Additional arguments for the X-servers for local sessions.
+# This string is subject to word splitting.
+# Default is ""
+ServerArgsLocal=-nolisten tcp
# See above
-AllowRootLogin=true
+AllowRootLogin=false
# See above
AllowNullPasswd=true
# Enable password-less logins on this display. USE WITH EXTREME CARE!
@@ -389,6 +411,10 @@
# Greeter config for local displays
[X-:*-Greeter]
# See above
+PreselectUser=Previous
+# See above
+FocusPasswd=true
+# See above
#AuthComplain=false
# The screen the greeter should be displayed on in multi-headed setups.
# The numbering starts with 0 and corresponds to the listing order in the
@@ -408,7 +434,7 @@
#ChooserHosts=*,ugly,sky,dino,kiste.local,login.crap.com
# Show the "Restart X Server"/"Close Connection" action in the greeter.
# Default is true
-#AllowClose=false
+AllowClose=false
# Core config for 1st local display
[X-:0-Core]
@@ -421,6 +447,8 @@
# unless the user is to be logged into a NIS or Kerberos domain. If you use
# it, you should "chmod 600 kdmrc" for obvious reasons. Default is ""
#AutoLoginPass=secret!
+# See above
+ClientLogFile=.xsession-errors
# Greeter config for 1st local display
[X-:0-Greeter]
More information about the Frugalware-darcs
mailing list