[gimp-help/gimp-help-2-10] fix GIMP user folder paths in customize-splashscreen
- From: Jacob Boerema <jboerema src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help/gimp-help-2-10] fix GIMP user folder paths in customize-splashscreen
- Date: Wed, 20 Apr 2022 16:03:05 +0000 (UTC)
commit c8881b227ecf49d852a7bdee3eea0a7b4bea8267
Author: Jacob Boerema <jgboerema gmail com>
Date: Wed Apr 20 11:59:22 2022 -0400
fix GIMP user folder paths in customize-splashscreen
In issue #329 it was noticed that the macOS user folder for GIMP was not
visible, even though it was supposed to be fixed in #171.
The invisibility was caused by an incorrect role "tex" instead of "html".
Besides that I noticed that for Windows we still showed the old XP path.
Since we don't support XP anymore, let's just replace it by the path in
more recent versions of Windows.
(cherry picked from commit 54a7a95ee9255aa363ce43fc128cc272cca4f31c)
src/using/customize-splashscreen.xml | 27 +++++++++++++++++++--------
1 file changed, 19 insertions(+), 8 deletions(-)
---
diff --git a/src/using/customize-splashscreen.xml b/src/using/customize-splashscreen.xml
index fe80c6295..01fde7033 100644
--- a/src/using/customize-splashscreen.xml
+++ b/src/using/customize-splashscreen.xml
@@ -28,15 +28,26 @@
<para>
Of course, you can customize the splash-screen: Create a
<filename class="directory">splashes</filename> directory in your personal
- <acronym>GIMP</acronym> folder
- (<filename class="directory">/home/user_name/.config/GIMP/2.10/</filename>
- on Linux, <filename class="directory"
- role="html">C:\Documents and Settings\user_name\AppData\Roaming\GIMP\2.10\</filename>
- <filename class="directory"
- role="tex">C:\\Documents and Settings\\user_name\\AppData\\Roaming\\GIMP\\2.10\\</filename>
- on Windows, <filename class="directory"
role="tex">/Users/user_name/Library/Application Support/GIMP/2.10/</filename>
- on MacOS).
+ <acronym>GIMP</acronym> folder. The location of this folder depends on your
+ OS:
</para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Linux: <filename class="directory">/home/user_name/.config/GIMP/2.10/</filename>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ macOS: <filename class="directory"
role="html">/Users/user_name/Library/Application Support/GIMP/2.10/</filename>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Windows: <filename class="directory"
role="html">C:\Users\user_name\AppData\Roaming\GIMP\2.10\</filename>
+ </para>
+ </listitem>
+ </itemizedlist>
<para>
Copy your image(s) into this
<filename class="directory">splashes</filename> directory. On start,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]