nautilus: fix thumbnail generation on NixOS
This commit is contained in:
parent
b25ae9b254
commit
02d3e97750
@ -1,6 +1,6 @@
|
||||
--- a/src/gnome-desktop/gnome-desktop-thumbnail-script.c
|
||||
+++ a/src/gnome-desktop/gnome-desktop-thumbnail-script.c
|
||||
@@ -514,14 +514,10 @@ add_bwrap (GPtrArray *array,
|
||||
@@ -514,14 +514,11 @@ add_bwrap (GPtrArray *array,
|
||||
g_return_val_if_fail (script->s_infile != NULL, FALSE);
|
||||
|
||||
add_args (array,
|
||||
@ -10,6 +10,7 @@
|
||||
- "--ro-bind", "/lib64", "/lib64",
|
||||
+ "@bubblewrap_bin@",
|
||||
+ "--ro-bind", "@storeDir@", "@storeDir@",
|
||||
+ "--ro-bind", "/run/current-system", "/run/current-system",
|
||||
"--proc", "/proc",
|
||||
"--dev", "/dev",
|
||||
- "--symlink", "usr/bin", "/bin",
|
||||
|
Loading…
x
Reference in New Issue
Block a user