Skip navigation.
KDE Developer's Journals

22c3 Work Results: File Browsing Behaviour - Report from User Interviews and a Konqueror Usability Test

el's picture

This year, the chaos communication congress was productive for me: I finally manged to summarise the results of the user interviews and Konqueror usability test we did in August.

Download: Report in PDF [2,5 MB]

Summary:

In a screening test on file browsing behaviour, 21 participants were interviewed on their habits and preferences regarding file management. Six out of the 21 participants then conducted a usability test with Konqueror, the KDE file manager.

The goal was to get a first insight on how users manage the information stored on their computer. Special consideration was given to typical file structures (e.g. broadness and depth of hierarchies), preferred views and icon sizes in a file browser, archiving and deleting behaviour, and usage of drag and drop.

As expected, file structures differed widely among the participants. Still, it was found that less experienced and average users often prefer broad over deep hierarchies, but at the same time try to avoid more than 20 files in a directory. In order to keep a manageable file structure, they delete or archive files from time to time.

Regarding file views it was found that less experienced and average users are lazy to change the defaults, or to switch views in a certain folder. Drag and drop is a popular way of copying and moving files, but is less trusted than context menus.

Regarding Konqueror, the usability test identified some problems with drag and drop, the handling of the views, and inconsistencies in the interface. In the test, the users appreciated Konqueror's thumbnail previews of images, PDFs, HTML and text files. Regarding embedded views, they liked image and HTML previews, but encountered problems with the sound preview. All in all, the users claimed that it was quite easy to use, and that they would soon get used to the interface.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
seele's picture

your survey results are

your survey results are extremely interesting, especially the finding about users not really using search to navigate except to find a file they cannot remember the location to. i think that is extremely valuable, especially to this community (mostly advanced users/hackers), because 'searching' seems to be the answer for everything including user navigation.

the file management behavior reportings are similar to other recent studies (Boardman 2004, Henderson 2004).

excellent report Smiling

zecke123's picture

How to fix the issues in 2.2.6 and 2.2.7

Hi,
first of all the paper prototyping workshop today was quite interesting.

I have not too carefully read the report but the issues described in 2.2.6 and 2.2.7 are likely to blame on me. I think 2.2.7 is easy to fix, we need to update KIO::RenameDlg and probably the mp3/audio plugin to have a better display.

I think 2.2.6 will be tougher to fix. How to differentiate Copy/Move To better from Copy/Paste? I mean the menu entry has the 'Submenu' Indicator. But I guess that does not differentiate it too much.
And yes huge directories are no fun to navigate with the Copy To/Move To plugin, there is even a bug report for that. How to fix that one? Having a QPopupMenu like Gtk+ ones
that gets scroll-indicators to navigate? Or to group directories into groups like gvim/xemacs is doing if you have many files open. Would that be intuitive?

Anyway how to proceed from the report to a workable fix for both problems?

el's picture

wow!

hi zecke,

wow, i did not expect such a fast feedback on the report Smiling

Regarding the Konqueror results, I'd still like to post them in a mailing list (is there something like konqueror-devel??).

For the Copy To/Move To issue: In last week's SVN version, 'copy to' and 'move to' were removed from the context menu, but now they are there again. I'm not quite sure what to do about this issue - a popup window containing a tree structure would be easier to navigate, but I don't want to make suggestions I'm at least 80% sure about. Should we move this discussion to email?

Cheers,
/el

zander's picture

mailing list

> Regarding the Konqueror results, I'd still like to post them in a mailing list (is there something like konqueror-devel??).

See:
http://lists.kde.org/?t=113614629600002&r=1&w=2

(bad) news spreads faster than fire...

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.