You are not logged in.
Pages: 1
Hello all. What's a good image viewer for XFCE that uses the gtk file picker with previews? In Debian Ristretto is included under xfce4-goodies package but that doesn't use the file picker with previews on the right side. Seems like an image viewer would definitely know to have previews but I guess not? Thanks for any suggestions! Right now I've got gwenview installed but I'd like to get something simpler.
Good:
Bad:
Last edited by tbqhmhsfamilam (2018-05-13 20:16:37)
Offline
Mirage is also good: http://mirageiv.sourceforge.net/
Welcome to the forum!
Offline
Mirage is also good: http://mirageiv.sourceforge.net/
Welcome to the forum!
Thanks! Mirage is cool too but left and right arrow keys don't seem to be working right, not scrolling through images.
Offline
We are shipping Nomacs by default now, and everybody seems to like it very much.
Nomacs is good, but it doesn't include image preview in file picker.
Mirage I'm liking more now, custom actions (set image as wallpaper?), hotkeys still weird though as direction arrows do not work to scroll images but can workaround using page up and down keys. Hm oh well that might work. Has crop tool too.
I'm looking through mirage.py to see if I can get arrow keys working.
Ok I was able to find a more recently maintained mirage and package it. Arrow keys work fine, everything works fine I think I'll use this.
https://github.com/dead-beef/mirage
Haha yes, I've got custom actions for set wallpaper
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/last-image -s %F
and switch layout
current=$(xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/image-style) ; if [ $current = 5 ]; then new=1 ; else new=$(( $current + 1 )); fi; xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/image-style -s $new
Last edited by tbqhmhsfamilam (2018-05-13 20:14:42)
Offline
I really like Viewior. It's simple, to the point and does its purpose well
Offline
Pages: 1
[ Generated in 0.014 seconds, 11 queries executed - Memory usage: 536.2 KiB (Peak: 537.04 KiB) ]