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