


Falkon Extensions by sgorava 6 comments
On Artix: "/usr/lib/qt/plugins/falkon/python/"
Since you did not mention your distribution, I don`t have a way to check if python support is enabled there. It depends on pyside2 and shiboken2 and some Qt versions.
I for a long time already am using the development version, since I apply few patches on top of it. - Dec 24 2020

Falkon Extensions by sgorava 6 comments

Falkon Extensions by sgorava 6 comments
I believe you can still manually install addons by With Falkon 3.1 and lower copy the plugin directory into Falkon global plugin directory.
e.g. "/usr/lib/qt/plugins/falkon/python/"
# It will only work if Python support is enabled and functional. - Dec 23 2020

KDevelop File Templates by sgorava 2 comments

Falkon Extensions by sgorava 4 comments
It works fine for me on Arch with version from repository and also from git.
Can you check if other python extensions can work ?
If it is truly only this one, I do not see in your error message any relation to my code.
shiboken ... shiboken2 ? - Sep 08 2019

Kvantum by Luwx 33 comments

Dolphin Service Menus by alex-l 2 comments
Go to: Menu > Settings > Configure Dolphin... > Services > Download New Services...
New window will show, in seach box paste the name of this product and it should appear in the list.
Than just press install. - Jun 23 2019

Falkon Extensions by nowrep 4 comments
The bst way for now is to use source code and examples.
https://github.com/KDE/falkon/tree/master/src/scripts/helloqml
I believe most of the Falkon API is included in QML implementation so you need to browse through source code when you are doing something. - Jun 07 2019

Falkon Extensions by assassin 14 comments
So you have build it yourself from unknown source.
Use the package from Arch repository and it should work.
Are you using PKGBUILD from AUR ?
https://aur.archlinux.org/packages/falkon-git/
You have to remove this line from PKGBUILDs prepare() function
sed -i 's/set(ENABLE_PYTHON_PLUGINS TRUE)//' CMakeLists.txt - May 27 2019