You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, December 15th 2005, 9:54pm

Kde doesn't show JPG previews

Hi all!
I am running kde on my Gentoo Linux. I'm in trouble with JPG files preview in konqueror and in
my desktop. JPG files preview is totally invisible. I only solved this problem deleting the
/home/myUsername/.kde3.5/ folder recursively and reconfiguring my window manager with Kpersonalizer
at startup. I don't think it's a greath thing to erase anytime that folder in order to solve the problem.
I also think that probably some parameter in some config file contained into the ~/.kde3.5/share/config folder,
could be modified to show jpg previews correctly.
Could someone tell me how to fix this little problem?

Thanks a lot,

thecyborg

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

2

Friday, December 16th 2005, 11:16am

RE: Kde doesn't show JPG previews

Is it only with JPEG or also with other types? You could check if it's enabled in the View menu.
How was Qt configured regarding JPEG? Does it use the built-in JPEG-library or the external one? In case of the latter, maybe it can't find some required libraries.

Does Konqueror spit out useful information when you run it from the console?
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

3

Friday, December 16th 2005, 2:01pm

RE: Kde doesn't show JPG previews

Yes, it's only with JPG Files.. Really, if I see png files on konqueror, their preview was not enabled, but it shows only default png icon type.
Png icon's file is a "camera" (like digital camera)...
Preview is enabled in the view menu on "images".
Sorry but I don't know how Qt is configured, I never seen this configuration. I think it uses the built-in JPEG library, I never modified any parameter in Qt configuration.

Anyway, I post output messages produced by konqueror when running from shell:
I run konqueror, and as I visualize some window containing JPG Files it writes:

Source code

1
konqueror: WARNING: Pixmap not found for mimetype application/x-crossover-jpg

(The error above is repeated many times)

Note that I installed crossover office, but as I remember, deleting ~/kde3.5 all works properly and JPG previews are shown.

On closing Konqueror:

Source code

1
2
3
kio (KDirWatch): WARNING: KDirWatch::removeDir can't handle '/etc/samba/smb.conf'
kio (KDirWatch): WARNING: KDirWatch::removeDir can't handle '/etc/security/fileshare.conf'
kio (KDirWatch): WARNING: KDirWatch::removeDir can't handle '/etc/exports'


But I don't think this message is related to my problem.

This post has been edited 1 times, last edit by "thecyborg" (Dec 16th 2005, 2:02pm)


bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

4

Friday, December 16th 2005, 2:37pm

RE: Kde doesn't show JPG previews

Quoted

Anyway, I post output messages produced by konqueror when running from shell:
I run konqueror, and as I visualize some window containing JPG Files it writes:

Source code

1
konqueror: WARNING: Pixmap not found for mimetype application/x-crossover-jpg

(The error above is repeated many times)

Note that I installed crossover office, but as I remember, deleting ~/kde3.5 all works properly and JPG previews are shown.


It looks like a clear error message to me. But I'm not sure how to fix it. Could you check if there's an (existing!) icon associated with the x-crossover-jpg type, in the File Associations in Konqueror?
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

5

Friday, December 16th 2005, 7:50pm

Thank you so match!
I deleted some entryes into apps in Files Association about x-crossover-office and all back to normality. JPG previews now are shown.
Thereby x-crossover entries conflicts with konqueror. Now it's ok!!!