programs: gpodder: fix to work in sandbox (add dbus)
This commit is contained in:
@@ -24,6 +24,7 @@ in {
|
||||
|
||||
sandbox.method = "bwrap";
|
||||
sandbox.wrapperType = "wrappedDerivation";
|
||||
sandbox.whitelistDbus = [ "user" ]; # it won't launch without it, dunno exactly why.
|
||||
sandbox.whitelistWayland = true;
|
||||
sandbox.net = "clearnet";
|
||||
sandbox.extraHomePaths = [ "Videos/gPodder" ];
|
||||
|
Reference in New Issue
Block a user