Hi, I installed e17 yesterday and was facing the same problem: whenever I clicked on an .odt file my default text editor was invoked (GVim for me), no matter how many times I opened the file with "open with..." or assigned Settings -> Default Applications -> General -> application/vnd.oasis.opendocument.text to LibreOffice
After playing with: ~/.local/share/recently-used.xbel ~/.local/share/defaults.list ~/.local/share/mimeapps.list ...the solution for me was in file ~/.local/share/defaults.list It had an old entry: application/vnd.oasis.opendocument.text=libreoffice-writer.desktop which had to be replaced with: application/vnd.oasis.opendocument.text=libreoffice4.0-writer.desktop You may want to verify your LibreOffice's .desktop file names with: user@host:$ ls /usr/share/applications/*libre* /usr/share/applications/libreoffice4.0-base.desktop /usr/share/applications/libreoffice4.0-calc.desktop /usr/share/applications/libreoffice4.0-draw.desktop /usr/share/applications/libreoffice4.0-impress.desktop /usr/share/applications/libreoffice4.0-javafilter.desktop /usr/share/applications/libreoffice4.0-math.desktop /usr/share/applications/libreoffice4.0-printeradmin.desktop /usr/share/applications/libreoffice4.0-startcenter.desktop /usr/share/applications/libreoffice4.0-writer.desktop /usr/share/applications/libreoffice4.0-xsltfilter.desktop Hope this helps. Cheers, ------------------------------------------------------------------------------ Own the Future-Intel(R) Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
