12-24-2021, 05:29 PM
I believe the launcher of the Portable version sets up everything right each time (it know the drive it has been launched from). Actually in the gimprc file, the standard brushes/patterns/ e ct directories are specified like this:
In other words, they are specified using variables (${gimp_dir} and ${gimp_data_dir}) that are set by Gimp when it starts...
So, plugin it in any PC and expect miracles.
Code:
(brush-path "${gimp_dir}/brushes:${gimp_data_dir}/brushes:/home/me/MoreGimpStuff/Brushes")
In other words, they are specified using variables (${gimp_dir} and ${gimp_data_dir}) that are set by Gimp when it starts...
So, plugin it in any PC and expect miracles.