chmln / handlr

A better xdg-utils
MIT License
609 stars 24 forks source link

Cannot set handler for mime application/x-ipynb+json #7

Closed asparagii closed 4 years ago

asparagii commented 4 years ago

I'm trying to set the handler for jupyter notebook files, whose mime type should be application/x-ipynb+json, but this happens:

$ handlr set application/x-ipynb+json jupyter-notebook.desktop 
error: Invalid value for '<mime>': invalid mime application/x-ipynb+json

I tried with application/ipynb+json, but I had the same results

chmln commented 4 years ago

@asparagii this will be fixed with v0.4 very soon