diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-25 10:04:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-25 10:04:32 +0000 |
commit | e306e094bc988d3327d9ee0c00739b6577c7bb2b (patch) | |
tree | 2a5aac28326500e0e900662156810378c82616c9 /kde-base/kdebase/files | |
parent | Drop 3.3 versions. (diff) | |
download | gentoo-2-e306e094bc988d3327d9ee0c00739b6577c7bb2b.tar.gz gentoo-2-e306e094bc988d3327d9ee0c00739b6577c7bb2b.tar.bz2 gentoo-2-e306e094bc988d3327d9ee0c00739b6577c7bb2b.zip |
Drop 3.3 versions.
(Portage version: 2.1.1_pre3-r3)
(Signed Manifest commit)
Diffstat (limited to 'kde-base/kdebase/files')
-rw-r--r-- | kde-base/kdebase/files/3.3.2-r1/Xsetup | 36 | ||||
-rw-r--r-- | kde-base/kdebase/files/3.3.2-r1/backgroundrc | 18 | ||||
-rw-r--r-- | kde-base/kdebase/files/3.3.2-r1/kdmrc | 525 | ||||
-rw-r--r-- | kde-base/kdebase/files/3.3.2-r1/startkde-3.3.2-r1-gentoo.diff | 55 | ||||
-rw-r--r-- | kde-base/kdebase/files/3.3.2-r2/backgroundrc | 18 | ||||
-rw-r--r-- | kde-base/kdebase/files/3.3.2-r2/kdmrc | 525 | ||||
-rw-r--r-- | kde-base/kdebase/files/3.3.2-r2/startkde-3.3.2-r2-gentoo.diff | 52 | ||||
-rw-r--r-- | kde-base/kdebase/files/3.3.2-r3/backgroundrc | 18 | ||||
-rw-r--r-- | kde-base/kdebase/files/3.3.2-r3/kdmrc | 525 | ||||
-rw-r--r-- | kde-base/kdebase/files/3.3.2-r3/startkde-3.3.2-r3-gentoo.diff | 52 | ||||
-rw-r--r-- | kde-base/kdebase/files/digest-kdebase-3.3.2-r1 | 3 | ||||
-rw-r--r-- | kde-base/kdebase/files/digest-kdebase-3.3.2-r2 | 3 | ||||
-rw-r--r-- | kde-base/kdebase/files/digest-kdebase-3.3.2-r3 | 3 | ||||
-rw-r--r-- | kde-base/kdebase/files/konsole-3.3.2.patch | 30 | ||||
-rw-r--r-- | kde-base/kdebase/files/post-3.3.2-kdebase-htmlframes2.patch | 34 |
15 files changed, 0 insertions, 1897 deletions
diff --git a/kde-base/kdebase/files/3.3.2-r1/Xsetup b/kde-base/kdebase/files/3.3.2-r1/Xsetup deleted file mode 100644 index 427ed61d709b..000000000000 --- a/kde-base/kdebase/files/3.3.2-r1/Xsetup +++ /dev/null @@ -1,36 +0,0 @@ -#! /bin/sh -# Xsetup - run as root before the login dialog appears - -#xconsole -geometry 480x130-0-0 -notify -verbose -fn fixed -exitOnFail -file /dev/xconsole & - -SESSIONDIR="_PREFIX_/share/config/kdm/sessions" - -session_to_desktop_entry() -{ -SESSION=$1 -SESSIONFILE="/etc/X11/Sessions/${SESSION}" - -if [ ! -d ${SESSIONDIR} ]; then - echo "cannot create ${SESSION}.desktop:" - echo "directory ${SESSIONDIR} does not exist." - return; -fi - -if [ ! -e ${SESSIONDIR}/${SESSION}.desktop ]; then - -cat > "${SESSIONDIR}/${SESSION}.desktop" <<EOF -[Desktop Entry] -Type=XSession -Exec=${SESSIONFILE} -TryExec=${SESSIONFILE} -Name=${SESSION} -EOF - -fi -} - -echo "Creating menu entries for kdm in ${SESSIONDIR}..." - -for i in `ls /etc/X11/Sessions/`; do - session_to_desktop_entry $i -done diff --git a/kde-base/kdebase/files/3.3.2-r1/backgroundrc b/kde-base/kdebase/files/3.3.2-r1/backgroundrc deleted file mode 100644 index d00db3a27bff..000000000000 --- a/kde-base/kdebase/files/3.3.2-r1/backgroundrc +++ /dev/null @@ -1,18 +0,0 @@ -[Desktop0] -BackgroundMode=VerticalGradient -BlendBalance=100 -BlendMode=NoBlending -ChangeInterval=60 -Color1=14,120,131 -Color2=67,174,192 -CurrentWallpaper=0 -LastChange=0 -MinOptimizationDepth=1 -MultiWallpaperMode=NoMulti -Pattern=fish -Program= -ReverseBlending=false -UseSHM=false -Wallpaper=default_blue.jpg -WallpaperList= -WallpaperMode=NoWallpaper diff --git a/kde-base/kdebase/files/3.3.2-r1/kdmrc b/kde-base/kdebase/files/3.3.2-r1/kdmrc deleted file mode 100644 index 5de0daf2a0f4..000000000000 --- a/kde-base/kdebase/files/3.3.2-r1/kdmrc +++ /dev/null @@ -1,525 +0,0 @@ -# KDM master configuration file -# -# Definition: the greeter is the login dialog, i.e., the part of KDM -# which the user sees. -# -# You can configure every X-display individually. -# Every display has a display name, which consists of a host name -# (which is empty for local displays specified in the Xservers file), -# a colon and a display number. Additionally, a display belongs to a -# display class (which can be ignored in most cases; the control center -# does not support this feature at all). -# Sections with display-specific settings have the formal syntax -# "[X-" host [":" number [ "_" class ]] "-" sub-section "]" -# You can use the "*" wildcard for host, number and class. You may omit -# trailing components; they are assumed to be "*" then. -# The host part may be a domain specification like ".inf.tu-dresden.de". -# From which section a setting is actually taken is determined by these -# rules: -# - an exact match takes precedence over a partial match (for the host part), -# which in turn takes precedence over a wildcard -# - precedence decreases from left to right for equally exact matches -# Example: display name "myhost:0", class "dpy". -# [X-myhost:0_dpy] precedes -# [X-myhost:0_*] (same as [X-myhost:0]) precedes -# [X-myhost:*_dpy] precedes -# [X-myhost:*_*] (same as [X-myhost]) precedes -# [X-*:0_dpy] precedes -# [X-*:0_*] (same as [X-*:0]) precedes -# [X-*:*_*] (same as [X-*]) -# These sections do NOT match this display: -# [X-hishost], [X-myhost:0_dec], [X-*:1], [X-:*] -# If a setting is not found in any matching section, the default is used. -# -# Every comment applies to the following section or key. Note that all -# comments will be lost if you change this file with the kcontrol frontend. -# The defaults refer to KDM's built-in values, not anything set in this file. - -[General] -# This option exists solely for the purpose of a clean automatic upgrade. -# Don't even think about changing it! -ConfigVersion=2.2 -# 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@tty1 /usr/X11R6/bin/X -nolisten tcp" -Xservers=_PREFIX_/share/config/kdm/Xservers -# 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=-7 -# Where KDM should store its PID (don't store if empty). -# Default is "" -PidFile=/var/run/kdm.pid -# Whether KDM should lock the PID file to prevent having multiple KDM -# instances running at once. Don't change unless you're brave. -# Default is true -#LockPidFile=false -# Where to store authorization files. -# Default is "/var/run/xauth" -#AuthDir=/tmp -# Whether KDM should automatically re-read configuration files, if it -# finds them having changed. -# Default is true -#AutoRescan=false -# Additional environment variables KDM should pass on to all programs it runs. -# LD_LIBRARY_PATH and XCURSOR_THEME are good candidates; -# otherwise it shouldn't be necessary very often. -# Default is "" -#ExportList=LD_LIBRARY_PATH,ANOTHER_IMPORTANT_VAR -# A file KDM should read entropy from. -# Default is "/dev/mem" -#RandomFile= -# A UNIX domain socket KDM should read entropy from. -# Default is "" -#PrngdSocket=/tmp/entropy -# A TCP socket on localhost KDM should read entropy from. -# Default is 0 -#PrngdPort=4840 -# A character device KDM should read entropy from. -# Empty means use the system's preferred entropy device. -# Default is "" -#RandomDevice=/dev/altrandom -# Where the command FiFos should be created. Make it empty to disable -# the FiFos. -# Default is "/var/run/xdmctl" -#FifoDir=/tmp -# To which group the global command FiFo should belong. -# Can be either a name or a numerical ID. -# Default is 0 -#FifoGroup=xdmctl -# The directory kdm should store persistent working data in. -# Default is "/var/lib/kdm" -#DataDir= -# The directory KDM should store users' .dmrc files in. This is only needed -# if the home directories are not readable before actually logging in (like -# with AFS). -# Default is "" -#DmrcDir=/nfs-shared/var/dmrcs - -[Xdmcp] -# Whether KDM should listen to incoming XDMCP requests. -# Default is true -Enable=false -# The UDP port KDM should listen on for XDMCP requests. Don't change. -# Default is 177 -#Port=177 -# File with the private keys of X-terminals. Required for XDM authentication. -# Default is "" -#KeyFile=_PREFIX_/share/config/kdm/kdmkeys -# XDMCP access control file in the usual XDM-Xaccess format. -# Default is "_PREFIX_/share/config/kdm/Xaccess" -#Xaccess= -# Number of seconds to wait for display to respond after the user has -# selected a host from the chooser. -# Default is 15 -#ChoiceTimeout=10 -# Strip domain name from remote display names if it is equal to the local -# domain. -# Default is true -#RemoveDomainname=false -# Use the numeric IP address of the incoming connection on multihomed hosts -# instead of the host name. -# Default is false -#SourceAddress=true -# The program which is invoked to dynamically generate replies to XDMCP -# DirectQuery or BroadcastQuery requests. -# If empty, no program is invoked and "Willing to manage" is sent. -# Default is "" -Willing=_PREFIX_/share/config/kdm/Xwilling - -[Shutdown] -# The command to run to halt the system. -# Default is "/sbin/halt" -#HaltCmd= -# The command to run to reboot the system. -# Default is "/sbin/reboot" -#RebootCmd= -# Whether it is allowed to shut down the system via the global command FiFo. -# Default is false -#AllowFifo=true -# Whether it is allowed to abort active sessions when shutting down the -# system via the global command FiFo. -# Default is true -#AllowFifoNow=false -# Offer LiLo boot options in shutdown dialog. -# Default is false -#UseLilo=true -# The location of the LiLo binary. -# Default is "/sbin/lilo" -#LiloCmd= -# The location of the LiLo map file. -# Default is "/boot/map" -#LiloMap= - -# Rough estimations about how many seconds KDM will spend at most on -# - opening a connection to the X-server (OpenTime) if the attempt -# - times out: OpenTimeout -# - is refused: OpenRepeat * OpenDelay -# - starting a local X-server (ServerTime): -# ServerAttempts * (ServerTimeout + OpenDelay) -# - starting a display: -# - local display: ServerTime + OpenTime -# - foreign display: StartAttempts * OpenTime -# - xdmcp display: OpenTime (repeated indefinitely by client) - -# Core config for all displays -[X-*-Core] -# How long to wait before retrying to connect a display. -# Default is 15 -#OpenDelay=15 -# How long to wait before timing out a display connection attempt. -# Default is 120 -#OpenTimeout=120 -# How many connection attempts to make during a start attempt. Note that -# a timeout aborts the entire start attempt. -# Default is 5 -#OpenRepeat=5 -# Try at most that many times to start a display. If this fails, the display -# is disabled. -# Default is 4 -#StartAttempts=4 -# Ping remote display every that many minutes. -# Default is 5 -#PingInterval=5 -# Wait for a Pong that many minutes. -# Default is 5 -#PingTimeout=5 -# The name of this X-server's Xauth file. -# If empty, a random name in the AuthDir directory will be used. -# Default is "" -#AuthFile= -# Specify a file with X-resources for the greeter, chooser and background. -# The KDE frontend doesn't care for this, so you don't need it unless you -# use another background generator than krootimage. -# Default is "" -#Resources= -# The xrdb program to use to read the above specified recources. -# Default is "/usr/X11R6/bin/xrdb" -#Xrdb= -# A program to run before the greeter is shown. Can be used to start an -# <command>xconsole</command> or an alternative background generator. -# Default is "" -Setup=_PREFIX_/share/config/kdm/Xsetup -# A program to run before a user session starts. You should invoke sessreg -# there and optionally change the ownership of the console, etc. -# Default is "" -Startup=_PREFIX_/share/config/kdm/Xstartup -# A program to run after a user session exits. You should invoke sessreg -# there and optionally change the ownership of the console, etc. -# Default is "" -Reset=_PREFIX_/share/config/kdm/Xreset -# The program which is run as the user which logs in. It is supposed to -# interpret the session argument (see SessionsDirs) and start an appropriate -# session according to it. -# Default is "/usr/X11R6/bin/xterm -ls -T" -Session=_PREFIX_/share/config/kdm/Xsession -# The program to run if Session fails. -# Default is "/usr/X11R6/bin/xterm" -#FailsafeClient= -# The PATH for the Session program. -# Default is "/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games" -#UserPath= -# The PATH for Setup, Startup and Reset, etc. -# Default is "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" -#SystemPath= -# The default system shell. -# Default is "/bin/sh" -#SystemShell=/bin/bash -# Where to put the user's X-server authorization file if ~/.Xauthority -# cannot be created. -# Default is "/tmp" -#UserAuthDir= -# Whether to automatically restart sessions after X-server crashes. -# Note that enabling this makes circumventing screen lockers other than -# KDE's built-in one possible! -# Default is false -#AutoReLogin=true -# Allow root logins? -# Default is true -AllowRootLogin=false -# Allow to log in, when user has set an empty password? -# Default is true -AllowNullPasswd=false -# Who is allowed to shut down the system. This applies both to the -# greeter and to the command FiFo. -# "None" - no "Shutdown..." menu entry is shown at all -# "Root" - the password must be entered to shut down -# "All" - everybody can shut down the machine -# Default is All -AllowShutdown=Root -# Who is allowed to abort active sessions when shutting down. -# "None" - no forced shutdown is allowd at all -# "Root" - the password must be entered to shut down forcibly -# "All" - everybody can shut down the machine forcibly -# Default is All -#AllowSdForceNow=Root -# The default choice for the shutdown condition/timing. -# "Schedule" - shut down after all active sessions exit (possibly at once) -# "TryNow" - shut down, if no active sessions are open, otherwise do nothing -# "ForceNow" - shut down unconditionally -# Default is Schedule -#DefaultSdMode=ForceNow -# 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 "_PREFIX_/share/apps/kdm/sessions" -SessionsDirs=_PREFIX_/share/config/kdm/sessions -# 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 - -# Greeter config for all displays -[X-*-Greeter] -# Widget style of the greeter. "" means the built-in default which currently -# is "Keramik". -# Default is "" -#GUIStyle=Windows -# Widget color scheme of the greeter. "" means the built-in default which -# currently is yellowish grey with some light blue and yellow elements. -# Default is "" -#ColorScheme=Pumpkin -# What should be shown in the greeter's logo are: -# "None" - nothing -# "Logo" - the image specified by LogoPixmap -# "Clock" - a neat analog clock -# Default is Clock -LogoArea=Logo -# The image to show when LogoArea=Logo. -# Default is "" -LogoPixmap=_PREFIX_/share/apps/kdm/pics/kdelogo.png -# The relative coordinates (X,Y in percent) of the center of the greeter. -# Default is "50,50" -#GreeterPos=30,40 -# The screen the greeter should be displayed on in multi-headed and Xinerama -# setups. The numbering starts with 0. For Xinerama, it corresponds to the -# listing order in the active ServerLayout section of XF86Config; -1 means -# to use the upper-left screen, -2 means to use the upper-right screen. -# Default is 0 -#GreeterScreen=-1 -# The headline in the greeter. The following character pairs are replaced: -# - %d -> current display -# - %h -> host name, possibly with domain name -# - %n -> node name, most probably the host name without domain name -# - %s -> the operating system -# - %r -> the operating system's version -# - %m -> the machine (hardware) type -# - %% -> a single % -# Default is "Welcome to %s at %n" -#GreetString=K Desktop Environment (%n) -# The font for the greeter headline. -# Default is "charter,24,bold" -GreetFont=Sans Serif,24,-1,5,50,0,0,0,0,0 -# The normal font used in the greeter. -# Default is "helvetica,12" -StdFont=Sans Serif,12,-1,5,50,0,0,0,0,0 -# The font used for the "Login Failed" message. -# Default is "helvetica,12,bold" -FailFont=Sans Serif,12,-1,5,75,0,0,0,0,0 -# Whether the fonts used in the greeter should be antialiased. -# Default is false -AntiAliasing=true -# What to do with the Num Lock modifier for the time the greeter is running: -# "Off" - turn off -# "On" - turn on -# "Keep" - don't change the state -# Default is Keep -#NumLock=Off -# Language and locale to use in the greeter, encoded like $LC_LANG. -# Default is "en_US" -#Language=de_DE -# Enable autocompletion in the user name line edit. -# Default is false -#UserCompletion=true -# Enable user list (names along with images) in the greeter. -# Default is true -#UserList=false -# User selection for UserCompletion and UserList: -# "NotHidden" - all users except those listed in HiddenUsers -# "Selected" - only the users listed in SelectedUsers -# Default is NotHidden -#ShowUsers=Selected -# For ShowUsers=Selected. @<group> means all users in that group. -# Default is "" -#SelectedUsers=root,johndoe -# For ShowUsers=NotHidden. @<group> means all users in that group. -# Default is "" -#HiddenUsers=root -# Special case of HiddenUsers: users with a non-zero UID less than this number -# will not be shown as well. -# Default is 0 -MinShowUID=1000 -# Complement to MinShowUID: users with a UID greater than this number will -# not be shown as well. -# Default is 65535 -MaxShowUID=65000 -# If false, the users are listed in the order they appear in /etc/passwd. -# If true, they are sorted alphabetically. -# Default is true -#SortUsers=false -# Specify, where the users' pictures should be taken from. -# "AdminOnly" - from <FaceDir>/$USER.face[.icon] -# "PreferAdmin" - prefer <FaceDir>, fallback on $HOME -# "PreferUser" - ... and the other way round -# "UserOnly" - from the user's $HOME/.face[.icon] -# Default is AdminOnly -#FaceSource=PreferUser -# The directory containing the user images if FaceSource is not UserOnly. -# Default is "_PREFIX_/share/apps/kdm/faces" -#FaceDir=/usr/share/faces -# Specify, if/which user should be preselected for log in. -# "None" - don't preselect any user -# "Previous" - the user which successfully logged in last time -# "Default" - the user specified in the DefaultUser option -# Default is None -#PreselectUser=Previous -# If this is true, the password input line is focused automatically if -# a user is preselected. -# Default is false -#FocusPasswd=true -# The password input fields cloak the typed in text. Specify, how to do it: -# "OneStar" - <literal>*</literal> is shown for every typed letter -# "ThreeStars" - <literal>***</literal> is shown for every typed letter -# "NoEcho" - nothing is shown at all, the cursor doesn't move -# Default is OneStar -#EchoMode=NoEcho -# If true, krootimage will be automatically started by KDM. Otherwise, the -# Setup script should be used to setup the background. -# Default is true -#UseBackground=false -# The configuration file to be used by krootimage. -# Default is "_PREFIX_/share/config/kdm/backgroundrc" -#BackgroundCfg= -# 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 -#GrabServer=true -# How many seconds to wait for grab to succeed. -# Default is 3 -#GrabTimeout=3 -# Warn, if display has no X-authorization (local auth cannot be created, -# XDMCP display wants no auth, or display is foreign from file). -# Default is true -#AuthComplain=false -# Random seed for forging saved session types, etc. of unknown users. -# This value should be random but constant across the login domain. -# Default is 0 -ForgingSeed=_RANDOM_ -# Specify conversation plugins for the login dialog. Each plugin can be -# specified as a base name (which expands to $kde_modulesdir/kgreet_$base) -# or as a full pathname. -# Default is "classic" -#PluginsLogin=sign -# Same as PluginsLogin, but for the shutdown dialog. -# Default is "classic" -#PluginsShutdown=modern -# A list of options of the form Key=Value. The conversation plugins can query -# these settings; it's up to them what possible keys are. -# Default is "" -#PluginOptions=SomeKey=randomvalue,Foo=bar -# Show the "Console Login" action in the greeter (when the respective @tty -# entry exists in Xservers). -# Default is true -#AllowConsole=false -# A program to run while the greeter is visible. It is supposed to preload -# as much as possible of the session that is going to be started (most -# probably). -# Default is "" -#Preloader=_PREFIX_/bin/preloadkde - -# Core config for local displays -[X-:*-Core] -# How often to try to run the X-server. Running includes executing it and -# waiting for it to come up. -# Default is 1 -#ServerAttempts=1 -# How long to wait for a local X-server to come up. -# Default is 15 -#ServerTimeout=15 -# Restart instead of resetting the local X-server after session exit. -# Use it if the server leaks memory, etc. -# Default is false -#TerminateServer=true -# The signal needed to reset the local X-server. -# Default is 1 (SIGHUP) -#ResetSignal=1 -# The signal needed to terminate the local X-server. -# Default is 15 (SIGTERM) -#TermSignal=15 -# Create X-authorizations for local displays. -# Default is true -#Authorize=false -# Which X-authorization mechanisms should be used. -# Default is "MIT-MAGIC-COOKIE-1" -#AuthNames= -# Need to reset the X-server to make it read initial Xauth file. -# Default is false -#ResetForAuth=true -# See above -AllowRootLogin=true -# See above -AllowNullPasswd=true -# See above -AllowShutdown=All -# Enable password-less logins on this display. USE WITH EXTREME CARE! -# Default is false -#NoPassEnable=true -# The users that don't need to provide a password to log in. NEVER list root! -# "*" means all non-root users. @<group> means all users in that group. -# Default is "" -#NoPassUsers=fred,ethel - -# Greeter config for local displays -[X-:*-Greeter] -# See above -PreselectUser=Previous -# See above -FocusPasswd=true -# Specify whether the greeter of local displays should start up in host chooser -# (remote) or login (local) mode and whether it is allowed to switch to the -# other mode. -# "LocalOnly" - only local login possible -# "DefaultLocal" - start up in local mode, but allow switching to remote mode -# "DefaultRemote" - ... and the other way round -# "RemoteOnly" - only choice of remote host possible -# Default is LocalOnly -LoginMode=DefaultLocal -# A list of hosts to be automatically added to the remote login menu. The -# special name "*" means broadcast. -# Default is "*" -#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 - -# Core config for 1st local display -[X-:0-Core] -# Enable automatic login. USE WITH EXTREME CARE! -# Default is false -#AutoLoginEnable=true -# The user to log in automatically. NEVER specify ! -# Default is "" -#AutoLoginUser=fred -# The password for the user to log in automatically. This is NOT required -# unless the user is logged into a NIS or Kerberos domain. If you use this -# option, 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] -# See above -#PreselectUser=Default -# The user to preselect if PreselectUser=Default. -# Default is "" -#DefaultUser=johndoe diff --git a/kde-base/kdebase/files/3.3.2-r1/startkde-3.3.2-r1-gentoo.diff b/kde-base/kdebase/files/3.3.2-r1/startkde-3.3.2-r1-gentoo.diff deleted file mode 100644 index 1025aaac225f..000000000000 --- a/kde-base/kdebase/files/3.3.2-r1/startkde-3.3.2-r1-gentoo.diff +++ /dev/null @@ -1,55 +0,0 @@ ---- startkde.orig 2004-10-12 18:38:29.300671568 -0500 -+++ startkde 2004-10-12 18:40:23.766270152 -0500 -@@ -1,8 +1,36 @@ - #!/bin/sh - # --# DEFAULT KDE STARTUP SCRIPT ( KDE-3.3.2 ) -+# GENTOO CUSTOMIZED STARTUP SCRIPT ( KDE-3.3.2 ) - # - -+# Gentoo part: -+export PATH="_KDEDIR_/bin:${PATH}" -+export KDEDIR="_KDEDIR_" -+# Use env.d's KDEDIRS. They should only include locations like /usr$ -+# actual KDE installations -+ -+# handle ~/.kde* dirs - separate ones for separate KDEs -+cd ~ -+if [ -e .kde ]; then -+ if [ ! -L .kde ]; then -+ /bin/mv -f .kde .kde.backup -+ else -+ rm -f .kde -+ fi -+fi -+if [ ! -e .kde3.3 ]; then -+ if [ -e .kde3.2 ]; then -+ /bin/cp -r .kde3.2 .kde3.3 -+ else -+ /bin/mkdir .kde3.3 -+ fi -+fi -+/bin/ln -sf .kde3.3 .kde -+ -+#export KDEHOME="${HOME}/.kde3.3" -+ -+# Gentoo part ends -+ - # When the X server dies we get a HUP signal from xinit. We must ignore it - # because we still need to do some cleanup. - trap 'echo GOT SIGHUP' HUP -@@ -14,12 +42,12 @@ - exit 1 - fi - --# Set the background to plain grey. -+# Set the background to plain cyan. - # The standard X background is nasty, causing moire effects and exploding - # people's heads. We use colours from the standard KDE palette for those with - # palettised displays. - if test -z "$XDM_MANAGED" || echo "$XDM_MANAGED" | grep ",auto" > /dev/null; then -- xsetroot -solid "#C0C0C0" -+ xsetroot -solid "#5477A0" - fi - - # we have to unset this for Darwin since it will screw up KDE's dynamic-loading diff --git a/kde-base/kdebase/files/3.3.2-r2/backgroundrc b/kde-base/kdebase/files/3.3.2-r2/backgroundrc deleted file mode 100644 index d00db3a27bff..000000000000 --- a/kde-base/kdebase/files/3.3.2-r2/backgroundrc +++ /dev/null @@ -1,18 +0,0 @@ -[Desktop0] -BackgroundMode=VerticalGradient -BlendBalance=100 -BlendMode=NoBlending -ChangeInterval=60 -Color1=14,120,131 -Color2=67,174,192 -CurrentWallpaper=0 -LastChange=0 -MinOptimizationDepth=1 -MultiWallpaperMode=NoMulti -Pattern=fish -Program= -ReverseBlending=false -UseSHM=false -Wallpaper=default_blue.jpg -WallpaperList= -WallpaperMode=NoWallpaper diff --git a/kde-base/kdebase/files/3.3.2-r2/kdmrc b/kde-base/kdebase/files/3.3.2-r2/kdmrc deleted file mode 100644 index c1fe759c0836..000000000000 --- a/kde-base/kdebase/files/3.3.2-r2/kdmrc +++ /dev/null @@ -1,525 +0,0 @@ -# KDM master configuration file -# -# Definition: the greeter is the login dialog, i.e., the part of KDM -# which the user sees. -# -# You can configure every X-display individually. -# Every display has a display name, which consists of a host name -# (which is empty for local displays specified in the Xservers file), -# a colon and a display number. Additionally, a display belongs to a -# display class (which can be ignored in most cases; the control center -# does not support this feature at all). -# Sections with display-specific settings have the formal syntax -# "[X-" host [":" number [ "_" class ]] "-" sub-section "]" -# You can use the "*" wildcard for host, number and class. You may omit -# trailing components; they are assumed to be "*" then. -# The host part may be a domain specification like ".inf.tu-dresden.de". -# From which section a setting is actually taken is determined by these -# rules: -# - an exact match takes precedence over a partial match (for the host part), -# which in turn takes precedence over a wildcard -# - precedence decreases from left to right for equally exact matches -# Example: display name "myhost:0", class "dpy". -# [X-myhost:0_dpy] precedes -# [X-myhost:0_*] (same as [X-myhost:0]) precedes -# [X-myhost:*_dpy] precedes -# [X-myhost:*_*] (same as [X-myhost]) precedes -# [X-*:0_dpy] precedes -# [X-*:0_*] (same as [X-*:0]) precedes -# [X-*:*_*] (same as [X-*]) -# These sections do NOT match this display: -# [X-hishost], [X-myhost:0_dec], [X-*:1], [X-:*] -# If a setting is not found in any matching section, the default is used. -# -# Every comment applies to the following section or key. Note that all -# comments will be lost if you change this file with the kcontrol frontend. -# The defaults refer to KDM's built-in values, not anything set in this file. - -[General] -# This option exists solely for the purpose of a clean automatic upgrade. -# Don't even think about changing it! -ConfigVersion=2.2 -# 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@tty1 /usr/X11R6/bin/X -nolisten tcp" -Xservers=_PREFIX_/share/config/kdm/Xservers -# 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=-7 -# Where KDM should store its PID (don't store if empty). -# Default is "" -PidFile=/var/run/kdm.pid -# Whether KDM should lock the PID file to prevent having multiple KDM -# instances running at once. Don't change unless you're brave. -# Default is true -#LockPidFile=false -# Where to store authorization files. -# Default is "/var/run/xauth" -#AuthDir=/tmp -# Whether KDM should automatically re-read configuration files, if it -# finds them having changed. -# Default is true -#AutoRescan=false -# Additional environment variables KDM should pass on to all programs it runs. -# LD_LIBRARY_PATH and XCURSOR_THEME are good candidates; -# otherwise it shouldn't be necessary very often. -# Default is "" -#ExportList=LD_LIBRARY_PATH,ANOTHER_IMPORTANT_VAR -# A file KDM should read entropy from. -# Default is "/dev/mem" -#RandomFile= -# A UNIX domain socket KDM should read entropy from. -# Default is "" -#PrngdSocket=/tmp/entropy -# A TCP socket on localhost KDM should read entropy from. -# Default is 0 -#PrngdPort=4840 -# A character device KDM should read entropy from. -# Empty means use the system's preferred entropy device. -# Default is "" -#RandomDevice=/dev/altrandom -# Where the command FiFos should be created. Make it empty to disable -# the FiFos. -# Default is "/var/run/xdmctl" -#FifoDir=/tmp -# To which group the global command FiFo should belong. -# Can be either a name or a numerical ID. -# Default is 0 -#FifoGroup=xdmctl -# The directory kdm should store persistent working data in. -# Default is "/var/lib/kdm" -#DataDir= -# The directory KDM should store users' .dmrc files in. This is only needed -# if the home directories are not readable before actually logging in (like -# with AFS). -# Default is "" -#DmrcDir=/nfs-shared/var/dmrcs - -[Xdmcp] -# Whether KDM should listen to incoming XDMCP requests. -# Default is true -Enable=false -# The UDP port KDM should listen on for XDMCP requests. Don't change. -# Default is 177 -#Port=177 -# File with the private keys of X-terminals. Required for XDM authentication. -# Default is "" -#KeyFile=_PREFIX_/share/config/kdm/kdmkeys -# XDMCP access control file in the usual XDM-Xaccess format. -# Default is "_PREFIX_/share/config/kdm/Xaccess" -#Xaccess= -# Number of seconds to wait for display to respond after the user has -# selected a host from the chooser. -# Default is 15 -#ChoiceTimeout=10 -# Strip domain name from remote display names if it is equal to the local -# domain. -# Default is true -#RemoveDomainname=false -# Use the numeric IP address of the incoming connection on multihomed hosts -# instead of the host name. -# Default is false -#SourceAddress=true -# The program which is invoked to dynamically generate replies to XDMCP -# DirectQuery or BroadcastQuery requests. -# If empty, no program is invoked and "Willing to manage" is sent. -# Default is "" -Willing=_PREFIX_/share/config/kdm/Xwilling - -[Shutdown] -# The command to run to halt the system. -# Default is "/sbin/halt" -#HaltCmd= -# The command to run to reboot the system. -# Default is "/sbin/reboot" -#RebootCmd= -# Whether it is allowed to shut down the system via the global command FiFo. -# Default is false -#AllowFifo=true -# Whether it is allowed to abort active sessions when shutting down the -# system via the global command FiFo. -# Default is true -#AllowFifoNow=false -# Offer LiLo boot options in shutdown dialog. -# Default is false -#UseLilo=true -# The location of the LiLo binary. -# Default is "/sbin/lilo" -#LiloCmd= -# The location of the LiLo map file. -# Default is "/boot/map" -#LiloMap= - -# Rough estimations about how many seconds KDM will spend at most on -# - opening a connection to the X-server (OpenTime) if the attempt -# - times out: OpenTimeout -# - is refused: OpenRepeat * OpenDelay -# - starting a local X-server (ServerTime): -# ServerAttempts * (ServerTimeout + OpenDelay) -# - starting a display: -# - local display: ServerTime + OpenTime -# - foreign display: StartAttempts * OpenTime -# - xdmcp display: OpenTime (repeated indefinitely by client) - -# Core config for all displays -[X-*-Core] -# How long to wait before retrying to connect a display. -# Default is 15 -#OpenDelay=15 -# How long to wait before timing out a display connection attempt. -# Default is 120 -#OpenTimeout=120 -# How many connection attempts to make during a start attempt. Note that -# a timeout aborts the entire start attempt. -# Default is 5 -#OpenRepeat=5 -# Try at most that many times to start a display. If this fails, the display -# is disabled. -# Default is 4 -#StartAttempts=4 -# Ping remote display every that many minutes. -# Default is 5 -#PingInterval=5 -# Wait for a Pong that many minutes. -# Default is 5 -#PingTimeout=5 -# The name of this X-server's Xauth file. -# If empty, a random name in the AuthDir directory will be used. -# Default is "" -#AuthFile= -# Specify a file with X-resources for the greeter, chooser and background. -# The KDE frontend doesn't care for this, so you don't need it unless you -# use another background generator than krootimage. -# Default is "" -#Resources= -# The xrdb program to use to read the above specified recources. -# Default is "/usr/X11R6/bin/xrdb" -#Xrdb= -# A program to run before the greeter is shown. Can be used to start an -# <command>xconsole</command> or an alternative background generator. -# Default is "" -Setup=_PREFIX_/share/config/kdm/Xsetup -# A program to run before a user session starts. You should invoke sessreg -# there and optionally change the ownership of the console, etc. -# Default is "" -Startup=_PREFIX_/share/config/kdm/Xstartup -# A program to run after a user session exits. You should invoke sessreg -# there and optionally change the ownership of the console, etc. -# Default is "" -Reset=_PREFIX_/share/config/kdm/Xreset -# The program which is run as the user which logs in. It is supposed to -# interpret the session argument (see SessionsDirs) and start an appropriate -# session according to it. -# Default is "/usr/X11R6/bin/xterm -ls -T" -Session=_PREFIX_/share/config/kdm/Xsession -# The program to run if Session fails. -# Default is "/usr/X11R6/bin/xterm" -#FailsafeClient= -# The PATH for the Session program. -# Default is "/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games" -#UserPath= -# The PATH for Setup, Startup and Reset, etc. -# Default is "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" -#SystemPath= -# The default system shell. -# Default is "/bin/sh" -#SystemShell=/bin/bash -# Where to put the user's X-server authorization file if ~/.Xauthority -# cannot be created. -# Default is "/tmp" -#UserAuthDir= -# Whether to automatically restart sessions after X-server crashes. -# Note that enabling this makes circumventing screen lockers other than -# KDE's built-in one possible! -# Default is false -#AutoReLogin=true -# Allow root logins? -# Default is true -AllowRootLogin=false -# Allow to log in, when user has set an empty password? -# Default is true -AllowNullPasswd=false -# Who is allowed to shut down the system. This applies both to the -# greeter and to the command FiFo. -# "None" - no "Shutdown..." menu entry is shown at all -# "Root" - the password must be entered to shut down -# "All" - everybody can shut down the machine -# Default is All -AllowShutdown=Root -# Who is allowed to abort active sessions when shutting down. -# "None" - no forced shutdown is allowd at all -# "Root" - the password must be entered to shut down forcibly -# "All" - everybody can shut down the machine forcibly -# Default is All -#AllowSdForceNow=Root -# The default choice for the shutdown condition/timing. -# "Schedule" - shut down after all active sessions exit (possibly at once) -# "TryNow" - shut down, if no active sessions are open, otherwise do nothing -# "ForceNow" - shut down unconditionally -# Default is Schedule -#DefaultSdMode=ForceNow -# 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 "_PREFIX_/share/apps/kdm/sessions" -SessionsDirs=/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 - -# Greeter config for all displays -[X-*-Greeter] -# Widget style of the greeter. "" means the built-in default which currently -# is "Keramik". -# Default is "" -#GUIStyle=Windows -# Widget color scheme of the greeter. "" means the built-in default which -# currently is yellowish grey with some light blue and yellow elements. -# Default is "" -#ColorScheme=Pumpkin -# What should be shown in the greeter's logo are: -# "None" - nothing -# "Logo" - the image specified by LogoPixmap -# "Clock" - a neat analog clock -# Default is Clock -LogoArea=Logo -# The image to show when LogoArea=Logo. -# Default is "" -LogoPixmap=_PREFIX_/share/apps/kdm/pics/kdelogo.png -# The relative coordinates (X,Y in percent) of the center of the greeter. -# Default is "50,50" -#GreeterPos=30,40 -# The screen the greeter should be displayed on in multi-headed and Xinerama -# setups. The numbering starts with 0. For Xinerama, it corresponds to the -# listing order in the active ServerLayout section of XF86Config; -1 means -# to use the upper-left screen, -2 means to use the upper-right screen. -# Default is 0 -#GreeterScreen=-1 -# The headline in the greeter. The following character pairs are replaced: -# - %d -> current display -# - %h -> host name, possibly with domain name -# - %n -> node name, most probably the host name without domain name -# - %s -> the operating system -# - %r -> the operating system's version -# - %m -> the machine (hardware) type -# - %% -> a single % -# Default is "Welcome to %s at %n" -#GreetString=K Desktop Environment (%n) -# The font for the greeter headline. -# Default is "charter,24,bold" -GreetFont=Sans Serif,24,-1,5,50,0,0,0,0,0 -# The normal font used in the greeter. -# Default is "helvetica,12" -StdFont=Sans Serif,12,-1,5,50,0,0,0,0,0 -# The font used for the "Login Failed" message. -# Default is "helvetica,12,bold" -FailFont=Sans Serif,12,-1,5,75,0,0,0,0,0 -# Whether the fonts used in the greeter should be antialiased. -# Default is false -AntiAliasing=true -# What to do with the Num Lock modifier for the time the greeter is running: -# "Off" - turn off -# "On" - turn on -# "Keep" - don't change the state -# Default is Keep -#NumLock=Off -# Language and locale to use in the greeter, encoded like $LC_LANG. -# Default is "en_US" -#Language=de_DE -# Enable autocompletion in the user name line edit. -# Default is false -#UserCompletion=true -# Enable user list (names along with images) in the greeter. -# Default is true -#UserList=false -# User selection for UserCompletion and UserList: -# "NotHidden" - all users except those listed in HiddenUsers -# "Selected" - only the users listed in SelectedUsers -# Default is NotHidden -#ShowUsers=Selected -# For ShowUsers=Selected. @<group> means all users in that group. -# Default is "" -#SelectedUsers=root,johndoe -# For ShowUsers=NotHidden. @<group> means all users in that group. -# Default is "" -#HiddenUsers=root -# Special case of HiddenUsers: users with a non-zero UID less than this number -# will not be shown as well. -# Default is 0 -MinShowUID=1000 -# Complement to MinShowUID: users with a UID greater than this number will -# not be shown as well. -# Default is 65535 -MaxShowUID=65000 -# If false, the users are listed in the order they appear in /etc/passwd. -# If true, they are sorted alphabetically. -# Default is true -#SortUsers=false -# Specify, where the users' pictures should be taken from. -# "AdminOnly" - from <FaceDir>/$USER.face[.icon] -# "PreferAdmin" - prefer <FaceDir>, fallback on $HOME -# "PreferUser" - ... and the other way round -# "UserOnly" - from the user's $HOME/.face[.icon] -# Default is AdminOnly -#FaceSource=PreferUser -# The directory containing the user images if FaceSource is not UserOnly. -# Default is "_PREFIX_/share/apps/kdm/faces" -#FaceDir=/usr/share/faces -# Specify, if/which user should be preselected for log in. -# "None" - don't preselect any user -# "Previous" - the user which successfully logged in last time -# "Default" - the user specified in the DefaultUser option -# Default is None -#PreselectUser=Previous -# If this is true, the password input line is focused automatically if -# a user is preselected. -# Default is false -#FocusPasswd=true -# The password input fields cloak the typed in text. Specify, how to do it: -# "OneStar" - <literal>*</literal> is shown for every typed letter -# "ThreeStars" - <literal>***</literal> is shown for every typed letter -# "NoEcho" - nothing is shown at all, the cursor doesn't move -# Default is OneStar -#EchoMode=NoEcho -# If true, krootimage will be automatically started by KDM. Otherwise, the -# Setup script should be used to setup the background. -# Default is true -#UseBackground=false -# The configuration file to be used by krootimage. -# Default is "_PREFIX_/share/config/kdm/backgroundrc" -#BackgroundCfg= -# 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 -#GrabServer=true -# How many seconds to wait for grab to succeed. -# Default is 3 -#GrabTimeout=3 -# Warn, if display has no X-authorization (local auth cannot be created, -# XDMCP display wants no auth, or display is foreign from file). -# Default is true -#AuthComplain=false -# Random seed for forging saved session types, etc. of unknown users. -# This value should be random but constant across the login domain. -# Default is 0 -ForgingSeed=_RANDOM_ -# Specify conversation plugins for the login dialog. Each plugin can be -# specified as a base name (which expands to $kde_modulesdir/kgreet_$base) -# or as a full pathname. -# Default is "classic" -#PluginsLogin=sign -# Same as PluginsLogin, but for the shutdown dialog. -# Default is "classic" -#PluginsShutdown=modern -# A list of options of the form Key=Value. The conversation plugins can query -# these settings; it's up to them what possible keys are. -# Default is "" -#PluginOptions=SomeKey=randomvalue,Foo=bar -# Show the "Console Login" action in the greeter (when the respective @tty -# entry exists in Xservers). -# Default is true -#AllowConsole=false -# A program to run while the greeter is visible. It is supposed to preload -# as much as possible of the session that is going to be started (most -# probably). -# Default is "" -#Preloader=_PREFIX_/bin/preloadkde - -# Core config for local displays -[X-:*-Core] -# How often to try to run the X-server. Running includes executing it and -# waiting for it to come up. -# Default is 1 -#ServerAttempts=1 -# How long to wait for a local X-server to come up. -# Default is 15 -#ServerTimeout=15 -# Restart instead of resetting the local X-server after session exit. -# Use it if the server leaks memory, etc. -# Default is false -#TerminateServer=true -# The signal needed to reset the local X-server. -# Default is 1 (SIGHUP) -#ResetSignal=1 -# The signal needed to terminate the local X-server. -# Default is 15 (SIGTERM) -#TermSignal=15 -# Create X-authorizations for local displays. -# Default is true -#Authorize=false -# Which X-authorization mechanisms should be used. -# Default is "MIT-MAGIC-COOKIE-1" -#AuthNames= -# Need to reset the X-server to make it read initial Xauth file. -# Default is false -#ResetForAuth=true -# See above -AllowRootLogin=true -# See above -AllowNullPasswd=true -# See above -AllowShutdown=All -# Enable password-less logins on this display. USE WITH EXTREME CARE! -# Default is false -#NoPassEnable=true -# The users that don't need to provide a password to log in. NEVER list root! -# "*" means all non-root users. @<group> means all users in that group. -# Default is "" -#NoPassUsers=fred,ethel - -# Greeter config for local displays -[X-:*-Greeter] -# See above -PreselectUser=Previous -# See above -FocusPasswd=true -# Specify whether the greeter of local displays should start up in host chooser -# (remote) or login (local) mode and whether it is allowed to switch to the -# other mode. -# "LocalOnly" - only local login possible -# "DefaultLocal" - start up in local mode, but allow switching to remote mode -# "DefaultRemote" - ... and the other way round -# "RemoteOnly" - only choice of remote host possible -# Default is LocalOnly -LoginMode=DefaultLocal -# A list of hosts to be automatically added to the remote login menu. The -# special name "*" means broadcast. -# Default is "*" -#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 - -# Core config for 1st local display -[X-:0-Core] -# Enable automatic login. USE WITH EXTREME CARE! -# Default is false -#AutoLoginEnable=true -# The user to log in automatically. NEVER specify ! -# Default is "" -#AutoLoginUser=fred -# The password for the user to log in automatically. This is NOT required -# unless the user is logged into a NIS or Kerberos domain. If you use this -# option, 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] -# See above -#PreselectUser=Default -# The user to preselect if PreselectUser=Default. -# Default is "" -#DefaultUser=johndoe diff --git a/kde-base/kdebase/files/3.3.2-r2/startkde-3.3.2-r2-gentoo.diff b/kde-base/kdebase/files/3.3.2-r2/startkde-3.3.2-r2-gentoo.diff deleted file mode 100644 index 21882f175e84..000000000000 --- a/kde-base/kdebase/files/3.3.2-r2/startkde-3.3.2-r2-gentoo.diff +++ /dev/null @@ -1,52 +0,0 @@ ---- startkde.orig 2005-01-24 16:14:33.346311272 +0100 -+++ startkde 2005-01-24 16:15:02.978806448 +0100 -@@ -1,8 +1,33 @@ - #!/bin/sh - # --# DEFAULT KDE STARTUP SCRIPT ( KDE-3.3.2 ) -+# GENTOO CUSTOMIZED STARTUP SCRIPT ( KDE-3.3.2 ) - # - -+# Gentoo part: -+export PATH="_KDEDIR_/bin:${PATH}" -+ -+# handle ~/.kde* dirs - separate ones for separate KDEs -+cd ~ -+if [ -e .kde ]; then -+ if [ ! -L .kde ]; then -+ /bin/mv -f .kde .kde.backup -+ else -+ rm -f .kde -+ fi -+fi -+if [ ! -e .kde3.3 ]; then -+ if [ -e .kde3.2 ]; then -+ /bin/cp -r .kde3.2 .kde3.3 -+ else -+ /bin/mkdir .kde3.3 -+ fi -+fi -+/bin/ln -sf .kde3.3 .kde -+ -+#export KDEHOME="${HOME}/.kde3.3" -+ -+# Gentoo part ends -+ - # When the X server dies we get a HUP signal from xinit. We must ignore it - # because we still need to do some cleanup. - trap 'echo GOT SIGHUP' HUP -@@ -14,12 +39,12 @@ - exit 1 - fi - --# Set the background to plain grey. -+# Set the background to plain cyan. - # The standard X background is nasty, causing moire effects and exploding - # people's heads. We use colours from the standard KDE palette for those with - # palettised displays. - if test -z "$XDM_MANAGED" || echo "$XDM_MANAGED" | grep ",auto" > /dev/null; then -- xsetroot -solid "#C0C0C0" -+ xsetroot -solid "#5477A0" - fi - - # we have to unset this for Darwin since it will screw up KDE's dynamic-loading diff --git a/kde-base/kdebase/files/3.3.2-r3/backgroundrc b/kde-base/kdebase/files/3.3.2-r3/backgroundrc deleted file mode 100644 index d00db3a27bff..000000000000 --- a/kde-base/kdebase/files/3.3.2-r3/backgroundrc +++ /dev/null @@ -1,18 +0,0 @@ -[Desktop0] -BackgroundMode=VerticalGradient -BlendBalance=100 -BlendMode=NoBlending -ChangeInterval=60 -Color1=14,120,131 -Color2=67,174,192 -CurrentWallpaper=0 -LastChange=0 -MinOptimizationDepth=1 -MultiWallpaperMode=NoMulti -Pattern=fish -Program= -ReverseBlending=false -UseSHM=false -Wallpaper=default_blue.jpg -WallpaperList= -WallpaperMode=NoWallpaper diff --git a/kde-base/kdebase/files/3.3.2-r3/kdmrc b/kde-base/kdebase/files/3.3.2-r3/kdmrc deleted file mode 100644 index c1fe759c0836..000000000000 --- a/kde-base/kdebase/files/3.3.2-r3/kdmrc +++ /dev/null @@ -1,525 +0,0 @@ -# KDM master configuration file -# -# Definition: the greeter is the login dialog, i.e., the part of KDM -# which the user sees. -# -# You can configure every X-display individually. -# Every display has a display name, which consists of a host name -# (which is empty for local displays specified in the Xservers file), -# a colon and a display number. Additionally, a display belongs to a -# display class (which can be ignored in most cases; the control center -# does not support this feature at all). -# Sections with display-specific settings have the formal syntax -# "[X-" host [":" number [ "_" class ]] "-" sub-section "]" -# You can use the "*" wildcard for host, number and class. You may omit -# trailing components; they are assumed to be "*" then. -# The host part may be a domain specification like ".inf.tu-dresden.de". -# From which section a setting is actually taken is determined by these -# rules: -# - an exact match takes precedence over a partial match (for the host part), -# which in turn takes precedence over a wildcard -# - precedence decreases from left to right for equally exact matches -# Example: display name "myhost:0", class "dpy". -# [X-myhost:0_dpy] precedes -# [X-myhost:0_*] (same as [X-myhost:0]) precedes -# [X-myhost:*_dpy] precedes -# [X-myhost:*_*] (same as [X-myhost]) precedes -# [X-*:0_dpy] precedes -# [X-*:0_*] (same as [X-*:0]) precedes -# [X-*:*_*] (same as [X-*]) -# These sections do NOT match this display: -# [X-hishost], [X-myhost:0_dec], [X-*:1], [X-:*] -# If a setting is not found in any matching section, the default is used. -# -# Every comment applies to the following section or key. Note that all -# comments will be lost if you change this file with the kcontrol frontend. -# The defaults refer to KDM's built-in values, not anything set in this file. - -[General] -# This option exists solely for the purpose of a clean automatic upgrade. -# Don't even think about changing it! -ConfigVersion=2.2 -# 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@tty1 /usr/X11R6/bin/X -nolisten tcp" -Xservers=_PREFIX_/share/config/kdm/Xservers -# 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=-7 -# Where KDM should store its PID (don't store if empty). -# Default is "" -PidFile=/var/run/kdm.pid -# Whether KDM should lock the PID file to prevent having multiple KDM -# instances running at once. Don't change unless you're brave. -# Default is true -#LockPidFile=false -# Where to store authorization files. -# Default is "/var/run/xauth" -#AuthDir=/tmp -# Whether KDM should automatically re-read configuration files, if it -# finds them having changed. -# Default is true -#AutoRescan=false -# Additional environment variables KDM should pass on to all programs it runs. -# LD_LIBRARY_PATH and XCURSOR_THEME are good candidates; -# otherwise it shouldn't be necessary very often. -# Default is "" -#ExportList=LD_LIBRARY_PATH,ANOTHER_IMPORTANT_VAR -# A file KDM should read entropy from. -# Default is "/dev/mem" -#RandomFile= -# A UNIX domain socket KDM should read entropy from. -# Default is "" -#PrngdSocket=/tmp/entropy -# A TCP socket on localhost KDM should read entropy from. -# Default is 0 -#PrngdPort=4840 -# A character device KDM should read entropy from. -# Empty means use the system's preferred entropy device. -# Default is "" -#RandomDevice=/dev/altrandom -# Where the command FiFos should be created. Make it empty to disable -# the FiFos. -# Default is "/var/run/xdmctl" -#FifoDir=/tmp -# To which group the global command FiFo should belong. -# Can be either a name or a numerical ID. -# Default is 0 -#FifoGroup=xdmctl -# The directory kdm should store persistent working data in. -# Default is "/var/lib/kdm" -#DataDir= -# The directory KDM should store users' .dmrc files in. This is only needed -# if the home directories are not readable before actually logging in (like -# with AFS). -# Default is "" -#DmrcDir=/nfs-shared/var/dmrcs - -[Xdmcp] -# Whether KDM should listen to incoming XDMCP requests. -# Default is true -Enable=false -# The UDP port KDM should listen on for XDMCP requests. Don't change. -# Default is 177 -#Port=177 -# File with the private keys of X-terminals. Required for XDM authentication. -# Default is "" -#KeyFile=_PREFIX_/share/config/kdm/kdmkeys -# XDMCP access control file in the usual XDM-Xaccess format. -# Default is "_PREFIX_/share/config/kdm/Xaccess" -#Xaccess= -# Number of seconds to wait for display to respond after the user has -# selected a host from the chooser. -# Default is 15 -#ChoiceTimeout=10 -# Strip domain name from remote display names if it is equal to the local -# domain. -# Default is true -#RemoveDomainname=false -# Use the numeric IP address of the incoming connection on multihomed hosts -# instead of the host name. -# Default is false -#SourceAddress=true -# The program which is invoked to dynamically generate replies to XDMCP -# DirectQuery or BroadcastQuery requests. -# If empty, no program is invoked and "Willing to manage" is sent. -# Default is "" -Willing=_PREFIX_/share/config/kdm/Xwilling - -[Shutdown] -# The command to run to halt the system. -# Default is "/sbin/halt" -#HaltCmd= -# The command to run to reboot the system. -# Default is "/sbin/reboot" -#RebootCmd= -# Whether it is allowed to shut down the system via the global command FiFo. -# Default is false -#AllowFifo=true -# Whether it is allowed to abort active sessions when shutting down the -# system via the global command FiFo. -# Default is true -#AllowFifoNow=false -# Offer LiLo boot options in shutdown dialog. -# Default is false -#UseLilo=true -# The location of the LiLo binary. -# Default is "/sbin/lilo" -#LiloCmd= -# The location of the LiLo map file. -# Default is "/boot/map" -#LiloMap= - -# Rough estimations about how many seconds KDM will spend at most on -# - opening a connection to the X-server (OpenTime) if the attempt -# - times out: OpenTimeout -# - is refused: OpenRepeat * OpenDelay -# - starting a local X-server (ServerTime): -# ServerAttempts * (ServerTimeout + OpenDelay) -# - starting a display: -# - local display: ServerTime + OpenTime -# - foreign display: StartAttempts * OpenTime -# - xdmcp display: OpenTime (repeated indefinitely by client) - -# Core config for all displays -[X-*-Core] -# How long to wait before retrying to connect a display. -# Default is 15 -#OpenDelay=15 -# How long to wait before timing out a display connection attempt. -# Default is 120 -#OpenTimeout=120 -# How many connection attempts to make during a start attempt. Note that -# a timeout aborts the entire start attempt. -# Default is 5 -#OpenRepeat=5 -# Try at most that many times to start a display. If this fails, the display -# is disabled. -# Default is 4 -#StartAttempts=4 -# Ping remote display every that many minutes. -# Default is 5 -#PingInterval=5 -# Wait for a Pong that many minutes. -# Default is 5 -#PingTimeout=5 -# The name of this X-server's Xauth file. -# If empty, a random name in the AuthDir directory will be used. -# Default is "" -#AuthFile= -# Specify a file with X-resources for the greeter, chooser and background. -# The KDE frontend doesn't care for this, so you don't need it unless you -# use another background generator than krootimage. -# Default is "" -#Resources= -# The xrdb program to use to read the above specified recources. -# Default is "/usr/X11R6/bin/xrdb" -#Xrdb= -# A program to run before the greeter is shown. Can be used to start an -# <command>xconsole</command> or an alternative background generator. -# Default is "" -Setup=_PREFIX_/share/config/kdm/Xsetup -# A program to run before a user session starts. You should invoke sessreg -# there and optionally change the ownership of the console, etc. -# Default is "" -Startup=_PREFIX_/share/config/kdm/Xstartup -# A program to run after a user session exits. You should invoke sessreg -# there and optionally change the ownership of the console, etc. -# Default is "" -Reset=_PREFIX_/share/config/kdm/Xreset -# The program which is run as the user which logs in. It is supposed to -# interpret the session argument (see SessionsDirs) and start an appropriate -# session according to it. -# Default is "/usr/X11R6/bin/xterm -ls -T" -Session=_PREFIX_/share/config/kdm/Xsession -# The program to run if Session fails. -# Default is "/usr/X11R6/bin/xterm" -#FailsafeClient= -# The PATH for the Session program. -# Default is "/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games" -#UserPath= -# The PATH for Setup, Startup and Reset, etc. -# Default is "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" -#SystemPath= -# The default system shell. -# Default is "/bin/sh" -#SystemShell=/bin/bash -# Where to put the user's X-server authorization file if ~/.Xauthority -# cannot be created. -# Default is "/tmp" -#UserAuthDir= -# Whether to automatically restart sessions after X-server crashes. -# Note that enabling this makes circumventing screen lockers other than -# KDE's built-in one possible! -# Default is false -#AutoReLogin=true -# Allow root logins? -# Default is true -AllowRootLogin=false -# Allow to log in, when user has set an empty password? -# Default is true -AllowNullPasswd=false -# Who is allowed to shut down the system. This applies both to the -# greeter and to the command FiFo. -# "None" - no "Shutdown..." menu entry is shown at all -# "Root" - the password must be entered to shut down -# "All" - everybody can shut down the machine -# Default is All -AllowShutdown=Root -# Who is allowed to abort active sessions when shutting down. -# "None" - no forced shutdown is allowd at all -# "Root" - the password must be entered to shut down forcibly -# "All" - everybody can shut down the machine forcibly -# Default is All -#AllowSdForceNow=Root -# The default choice for the shutdown condition/timing. -# "Schedule" - shut down after all active sessions exit (possibly at once) -# "TryNow" - shut down, if no active sessions are open, otherwise do nothing -# "ForceNow" - shut down unconditionally -# Default is Schedule -#DefaultSdMode=ForceNow -# 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 "_PREFIX_/share/apps/kdm/sessions" -SessionsDirs=/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 - -# Greeter config for all displays -[X-*-Greeter] -# Widget style of the greeter. "" means the built-in default which currently -# is "Keramik". -# Default is "" -#GUIStyle=Windows -# Widget color scheme of the greeter. "" means the built-in default which -# currently is yellowish grey with some light blue and yellow elements. -# Default is "" -#ColorScheme=Pumpkin -# What should be shown in the greeter's logo are: -# "None" - nothing -# "Logo" - the image specified by LogoPixmap -# "Clock" - a neat analog clock -# Default is Clock -LogoArea=Logo -# The image to show when LogoArea=Logo. -# Default is "" -LogoPixmap=_PREFIX_/share/apps/kdm/pics/kdelogo.png -# The relative coordinates (X,Y in percent) of the center of the greeter. -# Default is "50,50" -#GreeterPos=30,40 -# The screen the greeter should be displayed on in multi-headed and Xinerama -# setups. The numbering starts with 0. For Xinerama, it corresponds to the -# listing order in the active ServerLayout section of XF86Config; -1 means -# to use the upper-left screen, -2 means to use the upper-right screen. -# Default is 0 -#GreeterScreen=-1 -# The headline in the greeter. The following character pairs are replaced: -# - %d -> current display -# - %h -> host name, possibly with domain name -# - %n -> node name, most probably the host name without domain name -# - %s -> the operating system -# - %r -> the operating system's version -# - %m -> the machine (hardware) type -# - %% -> a single % -# Default is "Welcome to %s at %n" -#GreetString=K Desktop Environment (%n) -# The font for the greeter headline. -# Default is "charter,24,bold" -GreetFont=Sans Serif,24,-1,5,50,0,0,0,0,0 -# The normal font used in the greeter. -# Default is "helvetica,12" -StdFont=Sans Serif,12,-1,5,50,0,0,0,0,0 -# The font used for the "Login Failed" message. -# Default is "helvetica,12,bold" -FailFont=Sans Serif,12,-1,5,75,0,0,0,0,0 -# Whether the fonts used in the greeter should be antialiased. -# Default is false -AntiAliasing=true -# What to do with the Num Lock modifier for the time the greeter is running: -# "Off" - turn off -# "On" - turn on -# "Keep" - don't change the state -# Default is Keep -#NumLock=Off -# Language and locale to use in the greeter, encoded like $LC_LANG. -# Default is "en_US" -#Language=de_DE -# Enable autocompletion in the user name line edit. -# Default is false -#UserCompletion=true -# Enable user list (names along with images) in the greeter. -# Default is true -#UserList=false -# User selection for UserCompletion and UserList: -# "NotHidden" - all users except those listed in HiddenUsers -# "Selected" - only the users listed in SelectedUsers -# Default is NotHidden -#ShowUsers=Selected -# For ShowUsers=Selected. @<group> means all users in that group. -# Default is "" -#SelectedUsers=root,johndoe -# For ShowUsers=NotHidden. @<group> means all users in that group. -# Default is "" -#HiddenUsers=root -# Special case of HiddenUsers: users with a non-zero UID less than this number -# will not be shown as well. -# Default is 0 -MinShowUID=1000 -# Complement to MinShowUID: users with a UID greater than this number will -# not be shown as well. -# Default is 65535 -MaxShowUID=65000 -# If false, the users are listed in the order they appear in /etc/passwd. -# If true, they are sorted alphabetically. -# Default is true -#SortUsers=false -# Specify, where the users' pictures should be taken from. -# "AdminOnly" - from <FaceDir>/$USER.face[.icon] -# "PreferAdmin" - prefer <FaceDir>, fallback on $HOME -# "PreferUser" - ... and the other way round -# "UserOnly" - from the user's $HOME/.face[.icon] -# Default is AdminOnly -#FaceSource=PreferUser -# The directory containing the user images if FaceSource is not UserOnly. -# Default is "_PREFIX_/share/apps/kdm/faces" -#FaceDir=/usr/share/faces -# Specify, if/which user should be preselected for log in. -# "None" - don't preselect any user -# "Previous" - the user which successfully logged in last time -# "Default" - the user specified in the DefaultUser option -# Default is None -#PreselectUser=Previous -# If this is true, the password input line is focused automatically if -# a user is preselected. -# Default is false -#FocusPasswd=true -# The password input fields cloak the typed in text. Specify, how to do it: -# "OneStar" - <literal>*</literal> is shown for every typed letter -# "ThreeStars" - <literal>***</literal> is shown for every typed letter -# "NoEcho" - nothing is shown at all, the cursor doesn't move -# Default is OneStar -#EchoMode=NoEcho -# If true, krootimage will be automatically started by KDM. Otherwise, the -# Setup script should be used to setup the background. -# Default is true -#UseBackground=false -# The configuration file to be used by krootimage. -# Default is "_PREFIX_/share/config/kdm/backgroundrc" -#BackgroundCfg= -# 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 -#GrabServer=true -# How many seconds to wait for grab to succeed. -# Default is 3 -#GrabTimeout=3 -# Warn, if display has no X-authorization (local auth cannot be created, -# XDMCP display wants no auth, or display is foreign from file). -# Default is true -#AuthComplain=false -# Random seed for forging saved session types, etc. of unknown users. -# This value should be random but constant across the login domain. -# Default is 0 -ForgingSeed=_RANDOM_ -# Specify conversation plugins for the login dialog. Each plugin can be -# specified as a base name (which expands to $kde_modulesdir/kgreet_$base) -# or as a full pathname. -# Default is "classic" -#PluginsLogin=sign -# Same as PluginsLogin, but for the shutdown dialog. -# Default is "classic" -#PluginsShutdown=modern -# A list of options of the form Key=Value. The conversation plugins can query -# these settings; it's up to them what possible keys are. -# Default is "" -#PluginOptions=SomeKey=randomvalue,Foo=bar -# Show the "Console Login" action in the greeter (when the respective @tty -# entry exists in Xservers). -# Default is true -#AllowConsole=false -# A program to run while the greeter is visible. It is supposed to preload -# as much as possible of the session that is going to be started (most -# probably). -# Default is "" -#Preloader=_PREFIX_/bin/preloadkde - -# Core config for local displays -[X-:*-Core] -# How often to try to run the X-server. Running includes executing it and -# waiting for it to come up. -# Default is 1 -#ServerAttempts=1 -# How long to wait for a local X-server to come up. -# Default is 15 -#ServerTimeout=15 -# Restart instead of resetting the local X-server after session exit. -# Use it if the server leaks memory, etc. -# Default is false -#TerminateServer=true -# The signal needed to reset the local X-server. -# Default is 1 (SIGHUP) -#ResetSignal=1 -# The signal needed to terminate the local X-server. -# Default is 15 (SIGTERM) -#TermSignal=15 -# Create X-authorizations for local displays. -# Default is true -#Authorize=false -# Which X-authorization mechanisms should be used. -# Default is "MIT-MAGIC-COOKIE-1" -#AuthNames= -# Need to reset the X-server to make it read initial Xauth file. -# Default is false -#ResetForAuth=true -# See above -AllowRootLogin=true -# See above -AllowNullPasswd=true -# See above -AllowShutdown=All -# Enable password-less logins on this display. USE WITH EXTREME CARE! -# Default is false -#NoPassEnable=true -# The users that don't need to provide a password to log in. NEVER list root! -# "*" means all non-root users. @<group> means all users in that group. -# Default is "" -#NoPassUsers=fred,ethel - -# Greeter config for local displays -[X-:*-Greeter] -# See above -PreselectUser=Previous -# See above -FocusPasswd=true -# Specify whether the greeter of local displays should start up in host chooser -# (remote) or login (local) mode and whether it is allowed to switch to the -# other mode. -# "LocalOnly" - only local login possible -# "DefaultLocal" - start up in local mode, but allow switching to remote mode -# "DefaultRemote" - ... and the other way round -# "RemoteOnly" - only choice of remote host possible -# Default is LocalOnly -LoginMode=DefaultLocal -# A list of hosts to be automatically added to the remote login menu. The -# special name "*" means broadcast. -# Default is "*" -#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 - -# Core config for 1st local display -[X-:0-Core] -# Enable automatic login. USE WITH EXTREME CARE! -# Default is false -#AutoLoginEnable=true -# The user to log in automatically. NEVER specify ! -# Default is "" -#AutoLoginUser=fred -# The password for the user to log in automatically. This is NOT required -# unless the user is logged into a NIS or Kerberos domain. If you use this -# option, 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] -# See above -#PreselectUser=Default -# The user to preselect if PreselectUser=Default. -# Default is "" -#DefaultUser=johndoe diff --git a/kde-base/kdebase/files/3.3.2-r3/startkde-3.3.2-r3-gentoo.diff b/kde-base/kdebase/files/3.3.2-r3/startkde-3.3.2-r3-gentoo.diff deleted file mode 100644 index 21882f175e84..000000000000 --- a/kde-base/kdebase/files/3.3.2-r3/startkde-3.3.2-r3-gentoo.diff +++ /dev/null @@ -1,52 +0,0 @@ ---- startkde.orig 2005-01-24 16:14:33.346311272 +0100 -+++ startkde 2005-01-24 16:15:02.978806448 +0100 -@@ -1,8 +1,33 @@ - #!/bin/sh - # --# DEFAULT KDE STARTUP SCRIPT ( KDE-3.3.2 ) -+# GENTOO CUSTOMIZED STARTUP SCRIPT ( KDE-3.3.2 ) - # - -+# Gentoo part: -+export PATH="_KDEDIR_/bin:${PATH}" -+ -+# handle ~/.kde* dirs - separate ones for separate KDEs -+cd ~ -+if [ -e .kde ]; then -+ if [ ! -L .kde ]; then -+ /bin/mv -f .kde .kde.backup -+ else -+ rm -f .kde -+ fi -+fi -+if [ ! -e .kde3.3 ]; then -+ if [ -e .kde3.2 ]; then -+ /bin/cp -r .kde3.2 .kde3.3 -+ else -+ /bin/mkdir .kde3.3 -+ fi -+fi -+/bin/ln -sf .kde3.3 .kde -+ -+#export KDEHOME="${HOME}/.kde3.3" -+ -+# Gentoo part ends -+ - # When the X server dies we get a HUP signal from xinit. We must ignore it - # because we still need to do some cleanup. - trap 'echo GOT SIGHUP' HUP -@@ -14,12 +39,12 @@ - exit 1 - fi - --# Set the background to plain grey. -+# Set the background to plain cyan. - # The standard X background is nasty, causing moire effects and exploding - # people's heads. We use colours from the standard KDE palette for those with - # palettised displays. - if test -z "$XDM_MANAGED" || echo "$XDM_MANAGED" | grep ",auto" > /dev/null; then -- xsetroot -solid "#C0C0C0" -+ xsetroot -solid "#5477A0" - fi - - # we have to unset this for Darwin since it will screw up KDE's dynamic-loading diff --git a/kde-base/kdebase/files/digest-kdebase-3.3.2-r1 b/kde-base/kdebase/files/digest-kdebase-3.3.2-r1 deleted file mode 100644 index 50752261f030..000000000000 --- a/kde-base/kdebase/files/digest-kdebase-3.3.2-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 edbd721a2a4970977dfe5f45d9e38923 kdebase-3.3.2.tar.bz2 19995043 -RMD160 a57e2fd6f7810d4a82e18cf5b1afe59e39298075 kdebase-3.3.2.tar.bz2 19995043 -SHA256 4c35abc219e6b20a703f8f5f345f257c1f8bcbdd9ea0a0ecb110318d11574546 kdebase-3.3.2.tar.bz2 19995043 diff --git a/kde-base/kdebase/files/digest-kdebase-3.3.2-r2 b/kde-base/kdebase/files/digest-kdebase-3.3.2-r2 deleted file mode 100644 index 50752261f030..000000000000 --- a/kde-base/kdebase/files/digest-kdebase-3.3.2-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 edbd721a2a4970977dfe5f45d9e38923 kdebase-3.3.2.tar.bz2 19995043 -RMD160 a57e2fd6f7810d4a82e18cf5b1afe59e39298075 kdebase-3.3.2.tar.bz2 19995043 -SHA256 4c35abc219e6b20a703f8f5f345f257c1f8bcbdd9ea0a0ecb110318d11574546 kdebase-3.3.2.tar.bz2 19995043 diff --git a/kde-base/kdebase/files/digest-kdebase-3.3.2-r3 b/kde-base/kdebase/files/digest-kdebase-3.3.2-r3 deleted file mode 100644 index 50752261f030..000000000000 --- a/kde-base/kdebase/files/digest-kdebase-3.3.2-r3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 edbd721a2a4970977dfe5f45d9e38923 kdebase-3.3.2.tar.bz2 19995043 -RMD160 a57e2fd6f7810d4a82e18cf5b1afe59e39298075 kdebase-3.3.2.tar.bz2 19995043 -SHA256 4c35abc219e6b20a703f8f5f345f257c1f8bcbdd9ea0a0ecb110318d11574546 kdebase-3.3.2.tar.bz2 19995043 diff --git a/kde-base/kdebase/files/konsole-3.3.2.patch b/kde-base/kdebase/files/konsole-3.3.2.patch deleted file mode 100644 index 81496ed42c0c..000000000000 --- a/kde-base/kdebase/files/konsole-3.3.2.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- kdebase/konsole/konsole/konsole.cpp 16 Nov 2004 16:46:00 -0000 1.472.2.6 -+++ kdebase/konsole/konsole/konsole.cpp 1 Dec 2004 17:05:30 -0000 1.472.2.7 -@@ -2381,11 +2381,11 @@ void Konsole::addSession(TESession* s) - createSessionTab(te, SmallIconSet(s->IconName()), newTitle); - setSchema(s->schemaNo()); - tabwidget->setCurrentPage(tabwidget->count()-1); -- disableMasterModeConnections(); // no duplicate connections, remove old -- enableMasterModeConnections(); -- } -- if( tabwidget ) -- m_removeSessionButton->setEnabled(tabwidget->count()>1); -+ disableMasterModeConnections(); // no duplicate connections, remove old -+ enableMasterModeConnections(); -+ if(m_removeSessionButton) -+ m_removeSessionButton->setEnabled(tabwidget->count()>1); -+ } - } - - QString Konsole::currentSession() -@@ -2827,8 +2827,8 @@ void Konsole::doneSession(TESession* s) - rootxpms.remove(s->widget()); - } - delete s->widget(); -- if( tabwidget ) -- m_removeSessionButton->setEnabled(tabwidget->count()>1); -+ if (m_removeSessionButton) -+ m_removeSessionButton->setEnabled(tabwidget->count()>1); - } - session2action.remove(s); - action2session.remove(ra); diff --git a/kde-base/kdebase/files/post-3.3.2-kdebase-htmlframes2.patch b/kde-base/kdebase/files/post-3.3.2-kdebase-htmlframes2.patch deleted file mode 100644 index 2088e3f7886e..000000000000 --- a/kde-base/kdebase/files/post-3.3.2-kdebase-htmlframes2.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- konqueror/konq_mainwindow.cc 24 Nov 2004 18:29:51 -0000 1.1342.2.14 -+++ konqueror/konq_mainwindow.cc 12 Dec 2004 15:54:46 -0000 -@@ -2252,6 +2252,17 @@ KonqView * KonqMainWindow::childView( KP - QString viewName = view->viewName(); - kdDebug() << " - viewName=" << viewName << " " - << "frame names:" << view->frameNames().join( "," ) << endl; -+ -+ // First look for a hostextension containing this frame name -+ KParts::BrowserHostExtension *ext = KParts::BrowserHostExtension::childObject( view->part() ); -+ if ( ext ) -+ { -+ ext = ext->findFrameParent(callingPart, name); -+ kdDebug() << "BrowserHostExtension found part " << ext << endl; -+ if (!ext) -+ continue; // Don't use this window -+ } -+ - if ( !viewName.isEmpty() && viewName == name ) - { - kdDebug() << "found existing view by name: " << view << endl; -@@ -2262,13 +2273,6 @@ KonqView * KonqMainWindow::childView( KP - return view; - } - -- // First look for a hostextension containing this frame name -- KParts::BrowserHostExtension *ext = KParts::BrowserHostExtension::childObject( view->part() ); -- if ( ext ) -- { -- ext = ext->findFrameParent(callingPart, name); -- } -- - // KParts::BrowserHostExtension* ext = KonqView::hostExtension( view->part(), name ); - - if ( ext ) |