Summary: | Webpage in Autostart opens location but final Location: has local file | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Roger Larsson <roger.larsson> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Roger Larsson
2002-11-09 16:19:56 UTC
David, looks like your urifilter changes? No, there's no relation to the uri filter, since the right webpage gets loaded. What happens here is that the application associated with text/html, doesn't say that it supports remote urls - so we assume it only supports local files, and kdesktop downloads the file before passing it to the application. Step 1 - identify which application it's about (you don't say, but I assume it's konqueror?) Step 2 - fix the .desktop for it. By default the exec line in kfmclient_html.desktop is kfmclient_html.desktop:Exec=kfmclient openURL %u text/html But you might have associated text/html with another .desktop file (even if it's konqueror). Check in "kcmshell filetypes". Anyway - works for me, and looks like an installation problem. Closing, but feel free to write back in case of further problems. To handle text/html (order) Application Preference Order: Konqueror Web Browser, Mozilla Left Click Action: Show file in embedded viewer (see BUG #50284, http://bugs.kde.org/show_bug.cgi?id=50284) Services: KHTML, Embedded Vim Component, KMOZILLA Looks OK to me. And my kfmclient_html.desktop has Exec=kfmclient openURL %u text/html Does also look OK. Running that line manually does also work as expected. So none of your suggested steps helped me... so why does it work for you and not for me? I have similar behaviour when clicking on links in KMail. The file opens fine, but it has been saved as a temporary file first, this of course means that relative paths for images don't work, links don't, etc. Interestingly, I removed Konqueror from as my preferred HTML viewer "kcmshell filetypes" and now when I click on links in KMail the same thing happens only the locally saved file opens up in Mozilla. It seems this bug is independent of the actual browser doing the viewing, so I am not sure where it is. I have not touched my .desktop files, and am running Debian sid. |