macOS: only associate the GUI's settings file with MKVToolNix

but not all the other file types MKVToolNix can read. There are two
reasons for it:

1. Even though the file association is registered as `Alternate`,
   which should be the lowest one, users have reported that installing
   MKVToolNix causes it to take over all file type associations it
   supports.

2. Even when changing the association manually afterwards, the icons
   the Finder shows for the supported file types are all MKVToolNix
   icons.

Fixes #3588.
This commit is contained in:
Moritz Bunkus 2023-07-26 17:54:25 +02:00
parent 7c8f5d3def
commit a5cb745763
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85
2 changed files with 6 additions and 1198 deletions

View File

@ -22,6 +22,12 @@
* MKVToolNix GUI: multiplexer: the "emphasis" and "stereoscopy" combo-boxes
now have a much smaller minimum width, allowing to make the whole
"properties" pane much smaller again. Fixes #3581.
* MKVToolNix GUI: macOS: when you install the application from the DMG it'll
no longer register itself as an alternate handler for its supported file
types. It seems like this overrode existing associations, forcing people to
change them manually to whatever they wanted them to be. Additionally this
forced the associated file to always be shown with an MKVToolNix icon. The
GUI's own `.mtxcfg` files will still be registered. Fixes #3588.
# Version 78.0 "Running" 2023-07-02

File diff suppressed because it is too large Load Diff