Can I use it on Debian?
Hi, I have installed ubuntu1 on my notebook, Can I install client on the other debian "testing" PC?
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- 2009-07-05
- Last reply:
- 2010-10-12
This question was originally filed as bug #389776.
| Elliot Murphy (statik) said : | #1 |
Yes, things should work just fine on Debian. Let us know how it works out!
| Facundo Batista (facundo) said : | #2 |
Please, provide your experience installing the system on Debian, thank you!
| Nicolas Maître (nmaitre) said : | #3 |
I've just tried to install the package on debian. I've been into trouble because of the dependance upon python-configglue which requires python >= 2.6. It's a problem in debian since there's no python>=2.6 available. python2.6 is in the experimental repository, but is packaged as "python2.6", not "python" as required by python-configglue.
My solution - which is certainly not the best at all - was to download the package by hand (http://
Note that you may have to use unstable repository too.
So, at this stage, i have the applet installed but i don't think it works as it should because the "connect" entry in its contextual menu doesn't do anything... then it's rather useless :p But i'm maybe missing something ?
If someone could help to get it working... ?
thanks
| sevenever (sevenever) said : | #4 |
Hi, Nicolas Maître:
I'm using Debian sid and finally got Ubuntu1 installed on it. But when I run ubuntu1 from gnome-terminal, got error:
-------
seven@debian:~$ ubuntuone-
Error: No running window found
-------
app still running, but no icon in status area and no "Ubuntu One" directory created in my home. Still need help...
Here is steps I install it:
step I:
I have had to download files below from Ubuntu repository since not found in Debian repository:
http://
https:/
http://
http://
http://
http://
http://
step II:
the python-configglue from ubuntu dependent python2.6, I modified it to python2.5 and passed all test in its test directory.
dpkg -x python-
dpkg -e python-
find python-
edit all files contain "2.6", modiy "2.6" to "2.5",
also mv python-
dpkg -b python-
step III:
modify dependence of ubuntuone-
from libnautilus-
step IV:
sudo dpkg -i apturl_
sudo dpkg -i ubuntuone-
sudo dpkg -i python-
sudo dpkg -i python-
sudo dpkg -i python-
sudo dpkg -i python-
sudo dpkg -i ubuntuone-
| Nicolas Maître (nmaitre) said : | #5 |
Hi,
I suppose that if the package was dependent upon python>=2.6, it wouldn't work with python2.5.
Maybe you should try with python2.6 from experimental, anyway it can "cohabit" together with python2.5...
Oh and yes, for the other packages you had to install by hand, I've just seen I had an ubuntu main repository in my sources.list. Sometimes it's useful if correctly pinned :)
I can't help you better, sorry.
| sevenever (sevenever) said : | #6 |
Hi,
I finally got ubuntu1 "works" on my Debian system. I suggest you check ~/.cache/
But I made some source modifications:
to make python-configglue works with python2.5:
-------
diff python-
23c23
< def configglue(fileobj, *filenames, **kwargs):
---
> def configglue(fileobj, kwargs, *filenames):
-------
diff ubuntuone-
89,92c89,93
< (parser, options, argv) = configglue(
< args=args, usage=usage,
< extra_parsers=
< ('cache_dir', cache_dir_parser)])
---
> (parser, options, argv) = configglue(
> {'args':args, 'usage':usage,
> 'extra_
> ('cache_dir', cache_dir_
> *configs[1:])
-------
then I run
sudo python /usr/lib/
and check ~/.cache/
"exceptions.
, so I modified the file "/usr/lib/
884c884
< message.make.name = self.name
---
> message.make.name = str(self.name)
then it works, I dont know what happen if I change this line, but it works fine so far.
Good luck!
| Elliot Murphy (statik) said : | #7 |
Wow, it's great that you were able to get this working. To submit changes to configglue, please create a branch of this project: https:/
| Chris Roddy (cmr) said : | #8 |
packages available in main are.... i would use the word "installable" on current debian testing as long as you repackage ubuntuone-client after replacing the dependence on libnautilus1-
unfortunately core functionality is absent, e.g., actually adding the debian box to your account fails silently. the whole system is very complex and opaque. i am stunned it works at all even on its home distribution.
it's too bad you can't add a computer to an account by just editing a config file and then pasting a hash into the website, i'd have had it working hours ago.
Can you help with this problem?
Provide an answer of your own, or ask sevenever for more information if necessary.

