I\'m w开发者_StackOverflow中文版riting an application that uses its own file type. I\'d like to integrate the file association with the desktop environment. I know that this can be done with a command
I\'m trying to 开发者_C百科get xdg-open to run mplayer to open WMV files. The manual says to register the filetype with xdg-mime to a mime type, then to register a .desktop file to open the mime type
So I have a UIViewController (main application controller is a TabBarController). On this there is a UINavigationBar, and a UIBarButtonItem. I\'m PRETTY sure I hooked up everything correctly in the In