From 2c81874af59c07183e8b81af736f9c5b0b055234 Mon Sep 17 00:00:00 2001 From: Caleb Tennis Date: Thu, 9 Sep 2004 15:46:59 +0000 Subject: remove more files --- kde-base/kdebase/files/3.3.0_rc2/Xsetup | 36 -- kde-base/kdebase/files/3.3.0_rc2/backgroundrc | 18 - kde-base/kdebase/files/3.3.0_rc2/kdmrc | 417 --------------------- .../files/3.3.0_rc2/startkde-3.3.0_rc2-gentoo.diff | 52 --- 4 files changed, 523 deletions(-) delete mode 100644 kde-base/kdebase/files/3.3.0_rc2/Xsetup delete mode 100644 kde-base/kdebase/files/3.3.0_rc2/backgroundrc delete mode 100644 kde-base/kdebase/files/3.3.0_rc2/kdmrc delete mode 100644 kde-base/kdebase/files/3.3.0_rc2/startkde-3.3.0_rc2-gentoo.diff (limited to 'kde-base') diff --git a/kde-base/kdebase/files/3.3.0_rc2/Xsetup b/kde-base/kdebase/files/3.3.0_rc2/Xsetup deleted file mode 100644 index 427ed61d709b..000000000000 --- a/kde-base/kdebase/files/3.3.0_rc2/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" < 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 headline. Default is charter,20,bold -#GreetFont=charter,20,5,0,50,0 -# The normal font used in the greeter. Default is helvetica,10 -#StdFont=helvetica,10,5,0,50,0 -# The font used for the "Login Failed" message. Default is helvetica,10,bold -#FailFont=helvetica,10,5,0,75,0 -# Whether the fonts shown 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: -# "On" -> - turn on -# "Off" -> - turn off -# "Keep" -> - don't change the state (Default) -#NumLock=Off -# Language to use in the greeter. Default is en_US -#Language=de_DE -# Specify, which user names (along with pictures) should be shown in the -# greeter. -# "NotHidden" - all users except those listed in HiddenUsers (Default) -# "Selected" - only the users listed in SelectedUsers -# "None" - no user list will be shown at all -#ShowUsers=None -# For ShowUsers=Selected. Default is "" -#SelectedUsers=root,johndoe -# For ShowUsers=NotHidden. Default is "" -#HiddenUsers=root -# Special case of HiddenUsers: users with a UID less than this number -# (except root) 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 /$USER.face[.icon] (Default) -# "UserOnly" - from the user's $HOME/.face[.icon] -# "PreferAdmin" - prefer , fallback on $HOME -# "PreferUser" - ... and the other way round -#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. -# Note, that enabling this feature can be considered a security hole, -# as it presents a valid login name to a potential attacker, so he "only" -# needs to guess the password. -# "None" - don't preselect any user (Default) -# "Previous" - the user which successfully logged in last time -# "Default" - the user specified in the DefaultUser field -#PreselectUser=Previous -# The user to preselect if PreselectUser=Default -#DefaultUser=ethel -# 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: -# "NoEcho" - nothing is shown at all, the cursor doesn't move -# "OneStar" - "*" is shown for every typed letter (Default) -# "ThreeStars" - "***" is shown for every typed letter -#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= -# Use this number as a random seed when forging saved session types, etc. of -# unknown users. This is used to avoid telling an attacker about existing users -# by reverse conclusion. This value should be random but constant across the -# login domain. Default is 0 -ForgingSeed=_RANDOM_ -# Specify greeter plugins that can be used to obtain authentication data. -# This can be a plugin's base name (expands to $kde_modulesdir/kgreet_$base) -# or a full pathname. Default is classic -#PluginsLogin=sign -# Same as PluginsLogin, but for the shutdown dialog. -#PluginsShutdown=modern - -# 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= -# How long to wait for a local X-server to come up. Default is 15 -#ServerTimeout= -# See above -AllowShutdown=All -# See above -AllowRootLogin=true -# See above -AllowNullPasswd=true -# 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! -# Default is "" -#NoPassUsers=fred,ethel - -# Greeter config for local displays -[X-:*-Greeter] -# Warn, if local X-authorization cannot be created. Default is true -# XXX this is a dummy currently -#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 -# 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 -# 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 (Default) -# "RemoteOnly" - only choice of remote host possible -# "DefaultLocal" - start up in local mode, but allow switch to remote mode -# "DefaultRemote" - ... and the other way round -#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 - -# Core config for 1st local display -[X-:0-Core] -# Enable automatic login on this display. USE WITH EXTREME CARE! -# Default is false -#AutoLoginEnable=true -# The user to log in automatically. NEVER specify root! Default is "" -#AutoLoginUser=fred -# The password for the user to log in automatically. This is NOT required -# 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! - -# Greeter config for 1st local display -[X-:0-Greeter] -# See above -#PreselectUser=Default -# See above -#DefaultUser=johndoe - diff --git a/kde-base/kdebase/files/3.3.0_rc2/startkde-3.3.0_rc2-gentoo.diff b/kde-base/kdebase/files/3.3.0_rc2/startkde-3.3.0_rc2-gentoo.diff deleted file mode 100644 index b14fc53723e1..000000000000 --- a/kde-base/kdebase/files/3.3.0_rc2/startkde-3.3.0_rc2-gentoo.diff +++ /dev/null @@ -1,52 +0,0 @@ ---- startkde.orig 2004-08-06 09:37:38.231823856 -0500 -+++ startkde 2004-08-06 09:40:04.372607080 -0500 -@@ -1,8 +1,32 @@ --#!/bin/sh -+#!/bin/sh --login - # --# DEFAULT KDE STARTUP SCRIPT ( KDE-3.3 ) -+# GENTOO CUSTOMIZED STARTUP SCRIPT ( KDE-3.3 ) - # - -+# Gentoo part: -+export PATH="_KDEDIR_/bin:${PATH}" -+export KDEDIR="_KDEDIR_" -+# Use env.d's KDEDIRS. They should only include locations like /usr though, not -+# actual KDE installations -+ -+# handle ~/.kde* dirs - separate ones for separate KDEs -+cd ~ -+[ -d .kde ] && /bin/mv .kde .kde.backup -+if [ ! -e .kde3.3 ]; then -+ if [ -e .kde3.2 ]; then -+ /bin/cp -r .kde3.2 .kde3.3 -+ -+ /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 +38,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 -- cgit v1.2.3-65-gdbad