Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duti -x and multiple apps exported uti. #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

grylem
Copy link

@grylem grylem commented Mar 19, 2018

If 2 or more apps declare uti for files some duti's command dont work.
for example:
duti -x ape
Failed to get default application for extension 'ape'
mdls file.ape - com.monkeysaudio.ape
duti -u com.monkeysaudio.ape
description: Monkey's Audio Lossless Audio File
declaration: {
UTTypeIdentifier = com.monkeysaudio.ape
UTTypeDescription = Monkey's Audio Lossless Audio File
UTTypeTagSpecification = {
public.filename-extension = [
ape
unhandled value
]
}
UTTypeConformsTo = [
public.audio
unhandled value
]
}

duti -e ape
identifier: org.matt-ashland.monkeys-audio
description: Monkey's Audio File
declaration: {
UTTypeIdentifier = org.matt-ashland.monkeys-audio
UTTypeReferenceURL = http://www.monkeysaudio.com/
UTTypeDescription = Monkey's Audio File
UTTypeTagSpecification = {
public.mime-type = [
audio/x-ape
unhandled value
audio/x-monkeys-audio
unhandled value
]
public.filename-extension = [
ape
unhandled value
]
}
UTTypeConformsTo = [
public.audio
unhandled value
]
}
identifier: com.monkeysaudio.ape
description: Monkey's Audio Lossless Audio File
declaration: {
UTTypeIdentifier = com.monkeysaudio.ape
UTTypeDescription = Monkey's Audio Lossless Audio File
UTTypeTagSpecification = {
public.filename-extension = [
ape
unhandled value
]
}
UTTypeConformsTo = [
public.audio
unhandled value
]
}
identifier: com.pozdeev.invisor.ape
description: Monkey's Audio
declaration: {
UTTypeIdentifier = com.pozdeev.invisor.ape
UTTypeDescription = Monkey's Audio
UTTypeTagSpecification = {
public.filename-extension = [
ape
unhandled value
]
}
UTTypeConformsTo = [
com.pozdeev.invisor.audio
unhandled value
]
}

same for some other files too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants