Blob Blame History Raw
diff -up policycoreutils-2.1.14/sandbox/sandbox.8.matchbox policycoreutils-2.1.14/sandbox/sandbox.8
--- policycoreutils-2.1.14/sandbox/sandbox.8.matchbox	2013-05-15 14:26:11.483460251 -0400
+++ policycoreutils-2.1.14/sandbox/sandbox.8	2013-05-15 14:26:53.363562733 -0400
@@ -75,7 +75,7 @@ Specifies the windowsize when creating a
 \fB\-W\fR \fB\-\-windowmanager\fR
 Select alternative window manager to run within 
 .B sandbox \-X.
-Default to /usr/bin/openbox.
+Default to /usr/bin/matchbox-window-manager.
 .TP
 \fB\-X\fR 
 Create an X based Sandbox for gui apps, temporary files for
diff -up policycoreutils-2.1.14/sandbox/sandbox.matchbox policycoreutils-2.1.14/sandbox/sandbox
--- policycoreutils-2.1.14/sandbox/sandbox.matchbox	2013-05-15 14:26:11.465460190 -0400
+++ policycoreutils-2.1.14/sandbox/sandbox	2013-05-15 14:26:11.483460251 -0400
@@ -243,7 +243,7 @@ class Sandbox:
                   copyfile(f, "/tmp", self.__tmpdir)
                   copyfile(f, "/var/tmp", self.__tmpdir)
 
-    def __setup_sandboxrc(self, wm = "/usr/bin/openbox"):
+    def __setup_sandboxrc(self, wm = "/usr/bin/matchbox-window-manager"):
            execfile =self.__homedir + "/.sandboxrc"
            fd = open(execfile, "w+") 
            if self.__options.session:
@@ -333,7 +333,7 @@ sandbox [-h] [-c] [-l level ] [-[X|M] [-
 
         parser.add_option("-W", "--windowmanager", dest="wm",  
                           type="string",
-                          default="/usr/bin/openbox",
+                          default="/usr/bin/matchbox-window-manager",
                           help=_("alternate window manager"))
 
         parser.add_option("-l", "--level", dest="level",