This is an automated email from the git hooks/post-receive script. bmarc pushed a commit to branch master in repository playonlinux.
commit 13cb41f337525c4aaa31153dae1720846c707dc2 Author: Bertrand Marc <[email protected]> Date: Tue Mar 3 22:36:20 2009 +0000 Fix permissions, change the name of the default terminal --- debian/patches/x-terminal-emulator.diff | 12 ++++++------ debian/rules | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/patches/x-terminal-emulator.diff b/debian/patches/x-terminal-emulator.diff index 5955686..31d782a 100644 --- a/debian/patches/x-terminal-emulator.diff +++ b/debian/patches/x-terminal-emulator.diff @@ -1,5 +1,5 @@ --- /dev/null -+++ playonlinux-3.3.1/bash/terminals/system ++++ playonlinux-3.3.1/bash/terminals/Default @@ -0,0 +1,2 @@ +#!/bin/sh +x-terminal-emulator -e "$@" @@ -20,7 +20,7 @@ ### Terminal -export POL_TERM="xterm" -+export POL_TERM="system" ++export POL_TERM="Default" if [ -e "$REPERTOIRE/configurations/options/terminal" ] then export POL_TERM=$(cat $REPERTOIRE/configurations/options/terminal) @@ -28,7 +28,7 @@ if [ $POL_TERM = "" ] then - export POL_TERM="xterm" -+ export POL_TERM="system" ++ export POL_TERM="Default" fi ### Desktop @@ -37,7 +37,7 @@ if [ $POL_TERM = "" ] then - export POL_TERM="xterm" -+ export POL_TERM="system" ++ export POL_TERM="Default" fi ### Language @@ -46,7 +46,7 @@ if [ $POL_TERM = "" ] then - export POL_TERM="xterm" -+ export POL_TERM="system" ++ export POL_TERM="Default" fi export POL_LANG=$(echo "$LANG" | cut -d\_ -f 1) @@ -57,7 +57,7 @@ default_terminal = open(Variables.playonlinux_rep+"/configurations/options/terminal","r").read() else: - default_terminal = "xterm" -+ default_terminal = "system" ++ default_terminal = "Default" 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, _("Tests"), pos=(230,120), size=(80,27)) diff --git a/debian/rules b/debian/rules index 101a58b..f24a36d 100755 --- a/debian/rules +++ b/debian/rules @@ -38,6 +38,7 @@ install: build chmod -x CHANGELOG chmod +x lib/* chmod +x lang/old/* + chmod +x bash/terminals/* # Build architecture-independent files here. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/playonlinux.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

