Regen docs after more path modularizing; --nosysconfig correction
This commit is contained in:
parent
5f8e2b51bd
commit
9c2a75455d
28 changed files with 197 additions and 243 deletions
|
|
@ -585,7 +585,7 @@ Tux Paint is using options I didn't specify!
|
|||
|
||||
It then examines the user's personal configuration file:
|
||||
|
||||
~/.tuxpaintrc
|
||||
/home/username/.tuxpaintrc
|
||||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
|
|
@ -606,8 +606,8 @@ Tux Paint is using options I didn't specify!
|
|||
|
||||
nosound=yes
|
||||
|
||||
...then you can reenable sound by either adding this option to your own
|
||||
".tuxpaintrc" file:
|
||||
...then you can reenable sound by either adding this option to your own "/
|
||||
home/username/.tuxpaintrc" file:
|
||||
|
||||
sound=yes
|
||||
|
||||
|
|
@ -615,14 +615,13 @@ Tux Paint is using options I didn't specify!
|
|||
|
||||
--sound
|
||||
|
||||
Linux and Unix users can also disable the system-wide configuration file by
|
||||
including the following command-line argument:
|
||||
On platforms where Tux Paint offers a system-wide configuration file, the
|
||||
settings in that file may be skipped (so only the user configuration file
|
||||
and other command-line arguments will be used) by including the following
|
||||
command-line argument:
|
||||
|
||||
--nosysconfig
|
||||
|
||||
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments
|
||||
to determine what options should be set.
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -48,8 +48,7 @@ Tux Paint の動作をカスタマイズするには、グラフィカルな操
|
|||
|
||||
Linux 及び Unix のユーザー
|
||||
|
||||
ユーザー毎の設定ファイルは、ホームディレクトリに ".tuxpaintrc" というファイル名
|
||||
で作成します。("~/.tuxpaintrc" あるいは "$HOME/.tuxpaintrc")
|
||||
/home/username/.tuxpaintrc
|
||||
|
||||
システム全体の設定ファイル
|
||||
|
||||
|
|
@ -74,8 +73,7 @@ Application Support/TuxPaint 内に "tuxpaint.cfg" というファイル名で
|
|||
|
||||
Windows のユーザー
|
||||
|
||||
ユーザー毎の設定ファイルは、個人用データのフォルダ C:\Users\username\AppData\
|
||||
Roaming\TuxPaint\ 内に "tuxpaint.cfg" というファイル名で作成します。
|
||||
C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
|
||||
|
||||
設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして
|
||||
保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないよ
|
||||
|
|
@ -87,7 +85,7 @@ Roaming\TuxPaint\ 内に "tuxpaint.cfg" というファイル名で作成しま
|
|||
ザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にさ
|
||||
れています)
|
||||
|
||||
C:\Program Files\Tuxpaint
|
||||
C:\Program Files\TuxPaint\tuxpaint.cfg
|
||||
|
||||
Haiku Users
|
||||
|
||||
|
|
@ -1607,12 +1605,12 @@ altprint=mod
|
|||
|
||||
(Linux および Unix ユーザー向け)
|
||||
|
||||
"/etc/tuxpaint/tuxpaint.config" でオプションが設定されている場合でも、ユー
|
||||
ザー各自の "~/.tuxpaintrc" ファイルの設定が優先されます。
|
||||
"/etc/tuxpaint/tuxpaint.conf" でオプションが設定されている場合でも、ユー
|
||||
ザー各自の "/home/username/.tuxpaintrc" ファイルの設定が優先されます。
|
||||
|
||||
"noprint" や "grab" のように、真か偽で設定するオプションでは、ユーザー毎の
|
||||
"~/.tuxpaintrc" ファイルで、例えば次のように、単純に「'no' に等しい」と設定
|
||||
することができます:
|
||||
"/home/username/.tuxpaintrc" ファイルで、例えば次のように、単純に「'no' に
|
||||
等しい」と設定することができます:
|
||||
|
||||
noprint=no
|
||||
uppercase=no
|
||||
|
|
@ -1769,8 +1767,8 @@ altprint=mod
|
|||
Linux および Unix において、システム全体の設定ファイル "/etc/tuxpaint/
|
||||
tuxpaint.conf" から設定を読み込まないようにします。
|
||||
|
||||
ユーザーごとの設定ファイル "~/.tuxpaintrc" が存在すれば、このファイルの
|
||||
みから設定を読み込みます。
|
||||
ユーザーごとの設定ファイル "/home/username/.tuxpaintrc" が存在すれば、
|
||||
このファイルのみから設定を読み込みます。
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -746,7 +746,7 @@
|
|||
|
||||
<blockquote>
|
||||
<p>
|
||||
<code>~/.tuxpaintrc</code>
|
||||
<code>/home/username/.tuxpaintrc</code>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -774,7 +774,7 @@
|
|||
This means that if anything is set in a configuration file that you don't want set, you'll need to either change the config. file (if you can), or override the option on the command-line. </p>
|
||||
|
||||
<p>
|
||||
For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound... </p>
|
||||
For example, on Linux and Unix, if "<code>/etc/tuxpaint/tuxpaint.conf</code>" includes this option to disable sound... </p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
|
|
@ -783,7 +783,7 @@
|
|||
</blockquote>
|
||||
|
||||
<p>
|
||||
...then you can reenable sound by either adding this option to your own ".tuxpaintrc" file: </p>
|
||||
...then you can reenable sound by either adding this option to your own "<code>/home/username/.tuxpaintrc</code>" file: </p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
|
|
@ -801,16 +801,13 @@
|
|||
</blockquote>
|
||||
|
||||
<p>
|
||||
Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument: </p>
|
||||
On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument: </p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
<code>--nosysconfig</code>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
|
|
|||
|
|
@ -169,7 +169,8 @@
|
|||
</header>
|
||||
|
||||
<p>
|
||||
ユーザー毎の設定ファイルは、ホームディレクトリに "<code><b>.tuxpaintrc</b></code>" というファイル名で作成します。("<code>~/.tuxpaintrc</code>" あるいは "<code>$HOME/.tuxpaintrc</code>") </p>
|
||||
<code>/home/username/.tuxpaintrc</code>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
||||
|
|
@ -218,7 +219,8 @@
|
|||
</header>
|
||||
|
||||
<p>
|
||||
ユーザー毎の設定ファイルは、個人用データのフォルダ <code>C:\Users\username\AppData\Roaming\TuxPaint\</code> 内に "<code><b>tuxpaint.cfg</b></code>" というファイル名で作成します。 </p>
|
||||
<code>C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないようにします。 </p>
|
||||
|
|
@ -232,10 +234,8 @@
|
|||
<p>
|
||||
ユーザー毎の設定ファイルが読み込まれる前に、以下の場所にある、システムの全ユーザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にされています) </p>
|
||||
|
||||
<blockquote>
|
||||
<code>C:\Program Files\Tuxpaint</code>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
<code>C:\Program Files\TuxPaint\tuxpaint.cfg</code>
|
||||
</p>
|
||||
</section><!-- H3: System-Wide Configuration File -->
|
||||
</section><!-- H2: Windows Users -->
|
||||
|
|
@ -2374,10 +2374,10 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
"<code>/etc/tuxpaint/tuxpaint.config</code>" でオプションが設定されている場合でも、ユーザー各自の "<code>~/.tuxpaintrc</code>" ファイルの設定が優先されます。 </p>
|
||||
"<code>/etc/tuxpaint/tuxpaint.conf</code>" でオプションが設定されている場合でも、ユーザー各自の "<code>/home/username/.tuxpaintrc</code>" ファイルの設定が優先されます。 </p>
|
||||
|
||||
<p>
|
||||
"<code>noprint</code>" や "<code>grab</code>" のように、真か偽で設定するオプションでは、ユーザー毎の "<code>~/.tuxpaintrc</code>" ファイルで、例えば次のように、単純に 「'no' に等しい」と設定することができます: </p>
|
||||
"<code>noprint</code>" や "<code>grab</code>" のように、真か偽で設定するオプションでは、ユーザー毎の "<code>/home/username/.tuxpaintrc</code>" ファイルで、例えば次のように、単純に 「'no' に等しい」と設定することができます: </p>
|
||||
|
||||
<blockquote>
|
||||
<code>noprint=no<br>
|
||||
|
|
@ -2551,7 +2551,7 @@
|
|||
Linux および Unix において、システム全体の設定ファイル "<code>/etc/tuxpaint/tuxpaint.conf</code>" から設定を読み込まないようにします。 </p>
|
||||
|
||||
<p>
|
||||
ユーザーごとの設定ファイル "<code>~/.tuxpaintrc</code>" が存在すれば、このファイルのみから設定を読み込みます。 </p>
|
||||
ユーザーごとの設定ファイル "<code>/home/username/.tuxpaintrc</code>" が存在すれば、このファイルのみから設定を読み込みます。 </p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue