Portál AbcLinuxu, 8. května 2025 16:14
Řešení dotazu:
gconftool-2 --type bool -s "/desktop/gnome/thumbnailers/image@x-ilbm/enable" "true" gconftool-2 --type string -s "/desktop/gnome/thumbnailers/image@x-ilbm/command" "convert -resize %sx%s %i %o"
#!/bin/bash dest=/tmp/ilbmview_`basename "$1"` ilbmtoppm "$1" >"$dest" eog "$dest" rm -f "$dest"
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.