Summary: | First time open konqueror after clean install | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | rip |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jefgauthier, stefano.crocco |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/konqueror/-/commit/5d3cec3d7fe5cedcb8061d4e9ba1fac3eacf1879 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Screenshot of error |
Description
rip
2022-09-02 18:04:26 UTC
How did you launch Konqueror? Did you launch it from the quick launch icon in the taskbar? (In reply to Stefano Crocco from comment #1) > How did you launch Konqueror? Did you launch it from the quick launch icon > in the taskbar? Hello there. Yes, I've lauched it from the quick launch icon in the taskbar, and the url was "konq:blank". After reboot, the same thing happens. Thank you for your attention. Best regards It's a known issue: the reason is that the taskbar entry is wrong: it points to the kfmclient_html.desktop file instead of konqbrowser.desktop. I think that, unfortunately, this is Plasma issue rather than one of Konqueror itself. I don't know how the taskbar decides which buttons to add, so I can't fix it. I tried to contact the Plasma developers about this issue in the past, but with no results. As a workaround, you can go to /usr/share/applications using a graphical file manager and drag the file konqbrowser.desktop to the quicklaunch area in the task bar, just besides the broken one: even if the icons are the same, you can recognize the new one because it has a tool tip. *** Bug 459673 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/network/konqueror/-/merge_requests/210 Git commit 5d3cec3d7fe5cedcb8061d4e9ba1fac3eacf1879 by Stefano Crocco. Committed on 13/08/2023 at 08:53. Pushed by stefanocrocco into branch 'master'. Add mimetype option to kfmclient This fixes the issue where kfmclient_html is clicked by the user in the Favorite section of the K menu. Since no URL is passed to it in that situation, it called `kfmclient openURL text/html`, causing text/html to be considered as the URL. To avoid this, a new mimetype option is introduced, so that the mimetype can be specified separately from the URL M +21 -5 client/kfmclient.cpp M +1 -1 kfmclient_dir.desktop M +1 -1 kfmclient_html.desktop M +1 -1 kfmclient_war.desktop https://invent.kde.org/network/konqueror/-/commit/5d3cec3d7fe5cedcb8061d4e9ba1fac3eacf1879 |