Comment 19 for bug 376087

Revision history for this message
jcooke22 (jcooke22) wrote : Re: the application don't starts (the ubuntu-one icon on the ubuntu bar doesn't appears)

Same issue here, nothing happens when running from the menu, when running from command I either get a segmentation fault or a failed attempt to launch Firefox (why it thinks I keep an instance of Firefox on the desktop I don't know):
james@roadrunner:~$ ubuntuone-client-applet --signup
Error showing url: Failed to execute child process "/home/james/Desktop/firefox/firefox" (No such file or directory)
Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/dbus/connection.py", line 578, in msg_reply_handler
    reply_handler(*message.get_args_list(**get_args_opts))
  File "/usr/lib/python2.6/dist-packages/ubuntuone/oauthdesktop/auth.py", line 230, in got_state
    self.acquire_access_token(description, store)
  File "/usr/lib/python2.6/dist-packages/ubuntuone/oauthdesktop/auth.py", line 297, in acquire_access_token
    self.open_in_browser(oauth_request.to_url())
  File "/usr/lib/python2.6/dist-packages/ubuntuone/oauthdesktop/auth.py", line 211, in open_in_browser
    raise Exception("Failed to launch browser")
Exception: Failed to launch browser