https://bugs.kde.org/show_bug.cgi?id=375720
--- Comment #7 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 2459d14e54914e34c3bd6cb4d1847026e6c65887 by Boudewijn Rempt. Committed on 31/01/2017 at 10:04. Pushed by rempt into branch 'master'. This doesn't work currently because the gradient is stored in a problematic way in the filter config: With an absolute path, which makes the file non-portable Could not find gradient "C:/Users/GC/AppData/Roaming/krita/gradients/kC5644.svg" With a plain name Could not find gradient "skin1" Or apparently without any name, I guess for the autogenerated gradients Could not find gradient "C:/Users/GC/AppData/Roaming/krita/gradients\\.svg" To fix this properly, we will need to sit down and fix the resource system. M +5 -1 plugins/filters/gradientmap/krita_filter_gradient_map.cpp https://commits.kde.org/krita/2459d14e54914e34c3bd6cb4d1847026e6c65887 -- You are receiving this mail because: You are watching all bug changes.