You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if there could be a default action specified on mime type exception.
Despite I have octet-stream in a application list and handlr should've not fail.
$ cat ~/.config/mimeapps.list | grep octet-stream
application/octet-stream=nvim.desktop;
$ handlr open user
could not figure out the mime type of 'user'
$ file user
user: GVariant Database file, version 0
$ file --mime user
user: application/octet-stream; charset=binary
p.s. If you acknowledge that it's a bug I can create a new ticket.
I can even upload the file, it's basically default dconf registry
The text was updated successfully, but these errors were encountered:
Hello,
I wonder if there could be a default action specified on mime type exception.
Despite I have octet-stream in a application list and handlr should've not fail.
p.s. If you acknowledge that it's a bug I can create a new ticket.
I can even upload the file, it's basically default dconf registry
The text was updated successfully, but these errors were encountered: