Summary: | KColorChooser crash in QtGui4!?text@QListWidgetItem on choosing "Named Colors" | ||
---|---|---|---|
Product: | [Applications] kcoloredit | Reporter: | skierpage <skierpage> |
Component: | general | Assignee: | Percy Camilo Triveño Aucahuasi <percy.camilo.ta> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | finex |
Priority: | LO | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Screenshot 1
Screenshot 2 Screenshot 3 |
Description
skierpage
2007-11-08 09:10:14 UTC
I've fixed the crash but let the bug open until we decided what to do with rgb.txt Changed severity to "crash". I hope to have selected only the right bugs (>100) :-) Hello all ;) The default extensions of palettes files are: -> "*.colors" [KDE/Oxygen palette format] -> "*.gpl" [GIMP palette format] Basically both formats are the same except the first line: "*.colors" has the text "KDE RGB Palette" and "*.gpl" has "GIMP Palette". Systems with X11 environment (GNU/Linux, BSD, ...) contain the file "rgb.txt", this file hold the data in the same format of that .colors and .gpl files. However, the first line of "rgb.txt" doesn't contain a valid text, and would no be load by KColorEdit (neither by KColorDialog/KColorChooser) If you copy the file "rgb.txt", rename to "rgb.colors" and replace the first line with "KDE RGB Palette", then KColorEdit 2.0 can open the data inside this file without any issue. Please see screenshot 1. After that, you can move "rgb.colors" to [your-home-path]/.kde/share/config/colors and applications like KColorEdit, KColorDialog and KColorChooser can upload "rgb.colors" as if it were a "system palette". Please see the screenshot 2 and screenshot 3. I consider "rgb.txt" as reference palette of X11 and I don't see the point of include this file inside a KDE 4 instalation. I'm closing this bug, becouse I already showed how to include the data of "rgb.txt" inside to KDE 4 system. Bests, Percy Created attachment 29195 [details]
Screenshot 1
Screenshot 1
Created attachment 29196 [details]
Screenshot 2
Screenshot 2
Created attachment 29197 [details]
Screenshot 3
Screenshot 3
|