| Summary: | "Launch Bug Report Wizard" in remote X session starts wrong browser | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | missive |
| Component: | kbugreport | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | andresbajotierra |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
missive
2009-07-04 03:38:12 UTC
You have "GNOME Web Browser" as a defaut browser: xdg-open - opens a file or URL in the user's preferred application It works fine in a normal (local) session. It only fails in remote session. KDE4 System Settings, for Web Browser (Open http or https URLS) shows: "In an application based on the contents of the url" In Konqueror, "File Associations" setting for text/html lists: Konqueror, Opera, AbiWord, Thunderbird, Firefox, Epiphany, ... Strangely... From local konsole... $ xdg-mime query default text/html epiphany.desktop $ xdg-open http://google.com (opens in konqueror) And clicking on the "Launch Bug Report Wizard" button in the local session will open up in konqueror also. Nothing in _any_ .../share/applications/defaults.list that I can find anywhere on the system lists epiphany for anything (not even for text/html). From remote session (logged in with ssh -X) $ xdg-mime query default text/html firefox.desktop $ xdg-open http://google.com (opens in epiphany running on remote system) Bug 170177 could be related to this too. Regards See https://bugs.kde.org/show_bug.cgi?id=170177#c4 *** This bug has been marked as a duplicate of bug 170177 *** |