Error Message

Asked by Riverrun

Whenever I try to save an image from the web, I get the following error message: The folder contents could not be displayed, error accessing 'file:///home/user/Pictures ...followed by the name of the file I'm trying to d/load with the message, File not found, tacked on at the end.
I am probably missing some dependency.
There is probably a way of getting Terminal to analyse it.

What command would I use to identify the problem?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Riverrun
Solved:
Last query:
Last reply:
Revision history for this message
Hans Spaans (hspaans) said :
#1

Could you please describe the steps taken to reproduce this. Please also include application(s), website(s) and picture(s).

And one thing you clould check before you continue, please check if the directory Pictures exist in your home directory.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2

Please open a Terminal from the menu Applications->Accessories->Terminal and type:

cd
ls -l

ls -l is lower of "LS -L"

Copy and paste the result here

Thank you

Revision history for this message
Riverrun (buttimersean) said :
#3

user@zip:~$ cd

user@zip:~$ ls -l

total 32

drwxr-xr-x 2 4096 2008-03-23 23:31 Desktop

drwxr-xr-x 9 4096 2008-03-23 22:00 Documents

drwxr-xr-x 23 4096 2008-03-22 18:27 Music

drwxr-xr-x 9 4096 2008-03-23 19:07 Pictures

drwxr-xr-x 5 4096 2008-03-23 01:58 Podcasts

drwxr-xr-x 2 4096 2008-03-06 22:26 Public

drwxr-xr-x 5 4096 2008-03-18 17:43 Templates

drwxr-xr-x 5 4096 2008-03-23 01:35 Videos

Thanks for the help, Guys

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

There is something wrong with the owner and groups of your files:

Here my result:
drwxr-xr-x 2 danilo danilo 4096 Jan 20 02:32 Pictures

What is your username...?

Revision history for this message
Riverrun (buttimersean) said :
#5

Pictures is still there.

Guys, I've wasted your time, it looks like. That error message seems to relate to one particular image on one site. Everything seems normal now.

Revision history for this message
Riverrun (buttimersean) said :
#6

Marcoba, I edited out my user name because it's my real name.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#7

Ha! ok...

Regards

Revision history for this message
Riverrun (buttimersean) said :
#8

Mine comes out like: drwxr-xr-x 9 user user 4096 2008-03-24 01:29 Pictures

It's the same as yours.

Revision history for this message
Riverrun (buttimersean) said :
#9

Thanks again, I appreciate the help.