Ignore failures in KDE activation script 🐛

Although it doesn't check whether the function call succeeded,
the command still fails if it's not able to connect to dbus.
This commit is contained in:
Daniel Thwaites 2023-07-16 18:08:13 +01:00
parent 0087f554ff
commit 0b8a92a4f8
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D

View file

@ -154,7 +154,8 @@ in {
--dest=org.kde.plasmashell \
/PlasmaShell \
org.kde.PlasmaShell.evaluateScript \
string:${lib.escapeShellArg script}
string:${lib.escapeShellArg script} \
|| true
'';
};
}