On Donnerstag, 13. März 2025 11:58:36 Mitteleuropäische Normalzeit Martin Koller wrote: > I recently got a bug report for kolourpaint saying it's missing the > KDE colors in the KF6 version, just to find out that these color definition > files were part of kdelibs4support (don't ask me why) which got removed. > > So how to solve this? > Are these color files (e.g. /etc/xdg/colors/40.colors, > /etc/xdg/colors/Web.colors, ...) not used by any other application than > kolourpaint (then I simply could put them in the kp repo) ?
This code looks for those files https://lxr.kde.org/source/frameworks/kguiaddons/src/colors/ kcolorcollection.cpp#0103 Only Kolourpaint seems to use this function https://lxr.kde.org/search?%21v=kf6-qt6&_filestring=&_string=installedCollections&_casesensitive=1 Nothing else seems to look for the "colors" folder: https://lxr.kde.org/search?%21v=kf6-qt6&_filestring=&_string=%22colors%22&_casesensitive=1 Regards, Ingo
signature.asc
Description: This is a digitally signed message part.