Skip to content

Mime types not respected with overlapping patterns #190

@maarten-k

Description

@maarten-k

Qdirstat categorizes *.gz as a compressed file and a tar.gz as a compressed archive when looking at the mime categories. However, in practice, these files are both categorized as compressed files. The same problem also occurs with user-defined Mime types.

Minimal reproducible example:

mkdir test
cd test
echo "test" > test.tar.gz
echo "test" > test.gz
qdirstat .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions