Summary: | Impossible to open a link from the N900 | ||
---|---|---|---|
Product: | [Unmaintained] KMail Mobile | Reporter: | Sabine Faure <sabine> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | CLOSED UPSTREAM | ||
Severity: | normal | CC: | faure, tokoe |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sabine Faure
2010-11-03 22:09:53 UTC
Investigated: this is because /usr/share/applications/hildon/browser.desktop (package tablet-browser-ui) says Exec=/usr/bin/browser without %u, so kioexec downloads the url. I changed this to Exec=/usr/bin/browser --url=%u and it worked. This is an upstream maemo bug, but I don't know where to report it. Does anyone know? If they need the desktop file for an application launcher as well, then they need to split this .desktop file in two: the current one without the MimeType line, and another .desktop file with the mimetypes and with the above Exec line, and with NoDisplay=true to hide it from the application launcher. Alternatively, they could fix the "browser" app so that it can take a url on the command line without --url=, and then a single desktop file would be enough (since the %u is replaced with nothing when the desktop file is run from an app launcher). Hej, I have filed a bug report on the maemo bug tracker now: https://bugs.maemo.org/show_bug.cgi?id=11640 Ciao, Tobias Thx Tobias ;o) I retested this today and it actually works now! It takes 40 seconds for the web page to be displayed and before it appears a bunch of dialogues with progress bars are displayed one after the other. So it is a little slow and is not very nice visually but it works now at least so I am closing this bug. N900, 4:4.6~20101202.1202765-1maemo1.1202581 It only works because I had modified /usr/share/applications/hildon/browser.desktop on sabine's N900 :-) |