dunkla
dunkla
Well, the following worked for me: ```diff diff --git a/resources/linux/create_desktop_file.sh b/resources/linux/create_desktop_file.sh index 2c1cd3b..aa1159e 100755 --- a/resources/linux/create_desktop_file.sh +++ b/resources/linux/create_desktop_file.sh @@ -14,5 +14,6 @@ Terminal=false Type=Application Icon=${FULL_PATH}/icon.svg Categories=Network;InstantMessaging; +MimeType=x-scheme-handler/mattermost; EOS chmod +x...
As soon as decisions have been made i'm more than happy to rebase and restructre the approach as wished.
## Summary of Changes ### Addressed PR Comments **1. Simplify the architecture** (snejus's main comment) - Removed `multi_value_genres` config option from beets/config_default.yaml - Removed `genre_separator` config option from beets/config_default.yaml -...