double click mail in inbox folder

Asked by Don

There is more than one problem. Running Ubuntu 10.10, Evolution 2.23.1
1. When I double-click on mail in my 'inbox' folder a new window opens up with nothing in it. Only the 'inbox' folder has this problem.
2. When I return to the 'inbox' folder sometimes the mail list is blank. It hangs, Msg "Generating Mail List". I have to click on the 'junk' folder and then go back and click on the 'inbox' folder to see the mail list.
3. Right now "There are no messages" is displayed in the 'Junk' folder but the count shows 1.

Added Sun Feb 6
Start mail client Evolution
..... Msg: Error while storing folder 'Inbox', no messages shown in 'Inbox'

Click on 'Junk' Folder and then back to 'Inbox'
..... Msg: Error while generating message list
..... Msg: Error while storing folder
..... Messages now shown in 'Inbox'

-Don

Question information

Language:
English Edit question
Status:
Open
For:
Ubuntu evolution Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jeruvy (jeruvy) said :
#1

Do you have any details about your setup? I have seen some strange things, but this is one I do not recollect and cannot recreate.

Revision history for this message
Jeruvy (jeruvy) said :
#2

Why are you not using the proper Evolution package from the Ubuntu Repositories?

Package: evolution-common (2.30.3-1ubuntu6)

I suspect you have an old version in place.

$ sudo apt-get install --reinstall Evolution

Copy and paste the output from that so we can see what it happening during the install.

I would logout, and then login again and test.

Revision history for this message
Jeruvy (jeruvy) said :
#3

Sorry typo in that command. Use this instead:

$ sudo apt-get install --reinstall evolution

Good luck,

Revision history for this message
Don (dgreen-vermontel) said :
#4

On Tue, 2011-02-08 at 05:28 +0000, Jeruvy wrote:
> Your question #142473 on evolution in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/evolution/+question/142473
>
> Jeruvy proposed the following answer:
> Sorry typo in that command. Use this instead:
>
> $ sudo apt-get install --reinstall evolution
>
> Good luck,
>
Didn't fix it and sorry, I forgot to copy the Terminal window the first
time around.

It is now hanging in Generating Message List for the Inbox Folder,
unless I go back and forth to Drafts or the Junk folder and back to the
Inbox Folder a couple times.

Anyway here is what the Terminal window looks like on the second
reinstall of evolution.

don@don-desktop:~$ sudo apt-get install --reinstall evolution
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 4 not
upgraded.
Need to get 0B/216kB of archives.
After this operation, 0B of additional disk space will be used.
(Reading database ... 202539 files and directories currently installed.)
Preparing to replace evolution 2.32.2-0ubuntu1~maverick1
(using .../evolution_2.32.2-0ubuntu1~maverick1_i386.deb) ...
Unpacking replacement evolution ...
Processing triggers for man-db ...
Processing triggers for gconf2 ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for desktop-file-utils ...
Processing triggers for python-support ...
Setting up evolution (2.32.2-0ubuntu1~maverick1) ...
don@don-desktop:~$

Don ..................................

Revision history for this message
Jeruvy (jeruvy) said :
#5

This bug report seems to lack a lot of detail about this issue, but it looks similar to yours.
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/183136
I'm going to link this to your question.

Try this, its drastic.

$ evolution --force-shutdown
$ cd $HOME
$ mv .evolution .evolution-backup
$ ls .evolution

First we ensure evolution is shutdown. This ensures you are in your home directory, then we move the entire evolution profile (essentially a backup). Then we verify that .evolution does not exist.

Restart evolution, you should have an empty default client. Recreate one account. Test.

Please respond back with your results.

Revision history for this message
Don (dgreen-vermontel) said :
#6

don@don-desktop:~$ evolution --force-shutdown
Evolution process exited normally
don@don-desktop:~$ cd $HOME
don@don-desktop:~$ mv .evolution .evolution-backup
mv: cannot stat `.evolution': No such file or directory
don@don-desktop:~$ ls .evolution
ls: cannot access .evolution: No such file or directory
don@don-desktop:~$

Clicked on the desktop icon for Evolution, it started.
I still have the three mail accounts I've alway had.
I did not have an empty default client.

..................... Don

Revision history for this message
Jeruvy (jeruvy) said :
#7

That makes no sense. Why can't you move that folder?

Try to verify it:

$ ls -la $HOME

It should show up.
If so, then repeat above steps.

If it does not show up you should consider reinstalling evolution.

$ sudo apt-get install --reinstall evolution

Good luck,

Revision history for this message
Don (dgreen-vermontel) said :
#8

On Wed, 2011-02-16 at 21:22 +0000, Jeruvy wrote:
> Your question #142473 on evolution in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/evolution/+question/142473
>
> Status: Open => Answered
>
> Jeruvy proposed the following answer:
> That makes no sense. Why can't you move that folder?
>
> Try to verify it:
>
> $ ls -la $HOME
>
> It should show up.
> If so, then repeat above steps.
>
> If it does not show up you should consider reinstalling evolution.
>
> $ sudo apt-get install --reinstall evolution
>
> Good luck,
>
don@don-desktop:~$ evolution --force-shutdown
Could not find Evolution's process ID
don@don-desktop:~$ cd $HOME
don@don-desktop:~$ mv .evolution .evolution-backup
mv: cannot stat `.evolution': No such file or directory
don@don-desktop:~$ ls .evolution
ls: cannot access .evolution: No such file or directory
don@don-desktop:~$

At this point I restarted evolution and I did NOT have an empty default
client. All emails and accounts are there.

don@don-desktop:~$ evolution --force-shutdown
Could not find Evolution's process ID
don@don-desktop:~$ cd $HOME
don@don-desktop:~$ mv .evolution .evolution-backup
mv: cannot stat `.evolution': No such file or directory
don@don-desktop:~$ ls .evolution
ls: cannot access .evolution: No such file or directory
don@don-desktop:~$
don@don-desktop:~$ ls -la $HOME
total 896
drwxr-xr-x 60 don don 4096 2011-02-17 09:29 .
drwxr-xr-x 3 root root 4096 2010-05-14 14:03 ..
drwx------ 3 don don 4096 2010-05-14 19:59 .adobe
-rw------- 1 don don 1397 2011-02-17 09:31 .bash_history
-rw-r--r-- 1 don don 220 2010-05-14 14:03 .bash_logout
-rw-r--r-- 1 don don 3180 2010-05-14 14:03 .bashrc
drwx------ 2 don don 4096 2010-05-14 14:22 .bogofilter
drwx------ 24 don don 4096 2011-02-17 08:21 .cache
drwx------ 3 don don 4096 2010-05-14 17:08 .compiz
drwxr-xr-x 27 don don 4096 2011-01-22 11:27 .config
drwx------ 2 don don 4096 2010-07-14 11:19 .cups
drwx------ 3 don don 4096 2010-05-14 14:18 .dbus
drwxr-xr-x 2 don don 4096 2011-01-23 14:50 Desktop
-rw-r--r-- 1 don don 41 2011-02-17 08:21 .dmrc
drwxr-xr-x 4 don don 4096 2011-02-16 20:09 Documents
drwxr-xr-x 2 don don 4096 2011-02-14 14:45 Downloads
-rw------- 1 don don 16 2010-05-14 14:18 .esd_auth
drwx------ 4 don don 4096 2011-01-22 11:27 .evolution-backup
-rw-r--r-- 1 don don 167 2010-05-14 14:03 examples.desktop
drwx------ 2 don don 4096 2011-02-10 16:09 .filezilla
drwxr-xr-x 2 don don 4096 2011-02-04 23:34 .fontconfig
drwx------ 4 don don 4096 2011-02-17 08:21 .gconf
drwx------ 2 don don 4096 2011-02-17 09:34 .gconfd
drwx------ 4 don don 4096 2010-05-28 23:39 .gegl-0.0
drwxr-xr-x 22 don don 4096 2010-12-27 23:12 .gimp-2.6
-rw-r----- 1 don don 0 2011-02-07 00:13 .gksu.lock
drwx------ 3 don don 4096 2010-05-14 15:37 .gnash
drwx------ 12 don don 4096 2011-02-16 19:31 .gnome2
drwx------ 2 don don 4096 2010-05-14 14:18 .gnome2_private
drwx------ 2 don don 4096 2010-08-31 07:45 .gnupg
drwxr-xr-x 2 don don 4096 2010-12-27 11:10 .gstreamer-0.10
-rw-r--r-- 1 don don 207 2011-02-17 08:21 .gtk-bookmarks
-rw-r--r-- 1 don don 168 2010-06-22 11:10 .gtk-custom-papers
dr-x------ 2 don don 0 2011-02-17 08:21 .gvfs
drwxr----- 2 don don 4096 2010-07-14 10:33 .hplip
-rw------- 1 don don 93964 2011-02-17 08:21 .ICEauthority
drwxr-xr-x 3 don don 4096 2010-12-07 10:41 .icedteaplugin
drwxr-xr-x 2 don don 4096 2011-01-18 10:21 .icons
drwx------ 3 don don 4096 2010-11-27 20:26 .kde
drwx------ 3 don don 4096 2010-05-14 14:20 .local
drwx------ 3 don don 4096 2010-05-14 19:59 .macromedia
drwx------ 3 don don 4096 2010-07-29 14:40 .mission-control
drwx------ 4 don don 4096 2010-05-14 14:19 .mozilla
drwxr-xr-x 2 don don 4096 2010-05-14 14:18 Music
drwxr-xr-x 2 don don 4096 2010-05-14 14:18 .nautilus
drwxr-xr-x 3 don don 4096 2010-12-07 10:41 .netx
drwxr-xr-x 3 don don 4096 2010-05-14 18:06 .openoffice.org
drwxr-xr-x 2 don don 4096 2010-11-20 23:55 PHP
drwxr-xr-x 5 don don 4096 2011-02-13 08:17 Pictures
drwx------ 3 don don 4096 2010-11-01 08:42 .pki
-rw-r--r-- 1 don don 117 2010-10-08 11:27 .printer-groups.xml
-rw-r--r-- 1 don don 675 2010-05-14 14:03 .profile
drwxr-xr-x 2 don don 4096 2010-11-15 19:42 Public
drwx------ 2 don don 4096 2011-02-17 08:21 .pulse
-rw------- 1 don don 256 2010-05-14 14:18 .pulse-cookie
-rw------- 1 don don 11097 2010-08-28 22:48 .recently-used
-rw------- 1 don don 21222 2011-02-17 09:29 .recently-used.xbel
-rw-r--r-- 1 don don 114705 2010-11-08
22:45 .recently-used.xbel.9A8QLV
-rw-r--r-- 1 don don 126507 2010-11-17
11:14 .recently-used.xbel.SFTOMV
drwxrwx--- 3 don don 4096 2010-06-21 10:59 .sane
drwx------ 2 don don 4096 2010-06-09 19:02 Shared Files
drwxr-xr-x 5 don don 4096 2010-12-14 12:33 .shotwell
drwx------ 3 don don 4096 2010-12-13 10:43 .Skype
drwx------ 2 don don 4096 2010-05-14 14:18 .ssh
-rw-r--r-- 1 don don 0 2010-05-14
15:36 .sudo_as_admin_successful
drwxr-xr-x 2 don don 4096 2010-05-14 14:18 Templates
drwxr-xr-x 2 don don 4096 2010-05-15 02:41 .themes
drwx------ 5 don don 4096 2010-06-19 16:01 .thumbnails
drwx------ 3 don don 4096 2011-02-12 16:42 .thunderbird
drwx------ 2 don don 4096 2010-07-01 11:47 .tsclient
drwxrwxr-x 2 don don 4096 2010-08-13 15:31 Ubuntu One
drwxr-xr-x 2 don don 4096 2010-05-14 14:19 .update-manager-core
drwx------ 2 don don 4096 2010-11-01 08:43 .update-notifier
drwxr-xr-x 2 don don 4096 2010-05-14 14:18 Videos
drwxr-xr-x 2 don don 4096 2010-08-27 02:29 .wapi
drwxr-xr-x 4 don don 4096 2010-08-27 01:10 .wine
drwxr-xr-x 2 don don 4096 2011-02-15 09:32 .xine
drwxr-xr-x 2 don don 4096 2010-11-27 20:16 .xinput.d
-rw------- 1 don don 103654 2011-02-17 09:34 .xsession-errors
-rw------- 1 don don 137800 2011-02-16 22:24 .xsession-errors.old
don@don-desktop:~$

At this point ... All emails and accounts are still there.

don@don-desktop:~$ evolution --force-shutdown
Could not find Evolution's process ID
don@don-desktop:~$ cd $HOME
don@don-desktop:~$ mv .evolution .evolution-backup
mv: cannot stat `.evolution': No such file or directory
don@don-desktop:~$ ls .evolution
ls: cannot access .evolution: No such file or directory
don@don-desktop:~$
don@don-desktop:~$ ls -la $HOME
total 896
drwxr-xr-x 60 don don 4096 2011-02-17 09:29 .
drwxr-xr-x 3 root root 4096 2010-05-14 14:03 ..
drwx------ 3 don don 4096 2010-05-14 19:59 .adobe
-rw------- 1 don don 1397 2011-02-17 09:31 .bash_history
-rw-r--r-- 1 don don 220 2010-05-14 14:03 .bash_logout
-rw-r--r-- 1 don don 3180 2010-05-14 14:03 .bashrc
drwx------ 2 don don 4096 2010-05-14 14:22 .bogofilter
drwx------ 24 don don 4096 2011-02-17 08:21 .cache
drwx------ 3 don don 4096 2010-05-14 17:08 .compiz
drwxr-xr-x 27 don don 4096 2011-01-22 11:27 .config
drwx------ 2 don don 4096 2010-07-14 11:19 .cups
drwx------ 3 don don 4096 2010-05-14 14:18 .dbus
drwxr-xr-x 2 don don 4096 2011-01-23 14:50 Desktop
-rw-r--r-- 1 don don 41 2011-02-17 08:21 .dmrc
drwxr-xr-x 4 don don 4096 2011-02-16 20:09 Documents
drwxr-xr-x 2 don don 4096 2011-02-14 14:45 Downloads
-rw------- 1 don don 16 2010-05-14 14:18 .esd_auth
drwx------ 4 don don 4096 2011-01-22 11:27 .evolution-backup
-rw-r--r-- 1 don don 167 2010-05-14 14:03 examples.desktop
drwx------ 2 don don 4096 2011-02-10 16:09 .filezilla
drwxr-xr-x 2 don don 4096 2011-02-04 23:34 .fontconfig
drwx------ 4 don don 4096 2011-02-17 08:21 .gconf
drwx------ 2 don don 4096 2011-02-17 09:34 .gconfd
drwx------ 4 don don 4096 2010-05-28 23:39 .gegl-0.0
drwxr-xr-x 22 don don 4096 2010-12-27 23:12 .gimp-2.6
-rw-r----- 1 don don 0 2011-02-07 00:13 .gksu.lock
drwx------ 3 don don 4096 2010-05-14 15:37 .gnash
drwx------ 12 don don 4096 2011-02-16 19:31 .gnome2
drwx------ 2 don don 4096 2010-05-14 14:18 .gnome2_private
drwx------ 2 don don 4096 2010-08-31 07:45 .gnupg
drwxr-xr-x 2 don don 4096 2010-12-27 11:10 .gstreamer-0.10
-rw-r--r-- 1 don don 207 2011-02-17 08:21 .gtk-bookmarks
-rw-r--r-- 1 don don 168 2010-06-22 11:10 .gtk-custom-papers
dr-x------ 2 don don 0 2011-02-17 08:21 .gvfs
drwxr----- 2 don don 4096 2010-07-14 10:33 .hplip
-rw------- 1 don don 93964 2011-02-17 08:21 .ICEauthority
drwxr-xr-x 3 don don 4096 2010-12-07 10:41 .icedteaplugin
drwxr-xr-x 2 don don 4096 2011-01-18 10:21 .icons
drwx------ 3 don don 4096 2010-11-27 20:26 .kde
drwx------ 3 don don 4096 2010-05-14 14:20 .local
drwx------ 3 don don 4096 2010-05-14 19:59 .macromedia
drwx------ 3 don don 4096 2010-07-29 14:40 .mission-control
drwx------ 4 don don 4096 2010-05-14 14:19 .mozilla
drwxr-xr-x 2 don don 4096 2010-05-14 14:18 Music
drwxr-xr-x 2 don don 4096 2010-05-14 14:18 .nautilus
drwxr-xr-x 3 don don 4096 2010-12-07 10:41 .netx
drwxr-xr-x 3 don don 4096 2010-05-14 18:06 .openoffice.org
drwxr-xr-x 2 don don 4096 2010-11-20 23:55 PHP
drwxr-xr-x 5 don don 4096 2011-02-13 08:17 Pictures
drwx------ 3 don don 4096 2010-11-01 08:42 .pki
-rw-r--r-- 1 don don 117 2010-10-08 11:27 .printer-groups.xml
-rw-r--r-- 1 don don 675 2010-05-14 14:03 .profile
drwxr-xr-x 2 don don 4096 2010-11-15 19:42 Public
drwx------ 2 don don 4096 2011-02-17 08:21 .pulse
-rw------- 1 don don 256 2010-05-14 14:18 .pulse-cookie
-rw------- 1 don don 11097 2010-08-28 22:48 .recently-used
-rw------- 1 don don 21222 2011-02-17 09:29 .recently-used.xbel
-rw-r--r-- 1 don don 114705 2010-11-08
22:45 .recently-used.xbel.9A8QLV
-rw-r--r-- 1 don don 126507 2010-11-17
11:14 .recently-used.xbel.SFTOMV
drwxrwx--- 3 don don 4096 2010-06-21 10:59 .sane
drwx------ 2 don don 4096 2010-06-09 19:02 Shared Files
drwxr-xr-x 5 don don 4096 2010-12-14 12:33 .shotwell
drwx------ 3 don don 4096 2010-12-13 10:43 .Skype
drwx------ 2 don don 4096 2010-05-14 14:18 .ssh
-rw-r--r-- 1 don don 0 2010-05-14
15:36 .sudo_as_admin_successful
drwxr-xr-x 2 don don 4096 2010-05-14 14:18 Templates
drwxr-xr-x 2 don don 4096 2010-05-15 02:41 .themes
drwx------ 5 don don 4096 2010-06-19 16:01 .thumbnails
drwx------ 3 don don 4096 2011-02-12 16:42 .thunderbird
drwx------ 2 don don 4096 2010-07-01 11:47 .tsclient
drwxrwxr-x 2 don don 4096 2010-08-13 15:31 Ubuntu One
drwxr-xr-x 2 don don 4096 2010-05-14 14:19 .update-manager-core
drwx------ 2 don don 4096 2010-11-01 08:43 .update-notifier
drwxr-xr-x 2 don don 4096 2010-05-14 14:18 Videos
drwxr-xr-x 2 don don 4096 2010-08-27 02:29 .wapi
drwxr-xr-x 4 don don 4096 2010-08-27 01:10 .wine
drwxr-xr-x 2 don don 4096 2011-02-15 09:32 .xine
drwxr-xr-x 2 don don 4096 2010-11-27 20:16 .xinput.d
-rw------- 1 don don 103654 2011-02-17 09:34 .xsession-errors
-rw------- 1 don don 137800 2011-02-16 22:24 .xsession-errors.old
don@don-desktop:~$ sudo apt-get install --reinstall evolution
[sudo] password for don:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer
required:
  linux-headers-2.6.37-12-generic linux-headers-2.6.37-12
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 6 not
upgraded.
Need to get 0B/216kB of archives.
After this operation, 0B of additional disk space will be used.
(Reading database ... 228189 files and directories currently installed.)
Preparing to replace evolution 2.32.2-0ubuntu1~maverick1
(using .../evolution_2.32.2-0ubuntu1~maverick1_i386.deb) ...
Unpacking replacement evolution ...
Processing triggers for man-db ...
Processing triggers for gconf2 ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for desktop-file-utils ...
Processing triggers for python-support ...
Setting up evolution (2.32.2-0ubuntu1~maverick1) ...
don@don-desktop:~$ ls .evolution
ls: cannot access .evolution: No such file or directory
don@don-desktop:~$

 ... All emails and accounts are still there.

Revision history for this message
Jeruvy (jeruvy) said :
#9

Ok looking at this you already have moved .evolution to .evolution-backup.

drwx------ 4 don don 4096 2011-01-22 11:27 .evolution-backup

So I'm wondering if this is your issue..

Lets move .evolution-backup,

$ evolution --force-shutdown
$ mv $HOME/.evolution-backup $HOME/Documents/.evolution-old

Now logout, then login again. Start evolution.

Please report back your results. Include:

- Another 'ls -la $HOME'

Cheers,

Revision history for this message
Don (dgreen-vermontel) said :
#10

On Thu, 2011-02-17 at 22:25 +0000, Jeruvy wrote:
> Your question #142473 on evolution in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/evolution/+question/142473
>
> Status: Open => Needs information
>
> Jeruvy requested for more information:
> Ok looking at this you already have moved .evolution to .evolution-
> backup.
>
> drwx------ 4 don don 4096 2011-01-22 11:27 .evolution-backup
>
> So I'm wondering if this is your issue..
>
> Lets move .evolution-backup,
>
> $ evolution --force-shutdown
> $ mv $HOME/.evolution-backup $HOME/Documents/.evolution-old
>
> Now logout, then login again. Start evolution.
>
> Please report back your results. Include:
>
> - Another 'ls -la $HOME'
>
> Cheers,

Results are the same ...................

don@don-desktop:~$ ls -la $HOME
total 900
drwxr-xr-x 59 don don 4096 2011-02-17 19:15 .
drwxr-xr-x 3 root root 4096 2010-05-14 14:03 ..
drwx------ 3 don don 4096 2010-05-14 19:59 .adobe
-rw------- 1 don don 1677 2011-02-17 19:16 .bash_history
-rw-r--r-- 1 don don 220 2010-05-14 14:03 .bash_logout
-rw-r--r-- 1 don don 3180 2010-05-14 14:03 .bashrc
drwx------ 2 don don 4096 2010-05-14 14:22 .bogofilter
drwx------ 24 don don 4096 2011-02-17 19:14 .cache
drwx------ 3 don don 4096 2010-05-14 17:08 .compiz
drwxr-xr-x 27 don don 4096 2011-01-22 11:27 .config
drwx------ 2 don don 4096 2010-07-14 11:19 .cups
drwx------ 3 don don 4096 2010-05-14 14:18 .dbus
drwxr-xr-x 2 don don 4096 2011-01-23 14:50 Desktop
-rw-r--r-- 1 don don 41 2011-02-17 19:14 .dmrc
drwxr-xr-x 5 don don 4096 2011-02-17 19:13 Documents
drwxr-xr-x 2 don don 4096 2011-02-14 14:45 Downloads
-rw------- 1 don don 16 2010-05-14 14:18 .esd_auth
-rw-r--r-- 1 don don 167 2010-05-14 14:03 examples.desktop
drwx------ 2 don don 4096 2011-02-10 16:09 .filezilla
drwxr-xr-x 2 don don 4096 2011-02-04 23:34 .fontconfig
drwx------ 4 don don 4096 2011-02-17 19:14 .gconf
drwx------ 2 don don 4096 2011-02-17 19:17 .gconfd
drwx------ 4 don don 4096 2010-05-28 23:39 .gegl-0.0
drwxr-xr-x 22 don don 4096 2010-12-27 23:12 .gimp-2.6
-rw-r----- 1 don don 0 2011-02-07 00:13 .gksu.lock
drwx------ 3 don don 4096 2010-05-14 15:37 .gnash
drwx------ 12 don don 4096 2011-02-16 19:31 .gnome2
drwx------ 2 don don 4096 2010-05-14 14:18 .gnome2_private
drwx------ 2 don don 4096 2010-08-31 07:45 .gnupg
drwxr-xr-x 2 don don 4096 2010-12-27 11:10 .gstreamer-0.10
-rw-r--r-- 1 don don 207 2011-02-17 19:14 .gtk-bookmarks
-rw-r--r-- 1 don don 168 2010-06-22 11:10 .gtk-custom-papers
dr-x------ 2 don don 0 2011-02-17 19:14 .gvfs
drwxr----- 2 don don 4096 2010-07-14 10:33 .hplip
-rw------- 1 don don 94302 2011-02-17 19:14 .ICEauthority
drwxr-xr-x 3 don don 4096 2010-12-07 10:41 .icedteaplugin
drwxr-xr-x 2 don don 4096 2011-01-18 10:21 .icons
drwx------ 3 don don 4096 2010-11-27 20:26 .kde
drwx------ 3 don don 4096 2010-05-14 14:20 .local
drwx------ 3 don don 4096 2010-05-14 19:59 .macromedia
drwx------ 3 don don 4096 2010-07-29 14:40 .mission-control
drwx------ 4 don don 4096 2010-05-14 14:19 .mozilla
drwxr-xr-x 2 don don 4096 2010-05-14 14:18 Music
drwxr-xr-x 2 don don 4096 2010-05-14 14:18 .nautilus
drwxr-xr-x 3 don don 4096 2010-12-07 10:41 .netx
drwxr-xr-x 3 don don 4096 2010-05-14 18:06 .openoffice.org
drwxr-xr-x 2 don don 4096 2010-11-20 23:55 PHP
drwxr-xr-x 5 don don 4096 2011-02-13 08:17 Pictures
drwx------ 3 don don 4096 2010-11-01 08:42 .pki
-rw-r--r-- 1 don don 117 2010-10-08 11:27 .printer-groups.xml
-rw-r--r-- 1 don don 675 2010-05-14 14:03 .profile
drwxr-xr-x 2 don don 4096 2010-11-15 19:42 Public
drwx------ 2 don don 4096 2011-02-17 19:14 .pulse
-rw------- 1 don don 256 2010-05-14 14:18 .pulse-cookie
-rw------- 1 don don 11097 2010-08-28 22:48 .recently-used
-rw------- 1 don don 21222 2011-02-17 19:15 .recently-used.xbel
-rw-r--r-- 1 don don 114705 2010-11-08
22:45 .recently-used.xbel.9A8QLV
-rw-r--r-- 1 don don 126507 2010-11-17
11:14 .recently-used.xbel.SFTOMV
drwxrwx--- 3 don don 4096 2010-06-21 10:59 .sane
drwx------ 2 don don 4096 2010-06-09 19:02 Shared Files
drwxr-xr-x 5 don don 4096 2010-12-14 12:33 .shotwell
drwx------ 3 don don 4096 2010-12-13 10:43 .Skype
drwx------ 2 don don 4096 2010-05-14 14:18 .ssh
-rw-r--r-- 1 don don 0 2010-05-14
15:36 .sudo_as_admin_successful
drwxr-xr-x 2 don don 4096 2010-05-14 14:18 Templates
drwxr-xr-x 2 don don 4096 2010-05-15 02:41 .themes
drwx------ 5 don don 4096 2010-06-19 16:01 .thumbnails
drwx------ 3 don don 4096 2011-02-12 16:42 .thunderbird
drwx------ 2 don don 4096 2010-07-01 11:47 .tsclient
drwxrwxr-x 2 don don 4096 2010-08-13 15:31 Ubuntu One
drwxr-xr-x 2 don don 4096 2010-05-14 14:19 .update-manager-core
drwx------ 2 don don 4096 2010-11-01 08:43 .update-notifier
drwxr-xr-x 2 don don 4096 2010-05-14 14:18 Videos
drwxr-xr-x 2 don don 4096 2010-08-27 02:29 .wapi
drwxr-xr-x 4 don don 4096 2010-08-27 01:10 .wine
drwxr-xr-x 2 don don 4096 2011-02-15 09:32 .xine
drwxr-xr-x 2 don don 4096 2010-11-27 20:16 .xinput.d
-rw------- 1 don don 61295 2011-02-17 19:17 .xsession-errors
-rw------- 1 don don 190764 2011-02-17 19:13 .xsession-errors.old
don@don-desktop:~$

Can you help with this problem?

Provide an answer of your own, or ask Don for more information if necessary.

To post a message you must log in.