Commit graph

9 commits

Author SHA1 Message Date
wackyideas
6ff6ef2e12 Improve libplasma installation method
Up until now compiling libplasma modifications was rather violent as it
would cause both plasmashell and kwin to crash (the latter is
potentially destructive if running a Wayland session), leaving the user
with a potentially unstable state where plasmashell will start to
crashloop until the entire system reboots.

With this commit, the replacement of patched library files is deferred
until the system restarts, by using a temporary systemd service that
performs the replacement of files before Plasma starts, leading to
no crashes during the install or update process.
2025-10-20 17:37:54 +02:00
wackyideas
eab41b8e68 Add KCM shortcuts to desktopcontainment KCM, add KCM loader application
New components:
- AeroThemePlasma KCM loader
Updated components:
- Desktop containment
- Desktop shell
- AeroGlassBlur
- SMOD decorations
2025-07-14 16:04:36 +02:00
wackyideas
2724786e34 Combine install.sh and install_ninja.sh scripts
When running compile scripts, you can now pass --ninja to enable Ninja.
This argument also works with the following scripts:
- compile.sh
- install_plasmoids.sh
2025-06-25 15:57:08 +02:00
wackyideas
d05dbb09e5 Update compile script to work with KWin and KWin-X11
When running compile.sh, you can now pass --wayland to build the KWin
effects for Wayland. By default effects will be built for X11. This
argument also works for install.sh and install_ninja.sh scripts for
KWin effects.
2025-06-20 20:29:32 +02:00
wackyideas
2158b59cc1 Add install scripts for kwin and misc components 2025-04-21 21:32:21 +02:00
wackyideas
69f57989b1 Reorder compilation script to prevent crashes on Wayland 2025-02-20 19:47:00 +01:00
wackyideas
c3e8f09c0d Add install scripts for plasmoids and plasma components 2025-02-17 20:47:43 +01:00
wackyideas
b10f7fb8d9 Fix compile script not working for paths with spaces 2025-02-03 16:31:58 +01:00
wackyideas
0bde7576bc Add helper script for compiled components 2025-02-02 14:57:25 +01:00