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:
parent
0087f554ff
commit
0b8a92a4f8
1 changed files with 2 additions and 1 deletions
|
|
@ -154,7 +154,8 @@ in {
|
|||
--dest=org.kde.plasmashell \
|
||||
/PlasmaShell \
|
||||
org.kde.PlasmaShell.evaluateScript \
|
||||
string:${lib.escapeShellArg script}
|
||||
string:${lib.escapeShellArg script} \
|
||||
|| true
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue