View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0017776 | Scribus | General | public | 2026-03-05 07:59 | 2026-03-05 10:32 |
| Reporter | ale | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | new | Resolution | open | ||
| Product Version | 1.7.3.svn | ||||
| Summary | 0017776: User Color Sets do not seem to be working | ||||
| Description | With a document open, In the "Colors and Fills" dialog I have removed the unused colors and imported some colors from a different document. I then have saved the colors with the name "test" with the "Save Color Set" button. - I could not find a reference to "test" in ~/.config/scribus : where are the colors stored? - Applying the "test" swatch adds completely different colors than what I had in my set (the two custom colors are not there and there a few more colors being added). - I have no way to remove my test set (not from the UI, nor from the file system, since I can't find where the swatches are stored) - I have no way to rename the set. Also, the drop down "Merge Color Set" is not a choice of the current set but merges the activated set: the widget should not show the selected set, but revert to a "Apply set" entry (or a different type of widget should be used: a popup showing letting the user pick a set and showing the colors in there might be a better choice...). | ||||
| Tags | No tags attached. | ||||
| Patch | No | ||||
|
|
It uses QStandardPaths::AppDataLocation which is: AppDataLocation "~/.local/share/<APPNAME>", "/usr/local/share/<APPNAME>", "/usr/share/<APPNAME>" Works for me. I think we should close this as I would not call the rest a bug, it has not changed probably in more than a decade at a guess. A new design would be a better feature request. |
|
|
Thanks for the path! That's correct Still, the bug is that applying the set does not work for me. I attach the file (created by Scribus) that I can't merge in. P.S: In the forums, Portreve seems to have the same issue I have: https://forums.scribus.net/index.php/topic,6828.msg27953.html P.P.S.: Ok, the issue mentioned in the forum, might simply be related of the better case of the items and attributes in the newer Scribus versions... test.xml (424 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<ScribusColors>
<Color Name="Base Color" Space="RGB" R="0" G="106" B="255"/>
<Color Name="Black" Space="CMYK" C="0" M="0" Y="0" K="100"/>
<Color Name="Complementary" Space="RGB" R="255" G="149" B="0"/>
<Color Name="Registration" Space="CMYK" C="100" M="100" Y="100" K="100" Register="1"/>
<Color Name="White" Space="CMYK" C="0" M="0" Y="0" K="0"/>
</ScribusColors>
|