Monday, November 23, 2015

Chrome refuses to "Show in folder" in the correct application on Linux

Trying to set the handler for "inode/directory" was failing to work.


$ xdg-mime default Thunar.desktop inode/directory


Instead, use the interactive mimeopen utility:

$ mimeopen -d $HOME

and choose the application you want.

No comments:

Post a Comment