You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
Generates thumbnails from Nintendo Switch (homebrew) executables for view in your Linux file manager (Nautilus/Nemo/Caja/...). It comes with a special border as a bonus feature. ==Installation== Prequisites: *[http://freeimage.sourceforge.net/ freeimage] (image conversion and resizing) *[https://freedesktop.org/wiki/Software/shared-mime-info/ shared-mime-info] (to add the needed mime type) To install: $ cmake . [-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr] $ make install Packagers may want to use the <code>$DESTDIR</code> variable and need to call <code>update-mime-database</code> after installation. ==User guide== <pre> nro-thumbnailer [OPTIONS] Options: -h,--help Print this help message and exit --config FILE=~/.config/nro-thumbnailer.conf Configuration file Files: -i,--input FILE Input file -o,--output FILE Output file Configuration: -s,--size UINT=128 Thumbnail image height -b,--border Add border around thumbnail -m,--max-skip UINT=10 Maximum executable size (in MB) </pre> GNOME/GTK3 integration will be installed by default, so file managers should start creating thumbnails after restarting them. However, you may need to enable thumbnail generation itself first. Check your file manager settings and manual for additional information. ===Configuration=== You can create <code>$XDG_CONFIG_HOME/nro-thumbnailer.conf</code> (usually <code>$HOMR/.config/nro-thumbnailer.conf</code>) and define default options there: <pre> size=200 border=true max-skip=25 </pre> ==Screenshots== '''With border'''<br> https://dlhb.gamebrew.org/switchhomebrews/thumbnailernx.png https://dlhb.gamebrew.org/switchhomebrews/thumbnailernx2.png '''No border'''<br> https://dlhb.gamebrew.org/switchhomebrews/thumbnailernx3.png == External links == * GitHub - https://github.com/carstene1ns/nro-thumbnailer * Arch Linux - https://aur.archlinux.org/packages/nro-thumbnailer-git/ * GBAtemp - https://gbatemp.net/threads/thumbnailer-for-homebrew-executables-nro-for-linux.505902/
Advertising: