[rt-users] KDE/Konqueror, RT attachments, and OpenOffice

BJ Blanchard blabj at dainty.ca
Fri Jun 12 15:00:00 EDT 2009


I've come across an interesting problem which is not specific to RT, but
is related to viewing certain attachments in RT via the Konqueror
browser - thought I would share my experience here to save others the
pain.  Specifically I think its a bug in Konqueror and I'll be posting
as a bug in bugs.kde.org as well.

A few of my users were complaining about RT being slow - and after some
testing I found that firefox was the issue - and switching them to
konqueror (3.5.10) made a huge difference - its very fast by comparison.

But with konqueror - Ticket attachments for OpenOffice documents (odt,
ods, doc, xls, etc) wouldn't open.  Specifically OpenOffice would
generate this message: "Error reading data from the Internet.  Server
error message: 503 Service Unavailable."

After alot of digging, I found that the problem lies in the Exec line in
the system ".desktop" files.

OpenOffice can handle URLs, so the Exec line is defined under (k)ubuntu
in ooo-writer.desktop as:

Exec=ooffice -writer %U

Konqueror uses kioexec for downloading, which follows the conventions
defined here:
http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s06.html , and thus launches OpenOffice with the http URL of the link to the attachment.  Because there are no authentication credentials, OO cannot access the URL thus the 503 error.

Changing the desktop entry to use "%f" instead of "%U" fixes the problem
- the file gets saved to a temp directory and OpenOffice launches with a
local document - which is how firefox behaves.

But this breaks things like sftp:// urls because it downloads the file -
even though OpenOffice can handle sftp urls properly.

So konqueror, being both a file browser and a web browser, has adopted a
common approach to URL handling which doesn't work in the real world (of
authenticated web sessions).

-Bob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20090612/4e2e6912/attachment.htm>


More information about the rt-users mailing list