Bug 1209169
Summary: | Konqueror by default opens as a file manager | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Branko Grubić <bitlord0xff> |
Component: | plasma-desktop | Assignee: | KDE SIG <kde-sig> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 22 | CC: | dvratil, jgrulich, jreznik, kde-sig, kevin, ltinkl, mbriza, rdieter, rnovacek, smparrish, than |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | plasma-desktop-5.2.2-5.fc22 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-04-30 11:43:09 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1135100 |
Description
Branko Grubić
2015-04-06 14:40:16 UTC
reassigning to plasma-desktop, this is currently implemented via plasma-desktop-5.2.1-default_favorites.patch Hrm, http://pkgs.fedoraproject.org/cgit/plasma-desktop.git/tree/plasma-desktop-5.2.1-default_favorites.patch Currently this only difference to default is the addition of konsole and apper, - applications << browser << "kontact" << "systemsettings" << "dolphin" << "ktp-contactlist" << "kate"; + applications << browser << "kontact" << "systemsettings" << "dolphin" << "ktp-contactlist" << "kate" << "org.kde.konsole" << "apper"; Besides the aforementioned applets/kickoff/core/favoritesmodel.cpp which we patch, there's also: applets/kicker/package/contents/config/main.xml which contains: <entry name="favoriteApps" type="StringList"> <default>preferred://browser,kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop,ktp-contactlist.desktop,org.kde.kate.desktop</default> </entry> OK, I think I'm convinced this is not a fedora/downstream issue. In short, the default out-of-the-box configuration for "default browser" ends up being: /usr/share/applications/kde4/kfmclient_html.desktop with Exec=kfmclient openURL %u text/html Since kfmclient_html.desktop ends up with highest preference for handling text/html mimetype (as it should). But, if opened with empty URL, it ends up exhibiting this bug. It may be possible to hard-code "Default Browser" to be konqueror to workaround this, ie, set in kdeglobals: [General] BrowserApplication[$e]=!konqueror So that ends up being displayed @ systemsettings5->Applications->Default Applications->Web Browser, instead of the default: "in an application based on the contents of the URL" though I'm worried about the possible side-effects of making *that* change. :-/ plasma-desktop-5.2.2-5.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/plasma-desktop-5.2.2-5.fc22 the immediate fix I went for here, fwiw, was to hard-code konqueror as the favorite, instead of relying on plasma-desktop code to deduce "default browser", which as shown here, has some problems. Package plasma-desktop-5.2.2-5.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing plasma-desktop-5.2.2-5.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-6769/plasma-desktop-5.2.2-5.fc22 then log in and leave karma (feedback). plasma-desktop-5.2.2-5.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |