Hi,<br><br>I have created a Text file editor and i have registered it to text mime type. When i open a text file from file browser, only the application gets invoked but it doesn't open the file. <br>I trying to trace mime_open message using dbus monitor but when i click text file i dont get any DBus message. My Application takes file name as command line argument.<br>
On doing google, I found out registering to mime_open callback serve the purpose in GTK. How do we do that for Qt application ? <br><br>Any help / pointers on this issue ? <br><br>Thank you<br><br>Mani<br>