[Bug 530541] Re: desktopcouch-service crashed with RuntimeError in run_couchdb()

2010-05-31 Thread Tom Imhof
Hello,

I just had to set up my 64-bit and my 32-bit boxes again - and since I
had to do this anyway, it gave me a chance to test this again both
setups.

Results:

1. 32-bit system: gwibber starts fine both booting from the installation CD and 
after installing to the harddrive
2. 64-bit system: gwibber starts fine if booted from the installation CD, it 
fails with the exact same errors as above when running it after installation

Are we all on 64-bit systems here on the thread?

thanks,
Tom

-- 
desktopcouch-service crashed with RuntimeError in run_couchdb()
https://bugs.launchpad.net/bugs/530541
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 530541] Re: desktopcouch-service crashed with RuntimeError in run_couchdb()

2010-05-31 Thread Tom Imhof
... oh and since I have nothing in my hosts file, I actually do not
think this is really the core of the problem after all. At least not for
my stubbornly unsocial 64-bit macbook;-)

-- 
desktopcouch-service crashed with RuntimeError in run_couchdb()
https://bugs.launchpad.net/bugs/530541
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 530541] Re: desktopcouch-service crashed with RuntimeError in run_couchdb()

2010-04-23 Thread Tom Imhof
I just tested this again with the latest Lucid update - desktopcouch
0.6.4.-0ubuntu3 - still no luck. I get the same errors as before :(

Command line output:

t...@mumble:~$ gwibber

** (gwibber:15553): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber:15553): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber:15553): WARNING **: Trying to register gtype 
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Apache CouchDB has started, time to relax.
WARNING:root:Pid file does not contain int: '\n\n'
WARNING:root:Pid file does not contain int: '\n\n'
WARNING:root:Pid file does not contain int: '\n\n'
WARNING:root:Pid file does not contain int: '\n\n'
WARNING:root:Pid file does not contain int: '\n\n'
WARNING:root:Pid file does not contain int: '\n\n'
ERROR:root:Starting couchdb failed on try 0
Traceback (most recent call last):
  File /usr/lib/python2.6/dist-packages/desktopcouch/start_local_couchdb.py, 
line 251, in start_couchdb
pid, port = run_couchdb(ctx=ctx)
  File /usr/lib/python2.6/dist-packages/desktopcouch/start_local_couchdb.py, 
line 132, in run_couchdb
raise RuntimeError(Can not start couchdb.)
RuntimeError: Can not start couchdb.
WARNING:root:Pid file does not contain int: '\n\n'
Apache CouchDB has started, time to relax.
WARNING:root:Pid file does not contain int: '\n\n\n'
WARNING:root:Pid file does not contain int: '\n\n\n'
WARNING:root:Pid file does not contain int: '\n\n\n\n'
WARNING:root:Pid file does not contain int: '\n\n\n\n'
WARNING:root:Pid file does not contain int: '\n\n\n\n'
WARNING:root:Pid file does not contain int: '\n\n\n\n'
WARNING:root:Pid file does not contain int: '\n\n\n\n'
WARNING:root:Pid file does not contain int: '\n\n\n\n'
ERROR:root:Starting couchdb failed on try 1
Traceback (most recent call last):
  File /usr/lib/python2.6/dist-packages/desktopcouch/start_local_couchdb.py, 
line 251, in start_couchdb
pid, port = run_couchdb(ctx=ctx)
  File /usr/lib/python2.6/dist-packages/desktopcouch/start_local_couchdb.py, 
line 132, in run_couchdb
raise RuntimeError(Can not start couchdb.)
RuntimeError: Can not start couchdb.
WARNING:root:Pid file does not contain int: '\n\n\n\n'
Apache CouchDB has started, time to relax.
WARNING:root:Pid file does not contain int: '\n\n\n\n\n'
WARNING:root:Pid file does not contain int: '\n\n\n\n\n'
WARNING:root:Pid file does not contain int: '\n\n\n\n\n\n'
WARNING:root:Pid file does not contain int: '\n\n\n\n\n\n'
WARNING:root:Pid file does not contain int: '\n\n\n\n\n\n'
WARNING:root:Pid file does not contain int: '\n\n\n\n\n\n'
WARNING:root:Pid file does not contain int: '\n\n\n\n\n\n'
WARNING:root:Pid file does not contain int: '\n\n\n\n\n\n\n'
ERROR:root:Starting couchdb failed on try 2
Traceback (most recent call last):
  File /usr/lib/python2.6/dist-packages/desktopcouch/start_local_couchdb.py, 
line 251, in start_couchdb
pid, port = run_couchdb(ctx=ctx)
  File /usr/lib/python2.6/dist-packages/desktopcouch/start_local_couchdb.py, 
line 132, in run_couchdb
raise RuntimeError(Can not start couchdb.)
RuntimeError: Can not start couchdb.

etc. - it tries several times to bring up the couch...

Interesting side note:

It was said above that the the PID file contains the port number,
however, my PID file is completely empty except for several line breaks
that are written during the startup process of the couch service (you
can see the number of \n occurences growing in the command line output
above.

Ubuntuone is working ok for me since today - before it would not let me
register the machine, but now this is working, so I do not think both
issues are related.

-- 
desktopcouch-service crashed with RuntimeError in run_couchdb()
https://bugs.launchpad.net/bugs/530541
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 530541] Re: desktopcouch-service crashed with RuntimeError in run_couchdb()

2010-04-10 Thread Tom Imhof
Nope, deleting the pid file does not fix the problem for me either.

-- 
desktopcouch-service crashed with RuntimeError in run_couchdb()
https://bugs.launchpad.net/bugs/530541
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 530541] Re: desktopcouch-service crashed with RuntimeError in run_couchdb()

2010-04-08 Thread Tom Imhof
Same issues with gwibber and U1, running a fresh install 64-bit lucid on
a white macbook 5.2.

-- 
desktopcouch-service crashed with RuntimeError in run_couchdb()
https://bugs.launchpad.net/bugs/530541
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551438] Re: Eats CPU time

2010-04-02 Thread Tom Imhof
Same issue with a 2009 white Macbook (5,2) running Lucid beta. Pommed is
constantly at around 15 % CPU time. As a result, the fan is on most of
the time and battery life is down to 2 hours (4 hours running OSX). This
is not ideal...

-- 
Eats CPU time
https://bugs.launchpad.net/bugs/551438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211252] Re: Cannot recieve files using bluetooth

2008-10-17 Thread Tom Imhof
I would like to open this bug again, running regularily updated
intrepid.

I can confirm that I was able to copy files from the phone (LG KU990)
and to the phone with bluez utils 3.x, however, the recent update to
version 4.12 of bluez utils breaks the direction phone to PC.

*With bluez-utils 4.12 my LG KU990 displays the message Failed to send to ...  
when sending a file to the PC (Asus eeepc 990 as well as HP NC 4010)
*Sending from the PC to the phone works fine
*Opening the phone via Browse device from the Bluetooth applet shows an empty 
Nautilus window. *Coping files from the PC into this window fails - message: 
Operation not supported by backend.

I do not want to rain on anybody's parade, but it do not understand the
reasoning behind replacing working versions with unstable software at
this point in time? I mean, it is not so much time to go until the
release of 8.10 LTS, no?

Anyway, should there be a solution, please let me know, also, if you need any 
debugging information (hcidump etc.), gimmie a shout. 
cheers
tom

-- 
Cannot recieve files using bluetooth
https://bugs.launchpad.net/bugs/211252
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-09-09 Thread Tom Imhof
Hi Onkar,

in the meantime I found out that my problem really was a hardware issue.
The built in bluetooth adapter on my laptop must have died  just around
the time I upgraded to Intrepid.

I re-installed Hardy and found that the bluetooth adapter did not work
there either - it did work before, so I was almost sure that I must have
been experiencing a hardware issue. To prove it to myself and also to
re-enable bluetooth for me, I bought a bluetooth USB device - plugged it
in and everything was fine.

So, I upgraded again to Intrepid - bluetooth was not working again, the
adapter was found, though.

I had to install the new splitted packages to get everything up and
running again.

so, as far as I am concerned, the issue can be closed. However - users
will be puzzled due to the missing bluetooth packages, so I would
recommend to have the dist-upgrade install them automatically.

cheers
tom

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-08-12 Thread Tom Imhof
Hello,

is anybody taking care of this? Please let me know, if you need more details.
Thanks,
tom

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] [NEW] Bluetooth not working on Intrepid

2008-08-01 Thread Tom Imhof
Public bug reported:

Binary package hint: bluetooth

Bluetooth is not working for me at all with my HP nc4010 Laptop after
upgrading to Intrepid Alpha 3. It was working fine with 8.04. Please let
me know which additional information (logs etc.)  you would need from me
in order to trace this down.

** Affects: bluez-utils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-08-01 Thread Tom Imhof
daemon log gives a bit more information - screenshot attached.
cheers
tom


** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/16488914/Screenshot.png

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254123] Re: Bluetooth not working on Intrepid

2008-08-01 Thread Tom Imhof
As a side note, this has also been reported on the Ubuntu Forums:
http://ubuntuforums.org/showthread.php?p=5506936

-- 
Bluetooth not working on Intrepid
https://bugs.launchpad.net/bugs/254123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 251991] Re: Mounted USB harddrive showes twice on the desktop - right click one of the icons and choose Unmount Volume results in error DBus error org.gtk.Private.RemoteVolumeMonitor.NotFound:

2008-07-28 Thread Tom Imhof
and here is my lshal output - the drive in question is /dev/sdb

cheers
tom

** Attachment added: lshal.txt
   http://launchpadlibrarian.net/16375326/lshal.txt

-- 
Mounted USB harddrive showes twice on the desktop - right click one of the 
icons and choose Unmount Volume results in error DBus error 
org.gtk.Private.RemoteVolumeMonitor.NotFound: The given mount was not found
https://bugs.launchpad.net/bugs/251991
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 251991] Re: Mounted USB harddrive showes twice on the desktop - right click one of the icons and choose Unmount Volume results in error DBus error org.gtk.Private.RemoteVolumeMonitor.NotFound:

2008-07-26 Thread Tom Imhof
@A.Walton - I can reproduce this each time I plug in a USB drive. The
exact automatic behavior, when I plug in the external USB drive is:

Nautilus opens one window at /media/drivename
Nautilus opens a second window at /media/drivename
Nautilus shows an error message, saying: Unable to mount drivename - DBus 
error org.gtk.Private.RemoteVolumeMonitor.NotFound: The given volume was not 
found

Not sure, but probably it tries to mount the drive a third time and
fails?

Anyway - once I click away the message, the behavior is as described in
my original bug report.

Hope it helps!

Cheers
tom

-- 
Mounted USB harddrive showes twice on the desktop - right click one of the 
icons and choose Unmount Volume results in error DBus error 
org.gtk.Private.RemoteVolumeMonitor.NotFound: The given mount was not found
https://bugs.launchpad.net/bugs/251991
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 252088] [NEW] Gnome Menu - Places - Bookmarks: Folder icons not theme compliant

2008-07-26 Thread Tom Imhof
Public bug reported:

This is happening on Intrepid Alpha 3:

If you add a few bookmarks in Nautilus, they appear on the Gnome menu
under Places - Bookmarks.

The folder icons for those bookmarked locations used to be theme
compliant. On Alpha 3 they appear as Gnome default folder icons.

The icons look fine (i.e. they are theme compliant) in Nautilus -
Sidepane - Places as well as in Nautilus - Bookmarks menu, though.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Gnome Menu - Places - Bookmarks: Folder icons not theme compliant
https://bugs.launchpad.net/bugs/252088
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 251991] [NEW] Mounted USB harddrive showes twice on the desktop - right click one of the icons and choose Unmount Volume results in error DBus error org.gtk.Private.RemoteVolumeMonitor.NotFoun

2008-07-25 Thread Tom Imhof
Public bug reported:

Binary package hint: nautilus

Ok, quite a long summary. Anyway this is what happens on Intrepid Alpha
3:

1. I plug in my USB hard disk (I tried with several different USB hard disks of 
different makes - they all show the same behaviour)
2. The hard disks appears twice on the desktop, on the Places menu of the Gnome 
menu, on the Sidepane in Nautilus and under the URL My Computer:/// in 
Nautilus.
3. My hard drive has a custom icon assigned to it. On the deskop I see the 
drive once with the custom, once with the default icon.
4. If I right click the custom icon on the desktop and choose Unmount Volume 
from the context menu, the drive unmounts fine, however, if I click the default 
icon and do exactly the same thing, I get Unable to unmount drivename - DBus 
error org.gtk.Private.RemoteVolumeMonitor.NotFound: The given mount was not 
found.
5. I double click any of the icons and the drive opens fine in Nautilus. 
6. I can copy to and from the drive - no problem.

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Mounted USB harddrive showes twice on the desktop - right click one of the 
icons and choose Unmount Volume results in error DBus error 
org.gtk.Private.RemoteVolumeMonitor.NotFound: The given mount was not found
https://bugs.launchpad.net/bugs/251991
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 158941] Re: can't browse jamendo collection from rhythmbox plugin

2008-03-28 Thread Tom Imhof
confirmed running Rhythmbox 0.11.5 on Hardy. Welcome page is shown,
connection is established but music list remains empty.

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191704] Re: hidd binary removed form bluez-utils package unable to connect as a result

2008-03-26 Thread Tom Imhof
Hello all,

just to let you know - Trust BT Mouse does not work out of the box with
the new connection/pairing methods. Here is what I did on a fresh Hardy
Beta Install:

1) Opened System - Preferences - Bluetooth Preferences and activated Visible 
and connectable for other devices with no timeout.
2) Opened the Services tab, selected Input Services and clicked the Add button
3) Turned on the mouse and actived the Connect button on the bottom of the 
device
RESULT: None - no mouse detected
4) Opened terminal and typed: hcitool scan
RESULT: None - no mouse detected
5) deinstalled bluez-utils and bluez-audio
6) installed bluez-utils 3.19 (Gutsy version)
7) Opened terminal and typed: hcitool scan
RESULT: Mouse is detected
8) in terminal typed: sudo hidd --connect ##:##:##:##:##:##
9) Updated bluez-utils with latest Hardy version using Upgrade Manager
10) Rebooted
RESULT: Mouse is now automatically detected as soon as I turn it on.

-- It seems that the new BT stack does not detect the device in the
first place, but once it is detected (using an older version) and
properly added to the config files it works flawlessly.

Same experience anybody?

Cheers
tom

-- 
hidd binary removed form bluez-utils package unable to connect as a result
https://bugs.launchpad.net/bugs/191704
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 180343] Re: ATI driver update causes Display Corruption on Radeon IGP 330M/340M/350

2008-03-07 Thread Tom Imhof
*** This bug is a duplicate of bug 133192 ***
https://bugs.launchpad.net/bugs/133192

Just to confirm: adding Option AGPMode 4 works for me as well -
thanks for the hint!!!

-- 
ATI driver update causes Display Corruption on Radeon IGP 330M/340M/350 
https://bugs.launchpad.net/bugs/180343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191704] Re: hidd binary removed form bluez-utils package unable to connect as a result

2008-03-07 Thread Tom Imhof
Hi, I have the same issue here with a Trust Bluetooth Mouse running on Hardy.
Waiting for a fix ...

-- 
hidd binary removed form bluez-utils package unable to connect as a result
https://bugs.launchpad.net/bugs/191704
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 133692] Re: Evolution crashes when trying to open a mail

2008-02-07 Thread Tom Imhof
I think Evolution should handle this more gracefully - a crash caused by
a misconfigured icon theme is not really acceptable for a professional
pim application. I'd say the bug should get fixed in Evolution.

-- 
Evolution crashes when trying to open a mail
https://bugs.launchpad.net/bugs/133692
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 133692] Re: Evolution crashes when trying to open a mail

2008-02-07 Thread Tom Imhof
I think Evolution should handle this more gracefully - a crash caused by
a misconfigured icon theme is not really acceptable for any application.
I'd say the bug should get fixed in Evolution. This is an annoying
issue.

-- 
Evolution crashes when trying to open a mail
https://bugs.launchpad.net/bugs/133692
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 111643] Re: mail_tool_uri_to_folder assertion

2007-07-24 Thread Tom Imhof
*** This bug is a duplicate of bug 98728 ***
https://bugs.launchpad.net/bugs/98728

Can confirm as well - changing the above mentioned line works fine.

-- 
mail_tool_uri_to_folder assertion
https://bugs.launchpad.net/bugs/111643
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 41915] Re: nautilus-sendto crashes on startup - compiling fixes it

2007-05-28 Thread Tom Imhof
Hi Sebastien, nope, I guess it is fixed now. Works fine with Feisty

cheers
tom


On Sat, 2007-05-26 at 17:01 +, Sebastien Bacher wrote:
 do you still get the bug?


-- 
nautilus-sendto crashes on startup - compiling fixes it
https://bugs.launchpad.net/bugs/41915
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 41915] Re: nautilus-sendto crashes on startup - compiling fixes it

2006-10-31 Thread Tom Imhof
Hi,

I can confirm this is still not fixed with Edgy and nautilus-sendto
version 0.7-2ubuntu6 (edgy).

Steps to reproduce:

Right click any file and choose Send To from the context menu
The Send To dialog appears but you do not see any UI strings on it
Directly afterwards the crash dialog appears and allows you to save the error 
stack. I have attached this error stack.

One more detail that was not mentioned before, but might help fix the
issue: after the crash occurred, Evolution loses connection to the
Exchange server and needs to be restarted to get the connection back.
Also, once the crash occurred and I try a second time as suggested above
I do not get any crash but I do not get the Send To dialog either, it
just does not appear anymore.

** Attachment added: error stack after crash in nautilus-sendto
   http://librarian.launchpad.net/4941905/nautilus-sendto-bugreport.txt

-- 
nautilus-sendto crashes on startup - compiling fixes it
https://launchpad.net/bugs/41915

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 60616] Re: doesn't start but crash

2006-09-21 Thread Tom Imhof
Hi,

I got exactly the same problem after upgrading from dapper to edgy
including the duplicate installation as reported above (one version in
/usr/share/python-support and the other one in /usr/lib/python2.4/site-
packages.

I did the same steps to troubleshoot but had to manually remove the
folder istanbul in /usr/lib/python2.4/site-packages in order to get it
working.

Since I did a repository install of istanbul in dapper before (not a
manual one as reported above), I think that the upgrade to edgy does not
fully remove the old package. Probably worth checking...

-- 
doesn't start but crash
https://launchpad.net/bugs/60616

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs