KPictureFrame is a lightweight KDE Plasma 6 widget that displays a user-defined image in a Plasmoid – ideal for embedding personal photos, logos, QR codes directly onto your desktop.
📦 hhttps://github.com/Agundur-KDE/KPictureFrame
- 🖼️ Display any local image (PNG, JPG, SVG)
- 🖱️ Drag & Drop image support
- 🧩 Fully integrated into Plasma 6 (QML-based)
- 🔁 Live reload when configuration changes
- 🧰 Minimal dependencies, no external daemons
system wide installation
mkdir build && cd build
cmake ..
make
make install (as root)
Direct Installation
git clone https://github.com/Agundur-KDE/KPictureFrame.git
cd KPictureFrame/
kpackagetool6 --type=Plasma/Applet --install package --packageroot ~/.local/share/plasma/plasmoids/
# Restart Plasma
kquitapp6 plasmashell && kstart plasmashell
For openSUSE Tumbleweed (and compatible systems):
# Add the repository
sudo zypper ar -f https://download.opensuse.org/repositories/home:/Agundur/openSUSE_Tumbleweed/home:Agundur.repo
# Automatically import GPG key (required once)
sudo zypper --gpg-auto-import-keys ref
# Refresh repository metadata
sudo zypper ref
# Install KCast
sudo zypper in kpictureframeOpen an issue in git ...
accepting contributions ...
Alec
GPL
active


