Problems at use | Problèmes à l'utilisation
adasiko, Wednesday 04 May 2011 à 15:34
|
|
Subscription date : 04 May 2011
Messages : 2
|
DropAndShare don`t work with ubuntuone.
Anybody test it before release?
Maybe publishing operation have to run after uploading has done?
I wrote bash-script for fix it.
cd ~/"Ubuntu One"
cp "$1" .
tasks="Is"
until [ "$tasks" = "" ]
do
tasks=`u1sdtool --waiting`
echo $task
sleep 1
done
output=`u1sdtool --publish ${1echo ${output##*' '} |
Subscription date : 30 November 2007
Messages : 17118
|
thanks for reporting it, I'll check at the code but I think it does the publishing.
what's your version of Ubuntu ? |
matttbe, Wednesday 04 May 2011 à 17:23
|
|
Subscription date : 24 January 2009
Messages : 12573
|
It seems that 'u1sdtool''s options have changed in Natty
But thank you for this bug report and this script! |
adasiko, Wednesday 04 May 2011 à 18:20
|
|
Subscription date : 04 May 2011
Messages : 2
|
"what's your version of Ubuntu?" Ubuntu 11.04 |
matttbe, Thursday 05 May 2011 à 02:46
|
|
Subscription date : 24 January 2009
Messages : 12573
|
(Message ajouté sur la tâche #187)
Fixed on rev 1949. |
Problems at use | Problèmes à l'utilisation
|