https://bugs.kde.org/show_bug.cgi?id=379526
Bug ID: 379526 Summary: Inconsistent separator use in mime setup Product: digikam Version: 5.6.0 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: setup Assignee: digikam-de...@kde.org Reporter: freisi...@gmail.com Target Milestone: --- Created attachment 105353 --> https://bugs.kde.org/attachment.cgi?id=105353&action=edit Separate extesions on both spaces and semicolons in mime setup The test in the GUI for the mime setup says, that one should use spaces to separate extensions. The actual parsing function accepts either semicolons or spaces (but not both). When the input fields are populated from database, the extensions are separated by semicolons. This can lead to the following problem: 1. Existing extensions: "ex1;ex2" 2. Add new extension separated by space as told: "ex1;ex2 ex3" Result: This is parsed to the extensions "ex1" and "ex2 ex3". Expected: Recognise "ex1", "ex2" and "ex3" separately. Patch: Separate string from user on both spaces and semicolons. Adjust the text in the GUI to that. -- You are receiving this mail because: You are watching all bug changes.