diff --git a/pkgs/desktops/plasma-5.4/plasma-workspace/default.nix b/pkgs/desktops/plasma-5.4/plasma-workspace/default.nix index 0b4e4165ae6..85f38b24e8c 100644 --- a/pkgs/desktops/plasma-5.4/plasma-workspace/default.nix +++ b/pkgs/desktops/plasma-5.4/plasma-workspace/default.nix @@ -55,5 +55,9 @@ plasmaPackage rec { wrapQtProgram "$out/bin/kuiserver5" wrapQtProgram "$out/bin/krunner" wrapQtProgram "$out/bin/plasmashell" + + wrapQtProgram "$out/lib/libexec/drkonqi" + wrapQtProgram "$out/lib/libexec/kscreenlocker_greet" + rm "$out/lib/libexec/startplasma" ''; }