We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thumbnails do not get generated for files. Instead, a 1x1 png file gets written to ~/.cache/thumbnails/fail/gnome-thumbnail-factory/.
Here's the relevant terminal output:
** (nautilus:22461): DEBUG: 23:12:58.008: (Thumbnail Thread) Creating thumbnail: file:///home/matthew/test.png (nautilus:22461): GnomeDesktop-DEBUG: 23:12:58.009: About to launch script: @BUBBLEWRAP_BIN@ --ro-bind /nix/store /nix/store --proc /proc --dev /dev --chdir / --setenv GIO_USE_VFS local --unshare-all --die-with-parent --setenv G_MESSAGES_DEBUG all --ro-bind /nix/store/ng63219ysswhs4zy6g48m26vqcz55154-gnome-desktop-3.28.2 /nix/store/ng63219ysswhs4zy6g48m26vqcz55154-gnome-desktop-3.28.2 --bind /tmp/gnome-desktop-thumbnailer-0YNMSZ /tmp --ro-bind /home/matthew/test.png /tmp/gnome-desktop-file-to-thumbnail.png --seccomp 30 /nix/store/hjszk4pmhiwby9nlslh8mhvhrvdnbj9c-gdk-pixbuf-2.36.12/bin/gdk-pixbuf-thumbnailer -s 256 file:///tmp/gnome-desktop-file-to-thumbnail.png /tmp/gnome-desktop-thumbnailer.png (nautilus:22461): GnomeDesktop-DEBUG: 23:12:58.015: Failed to launch script: Failed to execute child process “@BUBBLEWRAP_BIN@” (No such file or directory) (nautilus:22461): GnomeDesktop-DEBUG: 23:12:58.015: Thumbnail script ('/nix/store/hjszk4pmhiwby9nlslh8mhvhrvdnbj9c-gdk-pixbuf-2.36.12/bin/gdk-pixbuf-thumbnailer -s %s %u %o') failed for 'file:///home/matthew/test.png': Failed to execute child process “@BUBBLEWRAP_BIN@” (No such file or directory) ** (nautilus:22461): DEBUG: 23:12:58.015: (Thumbnail Thread) Thumbnail failed: file:///home/matthew/test.png
I'm guessing this is caused by #28086 and 6e2c115.
Open nautilus in a folder containing images.
Please run nix-shell -p nix-info --run "nix-info -m" and paste the results.
nix-shell -p nix-info --run "nix-info -m"
"x86_64-linux"
Linux 4.18.17, NixOS, 18.09.1206.6d6e4e6b558 (Jellyfish)
yes
nix-env (Nix) 2.1.1
"nixos-18.09.1228.a4c4cbb613c"
/home/matthew/.nix-defexpr
The text was updated successfully, but these errors were encountered:
Fixed in #45950
Sorry, something went wrong.
I think the fix wasn't sufficient on 3.30 :/ I'm able to reproduce on master at least. IIRC I only checked the fix worked with 3.28.
It seems that patch may need to be applied directly to Nautilus too as it now seems to bundle that code? - https://gitlab.gnome.org/GNOME/nautilus/blob/master/src/gnome-desktop/gnome-desktop-thumbnail-script.c
gnome3.nautilus: fix thumbnail generation
4d0a88b
3.30 copied over the thumbnail code frome gnome-desktop: https://gitlab.gnome.org/GNOME/nautilus/commit/673c81cf9f1d68b71041220e6e44624dee44dbfc Simply patch nautilus too. ref NixOS#50494
No branches or pull requests
Issue description
Thumbnails do not get generated for files. Instead, a 1x1 png file gets written to ~/.cache/thumbnails/fail/gnome-thumbnail-factory/.
Here's the relevant terminal output:
I'm guessing this is caused by #28086 and 6e2c115.
Steps to reproduce
Open nautilus in a folder containing images.
Technical details
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste theresults.
"x86_64-linux"
Linux 4.18.17, NixOS, 18.09.1206.6d6e4e6b558 (Jellyfish)
yes
yes
nix-env (Nix) 2.1.1
"nixos-18.09.1228.a4c4cbb613c"
/home/matthew/.nix-defexpr
The text was updated successfully, but these errors were encountered: