1
0
Custom Desktop Menu for Plasma 6
Go to file
2024-03-09 16:44:16 +01:00
.assets Update README 2024-03-09 16:40:15 +01:00
src Update Wedsite in plugin info 2024-03-09 16:44:16 +01:00
.gitignore Update git ignore 2024-03-09 15:51:00 +01:00
LICENSE First show for Plasma6 2024-03-06 22:05:01 +01:00
README.md Update README 2024-03-09 16:42:26 +01:00

plasma-containmentactions-customdesktopmenu

Custom desktop menu for Plasma 6

menu config

Build and install

Prerequisites

  • extra-cmake-modules >= 6.0.0
  • kdeplasma-addons >= 6.0.0

Archlinux :

pacman -S --needed base-devel cmake extra-cmake-modules kdeplasma-addons

Build

cd src
cmake --fresh -B ../_build .
cd ../_build
make clean
make

Install / Update

chmod 755 bin/plasma/containmentactions/matmoul-customdesktopmenu.so
sudo cp bin/plasma/containmentactions/matmoul-customdesktopmenu.so /usr/lib/qt6/plugins/plasma/containmentactions

Other

  • When you update the library, KWIN crash and restart with the new library.
  • Favorites is not yet implemented.

Sources