[Debian-hebrew-package] [svn] r138 - pkg/debian-hebrew/trunk/scripts

Baruch Even baruch at costa.debian.org
Wed Aug 3 13:37:40 UTC 2005


Author: baruch
Date: Wed Aug  3 13:37:39 2005
New Revision: 138

Modified:
   pkg/debian-hebrew/trunk/scripts/hebrew-settings
Log:
debian-hebrew: Set the default terminal to be mlterm for Gnome and Debian.


Modified: pkg/debian-hebrew/trunk/scripts/hebrew-settings
==============================================================================
--- pkg/debian-hebrew/trunk/scripts/hebrew-settings	(original)
+++ pkg/debian-hebrew/trunk/scripts/hebrew-settings	Wed Aug  3 13:37:39 2005
@@ -110,6 +110,17 @@
 	echo "Not installed."
 fi
 
+# Configure default terminal
+echo "Configure default terminal to be mlterm..."
+update-alternatives --set x-terminal-emulator /usr/bin/mlterm
+if [ -x /usr/bin/gconftool-2 ]; then
+	gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults \
+		--set -t string /desktop/gnome/applications/terminal/exec "/usr/bin/mlterm"
+	gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults \
+		--set -t string /desktop/gnome/applications/terminal/exec_arg "-e"
+fi
+echo "Done."
+
 echo
 
 echo "Everything is configured,"



More information about the Debian-hebrew-package mailing list