Bug 392253 - Startup URL setting and Home button in KDE 5 Web Browser Plasma widget
Summary: Startup URL setting and Home button in KDE 5 Web Browser Plasma widget
Status: RESOLVED FIXED
Alias: None
Product: kdeplasma-addons
Classification: Plasma
Component: Web Browser (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Shubham Arora
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-24 06:33 UTC by Murz
Modified: 2024-03-10 19:55 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Murz 2018-03-24 06:33:39 UTC
Web Browser Plasma widget often used not as regular web browser, but for show only one specific page (and navigate from it to other pages, and back).

So will be good to setup homepage url, that will open at each startup, and "Home" button that goes back to this url.

Also useful feature with this will be "Hide URL bar".
Comment 1 Bug Janitor Service 2024-03-03 06:20:07 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/548
Comment 2 Bug Janitor Service 2024-03-03 08:13:22 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/549
Comment 3 Bug Janitor Service 2024-03-03 08:53:52 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/550
Comment 4 Shubham Arora 2024-03-04 04:50:09 UTC
Git commit 2ff4c4fa84ba02150f4d26396e2c3abbac8b615e by Shubham Arora.
Committed on 04/03/2024 at 04:48.
Pushed by shubhamarora into branch 'master'.

applets/webbrowser: Add config to toggle navigationbar

M  +3    -0    applets/webbrowser/package/contents/config/main.xml
M  +16   -0    applets/webbrowser/package/contents/ui/ConfigAppearance.qml
M  +1    -0    applets/webbrowser/package/contents/ui/main.qml

https://invent.kde.org/plasma/kdeplasma-addons/-/commit/2ff4c4fa84ba02150f4d26396e2c3abbac8b615e
Comment 5 Shubham Arora 2024-03-10 16:58:31 UTC
Git commit 4ce70b3ab72f6c77e24519a0f218c48b2db6aac9 by Shubham Arora.
Committed on 10/03/2024 at 16:02.
Pushed by ngraham into branch 'master'.

applets/webbrowser: add default url configuration and a home button when enabled

M  +6    -0    applets/webbrowser/package/contents/config/main.xml
M  +57   -0    applets/webbrowser/package/contents/ui/ConfigGeneral.qml
M  +14   -1    applets/webbrowser/package/contents/ui/main.qml

https://invent.kde.org/plasma/kdeplasma-addons/-/commit/4ce70b3ab72f6c77e24519a0f218c48b2db6aac9
Comment 6 Nate Graham 2024-03-10 16:59:21 UTC
Is there anything else need to do here, or are those patches enough? They look to be enough to me.
Comment 7 Shubham Arora 2024-03-10 19:55:36 UTC
(In reply to Nate Graham from comment #6)
> Is there anything else need to do here, or are those patches enough? They
> look to be enough to me.

Yeah, all items should be implemented.