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, August 18th 2005, 6:49pm

Konqueror Previews ONLY for Graphics and Media?

I would like to get Konqueror, running as file manager, to show icons for most file types. However, for graphics files (.jpg, .gif, .png, etc.) and for media files (.mpg, .avi, .wmv, etc.) I would like it to show previews.

Hunting around Configure Konqueror, it looks like my only choices are preview on or off, for "file" which includes all files.

Is there a way to do this selectively, by file type, file extension, whatever?

I am running KDE 3.4.0 under SuSE 9.3.

Thanks!

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Monday, August 22nd 2005, 10:06pm

The previews are created by plugins.

The following command will list all of the respective description files:
#> grep "ServiceTypes=ThumbCreator" $(kde-config --expandvars --install services)/*

If you open them they have a line which says which MIME types they are for.

You can copy any to your user's services directory
#> echo $(kde-config --localprefix)/share/services

And modify that copy.
If you want to remove previews for the listes MIME types, you can just add a new entry to the file like this

Source code

1
Hidden=true


Cheers,
_
Qt/KDE Developer
Debian User

3

Tuesday, August 23rd 2005, 3:40am

To turn on and off previews in Konqueror make certain you are in file manager mode then View -> Preview, and turn on or off the file types that you want or don't want previewed.