Start keeweb without sandbox

It crashes again with the message that the GPU isn't available.
This commit is contained in:
Andreas Zweili 2023-12-05 20:49:09 +01:00
parent 9c3aca701b
commit 63a96d05f8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ in
};
Service = {
Environment = "QT_SCALE_FACTOR=1.25";
ExecStart = "${pkgs.keeweb}/bin/keeweb";
ExecStart = "${pkgs.keeweb}/bin/keeweb --no-sandbox";
};
Install = {
WantedBy = [ "graphical-session.target" ];