How do I remove the default tool settings, default gradients, default patterns... - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Installation and usage (https://www.gimp-forum.net/Forum-Installation-and-usage) +---- Forum: Linux and other Unixen (https://www.gimp-forum.net/Forum-Linux-and-other-Unixen) +---- Thread: How do I remove the default tool settings, default gradients, default patterns... (/Thread-How-do-I-remove-the-default-tool-settings-default-gradients-default-patterns) |
How do I remove the default tool settings, default gradients, default patterns... - mholder - 07-04-2020 Gimp comes with a bunch of legacy patterns, gradients, tool presets, palettes, and so on. I rarely use any of them and I want to remove most of this stuff. I am using flatpak Gimp on Mint 19. Any idea how I can remove these things? RE: How do I remove the default tool settings, default gradients, default patterns... - Ofnuts - 07-05-2020 I think your best bet is to copy the ones you want to keep to your personal folder(s) and to use Preferences>Folders to remove the "system" folders (the one in /app in the list). This way if you update the flatpak the unwanted files won't come back. Two ways to do this and still be able to tell what is Gimp and what is yours:
In the flatpak application, flatpak contents appear in the /app virtual filesystem. Outside of the application, the files of the current Gimp version can be found at: /var/lib/flatpak/app/org.gimp.GIMP/current/active/files/share/gimp/2.0/ RE: How do I remove the default tool settings, default gradients, default patterns... - mholder - 07-05-2020 How do I access the /app virtual filesystem? I plan to copy/save a few files, sure, but where are they so that I can do this? RE: How do I remove the default tool settings, default gradients, default patterns... - rich2005 - 07-05-2020 (07-05-2020, 10:27 AM)mholder Wrote: How do I access the /app virtual filesystem? It is a long convoluted path Open the "Computer" desktop icon to bring up the Mint file manager. Then the path is (edit: same as Ofnuts quoted) File System > var > lib > flatpak > apt > org.gimp.GIMP > current > active > files > share > gimp > 2.0 and that is the folder with the Gimp default brushes / patterns ...etc A video demo https://youtu.be/T6vzy3Zt9vI 6 and a half minutes The first couple of minutes shows that path. Then one way of thinning the files down. Might give some ideas. The files you want are in a root owned folder, if you want to delete anything then do that as root. Of course, next time Gimp flatpak updates you get everything back. Moving and creating paths in the Gimp user profile will remain between Gimp 2.10 versions. RE: How do I remove the default tool settings, default gradients, default patterns... - mholder - 07-05-2020 THanks! I wouldn't do it exactly that way, but that certainly works. I have my normal folders that I use for gradients, patterns, etc, and I paste the old ones I want to keep in there, then I remove the legacy folders. I guess the only issue is that every update I must remove the legacy Flatpak folders in the preferences. It is nice to remove so many useless (at least for me) patterns and gradients and tool presets and on and on . . . they are bloating up my work spaces. RE: How do I remove the default tool settings, default gradients, default patterns... - rich2005 - 07-05-2020 (07-05-2020, 02:15 PM)mholder Wrote: I guess the only issue is that every update I must remove the legacy Flatpak folders in the preferences. You should not need to do that, same as a regular Gimp your User profile and all the settings in it, remains between installations. RE: How do I remove the default tool settings, default gradients, default patterns... - Ofnuts - 07-05-2020 (07-05-2020, 10:27 AM)mholder Wrote: How do I access the /app virtual filesystem? See the last line of my post? RE: How do I remove the default tool settings, default gradients, default patterns... - mholder - 07-12-2020 (07-05-2020, 07:36 PM)Ofnuts Wrote:(07-05-2020, 10:27 AM)mholder Wrote: How do I access the /app virtual filesystem? Oh ok, I misunderstood. I thought there must be an "app/" somewhere in the file tree thing |