
HTML Wallpaper
Original
Plasma Wallpaper Plugins html wallpaper webpage
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/Marcel1202/HTMLWallpaper/
This plugin allows you to use webpages as your KDE Plasma wallpaper.
Set the layout style to Folder View to keep input focus on the desktop icons.
The webpage isn't clickable this way.
Set the layout style to Desktop View to give input focus to the browser and hide desktop icons.
This gives you a fully functional browser with interaction.
Installation
- Install Qt5 WebEngine
- Download via the Plasma GUI to have it installed automatically OR manually download it, unzip and move to ~/.local/share/plasma/wallpapers/
- Log out and in once
If you use any of the following distributions Qt5 WebEngine can be easily installed by installing the according package:
Arch: qt5-webengine
Debian: qml-module-qtwebengine
Fedora: qt5-qtwebengine
FreeBSD: qt5-webengine
openSuse: libqt5-qtwebengine
Ubuntu: qml-module-qtwebengine
axel-huerta
5 months ago
Report
Michael-Z-Freeman
8 months ago
Report
Michael-Z-Freeman
8 months ago
Report
Michael-Z-Freeman
8 months ago
import QtQuick 2.12
import QtQuick.Layouts 1.2
import QtQuick.Controls 2.12
... and main.qml should be ...
import QtQuick 2.12
import QtWebEngine 1.8
The installed kubuntu packages for those libs do not show the actual Qt versions so I had to dig around in their installed files. There must be some way to setup plasma to be able to find / install the right versions or you need a separate release for each kubuntu version ? Anyway I now have kde.org showing on my desktop !
Report
the-unknown
8 months ago
Report
Michael-Z-Freeman
8 months ago
Report
the-unknown
8 months ago
Report
the-unknown
8 months ago
Report
Michael-Z-Freeman
8 months ago
Report
lemon-boy
1 year ago
Report
the-unknown
1 year ago
Report
bsehovac
1 year ago
Report
the-unknown
8 months ago
Report
clementineboy
1 year ago
Report
the-unknown
1 year ago
Report