Small changes to reflect the fact that a gfig directory is created in
the users gimp-directory. --Sven
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Sat Mar 21 16:26:08 MET 1998 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* docs/gimp.1
|
||||||
|
* app/install.c: small changes to reflect the fact that a gfig
|
||||||
|
directory is created in the users gimp-directory.
|
||||||
|
|
||||||
Sat Mar 21 15:43:34 MET 1998 Sven Neumann <sven@gimp.org>
|
Sat Mar 21 15:43:34 MET 1998 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* gimprc.in
|
* gimprc.in
|
||||||
|
@ -229,6 +229,30 @@ install_help (InstallCallback callback)
|
|||||||
"\t\twide gimp gradients installation when searching for\n", -1);
|
"\t\twide gimp gradients installation when searching for\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tgradients.\n", -1);
|
"\t\tgradients.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
||||||
|
"gfig\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThis is a subdirectory which can be used to store\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tuser defined figures to be used by the gfig plug-in.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThe default gimprc file checks this subdirectory in\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\taddition to the systemwide gimp gfig installation\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\twhen searching for gfig figures.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
||||||
|
"gflares\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThis is a subdirectory which can be used to store\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tuser defined gflares to be used by the gflare plug-in.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThe default gimprc file checks this subdirectory in\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\taddition to the systemwide gimp gflares installation\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\twhen searching for gflares.\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
||||||
"palettes\n", -1);
|
"palettes\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
@ -278,7 +302,7 @@ install_help (InstallCallback callback)
|
|||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tThis subdirectory is used by the GIMP to store \n", -1);
|
"\t\tThis subdirectory is used by the GIMP to store \n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tuser created and isntalled scripts. The default gimprc\n", -1);
|
"\t\tuser created and installed scripts. The default gimprc\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tfile checks this subdirectory in addition to the system\n", -1);
|
"\t\tfile checks this subdirectory in addition to the system\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
@ -229,6 +229,30 @@ install_help (InstallCallback callback)
|
|||||||
"\t\twide gimp gradients installation when searching for\n", -1);
|
"\t\twide gimp gradients installation when searching for\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tgradients.\n", -1);
|
"\t\tgradients.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
||||||
|
"gfig\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThis is a subdirectory which can be used to store\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tuser defined figures to be used by the gfig plug-in.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThe default gimprc file checks this subdirectory in\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\taddition to the systemwide gimp gfig installation\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\twhen searching for gfig figures.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
||||||
|
"gflares\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThis is a subdirectory which can be used to store\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tuser defined gflares to be used by the gflare plug-in.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThe default gimprc file checks this subdirectory in\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\taddition to the systemwide gimp gflares installation\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\twhen searching for gflares.\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
||||||
"palettes\n", -1);
|
"palettes\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
@ -278,7 +302,7 @@ install_help (InstallCallback callback)
|
|||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tThis subdirectory is used by the GIMP to store \n", -1);
|
"\t\tThis subdirectory is used by the GIMP to store \n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tuser created and isntalled scripts. The default gimprc\n", -1);
|
"\t\tuser created and installed scripts. The default gimprc\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tfile checks this subdirectory in addition to the system\n", -1);
|
"\t\tfile checks this subdirectory in addition to the system\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
@ -229,6 +229,30 @@ install_help (InstallCallback callback)
|
|||||||
"\t\twide gimp gradients installation when searching for\n", -1);
|
"\t\twide gimp gradients installation when searching for\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tgradients.\n", -1);
|
"\t\tgradients.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
||||||
|
"gfig\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThis is a subdirectory which can be used to store\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tuser defined figures to be used by the gfig plug-in.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThe default gimprc file checks this subdirectory in\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\taddition to the systemwide gimp gfig installation\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\twhen searching for gfig figures.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
||||||
|
"gflares\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThis is a subdirectory which can be used to store\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tuser defined gflares to be used by the gflare plug-in.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThe default gimprc file checks this subdirectory in\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\taddition to the systemwide gimp gflares installation\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\twhen searching for gflares.\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
||||||
"palettes\n", -1);
|
"palettes\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
@ -278,7 +302,7 @@ install_help (InstallCallback callback)
|
|||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tThis subdirectory is used by the GIMP to store \n", -1);
|
"\t\tThis subdirectory is used by the GIMP to store \n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tuser created and isntalled scripts. The default gimprc\n", -1);
|
"\t\tuser created and installed scripts. The default gimprc\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tfile checks this subdirectory in addition to the system\n", -1);
|
"\t\tfile checks this subdirectory in addition to the system\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
@ -229,6 +229,30 @@ install_help (InstallCallback callback)
|
|||||||
"\t\twide gimp gradients installation when searching for\n", -1);
|
"\t\twide gimp gradients installation when searching for\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tgradients.\n", -1);
|
"\t\tgradients.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
||||||
|
"gfig\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThis is a subdirectory which can be used to store\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tuser defined figures to be used by the gfig plug-in.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThe default gimprc file checks this subdirectory in\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\taddition to the systemwide gimp gfig installation\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\twhen searching for gfig figures.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
||||||
|
"gflares\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThis is a subdirectory which can be used to store\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tuser defined gflares to be used by the gflare plug-in.\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\tThe default gimprc file checks this subdirectory in\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\taddition to the systemwide gimp gflares installation\n", -1);
|
||||||
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
"\t\twhen searching for gflares.\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font_emphasis, NULL, NULL,
|
||||||
"palettes\n", -1);
|
"palettes\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
@ -278,7 +302,7 @@ install_help (InstallCallback callback)
|
|||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tThis subdirectory is used by the GIMP to store \n", -1);
|
"\t\tThis subdirectory is used by the GIMP to store \n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tuser created and isntalled scripts. The default gimprc\n", -1);
|
"\t\tuser created and installed scripts. The default gimprc\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
"\t\tfile checks this subdirectory in addition to the system\n", -1);
|
"\t\tfile checks this subdirectory in addition to the system\n", -1);
|
||||||
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
gtk_text_insert (GTK_TEXT (text), font, NULL, NULL,
|
||||||
|
14
docs/gimp.1
14
docs/gimp.1
@ -141,7 +141,12 @@ used in Script-Fu and other scripting extensions.
|
|||||||
\fB$PREFIX\fP/share/gimp/gflares - system wide directory used by the gflare
|
\fB$PREFIX\fP/share/gimp/gflares - system wide directory used by the gflare
|
||||||
plug-in.
|
plug-in.
|
||||||
|
|
||||||
\fB$HOME\fP/.gimp/palettes - user created and installed palette files.
|
\fB$HOME\fP/.gimp/gflares - user created and installed gflare files.
|
||||||
|
|
||||||
|
\fB$PREFIX\fP/share/gimp/gfig - system wide directory used by the gfig
|
||||||
|
plug-in.
|
||||||
|
|
||||||
|
\fB$HOME\fP/.gimp/gfig - user created and installed gfig files.
|
||||||
|
|
||||||
\fB$PREFIX\fP/share/gimp/gimp_splash.ppm - graphic file used for the
|
\fB$PREFIX\fP/share/gimp/gimp_splash.ppm - graphic file used for the
|
||||||
gimp splash screen.
|
gimp splash screen.
|
||||||
@ -189,7 +194,7 @@ sets, mailing list archives, and more.
|
|||||||
There is also a Gimp User Manual available at
|
There is also a Gimp User Manual available at
|
||||||
http://www.dtek.chalmers.se/~d95olofs/manual/ that goes into much more detail
|
http://www.dtek.chalmers.se/~d95olofs/manual/ that goes into much more detail
|
||||||
about the interactive use of Gimp.
|
about the interactive use of Gimp.
|
||||||
The latest verison of Gimp and the gtk libs is always available at
|
The latest version of Gimp and the gtk libs is always available at
|
||||||
ftp://ftp.gimp.org.
|
ftp://ftp.gimp.org.
|
||||||
|
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
@ -215,3 +220,8 @@ Tracy Scott, Manish Singh, Nathan Summers,
|
|||||||
Mike Sweet, Eiichi Takamori, Tristan Tarrant,
|
Mike Sweet, Eiichi Takamori, Tristan Tarrant,
|
||||||
Owen Taylor, Ian Tester, James Wang, Kris Wehner.
|
Owen Taylor, Ian Tester, James Wang, Kris Wehner.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user