sawfish r4316 - in trunk: . lisp/sawfish/wm/gnome



Author: chrisb
Date: Thu Dec 18 17:24:38 2008
New Revision: 4316
URL: http://svn.gnome.org/viewvc/sawfish?rev=4316&view=rev

Log:
invoke x-terminal-emulator instead of gnome-terminal


Modified:
   trunk/ChangeLog
   trunk/lisp/sawfish/wm/gnome/integration.jl

Modified: trunk/lisp/sawfish/wm/gnome/integration.jl
==============================================================================
--- trunk/lisp/sawfish/wm/gnome/integration.jl	(original)
+++ trunk/lisp/sawfish/wm/gnome/integration.jl	Thu Dec 18 17:24:38 2008
@@ -51,7 +51,7 @@
 
   ;; invoke the GNOME terminal instead of xterm
   (unless (variable-customized-p 'xterm-program)
-    (setq xterm-program "gnome-terminal"))
+    (setq xterm-program "x-terminal-emulator"))
 
   ;; use the GNOME help browser and url launcher
   (setq help-display-info-function help-call-info-gnome)



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