449c35bd5c
https://gitlab.gnome.org/sophie-h/glycin/-/commits/0.1.beta.2 This builds the "loaders" part of the project. This will be needed for "glycin" the library, and will be needed for new loupe to actually open any images. Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
13 lines
488 B
Diff
13 lines
488 B
Diff
diff --git a/vendor/glycin/src/dbus.rs b/vendor/glycin/src/dbus.rs
|
|
index aa5a876..4f37420 100644
|
|
--- a/vendor/glycin/src/dbus.rs
|
|
+++ b/vendor/glycin/src/dbus.rs
|
|
@@ -43,7 +43,7 @@ impl<'a> DecoderProcess<'a> {
|
|
|
|
let (bin, args, final_arg) = match sandbox_mechanism {
|
|
SandboxMechanism::Bwrap => (
|
|
- "bwrap".into(),
|
|
+ "@bwrap@".into(),
|
|
vec![
|
|
"--unshare-all",
|
|
"--die-with-parent",
|