Browse Source

Chris Efant:


			
			
				rocklinux
			
			
		
Chris Efant 21 years ago
parent
commit
87fdb53728
3 changed files with 46 additions and 0 deletions
  1. +8
    -0
      package/kde/kdebase/kdebase.conf
  2. +34
    -0
      package/kde/kdebase/konsole-fix.patch
  3. +4
    -0
      package/kde/kdebase/konsolerc

+ 8
- 0
package/kde/kdebase/kdebase.conf

@ -31,6 +31,14 @@ kde_base_pi()
chmod +x $root/etc/cron.daily/90-kdm
cp -fv $confdir/Xsession.* $root/$prefix/share/config/kdm/
# Set's "Curser" as Konsole's default font, fixes the
# doublespace issue
cp $fv $confdir/konsolerc $root/$prefix/share/config
# Set's aRts as the default soundsystem, prevents the
# "CPU overload" errors
cp -fv $confdir/kcmartsrc $root/$prefix/share/config/
}
hook_add postinstall 3 "kde_base_pi"

+ 34
- 0
package/kde/kdebase/konsole-fix.patch

@ -0,0 +1,34 @@
diff -urN ./konsole/other.orig/linux.desktop ./konsole/other/linux.desktop
--- ./konsole/other.orig/linux.desktop 2004-03-12 16:20:32.000000000 -0500
+++ ./konsole/other/linux.desktop 2004-03-12 16:22:15.000000000 -0500
@@ -120,7 +120,7 @@
Comment[zh_CN]=新建 Linux 控制台
Comment[zh_TW]=新增 Linux 主控台
Comment[zu]=Ikhonsoli Entsha ye-Linux
-Exec=bash
+Exec=bash --login
Schema=Linux.schema
#VGA
Font=6
diff -urN ./konsole/other.orig/shell.desktop ./konsole/other/shell.desktop
--- ./konsole/other.orig/shell.desktop 2004-03-12 16:20:32.000000000 -0500
+++ ./konsole/other/shell.desktop 2004-03-12 16:22:15.000000000 -0500
@@ -108,5 +108,5 @@
Comment[zh_CN]=新建 Shell
Comment[zh_TW]=新增 Shell
Comment[zu]=Igobolodo Elisha
-Exec=
+Exec=bash --login
Cwd=
diff -urN ./konsole/other.orig/su.desktop ./konsole/other/su.desktop
--- ./konsole/other.orig/su.desktop 2004-03-12 16:20:32.000000000 -0500
+++ ./konsole/other/su.desktop 2004-03-12 16:22:15.000000000 -0500
@@ -121,7 +121,7 @@
Comment[zh_CN]=新建 Root 控制台
Comment[zh_TW]=新增 Root 主控台
Comment[zu]=Ikhonsoli Yempande Entsha
-Exec=su
+Exec=su -
Schema=BlackOnLightYellow.schema
#Schema=Linux.schema
#VGA

+ 4
- 0
package/kde/kdebase/konsolerc

@ -0,0 +1,4 @@
[Desktop Entry]
defaultfont=Cursor,12,-1,5,50,0,0,0,0,0
font=8

Loading…
Cancel
Save