r12628 - packages/trunk/playonlinux/debian/patches

Bertrand Marc bbk-guest at alioth.debian.org
Sun Aug 21 16:39:47 UTC 2011


Author: bbk-guest
Date: 2011-08-21 16:39:47 +0000 (Sun, 21 Aug 2011)
New Revision: 12628

Modified:
   packages/trunk/playonlinux/debian/patches/x-terminal-emulator.diff
Log:
fix x-terminal-emulator.diff

Modified: packages/trunk/playonlinux/debian/patches/x-terminal-emulator.diff
===================================================================
--- packages/trunk/playonlinux/debian/patches/x-terminal-emulator.diff	2011-08-21 16:22:15 UTC (rev 12627)
+++ packages/trunk/playonlinux/debian/patches/x-terminal-emulator.diff	2011-08-21 16:39:47 UTC (rev 12628)
@@ -35,3 +35,11 @@
  		self.Term = wx.ComboBox(self.panelGeneral, -1, value=default_terminal, choices=os.listdir(Variables.playonlinux_env+"/bash/terminals"), pos=(20,120),style=wx.CB_READONLY)
  		self.buttonTestT = wx.Button(self.panelGeneral, 111, _("Test"), pos=(230,120), size=(80,27))
  
+--- a/bash/expert/PolShell
++++ b/bash/expert/PolShell
+@@ -24,4 +24,4 @@
+ fi
+ source "$PLAYONLINUX/lib/sources"
+ 
+-xterm -T "$APPLICATION_TITLE" -e "$PLAYONLINUX/bash/polshell"
++"$PLAYONLINUX/bash/terminals/$POL_TERM" "$PLAYONLINUX/bash/polshell"




More information about the Pkg-games-commits mailing list