Summary: | can't use specific homepage for browser-widget | ||
---|---|---|---|
Product: | [Plasma] kdeplasma-addons | Reporter: | Justin T. Frisch <bugs> |
Component: | Web Browser | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | e.m.a.t.i.r.o.v, kde, kde, mikemol, plasma-bugs |
Priority: | NOR | ||
Version: | 5.5.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Justin T. Frisch
2016-01-01 12:45:09 UTC
in /usr/share/plasma/plasmoids/org.kde.plasma.webbrowser/contents/ui/main.qml there is ColumnLayout { RowLayout{... PlasmaExtras.ScrollArea {... WebView {... url: "http://kde.org"; which can be changed to an arbitrary address. however, it's not possible to have multiple browser widgets pointing to different home pages either, then yeah, it needs to read/write to Plasma.configuration If you've found that, maybe it's something you'd like to look into fixing? Hello, I'll try to add "Default URL" option to config dialog if it's OK for everyone. :) Best regards, Mikhail Ivchenko. I think easiest would be to store the current Url in plasma.configuration in component on destroyed and use that Url as start. You can also specify a default for an empty config option which would be kde.org Posted a RR: https://git.reviewboard.kde.org/r/126590/ This seems to be fixed in 5.6; I have three browser widgets that always remember the last page I browsed to. Given this seems fixed according to Michael, and also the review request for this was submitted (see https://git.reviewboard.kde.org/r/126590/), I think we can safely close this report. If you encounter any issues again, please either reopen this one, or make a new bug report. |