Comment 15 for bug 567194

Revision history for this message
themroc (rauchweihe) wrote : Re: Lucid (64 bit built 4/20/10) Ubuntuone not synchronizing, -preferences not starting

I have a Solution for Kubuntu: The entries in /etc/xdg/autostart were ignored from kdm, so you have to start the services yourself:

create a skript in ~/.kde/Autostart with the following content:

#!/bin/bash
 gnome-keyring-daemon --start --components=pkcs11
 gnome-keyring-daemon --start --components=secrets
 gnome-keyring-daemon --start --components=ssh
/bin/sh -c '[ -d "$HOME/Ubuntu One" ] && ubuntuone-launch'

Make it executable and restart. Now it works.

You can also delete the configuration script ubuntuone-client-applet.desktop in ~/.config, because the client-applet are no longer exist.