[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r15160: Added kvkbd to KDE autostart, initially minimized to tray. (in incognito/trunk: . root_overlay/var/lib/kdesession)



Author: anonym
Date: 2008-06-12 06:35:15 -0400 (Thu, 12 Jun 2008)
New Revision: 15160

Added:
   incognito/trunk/root_overlay/var/lib/kdesession/kvkbdrc
Modified:
   incognito/trunk/fsscript.sh
Log:
Added kvkbd to KDE autostart, initially minimized to tray. 


Modified: incognito/trunk/fsscript.sh
===================================================================
--- incognito/trunk/fsscript.sh	2008-06-12 10:31:06 UTC (rev 15159)
+++ incognito/trunk/fsscript.sh	2008-06-12 10:35:15 UTC (rev 15160)
@@ -150,6 +150,13 @@
 	#	ln -s "/usr/bin/vidalia" $USERDIR/.kde3.5/Autostart
 	#fi
 
+	# kvkbd autostart
+	if [[ -x /usr/bin/kvkbd ]]; then
+		echo "Adding kvkbd to KDE autostart"
+		mkdir -p $USERDIR/.kde3.5/Autostart
+		ln -s "/usr/bin/kvkbd" $USERDIR/.kde3.5/Autostart
+	fi                                      
+
 	# XChat config
 	echo "Setting up XChat"
 	cp -a /var/lib/xchat-config ${USERDIR}/.xchat2
@@ -159,6 +166,9 @@
 	if [[ -x /usr/bin/firefox-bin ]]; then
 		cp -a /var/lib/firefox-config ${USERDIR}/.mozilla
 	fi
+
+	# Thunderbird config
+	echo "Setting up Thunderbird"
 	if [[ -x /usr/bin/thunderbird-bin ]]; then
 		cp -a /var/lib/thunderbird-config ${USERDIR}/.thunderbird
 	fi

Added: incognito/trunk/root_overlay/var/lib/kdesession/kvkbdrc
===================================================================
--- incognito/trunk/root_overlay/var/lib/kdesession/kvkbdrc	                        (rev 0)
+++ incognito/trunk/root_overlay/var/lib/kdesession/kvkbdrc	2008-06-12 10:35:15 UTC (rev 15160)
@@ -0,0 +1 @@
+visible=false