[Bug 255996] Impossible to open a link from the N900
David Faure
faure at kde.org
Wed Nov 3 21:35:49 GMT 2010
https://bugs.kde.org/show_bug.cgi?id=255996
David Faure <faure at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |faure at kde.org
--- Comment #1 from David Faure <faure kde org> 2010-11-03 22:35:48 ---
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).
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list