I know this might be a weird question but could you please tell me what should I add to the following .desktop file in order to make it possible for me to create a new OOo file just like we create a new text or html file on Dolphin?
I know this script is incorrect, incomplete, that's why I'm asking for your help. I know I may take a look at DBUS but after several attempts to find the right exec instruction or command I gave up... Well, DBUS didn't make it easy, it should be terminated every so often... I guess it's quite unstable.
I know this script is incorrect, incomplete, that's why I'm asking for your help. I know I may take a look at DBUS but after several attempts to find the right exec instruction or command I gave up... Well, DBUS didn't make it easy, it should be terminated every so often... I guess it's quite unstable.
Code:
[Desktop Entry] Type=Service Actions=make_new_odt;make_new_ods;make_new_odp Encoding=UTF-8 Version=1.4 ServiceTypes=KonqPopupMenu/Plugin MimeType=all/all X-KDE-Priority=TopLevel X-KDE-Submenu=Create New X-KDE-Submenu[es]=Crear Nuevo [Desktop Action make_new_odt] Exec= Icon=application-vnd.oasis.opendocument.text Name=ODT File Name[es]=Archivo ODT [Desktop Action make_new_ods] Exec= Icon=application-vnd.oasis.opendocument.spreadsheet Name=ODS File Name[es]=Archivo ODS [Desktop Action make_new_odp] Exec= Icon=application-vnd.oasis.opendocument.presentation Name=ODP File Name[es]=Archivo ODP
Comment