| Summary: | Weird behavior when adding tags beginning with characters like 'Š' | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] baloo-widgets | Reporter: | Lucia Mrenica <lucia.mrenica> |
| Component: | general | Assignee: | baloo-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | bugseforuns, elvis.angelaccio, lucia.mrenica, nate, stefan.bruens |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Lucia Mrenica
2019-04-07 10:36:59 UTC
It looks like it's not only the character 'Š' but also every big letter with 'ˇ' on top, but not small characters nor any characters with '´' For the folder tagged with "Škola", can you please run: $> getfattr -d -e text <path> $> getfattr -d -e hex <path> (In reply to Stefan Brüns from comment #2) > For the folder tagged with "Škola", can you please run: > > $> getfattr -d -e text <path> > $> getfattr -d -e hex <path> # file: Folder1 user.xdg.tags="Škola" # file: Folder1 user.xdg.tags=0xc5a06b6f6c61 # file: Folder2 user.xdg.tags="&kola" # file: Folder2 user.xdg.tags=0x266b6f6c61 # file: Folder3 user.xdg.tags="k&ola" # file: Folder3 user.xdg.tags=0x6b266f6c61 First item is always right, only the following are wrong It seems related to bug 405777 Bug 405777 contains the relevant information - it only happens when the context menu is used, but not when tags are added e.g. using the Information Panel in Dolphin or using the "Properties" dialog. *** This bug has been marked as a duplicate of bug 405777 *** Yep, I can confirm that this was fixed by the fix for Bug 405777. |