[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] [PATCH] XaAES, TosWin2 closed and wrong active window
- To: mint@lists.fishpool.fi
- Subject: Re: [MiNT] [PATCH] XaAES, TosWin2 closed and wrong active window
- From: Vincent Rivière <vincent.riviere@freesbee.fr>
- Date: Thu, 14 Mar 2013 23:10:06 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type; bh=rVnIFHne1K/GAlLCQC0++6B2dUZnqaa+oC785S9XlPo=; b=DQMdRxPzu9aLcsigLe61KIoKNXm1zr2XnmPEm+zqXstcL/MBaX/KW2m52OFmrrGMGa C36TT3I0lbyuBAqjkQ16ZYv1fd7IANakF2WEZ8FzOkmN8gyf7Lm5Ui7i6qiHN3VvypMw VaecGievuJZB2dkKkKpk3Guzz9rDX5/zqvv8IKH2BXZI4BroO6tBo+KVZkpkVNV4GljO Ls3GBvRshJAZJnTGiCFVyVkel0/Epv59MbMjK+GWCAGbxcIg9NXScGBrJmqfVyMJwpCb ww5/2LGbyi3RVemYGEe1gKsyQ1f5emfPL9vhNhN2qKG+x6Gk9izYPg+zZgFqxiiTftT1 QMPw==
- In-reply-to: <511B6BBE.70606@freesbee.fr>
- List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
- List-id: <mint.lists.fishpool.fi>
- List-owner: <mailto:tjhukkan@fishpool.fi>
- List-post: <mailto:mint@lists.fishpool.fi>
- List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
- List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
- References: <50A950EE.9080702@freesbee.fr> <511969AA.6030706@freesbee.fr> <op.wsdxwekzofd6j1@nebbiolo> <201302121134.40196.oak@helsinkinet.fi> <511A1763.6020305@freesbee.fr> <op.wsd19sccofd6j1@nebbiolo> <1360675034.5258.10.camel@schizonils> <511A50C6.1060309@freesbee.fr> <op.wsednuisofd6j1@nebbiolo> <1360698272.5258.35.camel@schizonils> <op.wsewxmffofd6j1@nebbiolo> <1360745049.97041.YahooMailNeo@web124506.mail.ne1.yahoo.com> <op.wsfs11l9ofd6j1@nebbiolo> <511B6BBE.70606@freesbee.fr>
- Sender: mint-bounce@lists.fishpool.fi
- User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130307 Thunderbird/17.0.4
On 13/02/2013 11:32, Vincent Rivière wrote:
It would be nice to propose a commented line in example.cnf to enable
clwtna=1 for TosWin2, so that could be easily enabled by the user.
We agreed that everything is OK now regarding to the TosWin2 and clwtna
settings, and that's good.
I propose alternate settings for TosWin2 with clwtna=1, inside a comment, so
any interested user will just have to uncomment the line.
I think I will use that alternate setting for my daily use.
If you agree with that, please commit in 1.18.
toswin2.patch
Propose alternate TosWin2 settings with clwtna=1. Contributed by Vincent
Riviere.
--
Vincent Rivière
--- freemint-1.18.orig/xaaes/src.km/example.cnf 2013-03-14 22:40:08.625000000 +0100
+++ freemint-1.18/xaaes/src.km/example.cnf 2013-03-14 22:55:53.281250000 +0100
@@ -742,8 +742,16 @@
app_options = xasys, thinwork = true, winframe_size = 3, xa_nomove = false, nolive = false
app_options = aessys, thinwork = true, winframe_size = 3, xa_nomove = false, nolive = false, rsc_lang = 1, icn_pal_name = nvdi
#
-
-app_options = toswin2, nohide = true,noleft=true
+# TosWin2 requires a few specific settings.
+# If you frequently run many textmode programs from the desktop,
+# you may be interested by the second line below. That will reactivate
+# the desktop as soon as textmode programs exits, instead of staying
+# on the TosWin2 menu bar.
+app_options = toswin2, nohide = true, noleft = true
+#app_options = toswin2, nohide = true, noleft = true, clwtna = 1
+#
+# Other application specific settings
+#
#app_options = pc_help, alt_shortcuts = 0
app_options = diskus, alt_shortcuts = 0
app_options = DESKTOP, alt_shortcuts = 1