Update of /cvsroot/fink/experimental/todai/user-ja/sedsrc
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv9215/sedsrc
Modified Files:
user-ja-conf.in
Log Message:
* 3.3+cvs-1.13
* sedsrc/user-ja-conf.in: Use 'org.x.X11' on Leopard instead of 'com.apple.x11'.
Index: user-ja-conf.in
===================================================================
RCS file: /cvsroot/fink/experimental/todai/user-ja/sedsrc/user-ja-conf.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- user-ja-conf.in 9 Apr 2006 23:31:43 -0000 1.3
+++ user-ja-conf.in 15 Feb 2008 14:51:20 -0000 1.4
@@ -67,11 +67,17 @@
;;
esac
-if defaults read com.apple.x11 apps_menu | grep -q '"Terminal(Japanese OK)"';
then :; else
- go defaults write com.apple.x11 apps_menu -array-add "(\"Terminal(Japanese
OK)\", \". $fink_prefix/bin/init.sh; mlterm -L\", \"\")"
+case "`uname -r`" in
+ 7*|8*) X11NAME=com.apple.x11 ;;
+ 9*) X11NAME=org.x.X11
+ go defaults write $X11NAME app_to_run "" ;;
+esac
+if defaults read $X11NAME apps_menu | grep -q '"Terminal(Japanese OK)"'; then
:; else
+ go defaults write $X11NAME apps_menu -array-add "(\"Terminal(Japanese
OK)\", \". $fink_prefix/bin/init.sh; mlterm -L\", \"\")"
fi
-go defaults write com.apple.x11 sync_keymap -bool false
-go defaults write com.apple.x11 done_xinit_check -bool false
+go defaults write $X11NAME sync_keymap -bool false
+go defaults write $X11NAME done_xinit_check -bool false
+go defaults write $X11NAME wm_click_through -bool true
go defaults write com.apple.Terminal DoubleColumnsForDoubleWide -string "YES"
go defaults write com.apple.Terminal DoubleWideChars -string "YES"
go defaults write com.apple.Terminal Meta -string "27"
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs