RSS/Atom feed Twitter
Site is read-only, email is disabled

Changing gimp_data_dir

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Changing gimp_data_dir Colin Bannister 14 Jul 17:30
  Changing gimp_data_dir Sven Neumann 15 Jul 19:55
Colin Bannister
2005-07-14 17:30:25 UTC (almost 19 years ago)

Changing gimp_data_dir

In GIMP 2 (I'm using 2.2.8 on Windows) the variable gimp_data_dir is referred to a fair bit in gimprc.

Is there a way of changing what this is set to ? I've tried using the same approach as in GIMP 1.2 e.g.

(gimp_data_dir "${prefix}/share/gimp/1.2")

but this doesn't seem to work in GIMP 2

Thanks for any assistance,

Colin

This message has been checked for viruses but the contents of an attachment may still contain software viruses, which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.

Sven Neumann
2005-07-15 19:55:06 UTC (almost 19 years ago)

Changing gimp_data_dir

Hi,

"Colin Bannister" writes:

In GIMP 2 (I'm using 2.2.8 on Windows) the variable gimp_data_dir is referred to a fair bit in gimprc.

Is there a way of changing what this is set to?

See the gimprc man-page (http://gimp.org/man/gimprc.html). You can set the GIMP2_DATADIR environment variable.

Sven