Getting Thumbnailer to work in Linux Manjaro KDE
Posted: 08 Sep 2022, 12:26
Hi, I'm trying to get TVPaint's thumbnailer to work in Linux Manjaro KDE so that thumbnails display in Dolphin.
If someone more knowledgeable could help if something's missing or say if it's impossible to implement, that would be great.
I tried looking at similar configuration files and adjusted paths where needed. Although I can get the entry to display as an option, no thumbnails are being generated or displayed in Dolphin.
I modified .thumbnailer file to be in line with others of the same type
"tvp-animation-11.5-pro.thumbnailer"
I created a .desktop file that goes in /kservices5
"tvpaintthumbnail.desktop"
The .desktop file is recognized by Dolphin and I can select it for previews.
It writes "tvpaintthumbnail" into the [PreviewSettings] section of Dolphin's config file "dolphinrc", but that's the only effect I've managed to get so far.
If someone more knowledgeable could help if something's missing or say if it's impossible to implement, that would be great.
I tried looking at similar configuration files and adjusted paths where needed. Although I can get the entry to display as an option, no thumbnails are being generated or displayed in Dolphin.
I modified .thumbnailer file to be in line with others of the same type
"tvp-animation-11.5-pro.thumbnailer"
Code: Select all
[Thumbnailer Entry]
TryExec=/usr/bin/tvp-animation-11.5-pro-thumbnailer
Exec=/usr/bin/tvp-animation-11.5-pro-thumbnailer %s %i %o
MimeType=application/tvp-project;application/tvpaint-project;application/mirage-project;application/aura-project;application/dip-file;application/deep-file;
"tvpaintthumbnail.desktop"
Code: Select all
[Desktop Entry]
Type=Service
Name=TVPaint files
X-KDE-ServiceTypes=ThumbCreator
MimeType=application/tvp-project;application/tvpaint-project;application/mirage-project;application/aura-project;application/dip-file;application/deep-file;
X-KDE-Library=tvpaintthumbnail
CacheThumbnail=true