Find the answer to your Linux question:
Results 1 to 9 of 9
Whenever I want to look at an image on the command line I use Kview, but what I want to use is the standard one you get when you click ...
  1. #1
    Just Joined!
    Join Date
    Mar 2011
    Posts
    10

    How to call the standard image viewer?

    Whenever I want to look at an image on the command line I use Kview, but what I want to use is the standard one you get when you click on an image file in windows mode. For me it's called visionneur d'image cos i'm using linux at my university in France.

  2. #2
    Linux Newbie lugoteehalt's Avatar
    Join Date
    Jan 2004
    Posts
    231
    Does this help? Started 'dolfin', the file manager that KDE offered me in Debian. Clicked a picture and it started 'qwenview'. Gwenview at the command line starts the program.
    All power is violence; all power is evil.
    Money As Debt

  3. #3
    Just Joined!
    Join Date
    Mar 2011
    Posts
    10
    I tried both qwenview and gwenview but neither exist on Debian.

  4. #4
    Linux Newbie
    Join Date
    Sep 2007
    Posts
    137
    Have you tried feh or geeqie?

  5. #5
    Just Joined!
    Join Date
    Mar 2011
    Posts
    10
    Neither feh or geeqie exist either

  6. #6
    Linux Newbie
    Join Date
    Sep 2007
    Posts
    137
    Quote Originally Posted by raybetts89 View Post
    Neither feh or geeqie exist either
    Gwenview, feh and geeqie are available from the Debian repos. Have you updated the package list?

  7. #7
    Just Joined!
    Join Date
    Mar 2011
    Posts
    10
    I don't know how to update the package list. I'm on version 2.22.3
    Surely there would be no need to update the system if the application 'visionneur d'images' already exists for the windows but not in the terminal.

  8. #8
    Linux Newbie lugoteehalt's Avatar
    Join Date
    Jan 2004
    Posts
    231
    Quote Originally Posted by raybetts89 View Post
    I don't know how to update the package list. I'm on version 2.22.3
    Surely there would be no need to update the system if the application 'visionneur d'images' already exists for the windows but not in the terminal.
    Assuming you are newish to this: you should update frequently
    Code:
    apt-get update
    at the command line
    , assuming you are connected to the internet.

    Then, at least is the way I do it - no guru,
    Code:
    aptitude
    as root, and then hit <shift>+plus on any updates and then hit <g> until it installs the security patches etc..

    You can install a good, friendly viewer with:
    Code:
    apt-get install gqview
    gqview - image viewer using GTK+ (transitional package)
    This is the old name for the thing I mentioned above.
    All power is violence; all power is evil.
    Money As Debt

  9. #9
    Linux Engineer rcgreen's Avatar
    Join Date
    May 2006
    Location
    the hills
    Posts
    1,112
    Start the program by clicking an image. Then check its
    menu if it has a help page. This should tell you what command
    to use from the command line.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •