On Mon, Oct 20, 2008 at 01:25:12AM +0200, Rene Engelhard wrote: > And it's now a Type=MimeType one (thus no Exec=), so I wonder where it > belongs. (And it probably won't fix this bug at all, as you want oxt /usr/share/mimelnk?
> associated with somethig executable so that users don't need to go to > the extension manager themselves) This depends. Is the MimeType specified in the ooo-extension.desktop mapped to one of the applications .desktop files? If so we just need to install that one to /usr/share/mimelnk. If not something like: [Desktop Entry] Version=1.0 Encoding=UTF-8 Terminal=false Type=Application NoDisplay=True Exec=openoffice %U MimeType=<Mime-Type> Name=OpenOffice.org in /usr/share/applications/ will do the trick. <Mime-Type> would be the mime type defined in the other desktop file you found. -- Guido -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

