[vlc-commits] macosx: remove bogus UTTypeIconFile entry
Marvin Scholz
git at videolan.org
Tue Mar 3 11:16:38 CET 2020
vlc/vlc-3.0 | branch: master | Marvin Scholz <epirat07 at gmail.com> | Tue Mar 3 11:08:35 2020 +0100| [7cce5936955dc1d3d4efb0d770b4277a63f7385e] | committer: Marvin Scholz
macosx: remove bogus UTTypeIconFile entry
This might help with the bug that when VLC is installed, RAR archives
have no proper icon shown anymore, regardless of the app associated
as default to open the type.
(cherry picked from commit 0be7223231bda11c26dca0616feff80bee1e321c)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=7cce5936955dc1d3d4efb0d770b4277a63f7385e
---
share/Info.plist.in | 2 --
1 file changed, 2 deletions(-)
diff --git a/share/Info.plist.in b/share/Info.plist.in
index d0ed11041f..0fe1a4682d 100644
--- a/share/Info.plist.in
+++ b/share/Info.plist.in
@@ -2358,8 +2358,6 @@
</array>
<key>UTTypeDescription</key>
<string>RAR Archive</string>
- <key>UTTypeIconFile</key>
- <string>rar</string>
<key>UTTypeIdentifier</key>
<string>com.rarlab.rar-archive</string>
<key>UTTypeTagSpecification</key>
More information about the vlc-commits
mailing list