You are not logged in.
In eog and ristretto, .jpg picture don't working. But web browser open it. I use Xfce 4.10. I have next problem with python2. When I type: python2 I see:
File "/usr/lib/python3.2/site.py", line 159
file = sys.stderr)
^
SyntaxError: invalid syntax
Last edited by sobota (2012-06-14 15:49:05)
Offline
What happens if you try opening it in a terminal, i.e. ristretto filename.jpg?
Offline
1. Run eog and ristretto in your terminal and see what output you get when you try to load a .jpeg image.
2. Seems like you want to use Python2 & Python3 simultaneously:
File "/usr/lib/python3.2/site.py", line 159
P.S.: Don't merge unrelated issues in one thread as it may be confusing for people who may want to help you.
Last edited by bohoomil (2012-06-09 14:10:51)
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
What happens if you try opening it in a terminal, i.e. ristretto filename.jpg?
Nothing especial. No sepecial message show, next app open and show other picture.
Last edited by sobota (2012-06-09 14:16:41)
Offline
Is your system updated? Run
pacman -Syyu
just in case.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Yes, my system is updated.
Offline
Maybe we have some hints what may cause this trouble with .jpg file?
Sory for double post.
Last edited by sobota (2012-06-10 16:47:35)
Offline
I solved my problem with *.jpg files. Solution is install:
gdk-pixbuf2
I think that this packed should by in dependencies for some app.
Last edited by sobota (2012-06-14 15:48:43)
Offline
If you installed ristretto from the Arch repos, then you should have had gdk-pixbuf2 installed.
ristretto -> libxfce4ui -> gtk2 -> gtk-update-icon-cache -> gdk-pixbuf2
Offline