https://bugs.kde.org/show_bug.cgi?id=401136
--- Comment #2 from Burkhard Lueck <lu...@hube-lueck.de> --- (In reply to Kai Uwe Broulik from comment #1) > It just uses the filename of the scheme. that is wrong > Perhaps we could introduce a Name= > key to a [General] section of the .colors file we already have a Name key in the colors files: breeze/colors$ wcgrep Name ./BreezeHighContrast.colors:107:Name=Breeze High Contrast ./BreezeLight.colors:107:Name=Breeze Light ./BreezeDark.colors:107:Name=Breeze Dark ./Breeze.colors:107:Name=Breeze and plasma-desktop/kcms/colors/schemes$ wcgrep Name ./Honeycomb.colors:90:Name=Honeycomb ./Norway.colors:90:Name=Norway ./Oxygen.colors:107:Name=Oxygen ./ObsidianCoast.colors:89:Name=Obsidian Coast ./Zion.colors:90:Name=Zion ./OxygenCold.colors:103:Name=Oxygen Cold ./WontonSoup.colors:88:Name=Wonton Soup ./ZionReversed.colors:90:Name=Zion (Reversed) ./Steel.colors:89:Name=Steel > but that also needs wiring up scripty to extract those. That is easy, see https://techbase.kde.org/Development/Tutorials/Localization/i18n_Build_Systems#Translating_.desktop_Files <quote> ... you have to create an ExtraDesktop.sh file that outputs the path of those files #! /bin/sh find -name *colors -print </quote> Adding ExtraDesktop.sh files to plasma-desktop/kcms/colors/schemes and breeze/colors should work afaik -- You are receiving this mail because: You are watching all bug changes.