Image viewers provided by MX Linux Xfce  [Solved]

Message
Author
advice1010
Posts: 334
Joined: Tue Feb 21, 2023 3:50 pm

Image viewers provided by MX Linux Xfce

#1 Post by advice1010 »

My goal is to try to be able to use as many of the programs that MX Linux Xfce comes with by default.
First off I want to say whoever is picking out the software provided with MX Linux Xfce is doing a great job overall, many of the programs chosen have tons of settings to play with. However, through no fault of MX unfortunately noticing that a couple of these programs that have tons of settings, I keep on finding little expected features missing that end up compromising my goal mentioned above.

NOMACS
I found two issues with it, one I for some reason cannot remember at the moment, the other was in full screen mode mouse cursor does not hide, which is very important for what I am trying to use it for. Doing research this is a reported bug, but it does not appear that the project is being worked on anymore?

FEH
At first I was questioning why was this program even included, doesn’t seem to have many features? Then I looked at its manual and was shut up pretty quickly, Wow! :)

I have images associated with FEH and I use file managers to open image files.
The command that was originally used by this program in MX was

Code: Select all

feh %U
This made it so that the common hotkey of using the arrow keys left & right to navigate to previous & next in the current selected folder did not work.
I then modified the command with the following.

Code: Select all

feh %D --fullscreen –hide-pointer
I just noticed that when actually trying to use this that no matter what image you select to view, it now automatically opens the first image in the directory no matter what and the only way to see the other images is to navigate using left/right arrows.
I want this to show the image of the file selected and start from there next / previous.
Hopefully there is a simple solution for this because I really like this program.

If anyone has any solutions please let me know.
Thank You
Last edited by advice1010 on Fri Sep 08, 2023 12:34 pm, edited 7 times in total.

advice1010
Posts: 334
Joined: Tue Feb 21, 2023 3:50 pm

Re: Image viewers provided by MX Linux Xfce

#2 Post by advice1010 »

Not the point of this post but another example of fully featured programs missing expected features….
-QPDFView has tons of features, but does not appear to have the common text selection tool, doing research I found that it has the ability to highlight with a rectangle but has some drawbacks. Not a feature I use a great deal but want it to be there.

Charlie Brown

Re: Image viewers provided by MX Linux Xfce

#3 Post by Charlie Brown »

I've been using xviewer and viewnior happily for years to simply view/navigate images, light, simple, fast, easy (afaik the xviewer was already forked from the latter and they're very similar)

Code: Select all

$ apt show xviewer
...
Original-Maintainer: Linux Mint <root@linuxmint.com>
Installed-Size: 7,547 kB
...
Homepage: https://github.com/linuxmint/xviewer
Download-Size: 1,178 kB
...
Description: Image viewer
 Xviewer is a simple image viewer which uses the gdk-pixbuf library.  It can
 deal with large images, and zoom and scroll with constant memory usage. Its
 goals are simplicity and standards compliance.

Code: Select all

$ apt show viewnior 
...
Maintainer: Dariusz Dwornikowski <dariusz.dwornikowski@cs.put.poznan.pl>
Installed-Size: 679 kB
...
Homepage: http://xsisqox.github.io/Viewnior/
Download-Size: 137 kB
...
Description: simple, fast and elegant image viewer
 This is Viewnior, an image viewer program. Created to be simple, fast
 and elegant. Its minimalistic interface provides more screenspace for
 your images. Among its features are:
 .
  * Fullscreen & Slideshow
  * Rotate, flip, crop, save, delete images
  * Animation support
  * Browse only selected images
  * Navigation window
  * Set image as wallpaper (under GNOME, Fluxbox and LXDE)
  * Simple interface
  * Configurable mouse actions

User avatar
CharlesV
Global Moderator
Posts: 7078
Joined: Sun Jul 07, 2019 5:11 pm

Re: Image viewers provided by MX Linux Xfce

#4 Post by CharlesV »

If you create a custom action in thunar, setting the following, then it works fine for me.

Code: Select all

feh %f;
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

Charlie Brown

Re: Image viewers provided by MX Linux Xfce  [Solved]

#5 Post by Charlie Brown »

Code: Select all

feh -FY --start-at %f
Also you can (to display file names (path) on top left):

Code: Select all

feh -FYd --start-at %f

advice1010
Posts: 334
Joined: Tue Feb 21, 2023 3:50 pm

Re: Image viewers provided by MX Linux Xfce

#6 Post by advice1010 »

@CharlesV
Thank you for your response, but then wouldn't I have to use the CM to open images or use a hotkey?

@Charlie Brown
Thank you for your response and your recommendations, I didn't see "xviewer" in the repo but I did see "viewnior" I will give it a look.
I just saw that you made another response, good grief.
I tried the two commands that you mentioned and they appear to work great, I think you solved it.
I don't care what Lucy says, in my eyes you are no blockhead.
Thank you Charlie Brown :)

User avatar
jeffreyC
Posts: 522
Joined: Mon May 27, 2019 10:39 am

Re: Image viewers provided by MX Linux Xfce

#7 Post by jeffreyC »

xviewer is in the Linux Mint Debian Edition repos:

http://packages.linuxmint.com/list.php?release=faye

You could put in a request for it to be packaged for MX.

User avatar
CharlesV
Global Moderator
Posts: 7078
Joined: Sun Jul 07, 2019 5:11 pm

Re: Image viewers provided by MX Linux Xfce

#8 Post by CharlesV »

advice1010 wrote: Sat Sep 09, 2023 3:37 pm @CharlesV
Thank you for your response, but then wouldn't I have to use the CM to open images or use a hotkey?
If your in Thunar, you would just right click on the file and choose your action that you created.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
bin
Posts: 68
Joined: Sun Aug 30, 2009 1:53 am

Re: Image viewers provided by MX Linux Xfce

#9 Post by bin »

Geeqie. Been my default viewer since it forked/took over.

Full screen mode - no mouse cursor unless you touch the mouse. If you do you get the mouse cursor for about 3 seconds - then it vanishes.

Huge range of keyboard options for navigation and just about everything else as well.

Post Reply

Return to “Software / Configuration”