Announcement

Collapse
No announcement yet.

Servicemenu entries for templates

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Servicemenu entries for templates

    I have created some template files for ODF (Open Office.org) and SVG (Inkscape) documents. See attached file (hope it did upload alright).
    Now you should be able to create those documents by right clicking and choosing create new.

    Attached file is base64 encoded.
    To decode:
    Code:
    base64 -d templates.tar.gz.txt > templates.tar.gz
    Copy the files in the archive to:
    Code:
    ~/.kde/share/templates
    or:
    Code:
    /usr/share/templates
    Attached Files

    #2
    Re: Servicemenu entries for templates

    The file I had posted worked for OOo 2.4.
    There are different icons in OpenOffice.org 3.0. To fix this change
    Code:
    Icon=ooo-writer
    to
    Code:
    Icon=openofficeorg3-writer
    Rinse and repeat for calc, impress and draw.

    Comment


      #3
      Re: Servicemenu entries for templates

      The actual template files are located in the templates/.source folder.
      You can replace them with your own.

      Comment

      Working...
      X