[digikam] [Bug 379526] New: Inconsistent separator use in mime setup

Simon bugzilla_noreply at kde.org
Thu May 4 23:21:57 BST 2017


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-devel at kde.org
          Reporter: freisim93 at 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 the assignee for the bug.


More information about the Digikam-devel mailing list