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:
|
It then examines the user's personal configuration file:
|
||||||
|
|
||||||
~/.tuxpaintrc
|
/home/username/.tuxpaintrc
|
||||||
|
|
||||||
Finally, any options sent as command-line arguments are used.
|
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
|
nosound=yes
|
||||||
|
|
||||||
...then you can reenable sound by either adding this option to your own
|
...then you can reenable sound by either adding this option to your own "/
|
||||||
".tuxpaintrc" file:
|
home/username/.tuxpaintrc" file:
|
||||||
|
|
||||||
sound=yes
|
sound=yes
|
||||||
|
|
||||||
|
|
@ -615,14 +615,13 @@ Tux Paint is using options I didn't specify!
|
||||||
|
|
||||||
--sound
|
--sound
|
||||||
|
|
||||||
Linux and Unix users can also disable the system-wide configuration file by
|
On platforms where Tux Paint offers a system-wide configuration file, the
|
||||||
including the following command-line argument:
|
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
|
--nosysconfig
|
||||||
|
|
||||||
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments
|
|
||||||
to determine what options should be set.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,8 +47,7 @@ The file is simply a plain text file containing the options you want enabled:
|
||||||
|
|
||||||
Linux and Unix Users
|
Linux and Unix Users
|
||||||
|
|
||||||
The file you should create is called ".tuxpaintrc" and it should be placed in
|
/home/username/.tuxpaintrc
|
||||||
your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc")
|
|
||||||
|
|
||||||
System-Wide Configuration File
|
System-Wide Configuration File
|
||||||
|
|
||||||
|
|
@ -73,8 +72,7 @@ at:
|
||||||
|
|
||||||
Windows Users
|
Windows Users
|
||||||
|
|
||||||
The file you should create is called "tuxpaint.cfg" and it should be placed in
|
C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
|
||||||
in your personal AppData folder: C:\Users\username\AppData\Roaming\TuxPaint\
|
|
||||||
|
|
||||||
You can use NotePad or WordPad to create this file. Be sure to save it as Plain
|
You can use NotePad or WordPad to create this file. Be sure to save it as Plain
|
||||||
Text, and make sure the filename doesn't have ".txt" at the end...
|
Text, and make sure the filename doesn't have ".txt" at the end...
|
||||||
|
|
@ -85,7 +83,7 @@ Before this file is read, a system-wide configuration file is read. (By
|
||||||
default, this configuration has no settings enabled.) It is normally located
|
default, this configuration has no settings enabled.) It is normally located
|
||||||
at:
|
at:
|
||||||
|
|
||||||
C:\Program Files\Tuxpaint
|
C:\Program Files\TuxPaint\tuxpaint.cfg
|
||||||
|
|
||||||
Haiku Users
|
Haiku Users
|
||||||
|
|
||||||
|
|
@ -1616,11 +1614,11 @@ Button Shortcuts
|
||||||
|
|
||||||
(For Linux and Unix users)
|
(For Linux and Unix users)
|
||||||
|
|
||||||
If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you
|
If any of the above options are set in "/etc/tuxpaint/tuxpaint.conf", you
|
||||||
can override them in your own "~/.tuxpaintrc" file.
|
can override them in your own "/home/username/.tuxpaintrc" file.
|
||||||
|
|
||||||
For true/false options, like "noprint" and "grab", you can simply say they
|
For true/false options, like "noprint" and "grab", you can simply say they
|
||||||
equal 'no' in your "~/.tuxpaintrc" file:
|
equal 'no' in your "/home/username/.tuxpaintrc" file:
|
||||||
|
|
||||||
noprint=no
|
noprint=no
|
||||||
uppercase=no
|
uppercase=no
|
||||||
|
|
@ -1777,8 +1775,8 @@ Button Shortcuts
|
||||||
Under Linux and Unix, this prevents the system-wide configuration file,
|
Under Linux and Unix, this prevents the system-wide configuration file,
|
||||||
"/etc/tuxpaint/tuxpaint.conf", from being read.
|
"/etc/tuxpaint/tuxpaint.conf", from being read.
|
||||||
|
|
||||||
Only your own configuration file, "~/.tuxpaintrc", if it exists, will
|
Only your own configuration file, "/home/username/.tuxpaintrc", if it
|
||||||
be used.
|
exists, will be used.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -746,7 +746,7 @@
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<code>~/.tuxpaintrc</code>
|
<code>/home/username/.tuxpaintrc</code>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</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>
|
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>
|
<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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -783,7 +783,7 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -801,16 +801,13 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<code>--nosysconfig</code>
|
<code>--nosysconfig</code>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
|
||||||
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set. </p>
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The file you should create is called "<code><b>.tuxpaintrc</b></code>" and it should be placed in your home directory. (a.k.a. "<code>~/.tuxpaintrc</code>" or "<code>$HOME/.tuxpaintrc</code>") </p>
|
<code>/home/username/.tuxpaintrc</code>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
||||||
|
|
@ -218,7 +219,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The file you should create is called "<code><b>tuxpaint.cfg</b></code>" and it should be placed in in your personal AppData folder: <code>C:\Users\username\AppData\Roaming\TuxPaint\</code> </p>
|
<code>C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p>
|
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p>
|
||||||
|
|
@ -232,10 +234,8 @@
|
||||||
<p>
|
<p>
|
||||||
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
|
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
|
||||||
|
|
||||||
<blockquote>
|
<p>
|
||||||
<code>C:\Program Files\Tuxpaint</code>
|
<code>C:\Program Files\TuxPaint\tuxpaint.cfg</code>
|
||||||
</blockquote>
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</section><!-- H3: System-Wide Configuration File -->
|
</section><!-- H3: System-Wide Configuration File -->
|
||||||
</section><!-- H2: Windows Users -->
|
</section><!-- H2: Windows Users -->
|
||||||
|
|
@ -2374,10 +2374,10 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.config</code>", you can override them in your own "<code>~/.tuxpaintrc</code>" file. </p>
|
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.conf</code>", you can override them in your own "<code>/home/username/.tuxpaintrc</code>" file. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>~/.tuxpaintrc</code>" file: </p>
|
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>/home/username/.tuxpaintrc</code>" file: </p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<code>noprint=no<br>
|
<code>noprint=no<br>
|
||||||
|
|
@ -2551,7 +2551,7 @@
|
||||||
Under Linux and Unix, this prevents the system-wide configuration file, "<code>/etc/tuxpaint/tuxpaint.conf</code>", from being read. </p>
|
Under Linux and Unix, this prevents the system-wide configuration file, "<code>/etc/tuxpaint/tuxpaint.conf</code>", from being read. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Only your own configuration file, "<code>~/.tuxpaintrc</code>", if it exists, will be used. </p>
|
Only your own configuration file, "<code>/home/username/.tuxpaintrc</code>", if it exists, will be used. </p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -585,7 +585,7 @@ Tux Paint is using options I didn't specify!
|
||||||
|
|
||||||
It then examines the user's personal configuration file:
|
It then examines the user's personal configuration file:
|
||||||
|
|
||||||
~/.tuxpaintrc
|
/home/username/.tuxpaintrc
|
||||||
|
|
||||||
Finally, any options sent as command-line arguments are used.
|
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
|
nosound=yes
|
||||||
|
|
||||||
...then you can reenable sound by either adding this option to your own
|
...then you can reenable sound by either adding this option to your own "/
|
||||||
".tuxpaintrc" file:
|
home/username/.tuxpaintrc" file:
|
||||||
|
|
||||||
sound=yes
|
sound=yes
|
||||||
|
|
||||||
|
|
@ -615,14 +615,13 @@ Tux Paint is using options I didn't specify!
|
||||||
|
|
||||||
--sound
|
--sound
|
||||||
|
|
||||||
Linux and Unix users can also disable the system-wide configuration file by
|
On platforms where Tux Paint offers a system-wide configuration file, the
|
||||||
including the following command-line argument:
|
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
|
--nosysconfig
|
||||||
|
|
||||||
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments
|
|
||||||
to determine what options should be set.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,8 +47,7 @@ The file is simply a plain text file containing the options you want enabled:
|
||||||
|
|
||||||
Linux and Unix Users
|
Linux and Unix Users
|
||||||
|
|
||||||
The file you should create is called ".tuxpaintrc" and it should be placed in
|
/home/username/.tuxpaintrc
|
||||||
your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc")
|
|
||||||
|
|
||||||
System-Wide Configuration File
|
System-Wide Configuration File
|
||||||
|
|
||||||
|
|
@ -73,8 +72,7 @@ at:
|
||||||
|
|
||||||
Windows Users
|
Windows Users
|
||||||
|
|
||||||
The file you should create is called "tuxpaint.cfg" and it should be placed in
|
C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
|
||||||
in your personal AppData folder: C:\Users\username\AppData\Roaming\TuxPaint\
|
|
||||||
|
|
||||||
You can use NotePad or WordPad to create this file. Be sure to save it as Plain
|
You can use NotePad or WordPad to create this file. Be sure to save it as Plain
|
||||||
Text, and make sure the filename doesn't have ".txt" at the end...
|
Text, and make sure the filename doesn't have ".txt" at the end...
|
||||||
|
|
@ -85,7 +83,7 @@ Before this file is read, a system-wide configuration file is read. (By
|
||||||
default, this configuration has no settings enabled.) It is normally located
|
default, this configuration has no settings enabled.) It is normally located
|
||||||
at:
|
at:
|
||||||
|
|
||||||
C:\Program Files\Tuxpaint
|
C:\Program Files\TuxPaint\tuxpaint.cfg
|
||||||
|
|
||||||
Haiku Users
|
Haiku Users
|
||||||
|
|
||||||
|
|
@ -1616,11 +1614,11 @@ Button Shortcuts
|
||||||
|
|
||||||
(For Linux and Unix users)
|
(For Linux and Unix users)
|
||||||
|
|
||||||
If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you
|
If any of the above options are set in "/etc/tuxpaint/tuxpaint.conf", you
|
||||||
can override them in your own "~/.tuxpaintrc" file.
|
can override them in your own "/home/username/.tuxpaintrc" file.
|
||||||
|
|
||||||
For true/false options, like "noprint" and "grab", you can simply say they
|
For true/false options, like "noprint" and "grab", you can simply say they
|
||||||
equal 'no' in your "~/.tuxpaintrc" file:
|
equal 'no' in your "/home/username/.tuxpaintrc" file:
|
||||||
|
|
||||||
noprint=no
|
noprint=no
|
||||||
uppercase=no
|
uppercase=no
|
||||||
|
|
@ -1777,8 +1775,8 @@ Button Shortcuts
|
||||||
Under Linux and Unix, this prevents the system-wide configuration file,
|
Under Linux and Unix, this prevents the system-wide configuration file,
|
||||||
"/etc/tuxpaint/tuxpaint.conf", from being read.
|
"/etc/tuxpaint/tuxpaint.conf", from being read.
|
||||||
|
|
||||||
Only your own configuration file, "~/.tuxpaintrc", if it exists, will
|
Only your own configuration file, "/home/username/.tuxpaintrc", if it
|
||||||
be used.
|
exists, will be used.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -746,7 +746,7 @@
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<code>~/.tuxpaintrc</code>
|
<code>/home/username/.tuxpaintrc</code>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</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>
|
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>
|
<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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -783,7 +783,7 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -801,16 +801,13 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<code>--nosysconfig</code>
|
<code>--nosysconfig</code>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
|
||||||
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set. </p>
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The file you should create is called "<code><b>.tuxpaintrc</b></code>" and it should be placed in your home directory. (a.k.a. "<code>~/.tuxpaintrc</code>" or "<code>$HOME/.tuxpaintrc</code>") </p>
|
<code>/home/username/.tuxpaintrc</code>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
||||||
|
|
@ -218,7 +219,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The file you should create is called "<code><b>tuxpaint.cfg</b></code>" and it should be placed in in your personal AppData folder: <code>C:\Users\username\AppData\Roaming\TuxPaint\</code> </p>
|
<code>C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p>
|
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p>
|
||||||
|
|
@ -232,10 +234,8 @@
|
||||||
<p>
|
<p>
|
||||||
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
|
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
|
||||||
|
|
||||||
<blockquote>
|
<p>
|
||||||
<code>C:\Program Files\Tuxpaint</code>
|
<code>C:\Program Files\TuxPaint\tuxpaint.cfg</code>
|
||||||
</blockquote>
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</section><!-- H3: System-Wide Configuration File -->
|
</section><!-- H3: System-Wide Configuration File -->
|
||||||
</section><!-- H2: Windows Users -->
|
</section><!-- H2: Windows Users -->
|
||||||
|
|
@ -2374,10 +2374,10 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.config</code>", you can override them in your own "<code>~/.tuxpaintrc</code>" file. </p>
|
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.conf</code>", you can override them in your own "<code>/home/username/.tuxpaintrc</code>" file. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>~/.tuxpaintrc</code>" file: </p>
|
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>/home/username/.tuxpaintrc</code>" file: </p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<code>noprint=no<br>
|
<code>noprint=no<br>
|
||||||
|
|
@ -2551,7 +2551,7 @@
|
||||||
Under Linux and Unix, this prevents the system-wide configuration file, "<code>/etc/tuxpaint/tuxpaint.conf</code>", from being read. </p>
|
Under Linux and Unix, this prevents the system-wide configuration file, "<code>/etc/tuxpaint/tuxpaint.conf</code>", from being read. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Only your own configuration file, "<code>~/.tuxpaintrc</code>", if it exists, will be used. </p>
|
Only your own configuration file, "<code>/home/username/.tuxpaintrc</code>", if it exists, will be used. </p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -638,7 +638,7 @@ Tux Paint utilise des options que je n'ai pas spécifiées !
|
||||||
Il examine ensuite le fichier de configuration personnel de
|
Il examine ensuite le fichier de configuration personnel de
|
||||||
l'utilisateur :
|
l'utilisateur :
|
||||||
|
|
||||||
~/.tuxpaintrc
|
/home/nom d'utilisateur/.tuxpaintrc
|
||||||
|
|
||||||
Et finalement, toutes les options envoyées en tant qu'arguments de
|
Et finalement, toutes les options envoyées en tant qu'arguments de
|
||||||
ligne de commande sont utilisées.
|
ligne de commande sont utilisées.
|
||||||
|
|
@ -663,7 +663,7 @@ Tux Paint utilise des options que je n'ai pas spécifiées !
|
||||||
nosound=yes
|
nosound=yes
|
||||||
|
|
||||||
... Alors vous pouvez réactiver le son en ajoutant cette option à votre
|
... Alors vous pouvez réactiver le son en ajoutant cette option à votre
|
||||||
propre fichier ".tuxpaintrc" :
|
propre fichier "/home/nom d'utilisateur/.tuxpaintrc" :
|
||||||
|
|
||||||
sound=yes
|
sound=yes
|
||||||
|
|
||||||
|
|
@ -671,15 +671,13 @@ Tux Paint utilise des options que je n'ai pas spécifiées !
|
||||||
|
|
||||||
--sound
|
--sound
|
||||||
|
|
||||||
Les utilisateurs Linux et Unix peuvent également désactiver le fichier de
|
On platforms where Tux Paint offers a system-wide configuration file, the
|
||||||
configuration à l'échelle du système en incluant l'argument de ligne de
|
settings in that file may be skipped (so only the user configuration file
|
||||||
commande suivant :
|
and other command-line arguments will be used) by including the following
|
||||||
|
command-line argument:
|
||||||
|
|
||||||
--nosysconfig
|
--nosysconfig
|
||||||
|
|
||||||
Tux Paint examinera alors uniquement "~/.tuxpaintrc" et les arguments en
|
|
||||||
ligne de commande pour déterminer les options à activer.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,8 +49,7 @@ souhaitez activer :
|
||||||
|
|
||||||
Utilisateurs de Linux et Unix
|
Utilisateurs de Linux et Unix
|
||||||
|
|
||||||
Le fichier que vous devez créer s'appelle ".tuxpaintrc" et il doit être placé
|
/home/nom d'utilisateur/.tuxpaintrc
|
||||||
dans votre répertoire personnel. (aka "~/.tuxpaintrc" ou "$HOME/.tuxpaintrc")
|
|
||||||
|
|
||||||
Fichier de configuration pour l'ensemble du système
|
Fichier de configuration pour l'ensemble du système
|
||||||
|
|
||||||
|
|
@ -76,9 +75,7 @@ activés.) Il se trouve normalement ici :
|
||||||
|
|
||||||
Utilisateurs de Windows
|
Utilisateurs de Windows
|
||||||
|
|
||||||
Le fichier que vous devez créer s'appelle "tuxpaint.cfg" et doit être placé
|
C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\tuxpaint.cfg
|
||||||
dans votre dossier personnel AppData : C:\Users\nom d'utilisateur\AppData\
|
|
||||||
Roaming\TuxPaint\
|
|
||||||
|
|
||||||
Vous pouvez utiliser NotePad ou WordPad pour créer ce fichier. Assurez-vous de
|
Vous pouvez utiliser NotePad ou WordPad pour créer ce fichier. Assurez-vous de
|
||||||
l'enregistrer en tant que texte brut et assurez-vous que le nom de fichier ne
|
l'enregistrer en tant que texte brut et assurez-vous que le nom de fichier ne
|
||||||
|
|
@ -90,7 +87,7 @@ Avant la lecture de ce fichier, un fichier de configuration à l'échelle du
|
||||||
système est lu. (Par défaut, cette configuration n'a pas de paramètres
|
système est lu. (Par défaut, cette configuration n'a pas de paramètres
|
||||||
activés.) Il se trouve normalement ici :
|
activés.) Il se trouve normalement ici :
|
||||||
|
|
||||||
C:\Program Files\Tuxpaint
|
C:\Program Files\TuxPaint\tuxpaint.cfg
|
||||||
|
|
||||||
Haiku Users
|
Haiku Users
|
||||||
|
|
||||||
|
|
@ -1710,12 +1707,12 @@ Boutons pour raccourcis
|
||||||
(Pour les utilisateurs Linux et Unix)
|
(Pour les utilisateurs Linux et Unix)
|
||||||
|
|
||||||
Si l'une des options ci-dessus est définie dans " /etc/tuxpaint/
|
Si l'une des options ci-dessus est définie dans " /etc/tuxpaint/
|
||||||
tuxpaint.config", vous pouvez la remplacer dans votre propre fichier "~
|
tuxpaint.conf", vous pouvez la remplacer dans votre propre fichier "/home/
|
||||||
/.tuxpaintrc ".
|
nom d'utilisateur/.tuxpaintrc ".
|
||||||
|
|
||||||
Pour les options vrai / faux, comme "noprint" et "grab", vous pouvez
|
Pour les options vrai / faux, comme "noprint" et "grab", vous pouvez
|
||||||
simplement dire qu'elles sont égales à "no" dans votre fichier "~
|
simplement dire qu'elles sont égales à "no" dans votre fichier "/home/nom
|
||||||
/.tuxpaintrc" :
|
d'utilisateur/.tuxpaintrc" :
|
||||||
|
|
||||||
noprint=no
|
noprint=no
|
||||||
uppercase=no
|
uppercase=no
|
||||||
|
|
@ -1873,8 +1870,8 @@ Boutons pour raccourcis
|
||||||
Sous Linux et Unix, cela empêche la lecture du fichier de configuration
|
Sous Linux et Unix, cela empêche la lecture du fichier de configuration
|
||||||
système "/etc/tuxpaint/tuxpaint.conf".
|
système "/etc/tuxpaint/tuxpaint.conf".
|
||||||
|
|
||||||
Seul votre propre fichier de configuration, "~/.tuxpaintrc", s'il
|
Seul votre propre fichier de configuration, "/home/nom d'utilisateur
|
||||||
existe, sera utilisé.
|
/.tuxpaintrc", s'il existe, sera utilisé.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -747,7 +747,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<code>~/.tuxpaintrc</code>
|
<code>/home/nom d'utilisateur/.tuxpaintrc</code>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
|
@ -775,7 +775,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
|
||||||
Cela signifie que si quelque chose est défini dans un fichier de configuration que vous ne souhaitez pas activer, vous devrez soit modifier le fichier config. fichier (si vous le pouvez), ou changer l'option par le biais de la ligne de commande. </p>
|
Cela signifie que si quelque chose est défini dans un fichier de configuration que vous ne souhaitez pas activer, vous devrez soit modifier le fichier config. fichier (si vous le pouvez), ou changer l'option par le biais de la ligne de commande. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Par exemple, si "/etc/tuxpaint/tuxpaint.conf" inclut une option pour désactiver le son ... </p>
|
Par exemple, si "<code>/etc/tuxpaint/tuxpaint.conf</code>" inclut une option pour désactiver le son ... </p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -784,7 +784,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
... Alors vous pouvez réactiver le son en ajoutant cette option à votre propre fichier ".tuxpaintrc" : </p>
|
... Alors vous pouvez réactiver le son en ajoutant cette option à votre propre fichier "<code>/home/nom d'utilisateur/.tuxpaintrc</code>" : </p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -802,16 +802,13 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Les utilisateurs Linux et Unix peuvent également désactiver le fichier de configuration à l'échelle du système en incluant l'argument de ligne de commande suivant : </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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<code>--nosysconfig</code>
|
<code>--nosysconfig</code>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
|
||||||
Tux Paint examinera alors uniquement "~/.tuxpaintrc" et les arguments en ligne de commande pour déterminer les options à activer. </p>
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Le fichier que vous devez créer s'appelle "<code><b>.tuxpaintrc</b></code>" et il doit être placé dans votre répertoire personnel. (aka "<code>~/.tuxpaintrc</code>" ou "<code>$HOME/.tuxpaintrc</code>") </p>
|
<code>/home/nom d'utilisateur/.tuxpaintrc</code>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
||||||
|
|
@ -218,7 +219,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Le fichier que vous devez créer s'appelle "<code><b>tuxpaint.cfg</b></code>" et doit être placé dans votre dossier personnel AppData : <code>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\</code> </p>
|
<code>C:\Users\nom d'utilisateur\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Vous pouvez utiliser NotePad ou WordPad pour créer ce fichier. Assurez-vous de l'enregistrer en tant que texte brut et assurez-vous que le nom de fichier ne contient pas ".txt" à la fin ... </p>
|
Vous pouvez utiliser NotePad ou WordPad pour créer ce fichier. Assurez-vous de l'enregistrer en tant que texte brut et assurez-vous que le nom de fichier ne contient pas ".txt" à la fin ... </p>
|
||||||
|
|
@ -232,10 +234,8 @@
|
||||||
<p>
|
<p>
|
||||||
Avant la lecture de ce fichier, un fichier de configuration à l'échelle du système est lu. (Par défaut, cette configuration n'a pas de paramètres activés.) Il se trouve normalement ici : </p>
|
Avant la lecture de ce fichier, un fichier de configuration à l'échelle du système est lu. (Par défaut, cette configuration n'a pas de paramètres activés.) Il se trouve normalement ici : </p>
|
||||||
|
|
||||||
<blockquote>
|
<p>
|
||||||
<code>C:\Program Files\Tuxpaint</code>
|
<code>C:\Program Files\TuxPaint\tuxpaint.cfg</code>
|
||||||
</blockquote>
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</section><!-- H3: System-Wide Configuration File -->
|
</section><!-- H3: System-Wide Configuration File -->
|
||||||
</section><!-- H2: Windows Users -->
|
</section><!-- H2: Windows Users -->
|
||||||
|
|
@ -2374,10 +2374,10 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Si l'une des options ci-dessus est définie dans " <code>/etc/tuxpaint/tuxpaint.config</code>", vous pouvez la remplacer dans votre propre fichier "<code>~/.tuxpaintrc</code> ". </p>
|
Si l'une des options ci-dessus est définie dans " <code>/etc/tuxpaint/tuxpaint.conf</code>", vous pouvez la remplacer dans votre propre fichier "<code>/home/nom d'utilisateur/.tuxpaintrc</code> ". </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Pour les options vrai / faux, comme "<code>noprint</code>" et "<code>grab</code>", vous pouvez simplement dire qu'elles sont égales à "no" dans votre fichier "<code>~/.tuxpaintrc</code>" : </p>
|
Pour les options vrai / faux, comme "<code>noprint</code>" et "<code>grab</code>", vous pouvez simplement dire qu'elles sont égales à "no" dans votre fichier "<code>/home/nom d'utilisateur/.tuxpaintrc</code>" : </p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<code>noprint=no<br>
|
<code>noprint=no<br>
|
||||||
|
|
@ -2551,7 +2551,7 @@
|
||||||
Sous Linux et Unix, cela empêche la lecture du fichier de configuration système "<code>/etc/tuxpaint/tuxpaint.conf</code>". </p>
|
Sous Linux et Unix, cela empêche la lecture du fichier de configuration système "<code>/etc/tuxpaint/tuxpaint.conf</code>". </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Seul votre propre fichier de configuration, "<code>~/.tuxpaintrc</code>", s'il existe, sera utilisé. </p>
|
Seul votre propre fichier de configuration, "<code>/home/nom d'utilisateur/.tuxpaintrc</code>", s'il existe, sera utilisé. </p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -614,7 +614,7 @@ Tux Paint está a usar opcións que non especifiquei.
|
||||||
|
|
||||||
A continuación, examina o ficheiro de configuración persoal do usuario:
|
A continuación, examina o ficheiro de configuración persoal do usuario:
|
||||||
|
|
||||||
~/.tuxpaintrc
|
/home/nome de usuario/.tuxpaintrc
|
||||||
|
|
||||||
Finalmente, úsanse as opcións enviadas como argumentos da liña de
|
Finalmente, úsanse as opcións enviadas como argumentos da liña de
|
||||||
ordes.
|
ordes.
|
||||||
|
|
@ -638,7 +638,7 @@ Tux Paint está a usar opcións que non especifiquei.
|
||||||
nosound=yes
|
nosound=yes
|
||||||
|
|
||||||
...entón pode volver activar o son engadindo esta opción ao seu propio
|
...entón pode volver activar o son engadindo esta opción ao seu propio
|
||||||
ficheiro «.tuxpaintrc»:
|
ficheiro «/home/nome de usuario/.tuxpaintrc»:
|
||||||
|
|
||||||
sound=yes
|
sound=yes
|
||||||
|
|
||||||
|
|
@ -646,15 +646,13 @@ Tux Paint está a usar opcións que non especifiquei.
|
||||||
|
|
||||||
--sound
|
--sound
|
||||||
|
|
||||||
Os usuarios de Linux e Unix tamén poden desactivar o ficheiro de
|
On platforms where Tux Paint offers a system-wide configuration file, the
|
||||||
configuración de todo o sistema incluíndo o seguinte argumento da liña de
|
settings in that file may be skipped (so only the user configuration file
|
||||||
ordes:
|
and other command-line arguments will be used) by including the following
|
||||||
|
command-line argument:
|
||||||
|
|
||||||
--nosysconfig
|
--nosysconfig
|
||||||
|
|
||||||
Tux Paint só ollará «~/.tuxpaintrc» e os argumentos da liña de ordes para
|
|
||||||
determinar que opcións se deben estabelecer.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,9 +48,7 @@ quere activar habilitar:
|
||||||
|
|
||||||
Usuarios de Linux e Unix
|
Usuarios de Linux e Unix
|
||||||
|
|
||||||
O ficheiro que debe crear chámase «.tuxpaintrc» e debería colocarse no seu
|
/home/nome de usuario/.tuxpaintrc
|
||||||
directorio persoal. (tamén coñecido como «~/.tuxpaintrc» ou «$HOME
|
|
||||||
/.tuxpaintrc»)
|
|
||||||
|
|
||||||
Ficheiro de configuración de todo o sistema
|
Ficheiro de configuración de todo o sistema
|
||||||
|
|
||||||
|
|
@ -75,9 +73,7 @@ at:
|
||||||
|
|
||||||
Usuarios de Windows
|
Usuarios de Windows
|
||||||
|
|
||||||
The file you should create is called "tuxpaint.cfg" and it should be placed in
|
C:\Users\nome de usuario\AppData\Roaming\TuxPaint\tuxpaint.cfg
|
||||||
in your personal AppData folder: C:\Users\nome de usuario\AppData\Roaming\
|
|
||||||
TuxPaint\
|
|
||||||
|
|
||||||
Pode usar NotePad ou WordPad para crear este ficheiro. Asegúrese de gardalo
|
Pode usar NotePad ou WordPad para crear este ficheiro. Asegúrese de gardalo
|
||||||
como texto simple e asegúrese de que o nome do ficheiro non teña «.txt» ao
|
como texto simple e asegúrese de que o nome do ficheiro non teña «.txt» ao
|
||||||
|
|
@ -89,7 +85,7 @@ Before this file is read, a system-wide configuration file is read. (By
|
||||||
default, this configuration has no settings enabled.) It is normally located
|
default, this configuration has no settings enabled.) It is normally located
|
||||||
at:
|
at:
|
||||||
|
|
||||||
C:\Program Files\Tuxpaint
|
C:\Program Files\TuxPaint\tuxpaint.cfg
|
||||||
|
|
||||||
Haiku Users
|
Haiku Users
|
||||||
|
|
||||||
|
|
@ -1647,10 +1643,12 @@ Button Shortcuts
|
||||||
(Para usuarios de Linux e Unix)
|
(Para usuarios de Linux e Unix)
|
||||||
|
|
||||||
Se algunha das opcións anteriores está estabelecida en «/etc/tuxpaint/
|
Se algunha das opcións anteriores está estabelecida en «/etc/tuxpaint/
|
||||||
tuxpaint.config», pode anulala no seu propio ficheiro «~/.tuxpaintrc».
|
tuxpaint.conf», pode anulala no seu propio ficheiro «/home/nome de usuario
|
||||||
|
/.tuxpaintrc».
|
||||||
|
|
||||||
Para opcións verdadeiro/falso, como «noprint» e «grab», pode simplemente
|
Para opcións verdadeiro/falso, como «noprint» e «grab», pode simplemente
|
||||||
dicir que son iguais a «no» no seu ficheiro «~/.tuxpaintrc»:
|
dicir que son iguais a «no» no seu ficheiro «/home/nome de usuario
|
||||||
|
/.tuxpaintrc»:
|
||||||
|
|
||||||
noprint=no
|
noprint=no
|
||||||
uppercase=no
|
uppercase=no
|
||||||
|
|
@ -1808,8 +1806,8 @@ Button Shortcuts
|
||||||
En Linux e Unix, isto evita ler o ficheiro de configuración de todo o
|
En Linux e Unix, isto evita ler o ficheiro de configuración de todo o
|
||||||
sistema, «/etc/tuxpaint/tuxpaint.conf».
|
sistema, «/etc/tuxpaint/tuxpaint.conf».
|
||||||
|
|
||||||
Só se empregará o seu propio ficheiro de configuración, «~
|
Só se empregará o seu propio ficheiro de configuración, «/home/nome de
|
||||||
/.tuxpaintrc», se existe.
|
usuario/.tuxpaintrc», se existe.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -746,7 +746,7 @@
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<code>~/.tuxpaintrc</code>
|
<code>/home/nome de usuario/.tuxpaintrc</code>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
|
@ -774,7 +774,7 @@
|
||||||
Isto significa que se estabelece algo nun ficheiro de configuración que non quere estabelecer, terá que cambiar o ficheiro de configuración (se pode) ou anular a opción na liña de ordes. </p>
|
Isto significa que se estabelece algo nun ficheiro de configuración que non quere estabelecer, terá que cambiar o ficheiro de configuración (se pode) ou anular a opción na liña de ordes. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Por exemplo, en Linux e Unix, se «/etc/tuxpaint/tuxpaint.conf» inclúe esta opción para desactivar o son... </p>
|
Por exemplo, en Linux e Unix, se «<code>/etc/tuxpaint/tuxpaint.conf</code>» inclúe esta opción para desactivar o son... </p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -783,7 +783,7 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
...entón pode volver activar o son engadindo esta opción ao seu propio ficheiro «.tuxpaintrc»: </p>
|
...entón pode volver activar o son engadindo esta opción ao seu propio ficheiro «<code>/home/nome de usuario/.tuxpaintrc</code>»: </p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -801,16 +801,13 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Os usuarios de Linux e Unix tamén poden desactivar o ficheiro de configuración de todo o sistema incluíndo o seguinte argumento da liña de ordes: </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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<code>--nosysconfig</code>
|
<code>--nosysconfig</code>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
|
||||||
Tux Paint só ollará «~/.tuxpaintrc» e os argumentos da liña de ordes para determinar que opcións se deben estabelecer. </p>
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
O ficheiro que debe crear chámase «<code><b>.tuxpaintrc</b></code>» e debería colocarse no seu directorio persoal. (tamén coñecido como «<code>~/.tuxpaintrc</code>» ou «<code>$HOME/.tuxpaintrc</code>») </p>
|
<code>/home/nome de usuario/.tuxpaintrc</code>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
||||||
|
|
@ -218,7 +219,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The file you should create is called "<code><b>tuxpaint.cfg</b></code>" and it should be placed in in your personal AppData folder: <code>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\</code> </p>
|
<code>C:\Users\nome de usuario\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Pode usar NotePad ou WordPad para crear este ficheiro. Asegúrese de gardalo como texto simple e asegúrese de que o nome do ficheiro non teña «.txt» ao final... </p>
|
Pode usar NotePad ou WordPad para crear este ficheiro. Asegúrese de gardalo como texto simple e asegúrese de que o nome do ficheiro non teña «.txt» ao final... </p>
|
||||||
|
|
@ -232,10 +234,8 @@
|
||||||
<p>
|
<p>
|
||||||
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
|
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
|
||||||
|
|
||||||
<blockquote>
|
<p>
|
||||||
<code>C:\Program Files\Tuxpaint</code>
|
<code>C:\Program Files\TuxPaint\tuxpaint.cfg</code>
|
||||||
</blockquote>
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</section><!-- H3: System-Wide Configuration File -->
|
</section><!-- H3: System-Wide Configuration File -->
|
||||||
</section><!-- H2: Windows Users -->
|
</section><!-- H2: Windows Users -->
|
||||||
|
|
@ -2374,10 +2374,10 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Se algunha das opcións anteriores está estabelecida en «<code>/etc/tuxpaint/tuxpaint.config</code>», pode anulala no seu propio ficheiro «<code>~/.tuxpaintrc</code>». </p>
|
Se algunha das opcións anteriores está estabelecida en «<code>/etc/tuxpaint/tuxpaint.conf</code>», pode anulala no seu propio ficheiro «<code>/home/nome de usuario/.tuxpaintrc</code>». </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Para opcións verdadeiro/falso, como «<code>noprint</code>» e «<code>grab</code>», pode simplemente dicir que son iguais a «no» no seu ficheiro «<code>~/.tuxpaintrc</code>»: </p>
|
Para opcións verdadeiro/falso, como «<code>noprint</code>» e «<code>grab</code>», pode simplemente dicir que son iguais a «no» no seu ficheiro «<code>/home/nome de usuario/.tuxpaintrc</code>»: </p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<code>noprint=no<br>
|
<code>noprint=no<br>
|
||||||
|
|
@ -2551,7 +2551,7 @@
|
||||||
En Linux e Unix, isto evita ler o ficheiro de configuración de todo o sistema, «<code>/etc/tuxpaint/tuxpaint.conf</code>». </p>
|
En Linux e Unix, isto evita ler o ficheiro de configuración de todo o sistema, «<code>/etc/tuxpaint/tuxpaint.conf</code>». </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Só se empregará o seu propio ficheiro de configuración, «<code>~/.tuxpaintrc</code>», se existe. </p>
|
Só se empregará o seu propio ficheiro de configuración, «<code>/home/nome de usuario/.tuxpaintrc</code>», se existe. </p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -585,7 +585,7 @@ Tux Paint is using options I didn't specify!
|
||||||
|
|
||||||
It then examines the user's personal configuration file:
|
It then examines the user's personal configuration file:
|
||||||
|
|
||||||
~/.tuxpaintrc
|
/home/username/.tuxpaintrc
|
||||||
|
|
||||||
Finally, any options sent as command-line arguments are used.
|
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
|
nosound=yes
|
||||||
|
|
||||||
...then you can reenable sound by either adding this option to your own
|
...then you can reenable sound by either adding this option to your own "/
|
||||||
".tuxpaintrc" file:
|
home/username/.tuxpaintrc" file:
|
||||||
|
|
||||||
sound=yes
|
sound=yes
|
||||||
|
|
||||||
|
|
@ -615,14 +615,13 @@ Tux Paint is using options I didn't specify!
|
||||||
|
|
||||||
--sound
|
--sound
|
||||||
|
|
||||||
Linux and Unix users can also disable the system-wide configuration file by
|
On platforms where Tux Paint offers a system-wide configuration file, the
|
||||||
including the following command-line argument:
|
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
|
--nosysconfig
|
||||||
|
|
||||||
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments
|
|
||||||
to determine what options should be set.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,8 +47,7 @@ The file is simply a plain text file containing the options you want enabled:
|
||||||
|
|
||||||
Linux and Unix Users
|
Linux and Unix Users
|
||||||
|
|
||||||
The file you should create is called ".tuxpaintrc" and it should be placed in
|
/home/username/.tuxpaintrc
|
||||||
your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc")
|
|
||||||
|
|
||||||
System-Wide Configuration File
|
System-Wide Configuration File
|
||||||
|
|
||||||
|
|
@ -73,8 +72,7 @@ at:
|
||||||
|
|
||||||
Windows Users
|
Windows Users
|
||||||
|
|
||||||
The file you should create is called "tuxpaint.cfg" and it should be placed in
|
C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
|
||||||
in your personal AppData folder: C:\Users\username\AppData\Roaming\TuxPaint\
|
|
||||||
|
|
||||||
You can use NotePad or WordPad to create this file. Be sure to save it as Plain
|
You can use NotePad or WordPad to create this file. Be sure to save it as Plain
|
||||||
Text, and make sure the filename doesn't have ".txt" at the end...
|
Text, and make sure the filename doesn't have ".txt" at the end...
|
||||||
|
|
@ -85,7 +83,7 @@ Before this file is read, a system-wide configuration file is read. (By
|
||||||
default, this configuration has no settings enabled.) It is normally located
|
default, this configuration has no settings enabled.) It is normally located
|
||||||
at:
|
at:
|
||||||
|
|
||||||
C:\Program Files\Tuxpaint
|
C:\Program Files\TuxPaint\tuxpaint.cfg
|
||||||
|
|
||||||
Haiku Users
|
Haiku Users
|
||||||
|
|
||||||
|
|
@ -1616,11 +1614,11 @@ Button Shortcuts
|
||||||
|
|
||||||
(For Linux and Unix users)
|
(For Linux and Unix users)
|
||||||
|
|
||||||
If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you
|
If any of the above options are set in "/etc/tuxpaint/tuxpaint.conf", you
|
||||||
can override them in your own "~/.tuxpaintrc" file.
|
can override them in your own "/home/username/.tuxpaintrc" file.
|
||||||
|
|
||||||
For true/false options, like "noprint" and "grab", you can simply say they
|
For true/false options, like "noprint" and "grab", you can simply say they
|
||||||
equal 'no' in your "~/.tuxpaintrc" file:
|
equal 'no' in your "/home/username/.tuxpaintrc" file:
|
||||||
|
|
||||||
noprint=no
|
noprint=no
|
||||||
uppercase=no
|
uppercase=no
|
||||||
|
|
@ -1777,8 +1775,8 @@ Button Shortcuts
|
||||||
Under Linux and Unix, this prevents the system-wide configuration file,
|
Under Linux and Unix, this prevents the system-wide configuration file,
|
||||||
"/etc/tuxpaint/tuxpaint.conf", from being read.
|
"/etc/tuxpaint/tuxpaint.conf", from being read.
|
||||||
|
|
||||||
Only your own configuration file, "~/.tuxpaintrc", if it exists, will
|
Only your own configuration file, "/home/username/.tuxpaintrc", if it
|
||||||
be used.
|
exists, will be used.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -746,7 +746,7 @@
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<code>~/.tuxpaintrc</code>
|
<code>/home/username/.tuxpaintrc</code>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</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>
|
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>
|
<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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -783,7 +783,7 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -801,16 +801,13 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<code>--nosysconfig</code>
|
<code>--nosysconfig</code>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
|
||||||
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set. </p>
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The file you should create is called "<code><b>.tuxpaintrc</b></code>" and it should be placed in your home directory. (a.k.a. "<code>~/.tuxpaintrc</code>" or "<code>$HOME/.tuxpaintrc</code>") </p>
|
<code>/home/username/.tuxpaintrc</code>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
||||||
|
|
@ -218,7 +219,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The file you should create is called "<code><b>tuxpaint.cfg</b></code>" and it should be placed in in your personal AppData folder: <code>C:\Users\username\AppData\Roaming\TuxPaint\</code> </p>
|
<code>C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p>
|
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p>
|
||||||
|
|
@ -232,10 +234,8 @@
|
||||||
<p>
|
<p>
|
||||||
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
|
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
|
||||||
|
|
||||||
<blockquote>
|
<p>
|
||||||
<code>C:\Program Files\Tuxpaint</code>
|
<code>C:\Program Files\TuxPaint\tuxpaint.cfg</code>
|
||||||
</blockquote>
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</section><!-- H3: System-Wide Configuration File -->
|
</section><!-- H3: System-Wide Configuration File -->
|
||||||
</section><!-- H2: Windows Users -->
|
</section><!-- H2: Windows Users -->
|
||||||
|
|
@ -2374,10 +2374,10 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.config</code>", you can override them in your own "<code>~/.tuxpaintrc</code>" file. </p>
|
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.conf</code>", you can override them in your own "<code>/home/username/.tuxpaintrc</code>" file. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>~/.tuxpaintrc</code>" file: </p>
|
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>/home/username/.tuxpaintrc</code>" file: </p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<code>noprint=no<br>
|
<code>noprint=no<br>
|
||||||
|
|
@ -2551,7 +2551,7 @@
|
||||||
Under Linux and Unix, this prevents the system-wide configuration file, "<code>/etc/tuxpaint/tuxpaint.conf</code>", from being read. </p>
|
Under Linux and Unix, this prevents the system-wide configuration file, "<code>/etc/tuxpaint/tuxpaint.conf</code>", from being read. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Only your own configuration file, "<code>~/.tuxpaintrc</code>", if it exists, will be used. </p>
|
Only your own configuration file, "<code>/home/username/.tuxpaintrc</code>", if it exists, will be used. </p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -585,7 +585,7 @@ Tux Paint is using options I didn't specify!
|
||||||
|
|
||||||
It then examines the user's personal configuration file:
|
It then examines the user's personal configuration file:
|
||||||
|
|
||||||
~/.tuxpaintrc
|
/home/username/.tuxpaintrc
|
||||||
|
|
||||||
Finally, any options sent as command-line arguments are used.
|
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
|
nosound=yes
|
||||||
|
|
||||||
...then you can reenable sound by either adding this option to your own
|
...then you can reenable sound by either adding this option to your own "/
|
||||||
".tuxpaintrc" file:
|
home/username/.tuxpaintrc" file:
|
||||||
|
|
||||||
sound=yes
|
sound=yes
|
||||||
|
|
||||||
|
|
@ -615,14 +615,13 @@ Tux Paint is using options I didn't specify!
|
||||||
|
|
||||||
--sound
|
--sound
|
||||||
|
|
||||||
Linux and Unix users can also disable the system-wide configuration file by
|
On platforms where Tux Paint offers a system-wide configuration file, the
|
||||||
including the following command-line argument:
|
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
|
--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 のユーザー
|
Linux 及び Unix のユーザー
|
||||||
|
|
||||||
ユーザー毎の設定ファイルは、ホームディレクトリに ".tuxpaintrc" というファイル名
|
/home/username/.tuxpaintrc
|
||||||
で作成します。("~/.tuxpaintrc" あるいは "$HOME/.tuxpaintrc")
|
|
||||||
|
|
||||||
システム全体の設定ファイル
|
システム全体の設定ファイル
|
||||||
|
|
||||||
|
|
@ -74,8 +73,7 @@ Application Support/TuxPaint 内に "tuxpaint.cfg" というファイル名で
|
||||||
|
|
||||||
Windows のユーザー
|
Windows のユーザー
|
||||||
|
|
||||||
ユーザー毎の設定ファイルは、個人用データのフォルダ C:\Users\username\AppData\
|
C:\Users\username\AppData\Roaming\TuxPaint\tuxpaint.cfg
|
||||||
Roaming\TuxPaint\ 内に "tuxpaint.cfg" というファイル名で作成します。
|
|
||||||
|
|
||||||
設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして
|
設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして
|
||||||
保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないよ
|
保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないよ
|
||||||
|
|
@ -87,7 +85,7 @@ Roaming\TuxPaint\ 内に "tuxpaint.cfg" というファイル名で作成しま
|
||||||
ザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にさ
|
ザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にさ
|
||||||
れています)
|
れています)
|
||||||
|
|
||||||
C:\Program Files\Tuxpaint
|
C:\Program Files\TuxPaint\tuxpaint.cfg
|
||||||
|
|
||||||
Haiku Users
|
Haiku Users
|
||||||
|
|
||||||
|
|
@ -1607,12 +1605,12 @@ altprint=mod
|
||||||
|
|
||||||
(Linux および Unix ユーザー向け)
|
(Linux および Unix ユーザー向け)
|
||||||
|
|
||||||
"/etc/tuxpaint/tuxpaint.config" でオプションが設定されている場合でも、ユー
|
"/etc/tuxpaint/tuxpaint.conf" でオプションが設定されている場合でも、ユー
|
||||||
ザー各自の "~/.tuxpaintrc" ファイルの設定が優先されます。
|
ザー各自の "/home/username/.tuxpaintrc" ファイルの設定が優先されます。
|
||||||
|
|
||||||
"noprint" や "grab" のように、真か偽で設定するオプションでは、ユーザー毎の
|
"noprint" や "grab" のように、真か偽で設定するオプションでは、ユーザー毎の
|
||||||
"~/.tuxpaintrc" ファイルで、例えば次のように、単純に「'no' に等しい」と設定
|
"/home/username/.tuxpaintrc" ファイルで、例えば次のように、単純に「'no' に
|
||||||
することができます:
|
等しい」と設定することができます:
|
||||||
|
|
||||||
noprint=no
|
noprint=no
|
||||||
uppercase=no
|
uppercase=no
|
||||||
|
|
@ -1769,8 +1767,8 @@ altprint=mod
|
||||||
Linux および Unix において、システム全体の設定ファイル "/etc/tuxpaint/
|
Linux および Unix において、システム全体の設定ファイル "/etc/tuxpaint/
|
||||||
tuxpaint.conf" から設定を読み込まないようにします。
|
tuxpaint.conf" から設定を読み込まないようにします。
|
||||||
|
|
||||||
ユーザーごとの設定ファイル "~/.tuxpaintrc" が存在すれば、このファイルの
|
ユーザーごとの設定ファイル "/home/username/.tuxpaintrc" が存在すれば、
|
||||||
みから設定を読み込みます。
|
このファイルのみから設定を読み込みます。
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -746,7 +746,7 @@
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<code>~/.tuxpaintrc</code>
|
<code>/home/username/.tuxpaintrc</code>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</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>
|
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>
|
<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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -783,7 +783,7 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -801,16 +801,13 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<code>--nosysconfig</code>
|
<code>--nosysconfig</code>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
|
||||||
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set. </p>
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
ユーザー毎の設定ファイルは、ホームディレクトリに "<code><b>.tuxpaintrc</b></code>" というファイル名で作成します。("<code>~/.tuxpaintrc</code>" あるいは "<code>$HOME/.tuxpaintrc</code>") </p>
|
<code>/home/username/.tuxpaintrc</code>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
||||||
|
|
@ -218,7 +219,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<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>
|
<p>
|
||||||
設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないようにします。 </p>
|
設定ファイルはメモ帳やワードパッドで作成できますが、必ずテキストファイルとして保存するよう注意して下さい。また、ファイル名に ".txt" という拡張子をつけないようにします。 </p>
|
||||||
|
|
@ -232,10 +234,8 @@
|
||||||
<p>
|
<p>
|
||||||
ユーザー毎の設定ファイルが読み込まれる前に、以下の場所にある、システムの全ユーザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にされています) </p>
|
ユーザー毎の設定ファイルが読み込まれる前に、以下の場所にある、システムの全ユーザーに適用される設定ファイルが読み込まれます。(標準では、全ての変更が無効にされています) </p>
|
||||||
|
|
||||||
<blockquote>
|
<p>
|
||||||
<code>C:\Program Files\Tuxpaint</code>
|
<code>C:\Program Files\TuxPaint\tuxpaint.cfg</code>
|
||||||
</blockquote>
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</section><!-- H3: System-Wide Configuration File -->
|
</section><!-- H3: System-Wide Configuration File -->
|
||||||
</section><!-- H2: Windows Users -->
|
</section><!-- H2: Windows Users -->
|
||||||
|
|
@ -2374,10 +2374,10 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<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>
|
<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>
|
<blockquote>
|
||||||
<code>noprint=no<br>
|
<code>noprint=no<br>
|
||||||
|
|
@ -2551,7 +2551,7 @@
|
||||||
Linux および Unix において、システム全体の設定ファイル "<code>/etc/tuxpaint/tuxpaint.conf</code>" から設定を読み込まないようにします。 </p>
|
Linux および Unix において、システム全体の設定ファイル "<code>/etc/tuxpaint/tuxpaint.conf</code>" から設定を読み込まないようにします。 </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
ユーザーごとの設定ファイル "<code>~/.tuxpaintrc</code>" が存在すれば、このファイルのみから設定を読み込みます。 </p>
|
ユーザーごとの設定ファイル "<code>/home/username/.tuxpaintrc</code>" が存在すれば、このファイルのみから設定を読み込みます。 </p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -610,7 +610,7 @@ Tux Paint is using options I didn't specify!
|
||||||
|
|
||||||
Mandej ekzaminon kartelën e formësimit personal të përdoruesit:
|
Mandej ekzaminon kartelën e formësimit personal të përdoruesit:
|
||||||
|
|
||||||
~/.tuxpaintrc
|
/home/emër përdoruesi/.tuxpaintrc
|
||||||
|
|
||||||
Finally, any options sent as command-line arguments are used.
|
Finally, any options sent as command-line arguments are used.
|
||||||
|
|
||||||
|
|
@ -631,8 +631,8 @@ Tux Paint is using options I didn't specify!
|
||||||
|
|
||||||
nosound=yes
|
nosound=yes
|
||||||
|
|
||||||
...then you can reenable sound by either adding this option to your own
|
...then you can reenable sound by either adding this option to your own "/
|
||||||
".tuxpaintrc" file:
|
home/emër përdoruesi/.tuxpaintrc" file:
|
||||||
|
|
||||||
sound=yes
|
sound=yes
|
||||||
|
|
||||||
|
|
@ -640,14 +640,13 @@ Tux Paint is using options I didn't specify!
|
||||||
|
|
||||||
--sound
|
--sound
|
||||||
|
|
||||||
Linux and Unix users can also disable the system-wide configuration file by
|
On platforms where Tux Paint offers a system-wide configuration file, the
|
||||||
including the following command-line argument:
|
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
|
--nosysconfig
|
||||||
|
|
||||||
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments
|
|
||||||
to determine what options should be set.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,8 +47,7 @@ The file is simply a plain text file containing the options you want enabled:
|
||||||
|
|
||||||
Përdorues Linux-esh dhe Unix-esh
|
Përdorues Linux-esh dhe Unix-esh
|
||||||
|
|
||||||
The file you should create is called ".tuxpaintrc" and it should be placed in
|
/home/emër përdoruesi/.tuxpaintrc
|
||||||
your home directory. (a.k.a. "~/.tuxpaintrc" or "$HOME/.tuxpaintrc")
|
|
||||||
|
|
||||||
Kartelë Formësimi Për Mbarë Sistemin
|
Kartelë Formësimi Për Mbarë Sistemin
|
||||||
|
|
||||||
|
|
@ -73,9 +72,7 @@ at:
|
||||||
|
|
||||||
Përdorues Windows-i
|
Përdorues Windows-i
|
||||||
|
|
||||||
The file you should create is called "tuxpaint.cfg" and it should be placed in
|
C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\tuxpaint.cfg
|
||||||
in your personal AppData folder: C:\Users\emër përdoruesi\AppData\Roaming\
|
|
||||||
TuxPaint\
|
|
||||||
|
|
||||||
You can use NotePad or WordPad to create this file. Be sure to save it as Plain
|
You can use NotePad or WordPad to create this file. Be sure to save it as Plain
|
||||||
Text, and make sure the filename doesn't have ".txt" at the end...
|
Text, and make sure the filename doesn't have ".txt" at the end...
|
||||||
|
|
@ -86,7 +83,7 @@ Before this file is read, a system-wide configuration file is read. (By
|
||||||
default, this configuration has no settings enabled.) It is normally located
|
default, this configuration has no settings enabled.) It is normally located
|
||||||
at:
|
at:
|
||||||
|
|
||||||
C:\Program Files\Tuxpaint
|
C:\Program Files\TuxPaint\tuxpaint.cfg
|
||||||
|
|
||||||
Haiku Users
|
Haiku Users
|
||||||
|
|
||||||
|
|
@ -1618,11 +1615,11 @@ Shkurtore butonash
|
||||||
|
|
||||||
(Për përdorues Linux-esh dhe Unix-esh)
|
(Për përdorues Linux-esh dhe Unix-esh)
|
||||||
|
|
||||||
If any of the above options are set in "/etc/tuxpaint/tuxpaint.config", you
|
If any of the above options are set in "/etc/tuxpaint/tuxpaint.conf", you
|
||||||
can override them in your own "~/.tuxpaintrc" file.
|
can override them in your own "/home/emër përdoruesi/.tuxpaintrc" file.
|
||||||
|
|
||||||
For true/false options, like "noprint" and "grab", you can simply say they
|
For true/false options, like "noprint" and "grab", you can simply say they
|
||||||
equal 'no' in your "~/.tuxpaintrc" file:
|
equal 'no' in your "/home/emër përdoruesi/.tuxpaintrc" file:
|
||||||
|
|
||||||
noprint=no
|
noprint=no
|
||||||
uppercase=no
|
uppercase=no
|
||||||
|
|
@ -1779,8 +1776,8 @@ Shkurtore butonash
|
||||||
Under Linux and Unix, this prevents the system-wide configuration file,
|
Under Linux and Unix, this prevents the system-wide configuration file,
|
||||||
"/etc/tuxpaint/tuxpaint.conf", from being read.
|
"/etc/tuxpaint/tuxpaint.conf", from being read.
|
||||||
|
|
||||||
Only your own configuration file, "~/.tuxpaintrc", if it exists, will
|
Only your own configuration file, "/home/emër përdoruesi/.tuxpaintrc",
|
||||||
be used.
|
if it exists, will be used.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -746,7 +746,7 @@
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<code>~/.tuxpaintrc</code>
|
<code>/home/emër përdoruesi/.tuxpaintrc</code>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</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>
|
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>
|
<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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -783,7 +783,7 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<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/emër përdoruesi/.tuxpaintrc</code>" file: </p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -801,16 +801,13 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<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>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
<code>--nosysconfig</code>
|
<code>--nosysconfig</code>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
|
||||||
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set. </p>
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The file you should create is called "<code><b>.tuxpaintrc</b></code>" and it should be placed in your home directory. (a.k.a. "<code>~/.tuxpaintrc</code>" or "<code>$HOME/.tuxpaintrc</code>") </p>
|
<code>/home/emër përdoruesi/.tuxpaintrc</code>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
<section class="indent"><!-- H3: System-Wide Configuration File -->
|
||||||
|
|
@ -218,7 +219,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The file you should create is called "<code><b>tuxpaint.cfg</b></code>" and it should be placed in in your personal AppData folder: <code>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\</code> </p>
|
<code>C:\Users\emër përdoruesi\AppData\Roaming\TuxPaint\tuxpaint.cfg</code>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p>
|
You can use NotePad or WordPad to create this file. Be sure to save it as Plain Text, and make sure the filename doesn't have ".txt" at the end... </p>
|
||||||
|
|
@ -232,10 +234,8 @@
|
||||||
<p>
|
<p>
|
||||||
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
|
Before this file is read, a system-wide configuration file is read. (By default, this configuration has no settings enabled.) It is normally located at: </p>
|
||||||
|
|
||||||
<blockquote>
|
<p>
|
||||||
<code>C:\Program Files\Tuxpaint</code>
|
<code>C:\Program Files\TuxPaint\tuxpaint.cfg</code>
|
||||||
</blockquote>
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</section><!-- H3: System-Wide Configuration File -->
|
</section><!-- H3: System-Wide Configuration File -->
|
||||||
</section><!-- H2: Windows Users -->
|
</section><!-- H2: Windows Users -->
|
||||||
|
|
@ -2374,10 +2374,10 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.config</code>", you can override them in your own "<code>~/.tuxpaintrc</code>" file. </p>
|
If any of the above options are set in "<code>/etc/tuxpaint/tuxpaint.conf</code>", you can override them in your own "<code>/home/emër përdoruesi/.tuxpaintrc</code>" file. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>~/.tuxpaintrc</code>" file: </p>
|
For true/false options, like "<code>noprint</code>" and "<code>grab</code>", you can simply say they equal 'no' in your "<code>/home/emër përdoruesi/.tuxpaintrc</code>" file: </p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<code>noprint=no<br>
|
<code>noprint=no<br>
|
||||||
|
|
@ -2551,7 +2551,7 @@
|
||||||
Under Linux and Unix, this prevents the system-wide configuration file, "<code>/etc/tuxpaint/tuxpaint.conf</code>", from being read. </p>
|
Under Linux and Unix, this prevents the system-wide configuration file, "<code>/etc/tuxpaint/tuxpaint.conf</code>", from being read. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Only your own configuration file, "<code>~/.tuxpaintrc</code>", if it exists, will be used. </p>
|
Only your own configuration file, "<code>/home/emër përdoruesi/.tuxpaintrc</code>", if it exists, will be used. </p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue