Bug 393544 - Integrate with KRunner
Summary: Integrate with KRunner
Status: CONFIRMED
Alias: None
Product: Falkon
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords:
: 387427 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-04-26 14:12 UTC by Jonathan Riddell
Modified: 2020-11-13 10:34 UTC (History)
9 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 Jonathan Riddell 2018-04-26 14:12:52 UTC
Falkon should integrate with KRunner the same as Plasma Browser Integration does for Chome and Firefox.  It lists tabs you have open which you can select.
Screenshot at https://twitter.com/KdeNeon/status/989504172637741056
Comment 1 Jonathan Riddell 2018-04-26 14:13:23 UTC
See KAbstractRunner says d_ed
Comment 2 David Rosca 2018-04-26 14:18:58 UTC
> See KAbstractRunner says d_ed

What about implementing org.kde.plasma.browser_integration.TabsRunner instead?
Comment 3 Kai Uwe Broulik 2018-04-26 14:24:54 UTC
I think we should port the tab runner in p-b-i to use the new fancy KF5::DBusRunner and unify the namespaces, so we have org.kde.runners.browsertabs.1234 and have both p-b-i and Falkon use it, so we only need one installed tabs runner that magically works with all of them.
Comment 4 David Edmundson 2018-04-26 14:26:10 UTC
FWIW, I meant: D10078 KDBusRunner::AbstractRunner   which should be a 10 line patch. I can do it.
Comment 5 Anthony Fieroni 2018-05-22 08:50:43 UTC
@David,you plan to do it?
Comment 6 David Edmundson 2018-05-22 09:30:37 UTC
Sure.
Comment 7 puneethchanda 2020-02-07 09:59:18 UTC
@David is this done. If not, I would like to work on it.
Comment 8 Juraj 2020-02-07 17:19:20 UTC
No news for almost 2 years, which I guess you are free to work on it.
Comment 9 puneethchanda 2020-02-08 11:54:25 UTC
I have been trying to figure out how to make krunner search for bookmarks and found out that the bookmarks in falkon are being saved in a JSON file in '.config/falkon/profile/default' now what I should do is, make krunner search for the content in this file. Is this correct?

Also, I came across https://techbase.kde.org/Development/Tutorials/D-Bus/Introduction, can someone please confirm if this is what I have to work on.
Comment 10 Alexander Lohnau 2020-06-11 09:53:26 UTC
The bookmarks are independent of the browser integration.
If you plan on adding an integration for it https://invent.kde.org/plasma/plasma-workspace/-/tree/master/runners/bookmarks is the place.

Considering that it is just a JSON file the implementation should be relatively easy.
Comment 11 Alexander Lohnau 2020-06-11 09:56:15 UTC
*** Bug 387427 has been marked as a duplicate of this bug. ***
Comment 12 Bug Janitor Service 2020-06-18 10:01:16 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/94
Comment 13 Alexander Lohnau 2020-07-15 16:49:47 UTC
Git commit bbed524a2cec1508522ee5a903cab504b9c0d5a6 by Alexander Lohnau.
Committed on 15/07/2020 at 16:49.
Pushed by alex into branch 'master'.

Add bookmarksrunner integration for Falkon

M  +1    -0    runners/bookmarks/CMakeLists.txt
M  +1    -1    runners/bookmarks/bookmarksrunner.cpp
M  +4    -1    runners/bookmarks/browserfactory.cpp
R  +37   -0    runners/bookmarks/browsers/browser.h [from: runners/bookmarks/browser.h - 060% similarity]
M  +4    -30   runners/bookmarks/browsers/chrome.cpp
A  +67   -0    runners/bookmarks/browsers/falkon.cpp     [License: LGPL (v2+)]
A  +45   -0    runners/bookmarks/browsers/falkon.h     [License: LGPL (v2+)]
M  +7    -0    runners/bookmarks/faviconfromblob.cpp
M  +1    -0    runners/bookmarks/faviconfromblob.h

https://invent.kde.org/plasma/plasma-workspace/commit/bbed524a2cec1508522ee5a903cab504b9c0d5a6
Comment 14 Nate Graham 2020-07-15 19:07:29 UTC
Nice work Alexander!
Comment 15 Justin Zobel 2020-11-13 03:00:28 UTC
(In reply to Alexander Lohnau from comment #13)
> Git commit bbed524a2cec1508522ee5a903cab504b9c0d5a6 by Alexander Lohnau.
> Committed on 15/07/2020 at 16:49.
> Pushed by alex into branch 'master'.
> 
> Add bookmarksrunner integration for Falkon
> 
> M  +1    -0    runners/bookmarks/CMakeLists.txt
> M  +1    -1    runners/bookmarks/bookmarksrunner.cpp
> M  +4    -1    runners/bookmarks/browserfactory.cpp
> R  +37   -0    runners/bookmarks/browsers/browser.h [from:
> runners/bookmarks/browser.h - 060% similarity]
> M  +4    -30   runners/bookmarks/browsers/chrome.cpp
> A  +67   -0    runners/bookmarks/browsers/falkon.cpp     [License: LGPL
> (v2+)]
> A  +45   -0    runners/bookmarks/browsers/falkon.h     [License: LGPL (v2+)]
> M  +7    -0    runners/bookmarks/faviconfromblob.cpp
> M  +1    -0    runners/bookmarks/faviconfromblob.h
> 
> https://invent.kde.org/plasma/plasma-workspace/commit/
> bbed524a2cec1508522ee5a903cab504b9c0d5a6

Can this now be resolved?
Comment 16 Alexander Lohnau 2020-11-13 10:34:21 UTC
It is done for the Bookmarks, but not for the Browser Tabs.