[Debian-hebrew-package] [svn] r545 - pkg/user-he/trunk/scripts

Yaacov Zamir kzamir-guest at alioth.debian.org
Sat Apr 14 07:36:14 UTC 2007


Author: kzamir-guest
Date: Sat Apr 14 07:36:13 2007
New Revision: 545

Modified:
   pkg/user-he/trunk/scripts/hebrew-settings
Log:
add lyx as varient to keyboard settings, remove firefox as browser, remove mlterm as default term (lior)

Modified: pkg/user-he/trunk/scripts/hebrew-settings
==============================================================================
--- pkg/user-he/trunk/scripts/hebrew-settings	(original)
+++ pkg/user-he/trunk/scripts/hebrew-settings	Sat Apr 14 07:36:13 2007
@@ -118,6 +118,7 @@
 
 	# xserver-xorg preseed
 	xserver-xorg xserver-xorg/config/inputdevice/keyboard/layout string us,il
+	xserver-xorg xserver-xorg/config/inputdevice/keyboard/variant string lyx
 	xserver-xorg xserver-xorg/config/inputdevice/keyboard/options string grp:switch,grp:alt_shift_toggle
 
 __END__
@@ -129,15 +130,14 @@
 	rm ./xserver-xorg.postinst.$$
 
 	# Set keyboard for current session
-	setxkbmap -option grp:switch,grp:alt_shift_toggle -layout us,il
+	setxkbmap -option grp:switch,grp:alt_shift_toggle -layout us,il -variant lyx
 	echo "Done."
 else
 	echo "Not installed."
 fi
 
-# Configure default terminal
+# Configure defaults
 echo "Configure Debian and Gnome defaults ..."
-update-alternatives --set x-terminal-emulator /usr/bin/mlterm
 if [ -x /usr/bin/gconftool-2 ]; then
 	# Set default terminal to support rtl languages
 	gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults \
@@ -150,14 +150,7 @@
 		--set -t string /desktop/gnome/interface/icon_theme "Industrial"
 	gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults \
 		--set -t string /apps/metacity/general/theme "Industrial"
-	gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
-		--type string --set /desktop/gnome/background/picture_filename \
-		"/usr/share/pixmaps/backgrounds/gnome/translucent/ellipsis.png"
-
-	# Set firefox to be the default gnome browser and not epiphany
-	gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults \
-		--set -t string /desktop/gnome/applications/browser/exec "/usr/bin/firefox"
-
+	
 	# Add kbd and hdate applets
 	gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults \
 		--type list --set /apps/panel/default_setup/general/applet_id_list --list-type \



More information about the Debian-hebrew-package mailing list