4

When I try to open PNG files, I double click them, then nothing happens. I have to go to "Open with" and select F-spot photoviewer to view PNG files.

This is eog, eye of gnome, correct? How can I troubleshoot the default image viewer?

Zanna
  • 72,312
Mittenchops
  • 1,640

2 Answers2

4

Following up on the Glib-GIO-CRITICAL issue, I googled around a little and found it actually was a known issue with libglib. I had another outstanding problem with that, and question on askubuntu. I went ahead with rolling back a version, and the problem was corrected. Details for what was rolled back are here:

How do I downgrade libglib2? (from glib 2.31 to 2.30?)

Mittenchops
  • 1,640
0

Try opening from command line and see if that gives output.

eog /path/to/something.png
jedijf
  • 459