Using Ubuntu 12.04. I would like to choose kile as the default application for tex files, but I run into problems. I go through
"right click" -> properties -> open with -> show other applications
but kile is not in the list, so how can I choose kile?
Am I missing something obvious?
/usr/share/applications
there are no.desktop
files, just application files with no extensions. The file forKile
isn't there, how can I create it? – Gabriel Aug 01 '12 at 14:14Follow Yusuf Felly's instructions on how to create the desktop file.
– Aug 02 '12 at 13:43Exec=kile %F
should make it work, but that's not enough. I've added an answer explaining why it wasn't working in my case. Cheers. – Gabriel Aug 02 '12 at 14:58