New issue
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
Custom thumbnailer not working in Nemo but working in Nautilus #2462
Comments
|
Do you have overlapping thumbnailers for the mimetypes in question? I ran into some issue with two valid thumbnailers installed for cbz, and the default one still ran even after removing its association to that mime type via a modified ~/.local/thumbnailers copy. Maybe you can see the thumbnailer process in system monitor and quickly check its command line, it might turn out to be the default looking for cover art. |
I believe you might be referring to http://www.bernaerts-nicolas.fr/linux/74-ubuntu/360-ubuntu-nautilus-external-thumbnailer-failure It refers to the bwrap program [part of the bubblewrap package], which Ubuntu claim is a flatpak thing - but LMDE uses the Debian version. |
|
I found the root cause of this issue: the filename of the output thumbnail (no it's not because of DetailsNautilus and Nemo respectively write the output thumbnail to:
As you can see, since SolutionThis is actually pretty easy to fix. We just need to explicitly specify the output format. In the case of Notes:
|
Issue
I created a custom thumbnailer file to generate thumbnails for audio files (waveform rendering).
The thumbnailer file contains the following text:
This should work but it fails, putting an 1x1 PNG file in the failed thumbnails directory.
However, after removing files in the failed directory, if I open Nautilus and browse the directory,
audio files thumbnails are generated perfectly.
Steps to reproduce
/usr/bin/ffmpegexists (or change the thumbnailer text to the right path)~/.local/thumbnailers/audio.thumbnailer.~/.cache/thumbnailsfolder.Expected behaviour
Other information
There was the same issue in Nautilus, which seems to have been fixed in 2018, but I can't find the URL for that anymore.
The was a mention of
ro-bindor something I did not understand.If I use the command of my thumbnailer in a shell, the command works fine.
I have another custom thumbnailer which works fine in Nemo, I don't know what makes a difference.
The text was updated successfully, but these errors were encountered: