https://bugs.kde.org/show_bug.cgi?id=363549
Bug ID: 363549
Summary: [tag] Bug when the selected paintoppreset tag is
definited but don't exist anymore
Product: krita
Version: git master
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Resource Management
Assignee: [email protected]
Reporter: [email protected]
Hi,
How to reproduce:
===============
1. edit ~/.config/kritarc around line 400 to add a tag name not existing (
here, idontexist ):
```
[SelectedTags]
kis_paintoppresets=idontexist
```
2. restart krita
Result:
======
- The drop-down paintopreset docker, and the brush preset docker don't list any
tag at start up ( maybe fall back to default 'All' when the tag doesn't exist
anymore ?).
- If the user set the tag list to 'All' and close Krita then the list will be
also empty at restart, and kritarc will still have the obsolete/removed tag as
an entry (eg. idontexist ) in the example. ( maybe overwrite the last tag used
in the list? )
Note:
=====
Plenty of reason can lead Krita to this locked tag state:
- Brush bundle and it's associated tags desactivated
- User's custom tag removed
Workaround:
===========
1. edit ~/.config/kritarc around line 400 to add a the tag name All manually:
```
[SelectedTags]
kis_paintoppresets=All
```
2. restart krita
--
You are receiving this mail because:
You are watching all bug changes.