This is a simple applet that shows XDG Desktop Background Apps running on your system.
Currently, mostly GNOME apps (e.g. Amberol) use that protocol. This applet allows users to see these applications and kill them if needed.
git clone https://github.com/jinliu/plasma-applet-background-apps.git
cd plasma-applet-background-apps
cmake -B build -S .
cmake --build build
sudo cmake --install build
systemctl --user restart plasma-plasmashellNow you can enable "Background Apps" in the system tray settings.
NOTE: The above installs files to /usr, because this applet contains C++ code and Plasma doesn't
look in your $HOME or /usr/local for it.
cd plasma-applet-background-apps/build
sudo make uninstall
It only works with Flatpak apps. This is a limitation in the XDG desktop portal, not in this applet.
