11-16-2024, 07:47 PM
Hi,
Artbox (AppImage), is built on GitLab CI, the Artbox branch, using GIMP tech. You can also download it directly from there. https://gitlab.gnome.org/pixelmixer/artbox/-/artifacts
I take that version, pull out the AppImage and upload it to GitHub for easy download.
In the new version of Artbox, the directories for data resources created by GIMP during building (like Gradient, Tool Presets, Brushes, etc.) are now in a different location. These directories are the write-protected ones and store default resources.
Old location: code/share/gimp/3.0
New location: code/share/artbox
This change separates Artbox data resources from GIMP resources, similar to how .config/GIMP/Artbox is separate.
Additionally, there is a new "plug-ins" folder for Artbox-related plug-ins. You can stop these plug-ins from loading by removing the folder in:
Edit -> Preferences -> Folders -> Plug-ins -> .../share/artbox/plug-ins
Your 'gimprc' file will save this setting even after a rebuild.
To reinstall the plug-ins, add the path again. This is still in development, and any advice, testing, or suggestions are helpful. There is also a website / repo, where a couple of artists are discussing features. New ideas and perspectives are welcome! https://gitlab.gnome.org/americo_gobbo/G...k/-/boards
Thanks
Artbox (AppImage), is built on GitLab CI, the Artbox branch, using GIMP tech. You can also download it directly from there. https://gitlab.gnome.org/pixelmixer/artbox/-/artifacts
I take that version, pull out the AppImage and upload it to GitHub for easy download.
In the new version of Artbox, the directories for data resources created by GIMP during building (like Gradient, Tool Presets, Brushes, etc.) are now in a different location. These directories are the write-protected ones and store default resources.
Old location: code/share/gimp/3.0
New location: code/share/artbox
This change separates Artbox data resources from GIMP resources, similar to how .config/GIMP/Artbox is separate.
Additionally, there is a new "plug-ins" folder for Artbox-related plug-ins. You can stop these plug-ins from loading by removing the folder in:
Edit -> Preferences -> Folders -> Plug-ins -> .../share/artbox/plug-ins
Your 'gimprc' file will save this setting even after a rebuild.
To reinstall the plug-ins, add the path again. This is still in development, and any advice, testing, or suggestions are helpful. There is also a website / repo, where a couple of artists are discussing features. New ideas and perspectives are welcome! https://gitlab.gnome.org/americo_gobbo/G...k/-/boards
Thanks