duanedesign | logdog hello | 00:02 |
---|---|---|
duanedesign | oop, that was an hour ago :P | 00:03 |
=== cpg is now known as cpg|away | ||
=== cpg|away is now known as cpg | ||
=== cpg is now known as cpg|away | ||
=== yofel_ is now known as yofel | ||
=== cpg|away is now known as cpg | ||
=== cpg is now known as cpg|away | ||
ottermaton | From what I've been able to tell One doesn't seem to work with linked files. Is that correct? | 05:03 |
=== cpg|away is now known as cpg | ||
duanedesign | ottermaton: hello | 05:09 |
ottermaton | duanedesign, hi | 05:10 |
duanedesign | ottermaton: ubuntu one will not follow sym links. You can put the syn link where the directory was and pput the directory in the U1 folder | 05:10 |
duanedesign | you can choose any folder in your $Home to sync with Ubuntu One | 05:11 |
ottermaton | duanedesign, that's an idea. I may try that | 05:12 |
ottermaton | Speaking of syncing folders in ~, I've just started playing around with One and I synced a folder just to test it, now I can't unsync it | 05:13 |
ottermaton | That option is greyed out | 05:13 |
duanedesign | you can also unsync from the command line with the u1sdtool | 05:14 |
duanedesign | u1sdtool --list-folders | 05:15 |
duanedesign | will list all your UDFs (user designated folders) | 05:15 |
ottermaton | ah, cool. I couldn't find any reference to CLI tools. Much better | 05:15 |
duanedesign | to delete a folder fom the server and stop syncing it run | 05:16 |
duanedesign | u1ssdtool --delete-folder=FOLDER_ID | 05:16 |
duanedesign | to just stop syncing it | 05:16 |
duanedesign | u1ssdtool --unsubscribe-folder=FOLDER_ID | 05:17 |
ottermaton | yea. I was just looking at --help | 05:17 |
duanedesign | the Folder id you get from the u1sdtool --list folder command | 05:17 |
duanedesign | ohh :) ok | 05:17 |
ottermaton | damn. That's a crazy long ID | 05:18 |
ottermaton | duanedesign, Cool. That worked. Thanks for pointing me to the CLI tool | 05:22 |
duanedesign | sure thing | 05:23 |
duanedesign | there is another tool u1sync. But it is not recommended. it is for testing primarily | 05:24 |
ottermaton | Yea, I'll probably leave that one alone then. | 05:25 |
ottermaton | Now that I've unsyched that folder it looks like I need to delete the files out one at a time. Unless, I guess, if I synced it again the used the u1sdtool --delete-folder | 05:27 |
duanedesign | correct | 05:27 |
ottermaton | Doesn't seem like a very good way of doing things of the web interface side. | 05:27 |
duanedesign | yeah. That and batch upload in the web interface are on the to do list | 05:28 |
duanedesign | you can delete folders in your U1 folder from the web interface | 05:29 |
duanedesign | click the 'more' for more options | 05:29 |
ottermaton | I saw a delete option on files, but on folders it was only showing Share | 05:31 |
ottermaton | I think, may have been publish | 05:31 |
ottermaton | Either way, delete wasn't a choice | 05:31 |
ottermaton | Do you know anything more about the not following of symlinks thing? Is that a design choice or a technical obstacle? Is it on the table to be included? | 05:33 |
ottermaton | Seems to me that would be a nice feature to have | 05:33 |
duanedesign | it has been discussed. I dont think it made it on the to do list this cycle though | 05:34 |
duanedesign | i am not sure everyone is in agreement about how to handle them | 05:35 |
ottermaton | I take it that you're a part of it? | 05:35 |
duanedesign | i am just a community member who volunteers to help out | 05:36 |
ottermaton | Would you know anything about possible inclusion of Claws mail address book for U1 contacts? | 05:37 |
ottermaton | Or, for that matter, any way I could export it in a manner U1 would recognize it? I haven't been able to find any info on export Claws -> Evolution | 05:38 |
duanedesign | Claws Mail can import vCards of your contacts by using "Book/New vCard". | 05:45 |
duanedesign | so if can output that format... | 05:45 |
duanedesign | you might be in business | 05:45 |
ottermaton | duanedesign, The only thing I've been able to find is outputting to csv. Will U1 be able to do anything with that? | 05:58 |
duanedesign | yes | 05:59 |
ottermaton | sweet | 06:00 |
duanedesign | http://ubuntuforums.org/archive/index.php/t-907289.html | 06:02 |
duanedesign | http://ubuntuforums.org/showthread.php?t=948031 | 06:03 |
duanedesign | you can use the command in the second post to make sure all the appings are correct | 06:05 |
duanedesign | example: claws uses 'sur name' but evo expects 'last name' | 06:05 |
ottermaton | Correct if I'm wrong - it looks like I first have to get the claws address book into csv format, then have evo turn it into vcard, then U1 can deal with it. | 06:06 |
ottermaton | U1 can't deal directly with csv, right? | 06:07 |
duanedesign | You can also export to a csv file in Outlook and then use the csv2vcard utility that is shipped with Evolution | 06:07 |
duanedesign | replace outlook with claws :) | 06:08 |
ottermaton | haha. exactly | 06:08 |
duanedesign | it can but all the 'headings or mappings have to be right | 06:08 |
duanedesign | as I understand it | 06:09 |
ottermaton | But, still I would have to get it to a vcard so that u1 can deal with it, right? | 06:09 |
duanedesign | Usage: /usr/bin/csv2vcard [infile outfile] | 06:10 |
duanedesign | so from a terminal: /usr/bin/csv2vcard clawsContacts.csv evoContacts.vcard | 06:11 |
duanedesign | ottermaton: i guess so | 06:14 |
duanedesign | i thought it supported .csv directly in newer versions. But i cant seem to find info to confirm that | 06:14 |
ottermaton | Ok, I'm seeing how I could do this and write a script to cron it all automagically. One question remains: if I stick the evoContacts into ~/Ubuntu One will it just upload it as a file or will it actually add it into the Contacts? | 06:15 |
ottermaton | https://wiki.ubuntu.com/UbuntuOne/Tutorials/Contacts only gives instructions on how to sync it through the Evo gui | 06:16 |
ottermaton | I hope I'm being clear | 06:16 |
duanedesign | convert the csv to vcard then import the contacts into evolution then follow the u1 tutorial | 06:19 |
duanedesign | in evo under contacts file > import | 06:20 |
ottermaton | I was trying to avoid using Evo altogether | 06:22 |
ottermaton | As it is it looks like I have to 3 conversions: claws to csv to vcard to evo. | 06:23 |
ottermaton | Looks like too much of a pain. And I still wouldn't be able to script and cron it | 06:23 |
duanedesign | if you want to just sync the .csv file you could put it in ~/Ubuntu One | 06:25 |
ottermaton | Yea, but then I might as well just put the original xml file that claws uses in there because I won't have the functionality of having it as an Contact | 06:28 |
duanedesign | i think my contacts synced \o/ | 07:15 |
abhi_nav | duanedesign, mobile? or pc? | 07:17 |
annaimkonki | hello all! | 08:32 |
annaimkonki | can ubuntu one be used to share files w/other members? | 08:36 |
Jordan_U | Is "honk" a way of weeding out the people who don't read the topic? | 08:37 |
annaimkonki | LOL! honk! | 08:37 |
kermiac | annaimkonki: https://wiki.ubuntu.com/UbuntuOne/Tutorials/FileSharing#Publish%20files | 08:41 |
annaimkonki | thanks kermiac | 08:41 |
kermiac | Jordan_U: "honk" is a magic word in here, a lot of the u1 devs & triagers have it setup as a highlight :) | 08:41 |
annaimkonki | thanks again kermiac.. will keep that in mind | 08:44 |
kermiac | no problem annaimkonki :) | 08:45 |
gmorales | hello, je viens d'installer ubuntu sur une machine, et il n'affiche qu'une ligne de commande au démarrage. Je dois écrire quelle commande pour arriver sur l'interface normale ? | 09:05 |
=== cpg is now known as cpg|away | ||
gmorales | sorry, wrong chanel. | 09:10 |
=== cpg|away is now known as cpg | ||
=== cpg is now known as cpg|away | ||
=== JUMPA is now known as jumpa | ||
Orionnebel | fghfhgf | 11:55 |
=== jumpa is now known as JUMPA | ||
=== JUMPA is now known as jumpa | ||
papertigers | is there a developer channel for ubuntuone stuff? | 17:37 |
=== jumpa is now known as JUMPA | ||
=== cpg|away is now known as cpg | ||
=== JUMPA is now known as jumpa | ||
=== cpg is now known as cpg|away | ||
=== cpg|away is now known as cpg | ||
=== cpg is now known as cpg|away | ||
=== jumpa is now known as JUMPA | ||
=== cpg|away is now known as cpg | ||
=== cpg is now known as cpg|away |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!