xybu / onedrive-d-old

Microsoft OneDrive client on Linux.
http://xybu.me/projects/onedrive-d/
GNU Lesser General Public License v3.0
820 stars 143 forks source link

Can't install on elementary os luna. #115

Closed ntassani closed 9 years ago

ntassani commented 9 years ago

Hi, when i try install ondrive-d i get: nicolai@nicolai-SATELLITE-L845:~/onedrive-d$ ./setup.sh inst This setup script does not support your distro "elementary os". I try changing my lsb-release file but with the same result... In the actuallity, the people are getting 100gb of more space, can be cool get ondrive on elemementary :) Any help? Thanks!

NOTE: i already read about the issue 71 and the issue 59, but the script was changed, and i can't solve my problem.

xybu commented 9 years ago

If it can detect "elementary os" then there is nothing wrong with lsb-release. Could you check if your copy of source code file setup.sh contains the string "elementary os"?

Sent from my Windows Phone


From: ntassanimailto:notifications@github.com Sent: ‎2/‎20/‎2015 2:22 PM To: xybu/onedrive-dmailto:onedrive-d@noreply.github.com Subject: [onedrive-d] Can't install on elementary os luna. (#115)

Hi, when i try install ondrive-d i get: nicolai@nicolai-SATELLITE-L845:~/onedrive-d$ ./setup.sh inst This setup script does not support your distro "elementary os". I try changing my lsb-release file but with the same result... In the actuallity, the people are getting 100gb of more space, can be cool get ondrive on elemementary :) Any help? Thanks!


Reply to this email directly or view it on GitHub: https://github.com/xybu/onedrive-d/issues/115

ntassani commented 9 years ago

I downloaded doing "git clone https://github.com/xybu92/onedrive-d.git".

And yes, contain "elementary os". case $DISTRIB_ID in

Debian/Ubuntu family

debian|ubuntu|linuxmint|"elementary os")
    PYGOBJECT_PKG_NAME='python3-gi'
    GIT_PKG_NAME='git'
    INOTIFY_PKG_NAME='inotify-tools'
    SETUPTOOL_PKG_NAME='python3-pip'
    INSTALL_CMD='sudo apt-get install'
    ;;

The script is not working in Luna and not working in Freya (I test the script on my freya installation of virtualbox).

freya virtualbox

luna

Thanks for your help ;)

xybu commented 9 years ago

Let me make a VM of elementary os and see.

Sent from my Windows Phone


From: ntassanimailto:notifications@github.com Sent: ‎2/‎20/‎2015 8:52 PM To: xybu/onedrive-dmailto:onedrive-d@noreply.github.com Cc: Xiangyu Bumailto:xybu92@live.com Subject: Re: [onedrive-d] Can't install on elementary os luna. (#115)

I downloaded doing "git clone https://github.com/xybu92/onedrive-d.git". And yes, contain "elementary os". case $DISTRIB_ID in

Debian/Ubuntu family

    debian|ubuntu|linuxmint|"elementary os")
            PYGOBJECT_PKG_NAME='python3-gi'
            GIT_PKG_NAME='git'
            INOTIFY_PKG_NAME='inotify-tools'
            SETUPTOOL_PKG_NAME='python3-pip'
            INSTALL_CMD='sudo apt-get install'
            ;;

Thats works perfect on my virtualbox with Freya, but no in my real PC with Luna... Thanks for your help ;)


Reply to this email directly or view it on GitHub: https://github.com/xybu/onedrive-d/issues/115#issuecomment-75349653

ntassani commented 9 years ago

I attach new images in my last comment.

xybu commented 9 years ago

The problem is that in elementary os's lsb-release file the DISTRIB_ID field is double quoted. But things are more complicated with Luna which is based on ubuntu 12.04. It doesn't have Python3 or pip3. The fix may be more complex.

xybu commented 9 years ago

The commit fe1902a83cb5bc24fd207c5fada4a3d1e7376163 should now run on Ubuntu 12.04 and Elementary OS Luna (where python3 and pip3 aren't available). Didn't try on Freya though. But it should be treated as Ubuntu 14.04 now.

ntassani commented 9 years ago

Hi! I try, but the therminal say "python3-pip3 is not instalable". I try: sudo apt-get install python3-setuptools sudo easy_install3 pip But with the same result. Thanks for all your help, I will contiune search a fix.

xybu commented 9 years ago

If you installed python3 before, uninstall it. The new script contains code to install python3 and pip3 for Ubuntu 12.04. Or you can find the line that contains "get-pip.py" and run it in a shell to install pip3.

Sent from my Windows Phone


From: Nicolai Tassanimailto:notifications@github.com Sent: ‎2/‎21/‎2015 9:59 AM To: xybu/onedrive-dmailto:onedrive-d@noreply.github.com Cc: Xiangyu Bumailto:xybu92@live.com Subject: Re: [onedrive-d] Can't install on elementary os luna. (#115)

Hi! I try, but the therminal say "python3-pip3 is not instalable". I try: sudo apt-get install python3-setuptools sudo easy_install3 pip But with the same result. Thanks for all your help, I will contiune search a fix.


Reply to this email directly or view it on GitHub: https://github.com/xybu/onedrive-d/issues/115#issuecomment-75375160

ntassani commented 9 years ago

I try, but having the same issue, pip3 is installed, but the script don't detect that:

nicolai@nicolai-VirtualBox:~$ wget https://bootstrap.pypa.io/get-pip.py --2015-02-21 13:53:36-- https://bootstrap.pypa.io/get-pip.py Resolviendo bootstrap.pypa.io (bootstrap.pypa.io)... 23.235.39.175 Conectando con bootstrap.pypa.io (bootstrap.pypa.io)[23.235.39.175]:443... conectado. Petición HTTP enviada, esperando respuesta... 200 OK Longitud: 1608741 (1,5M) [text/x-python] Grabando a: “get-pip.py”

100%[=====================================>] 1.608.741 247K/s en 7,8s

2015-02-21 13:53:45 (200 KB/s) - “get-pip.py” guardado [1608741/1608741]

nicolai@nicolai-VirtualBox:~$ sudo python3 get-pip.py The directory '/home/nicolai/.cache/pip/log' or its parent directory is not owned by the current user and the debug log has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag. The directory '/home/nicolai/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag. The directory '/home/nicolai/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag. Collecting pip Downloading pip-6.0.8-py2.py3-none-any.whl (1.3MB) 100% |################################| 1.3MB 113kB/s Collecting setuptools Downloading setuptools-12.2-py2.py3-none-any.whl (502kB) 100% |################################| 503kB 165kB/s Installing collected packages: setuptools, pip

Successfully installed pip-6.0.8 setuptools-12.2 nicolai@nicolai-VirtualBox:~$ rm get-pip.py nicolai@nicolai-VirtualBox:~$ cd onedrive-d nicolai@nicolai-VirtualBox:~/onedrive-d$ ./setup.sh inst Leyendo lista de paquetes... Hecho Creando árbol de dependencias
Leyendo la información de estado... Hecho E: No se ha podido localizar el paquete python3-pip nicolai@nicolai-VirtualBox:~/onedrive-d$

ntassani commented 9 years ago

Now i can get working version of python 3.3 with ensurepip... On elementary Luna. I follow the last comment of that post (adding the ppa and installing python 3.3) http://ubuntuhandbook.org/index.php/2014/05/install-python-3-3-5-or-3-4-via-ppa-in-ubuntu-14-04-12-04/ My new question is: How I can safely remove the line (on the new script) of the pip3 installation? Because the script always try to install that, and can't be found on the 12.04 repositories. Thanks ;)

xybu commented 9 years ago

The setup script will skip python3-pip if you run it as a whole. Let me think about a fix.

Umm, as a workaround, you may change line 51 of setup.sh from

SETUPTOOL_PKG_NAME='python3-pip'

to

SETUPTOOL_PKG_NAME=''
ntassani commented 9 years ago

Hi! FInally i can install Onedrive-d :) My only problem is the software not launching... My steps are: 1- Remove my pre-installed python version is not very easy, because that action remove all my desktop enviroment and many other programs, so... I install python 3.4 and set it my default version of python in elementary luna. I do sudo add-apt-repository ppa:fkrull/deadsnakes and sudo apt-get update; sudo apt-get install python3.4 After that i created ~/.bash_aliases file. And set the default version 3.4 adding alias python='/usr/bin/python3.4' 2- I do a git clone with git clone https://github.com/xybu92/onedrive-d.git and replace all my setup.sh with your new script https://github.com/xybu/onedrive-d/commit/fe1902a83cb5bc24fd207c5fada4a3d1e7376163 3- The new script now, only now, want install your required version of python. And install all ok :)

But executing onedrive-d the comand is not found. What i doing so bad?

Here is my log: nicolai@nicolai-VirtualBox:~$ git clone https://github.com/xybu92/onedrive-d.git Cloning into 'onedrive-d'... remote: Counting objects: 693, done. remote: Compressing objects: 100% (47/47), done. remote: Total 693 (delta 19), reused 0 (delta 0) Receiving objects: 100% (693/693), 233.90 KiB | 146 KiB/s, done. Resolving deltas: 100% (336/336), done. nicolai@nicolai-VirtualBox:~$ ./setup.sh inst bash: ./setup.sh: No existe el archivo o el directorio nicolai@nicolai-VirtualBox:~$ cd onedrive-d nicolai@nicolai-VirtualBox:~/onedrive-d$ ./setup.sh inst Python 3.x not found on the system. Do you want to install packages python3 and pip3? [y/N] y [sudo] password for nicolai: Leyendo lista de paquetes... Hecho Creando árbol de dependencias
Leyendo la información de estado... Hecho Se instalarán los siguientes paquetes extras: python3-minimal python3.2 python3.2-minimal Paquetes sugeridos: python3-doc python3-tk python3.2-doc binfmt-support Se instalarán los siguientes paquetes NUEVOS: python3 python3-minimal python3.2 python3.2-minimal 0 actualizados, 4 se instalarán, 0 para eliminar y 0 no actualizados. Necesito descargar 4.343 kB de archivos. Se utilizarán 14,7 MB de espacio de disco adicional después de esta operación. ¿Desea continuar [S/n]? s Des:1 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main python3.2-minimal amd64 3.2.3-0ubuntu3.6 [1.771 kB] Des:2 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main python3.2 amd64 3.2.3-0ubuntu3.6 [2.529 kB] Des:3 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main python3-minimal amd64 3.2.3-0ubuntu1.2 [12,0 kB] Des:4 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main python3 amd64 3.2.3-0ubuntu1.2 [30,6 kB] Descargados 4.343 kB en 20seg. (208 kB/s)
Seleccionando el paquete python3.2-minimal previamente no seleccionado. (Leyendo la base de datos ... 207362 ficheros o directorios instalados actualmente.) Desempaquetando python3.2-minimal (de .../python3.2-minimal_3.2.3-0ubuntu3.6_amd64.deb) ... Seleccionando el paquete python3.2 previamente no seleccionado. Desempaquetando python3.2 (de .../python3.2_3.2.3-0ubuntu3.6_amd64.deb) ... Seleccionando el paquete python3-minimal previamente no seleccionado. Desempaquetando python3-minimal (de .../python3-minimal_3.2.3-0ubuntu1.2_amd64.deb) ... Seleccionando el paquete python3 previamente no seleccionado. Desempaquetando python3 (de .../python3_3.2.3-0ubuntu1.2_amd64.deb) ... Procesando disparadores para man-db ... Procesando disparadores para menu ... Procesando disparadores para desktop-file-utils ... Procesando disparadores para bamfdaemon ... Rebuilding /usr/share/applications/bamf.index... Procesando disparadores para gnome-menus ... Configurando python3.2-minimal (3.2.3-0ubuntu3.6) ... Configurando python3.2 (3.2.3-0ubuntu3.6) ... Configurando python3-minimal (3.2.3-0ubuntu1.2) ... Configurando python3 (3.2.3-0ubuntu1.2) ... running python rtupdate hooks for python3.2... running python post-rtupdate hooks for python3.2... Procesando disparadores para menu ... Now install pip3 from source... --2015-02-22 13:36:34-- https://bootstrap.pypa.io/get-pip.py Resolviendo bootstrap.pypa.io (bootstrap.pypa.io)... 23.235.46.175 Conectando con bootstrap.pypa.io (bootstrap.pypa.io)[23.235.46.175]:443... conectado. Petición HTTP enviada, esperando respuesta... 200 OK Longitud: 1608741 (1,5M) [text/x-python] Grabando a: “get-pip.py”

100%[=====================================>] 1.608.741 202K/s en 8,0s

2015-02-22 13:36:44 (196 KB/s) - “get-pip.py” guardado [1608741/1608741]

The directory '/home/nicolai/.cache/pip/log' or its parent directory is not owned by the current user and the debug log has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag. The directory '/home/nicolai/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag. The directory '/home/nicolai/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag. Collecting pip Downloading pip-6.0.8-py2.py3-none-any.whl (1.3MB) 100% |################################| 1.3MB 153kB/s Collecting setuptools Downloading setuptools-12.2-py2.py3-none-any.whl (502kB) 100% |################################| 503kB 186kB/s Installing collected packages: setuptools, pip

Successfully installed pip-6.0.8 setuptools-12.2 Leyendo lista de paquetes... Hecho Creando árbol de dependencias
Leyendo la información de estado... Hecho Se instalarán los siguientes paquetes extras: libinotifytools0 Se instalarán los siguientes paquetes NUEVOS: inotify-tools libinotifytools0 python3-gi 0 actualizados, 3 se instalarán, 0 para eliminar y 0 no actualizados. Necesito descargar 244 kB de archivos. Se utilizarán 1.019 kB de espacio de disco adicional después de esta operación. ¿Desea continuar [S/n]? s Des:1 http://uy.archive.ubuntu.com/ubuntu/ precise/universe libinotifytools0 amd64 3.13-3 [22,6 kB] Des:2 http://uy.archive.ubuntu.com/ubuntu/ precise/universe inotify-tools amd64 3.13-3 [28,1 kB] Des:3 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main python3-gi amd64 3.2.2-1~precise [194 kB] Descargados 244 kB en 3seg. (68,3 kB/s) Seleccionando el paquete libinotifytools0 previamente no seleccionado. (Leyendo la base de datos ... 208175 ficheros o directorios instalados actualmente.) Desempaquetando libinotifytools0 (de .../libinotifytools0_3.13-3_amd64.deb) ... Seleccionando el paquete inotify-tools previamente no seleccionado. Desempaquetando inotify-tools (de .../inotify-tools_3.13-3_amd64.deb) ... Seleccionando el paquete python3-gi previamente no seleccionado. Desempaquetando python3-gi (de .../python3-gi_3.2.2-1~precise_amd64.deb) ... Procesando disparadores para man-db ... Configurando libinotifytools0 (3.13-3) ... Configurando inotify-tools (3.13-3) ... Configurando python3-gi (3.2.2-1~precise) ... Procesando disparadores para libc-bin ... ldconfig deferred processing now taking place /usr/local/lib/python3.2/dist-packages/setuptools/dist.py:282: UserWarning: Normalizing '1.0-dev' to '1.0.dev0' normalized_version, running install Checking .pth file support in /usr/local/lib/python3.2/dist-packages/ /usr/bin/python3 -E -c pass TEST PASSED: /usr/local/lib/python3.2/dist-packages/ appears to support .pth files running bdist_egg running egg_info creating onedrive_d.egg-info writing requirements to onedrive_d.egg-info/requires.txt writing onedrive_d.egg-info/PKG-INFO writing top-level names to onedrive_d.egg-info/top_level.txt writing dependency_links to onedrive_d.egg-info/dependency_links.txt writing manifest file 'onedrive_d.egg-info/SOURCES.txt' warning: manifest_maker: standard file 'setup.py' not found

reading manifest file 'onedrive_d.egg-info/SOURCES.txt' writing manifest file 'onedrive_d.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build creating build/lib creating build/lib/onedrive_d copying onedrive_d/setup.py -> build/lib/onedrive_d copying onedrive_d/live_api.py -> build/lib/onedrive_d copying onedrive_d/observer_gtk.py -> build/lib/onedrive_d copying onedrive_d/daemon.py -> build/lib/onedrive_d copying onedrive_d/init.py -> build/lib/onedrive_d copying onedrive_d/pref_gtk.py -> build/lib/onedrive_d copying onedrive_d/main.py -> build/lib/onedrive_d copying onedrive_d/config.py -> build/lib/onedrive_d copying onedrive_d/logger.py -> build/lib/onedrive_d copying onedrive_d/pref.py -> build/lib/onedrive_d copying onedrive_d/pref_cmd.py -> build/lib/onedrive_d creating build/lib/onedrive_d/res copying onedrive_d/res/icon_256.png -> build/lib/onedrive_d/res copying onedrive_d/res/icon_256_idle.png -> build/lib/onedrive_d/res creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/setup.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/live_api.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/observer_gtk.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/daemon.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/init.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/pref_gtk.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/main.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/config.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/logger.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/pref.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/pref_cmd.py -> build/bdist.linux-x86_64/egg/onedrive_d creating build/bdist.linux-x86_64/egg/onedrive_d/res copying build/lib/onedrive_d/res/icon_256.png -> build/bdist.linux-x86_64/egg/onedrive_d/res copying build/lib/onedrive_d/res/icon_256_idle.png -> build/bdist.linux-x86_64/egg/onedrive_d/res byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/setup.py to setup.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/live_api.py to live_api.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/observer_gtk.py to observer_gtk.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/daemon.py to daemon.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/init.py to init.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/pref_gtk.py to pref_gtk.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/main.py to main.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/config.py to config.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/logger.py to logger.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/pref.py to pref.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/pref_cmd.py to pref_cmd.cpython-32.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying onedrive_d.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying onedrive_d.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying onedrive_d.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying onedrive_d.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying onedrive_d.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... onedrive_d.pycache.observer_gtk.cpython-32: module references file onedrive_d.pycache.setup.cpython-32: module references file creating dist creating 'dist/onedrive_d-1.0.dev0-py3.2.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing onedrive_d-1.0.dev0-py3.2.egg creating /usr/local/lib/python3.2/dist-packages/onedrive_d-1.0.dev0-py3.2.egg Extracting onedrive_d-1.0.dev0-py3.2.egg to /usr/local/lib/python3.2/dist-packages Adding onedrive-d 1.0.dev0 to easy-install.pth file

Installed /usr/local/lib/python3.2/dist-packages/onedrive_d-1.0.dev0-py3.2.egg Processing dependencies for onedrive-d==1.0.dev0 Searching for send2trash Reading https://pypi.python.org/simple/send2trash/ Best match: Send2Trash 1.3.0 Downloading https://pypi.python.org/packages/source/S/Send2Trash/Send2Trash-1.3.0.tar.gz#md5=0fe9e60f2da76173d64ab1cdf0fd551b Processing Send2Trash-1.3.0.tar.gz Writing /tmp/easy_install-02bz3a/Send2Trash-1.3.0/setup.cfg Running Send2Trash-1.3.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-02bz3a/Send2Trash-1.3.0/egg-dist-tmp-vsi4yr zip_safe flag not set; analyzing archive contents... Moving Send2Trash-1.3.0-py3.2.egg to /usr/local/lib/python3.2/dist-packages Adding Send2Trash 1.3.0 to easy-install.pth file

Installed /usr/local/lib/python3.2/dist-packages/Send2Trash-1.3.0-py3.2.egg Searching for certifi Reading https://pypi.python.org/simple/certifi/ Best match: certifi 14.5.14 Downloading https://pypi.python.org/packages/source/c/certifi/certifi-14.05.14.tar.gz#md5=315ea4e50673a16ab047099f816fd32a Processing certifi-14.05.14.tar.gz Writing /tmp/easy_install-nvlboh/certifi-14.05.14/setup.cfg Running certifi-14.05.14/setup.py -q bdist_egg --dist-dir /tmp/easy_install-nvlboh/certifi-14.05.14/egg-dist-tmp-yqgq2k /usr/local/lib/python3.2/dist-packages/setuptools/dist.py:282: UserWarning: Normalizing '14.05.14' to '14.5.14' normalized_version, zip_safe flag not set; analyzing archive contents... certifi.pycache.core.cpython-32: module references file creating /usr/local/lib/python3.2/dist-packages/certifi-14.5.14-py3.2.egg Extracting certifi-14.5.14-py3.2.egg to /usr/local/lib/python3.2/dist-packages Adding certifi 14.5.14 to easy-install.pth file

Installed /usr/local/lib/python3.2/dist-packages/certifi-14.5.14-py3.2.egg Searching for urllib3 Reading https://pypi.python.org/simple/urllib3/ Best match: urllib3 1.10.1 Downloading https://pypi.python.org/packages/source/u/urllib3/urllib3-1.10.1.tar.gz#md5=820cae9eb984edc41dea504a56ec0267 Processing urllib3-1.10.1.tar.gz Writing /tmp/easy_install-ievis8/urllib3-1.10.1/setup.cfg Running urllib3-1.10.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ievis8/urllib3-1.10.1/egg-dist-tmp-h1amys warning: no previously-included files matching '*' found under directory 'docs/_build' zip_safe flag not set; analyzing archive contents... Moving urllib3-1.10.1-py3.2.egg to /usr/local/lib/python3.2/dist-packages Adding urllib3 1.10.1 to easy-install.pth file

Installed /usr/local/lib/python3.2/dist-packages/urllib3-1.10.1-py3.2.egg Searching for requests Reading https://pypi.python.org/simple/requests/ Best match: requests 2.5.1 Downloading https://pypi.python.org/packages/source/r/requests/requests-2.5.1.tar.gz#md5=c270eb5551a02e8ab7a4cbb83e22af2e Processing requests-2.5.1.tar.gz Writing /tmp/easy_install-tm7o5f/requests-2.5.1/setup.cfg Running requests-2.5.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-tm7o5f/requests-2.5.1/egg-dist-tmp-rpnglf creating /usr/local/lib/python3.2/dist-packages/requests-2.5.1-py3.2.egg Extracting requests-2.5.1-py3.2.egg to /usr/local/lib/python3.2/dist-packages Adding requests 2.5.1 to easy-install.pth file

Installed /usr/local/lib/python3.2/dist-packages/requests-2.5.1-py3.2.egg Finished processing dependencies for onedrive-d==1.0.dev0 /usr/local/lib/python3.2/dist-packages/setuptools/dist.py:282: UserWarning: Normalizing '1.0-dev' to '1.0.dev0' normalized_version, running clean

Please issue command 'onedrive-pref [--no-gui]' to configure the app, and then issue command 'onedrive-d' to start the daemon. All operations finished. nicolai@nicolai-VirtualBox:~/onedrive-d$ onedrive-d onedrive-d: no se encontró la orden nicolai@nicolai-VirtualBox:~/onedrive-d$ cd nicolai@nicolai-VirtualBox:~$ onedrive-d onedrive-d: no se encontró la orden nicolai@nicolai-VirtualBox:~$ onedrive-pref onedrive-pref: no se encontró la orden nicolai@nicolai-VirtualBox:~$ onedrive-d onedrive-d: no se encontró la orden nicolai@nicolai-VirtualBox:~$ onedrive-pref [--no-gui] onedrive-pref: no se encontró la orden nicolai@nicolai-VirtualBox:~$

ntassani commented 9 years ago

That is my new result without adding any ppa and installing nothing. Install ok, but not launch...

nicolai@nicolai-VirtualBox:~$ sudo apt-get install git [sudo] password for nicolai: Leyendo lista de paquetes... Hecho Creando árbol de dependencias
Leyendo la información de estado... Hecho Se instalarán los siguientes paquetes extras: git-man liberror-perl rsync Paquetes sugeridos: git-daemon-run git-daemon-sysvinit git-doc git-el git-arch git-cvs git-svn git-email git-gui gitk gitweb openssh-server Se instalarán los siguientes paquetes NUEVOS: git git-man liberror-perl rsync 0 actualizados, 4 se instalarán, 0 para eliminar y 0 no actualizados. Necesito descargar 7.061 kB de archivos. Se utilizarán 15,8 MB de espacio de disco adicional después de esta operación. ¿Desea continuar [S/n]? s Des:1 http://uy.archive.ubuntu.com/ubuntu/ precise/main rsync amd64 3.0.9-1ubuntu1 [310 kB] Des:2 http://uy.archive.ubuntu.com/ubuntu/ precise/main liberror-perl all 0.17-1 [23,8 kB] Des:3 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main git-man all 1:1.7.9.5-1ubuntu0.1 [631 kB] Des:4 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main git amd64 1:1.7.9.5-1ubuntu0.1 [6.097 kB] Descargados 7.061 kB en 33seg. (210 kB/s)
Seleccionando el paquete rsync previamente no seleccionado. (Leyendo la base de datos ... 205853 ficheros o directorios instalados actualmente.) Desempaquetando rsync (de .../rsync_3.0.9-1ubuntu1_amd64.deb) ... Seleccionando el paquete liberror-perl previamente no seleccionado. Desempaquetando liberror-perl (de .../liberror-perl_0.17-1_all.deb) ... Seleccionando el paquete git-man previamente no seleccionado. Desempaquetando git-man (de .../git-man_1%3a1.7.9.5-1ubuntu0.1_all.deb) ... Seleccionando el paquete git previamente no seleccionado. Desempaquetando git (de .../git_1%3a1.7.9.5-1ubuntu0.1_amd64.deb) ... Procesando disparadores para ureadahead ... Procesando disparadores para man-db ... Configurando rsync (3.0.9-1ubuntu1) ... Removing any system startup links for /etc/init.d/rsync ... Configurando liberror-perl (0.17-1) ... Configurando git-man (1:1.7.9.5-1ubuntu0.1) ... Configurando git (1:1.7.9.5-1ubuntu0.1) ... nicolai@nicolai-VirtualBox:~$ git clone https://github.com/xybu92/onedrive-d.git Cloning into 'onedrive-d'... remote: Counting objects: 700, done. remote: Compressing objects: 100% (54/54), done. Receiving objects: 100% (700/700), 235.54 KiB | 182 KiB/s, done. remote: Total 700 (delta 24), reused 0 (delta 0) Resolving deltas: 100% (341/341), done. nicolai@nicolai-VirtualBox:~$ cd onedrive-d nicolai@nicolai-VirtualBox:~/onedrive-d$ ./setup.sh inst Python 3.x not found on the system. Do you want to install packages python3 and pip3? [y/N] y Leyendo lista de paquetes... Hecho Creando árbol de dependencias
Leyendo la información de estado... Hecho Se instalarán los siguientes paquetes extras: python3-minimal python3.2 python3.2-minimal Paquetes sugeridos: python3-doc python3-tk python3.2-doc binfmt-support Se instalarán los siguientes paquetes NUEVOS: python3 python3-minimal python3.2 python3.2-minimal 0 actualizados, 4 se instalarán, 0 para eliminar y 0 no actualizados. Necesito descargar 4.343 kB de archivos. Se utilizarán 14,7 MB de espacio de disco adicional después de esta operación. ¿Desea continuar [S/n]? s Des:1 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main python3.2-minimal amd64 3.2.3-0ubuntu3.6 [1.771 kB] Des:2 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main python3.2 amd64 3.2.3-0ubuntu3.6 [2.529 kB] Des:3 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main python3-minimal amd64 3.2.3-0ubuntu1.2 [12,0 kB] Des:4 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main python3 amd64 3.2.3-0ubuntu1.2 [30,6 kB] Descargados 4.343 kB en 21seg. (205 kB/s)
Seleccionando el paquete python3.2-minimal previamente no seleccionado. (Leyendo la base de datos ... 206531 ficheros o directorios instalados actualmente.) Desempaquetando python3.2-minimal (de .../python3.2-minimal_3.2.3-0ubuntu3.6_amd64.deb) ... Seleccionando el paquete python3.2 previamente no seleccionado. Desempaquetando python3.2 (de .../python3.2_3.2.3-0ubuntu3.6_amd64.deb) ... Seleccionando el paquete python3-minimal previamente no seleccionado. Desempaquetando python3-minimal (de .../python3-minimal_3.2.3-0ubuntu1.2_amd64.deb) ... Seleccionando el paquete python3 previamente no seleccionado. Desempaquetando python3 (de .../python3_3.2.3-0ubuntu1.2_amd64.deb) ... Procesando disparadores para man-db ... Procesando disparadores para menu ... Procesando disparadores para desktop-file-utils ... Procesando disparadores para bamfdaemon ... Rebuilding /usr/share/applications/bamf.index... Procesando disparadores para gnome-menus ... Configurando python3.2-minimal (3.2.3-0ubuntu3.6) ... Configurando python3.2 (3.2.3-0ubuntu3.6) ... Configurando python3-minimal (3.2.3-0ubuntu1.2) ... Configurando python3 (3.2.3-0ubuntu1.2) ... running python rtupdate hooks for python3.2... running python post-rtupdate hooks for python3.2... Procesando disparadores para menu ... Now install pip3 from source... --2015-02-22 14:05:26-- https://bootstrap.pypa.io/get-pip.py Resolviendo bootstrap.pypa.io (bootstrap.pypa.io)... 23.235.46.175 Conectando con bootstrap.pypa.io (bootstrap.pypa.io)[23.235.46.175]:443... conectado. Petición HTTP enviada, esperando respuesta... 200 OK Longitud: 1608741 (1,5M) [text/x-python] Grabando a: “get-pip.py”

100%[=====================================>] 1.608.741 208K/s en 7,9s

2015-02-22 14:05:35 (199 KB/s) - “get-pip.py” guardado [1608741/1608741]

The directory '/home/nicolai/.cache/pip/log' or its parent directory is not owned by the current user and the debug log has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag. The directory '/home/nicolai/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag. The directory '/home/nicolai/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag. Collecting pip Downloading pip-6.0.8-py2.py3-none-any.whl (1.3MB) 100% |################################| 1.3MB 137kB/s Collecting setuptools Downloading setuptools-12.2-py2.py3-none-any.whl (502kB) 100% |################################| 503kB 1.0MB/s Installing collected packages: setuptools, pip

Successfully installed pip-6.0.8 setuptools-12.2 Leyendo lista de paquetes... Hecho Creando árbol de dependencias
Leyendo la información de estado... Hecho Se instalarán los siguientes paquetes extras: libinotifytools0 Se instalarán los siguientes paquetes NUEVOS: inotify-tools libinotifytools0 python3-gi 0 actualizados, 3 se instalarán, 0 para eliminar y 0 no actualizados. Necesito descargar 244 kB de archivos. Se utilizarán 1.019 kB de espacio de disco adicional después de esta operación. ¿Desea continuar [S/n]? s Des:1 http://uy.archive.ubuntu.com/ubuntu/ precise/universe libinotifytools0 amd64 3.13-3 [22,6 kB] Des:2 http://uy.archive.ubuntu.com/ubuntu/ precise/universe inotify-tools amd64 3.13-3 [28,1 kB] Des:3 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main python3-gi amd64 3.2.2-1~precise [194 kB] Descargados 244 kB en 3seg. (68,2 kB/s) Seleccionando el paquete libinotifytools0 previamente no seleccionado. (Leyendo la base de datos ... 207344 ficheros o directorios instalados actualmente.) Desempaquetando libinotifytools0 (de .../libinotifytools0_3.13-3_amd64.deb) ... Seleccionando el paquete inotify-tools previamente no seleccionado. Desempaquetando inotify-tools (de .../inotify-tools_3.13-3_amd64.deb) ... Seleccionando el paquete python3-gi previamente no seleccionado. Desempaquetando python3-gi (de .../python3-gi_3.2.2-1~precise_amd64.deb) ... Procesando disparadores para man-db ... Configurando libinotifytools0 (3.13-3) ... Configurando inotify-tools (3.13-3) ... Configurando python3-gi (3.2.2-1~precise) ... Procesando disparadores para libc-bin ... ldconfig deferred processing now taking place /usr/local/lib/python3.2/dist-packages/setuptools/dist.py:282: UserWarning: Normalizing '1.0-dev' to '1.0.dev0' normalized_version, running install Checking .pth file support in /usr/local/lib/python3.2/dist-packages/ /usr/bin/python3 -E -c pass TEST PASSED: /usr/local/lib/python3.2/dist-packages/ appears to support .pth files running bdist_egg running egg_info creating onedrive_d.egg-info writing requirements to onedrive_d.egg-info/requires.txt writing onedrive_d.egg-info/PKG-INFO writing top-level names to onedrive_d.egg-info/top_level.txt writing dependency_links to onedrive_d.egg-info/dependency_links.txt writing manifest file 'onedrive_d.egg-info/SOURCES.txt' warning: manifest_maker: standard file 'setup.py' not found

reading manifest file 'onedrive_d.egg-info/SOURCES.txt' writing manifest file 'onedrive_d.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build creating build/lib creating build/lib/onedrive_d copying onedrive_d/setup.py -> build/lib/onedrive_d copying onedrive_d/live_api.py -> build/lib/onedrive_d copying onedrive_d/observer_gtk.py -> build/lib/onedrive_d copying onedrive_d/daemon.py -> build/lib/onedrive_d copying onedrive_d/init.py -> build/lib/onedrive_d copying onedrive_d/pref_gtk.py -> build/lib/onedrive_d copying onedrive_d/main.py -> build/lib/onedrive_d copying onedrive_d/config.py -> build/lib/onedrive_d copying onedrive_d/logger.py -> build/lib/onedrive_d copying onedrive_d/pref.py -> build/lib/onedrive_d copying onedrive_d/pref_cmd.py -> build/lib/onedrive_d creating build/lib/onedrive_d/res copying onedrive_d/res/icon_256.png -> build/lib/onedrive_d/res copying onedrive_d/res/icon_256_idle.png -> build/lib/onedrive_d/res creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/setup.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/live_api.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/observer_gtk.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/daemon.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/init.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/pref_gtk.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/main.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/config.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/logger.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/pref.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/pref_cmd.py -> build/bdist.linux-x86_64/egg/onedrive_d creating build/bdist.linux-x86_64/egg/onedrive_d/res copying build/lib/onedrive_d/res/icon_256.png -> build/bdist.linux-x86_64/egg/onedrive_d/res copying build/lib/onedrive_d/res/icon_256_idle.png -> build/bdist.linux-x86_64/egg/onedrive_d/res byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/setup.py to setup.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/live_api.py to live_api.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/observer_gtk.py to observer_gtk.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/daemon.py to daemon.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/init.py to init.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/pref_gtk.py to pref_gtk.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/main.py to main.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/config.py to config.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/logger.py to logger.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/pref.py to pref.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/pref_cmd.py to pref_cmd.cpython-32.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying onedrive_d.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying onedrive_d.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying onedrive_d.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying onedrive_d.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying onedrive_d.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... onedrive_d.pycache.observer_gtk.cpython-32: module references file onedrive_d.pycache.setup.cpython-32: module references file creating dist creating 'dist/onedrive_d-1.0.dev0-py3.2.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing onedrive_d-1.0.dev0-py3.2.egg creating /usr/local/lib/python3.2/dist-packages/onedrive_d-1.0.dev0-py3.2.egg Extracting onedrive_d-1.0.dev0-py3.2.egg to /usr/local/lib/python3.2/dist-packages Adding onedrive-d 1.0.dev0 to easy-install.pth file

Installed /usr/local/lib/python3.2/dist-packages/onedrive_d-1.0.dev0-py3.2.egg Processing dependencies for onedrive-d==1.0.dev0 Searching for send2trash Reading https://pypi.python.org/simple/send2trash/ Best match: Send2Trash 1.3.0 Downloading https://pypi.python.org/packages/source/S/Send2Trash/Send2Trash-1.3.0.tar.gz#md5=0fe9e60f2da76173d64ab1cdf0fd551b Processing Send2Trash-1.3.0.tar.gz Writing /tmp/easy_install-u4kx87/Send2Trash-1.3.0/setup.cfg Running Send2Trash-1.3.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-u4kx87/Send2Trash-1.3.0/egg-dist-tmp-4oawsm zip_safe flag not set; analyzing archive contents... Moving Send2Trash-1.3.0-py3.2.egg to /usr/local/lib/python3.2/dist-packages Adding Send2Trash 1.3.0 to easy-install.pth file

Installed /usr/local/lib/python3.2/dist-packages/Send2Trash-1.3.0-py3.2.egg Searching for certifi Reading https://pypi.python.org/simple/certifi/ Best match: certifi 14.5.14 Downloading https://pypi.python.org/packages/source/c/certifi/certifi-14.05.14.tar.gz#md5=315ea4e50673a16ab047099f816fd32a Processing certifi-14.05.14.tar.gz Writing /tmp/easy_install-u_lcj7/certifi-14.05.14/setup.cfg Running certifi-14.05.14/setup.py -q bdist_egg --dist-dir /tmp/easy_install-u_lcj7/certifi-14.05.14/egg-dist-tmp-lzj91l /usr/local/lib/python3.2/dist-packages/setuptools/dist.py:282: UserWarning: Normalizing '14.05.14' to '14.5.14' normalized_version, zip_safe flag not set; analyzing archive contents... certifi.pycache.core.cpython-32: module references file creating /usr/local/lib/python3.2/dist-packages/certifi-14.5.14-py3.2.egg Extracting certifi-14.5.14-py3.2.egg to /usr/local/lib/python3.2/dist-packages Adding certifi 14.5.14 to easy-install.pth file

Installed /usr/local/lib/python3.2/dist-packages/certifi-14.5.14-py3.2.egg Searching for urllib3 Reading https://pypi.python.org/simple/urllib3/ Best match: urllib3 1.10.1 Downloading https://pypi.python.org/packages/source/u/urllib3/urllib3-1.10.1.tar.gz#md5=820cae9eb984edc41dea504a56ec0267 Processing urllib3-1.10.1.tar.gz Writing /tmp/easy_install-t_uy5v/urllib3-1.10.1/setup.cfg Running urllib3-1.10.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-t_uy5v/urllib3-1.10.1/egg-dist-tmp-58hhu3 warning: no previously-included files matching '*' found under directory 'docs/_build' zip_safe flag not set; analyzing archive contents... Moving urllib3-1.10.1-py3.2.egg to /usr/local/lib/python3.2/dist-packages Adding urllib3 1.10.1 to easy-install.pth file

Installed /usr/local/lib/python3.2/dist-packages/urllib3-1.10.1-py3.2.egg Searching for requests Reading https://pypi.python.org/simple/requests/ Best match: requests 2.5.1 Downloading https://pypi.python.org/packages/source/r/requests/requests-2.5.1.tar.gz#md5=c270eb5551a02e8ab7a4cbb83e22af2e Processing requests-2.5.1.tar.gz Writing /tmp/easy_install-nskglv/requests-2.5.1/setup.cfg Running requests-2.5.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-nskglv/requests-2.5.1/egg-dist-tmp-hkuvx2 creating /usr/local/lib/python3.2/dist-packages/requests-2.5.1-py3.2.egg Extracting requests-2.5.1-py3.2.egg to /usr/local/lib/python3.2/dist-packages Adding requests 2.5.1 to easy-install.pth file

Installed /usr/local/lib/python3.2/dist-packages/requests-2.5.1-py3.2.egg Finished processing dependencies for onedrive-d==1.0.dev0 /usr/local/lib/python3.2/dist-packages/setuptools/dist.py:282: UserWarning: Normalizing '1.0-dev' to '1.0.dev0' normalized_version, running clean

Please issue command 'onedrive-pref [--no-gui]' to configure the app, and then issue command 'onedrive-d' to start the daemon. All operations finished. nicolai@nicolai-VirtualBox:~/onedrive-d$ 'onedrive-d' onedrive-d: no se encontró la orden nicolai@nicolai-VirtualBox:~/onedrive-d$ onedrive-d onedrive-d: no se encontró la orden nicolai@nicolai-VirtualBox:~/onedrive-d$ onedrive-pref onedrive-pref: no se encontró la orden nicolai@nicolai-VirtualBox:~/onedrive-d$

xybu commented 9 years ago

For now #65 if I remember correctly.

I've been making progress on "future" branch this weekend. It will be much more robust, efficient, and accurate, and thus will add shortcuts to the system.

Sent from my Windows Phone


From: Nicolai Tassanimailto:notifications@github.com Sent: ‎2/‎22/‎2015 10:55 AM To: xybu/onedrive-dmailto:onedrive-d@noreply.github.com Cc: Xiangyu Bumailto:xybu92@live.com Subject: Re: [onedrive-d] Can't install on elementary os luna. (#115)

Hi! FInally i can install Onedrive-d :) My only problem is the software not launching... My steps are: 1- Remove my pre-installed python version is not very easy, because that action remove all my desktop enviroment and many other programs, so... I install python 3.4 and set it my default version of python in elementary luna. I do sudo add-apt-repository ppa:fkrull/deadsnakes and sudo apt-get update; sudo apt-get install python3.4 After that i created ~/.bash_aliases file. And set the default version 3.4 adding alias python='/usr/bin/python3.4' 2- I do a git clone with git clone https://github.com/xybu92/onedrive-d.git and replace all my setup.sh with your new script https://github.com/xybu/onedrive-d/commit/fe1902a83cb5bc24fd207c5fada4a3d1e7376163 3- The new script now, only now, want install your required version of python. And install all ok :)

But executing onedrive-d the comand is not found. What i doing so bad?

Here is my log: nicolai@nicolai-VirtualBox:~$ git clone https://github.com/xybu92/onedrive-d.git Cloning into 'onedrive-d'... remote: Counting objects: 693, done. remote: Compressing objects: 100% (47/47), done. remote: Total 693 (delta 19), reused 0 (delta 0) Receiving objects: 100% (693/693), 233.90 KiB | 146 KiB/s, done. Resolving deltas: 100% (336/336), done. nicolai@nicolai-VirtualBox:~$ ./setup.sh inst bash: ./setup.sh: No existe el archivo o el directorio nicolai@nicolai-VirtualBox:~$ cd onedrive-d nicolai@nicolai-VirtualBox:~/onedrive-d$ ./setup.sh inst Python 3.x not found on the system. Do you want to install packages python3 and pip3? [y/N] y [sudo] password for nicolai: Leyendo lista de paquetes... Hecho Creando árbol de dependencias Leyendo la información de estado... Hecho Se instalarán los siguientes paquetes extras: python3-minimal python3.2 python3.2-minimal Paquetes sugeridos: python3-doc python3-tk python3.2-doc binfmt-support Se instalarán los siguientes paquetes NUEVOS: python3 python3-minimal python3.2 python3.2-minimal 0 actualizados, 4 se instalarán, 0 para eliminar y 0 no actualizados. Necesito descargar 4.343 kB de archivos. Se utilizarán 14,7 MB de espacio de disco adicional después de esta operación. ¿Desea continuar [S/n]? s Des:1 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main python3.2-minimal amd64 3.2.3-0ubuntu3.6 [1.771 kB] Des:2 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main python3.2 amd64 3.2.3-0ubuntu3.6 [2.529 kB] Des:3 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main python3-minimal amd64 3.2.3-0ubuntu1.2 [12,0 kB] Des:4 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main python3 amd64 3.2.3-0ubuntu1.2 [30,6 kB] Descargados 4.343 kB en 20seg. (208 kB/s) Seleccionando el paquete python3.2-minimal previamente no seleccionado. (Leyendo la base de datos ... 207362 ficheros o directorios instalados actualmente.) Desempaquetando python3.2-minimal (de .../python3.2-minimal_3.2.3-0ubuntu3.6_amd64.deb) ... Seleccionando el paquete python3.2 previamente no seleccionado. Desempaquetando python3.2 (de .../python3.2_3.2.3-0ubuntu3.6_amd64.deb) ... Seleccionando el paquete python3-minimal previamente no seleccionado. Desempaquetando python3-minimal (de .../python3-minimal_3.2.3-0ubuntu1.2_amd64.deb) ... Seleccionando el paquete python3 previamente no seleccionado. Desempaquetando python3 (de .../python3_3.2.3-0ubuntu1.2_amd64.deb) ... Procesando disparadores para man-db ... Procesando disparadores para menu ... Procesando disparadores para desktop-file-utils ... Procesando disparadores para bamfdaemon ... Rebuilding /usr/share/applications/bamf.index... Procesando disparadores para gnome-menus ... Configurando python3.2-minimal (3.2.3-0ubuntu3.6) ... Configurando python3.2 (3.2.3-0ubuntu3.6) ... Configurando python3-minimal (3.2.3-0ubuntu1.2) ... Configurando python3 (3.2.3-0ubuntu1.2) ... running python rtupdate hooks for python3.2... running python post-rtupdate hooks for python3.2... Procesando disparadores para menu ... Now install pip3 from source... --2015-02-22 13:36:34-- https://bootstrap.pypa.io/get-pip.py Resolviendo bootstrap.pypa.io (bootstrap.pypa.io)... 23.235.46.175 Conectando con bootstrap.pypa.io (bootstrap.pypa.io)[23.235.46.175]:443... conectado. Petición HTTP enviada, esperando respuesta... 200 OK Longitud: 1608741 (1,5M) [text/x-python] Grabando a: “get-pip.py”

100%[=====================================>] 1.608.741 202K/s en 8,0s

2015-02-22 13:36:44 (196 KB/s) - “get-pip.py” guardado [1608741/1608741]

The directory '/home/nicolai/.cache/pip/log' or its parent directory is not owned by the current user and the debug log has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag. The directory '/home/nicolai/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag. The directory '/home/nicolai/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag. Collecting pip Downloading pip-6.0.8-py2.py3-none-any.whl (1.3MB) 100% |################################| 1.3MB 153kB/s Collecting setuptools Downloading setuptools-12.2-py2.py3-none-any.whl (502kB) 100% |################################| 503kB 186kB/s Installing collected packages: setuptools, pip

Successfully installed pip-6.0.8 setuptools-12.2 Leyendo lista de paquetes... Hecho Creando árbol de dependencias Leyendo la información de estado... Hecho Se instalarán los siguientes paquetes extras: libinotifytools0 Se instalarán los siguientes paquetes NUEVOS: inotify-tools libinotifytools0 python3-gi 0 actualizados, 3 se instalarán, 0 para eliminar y 0 no actualizados. Necesito descargar 244 kB de archivos. Se utilizarán 1.019 kB de espacio de disco adicional después de esta operación. ¿Desea continuar [S/n]? s Des:1 http://uy.archive.ubuntu.com/ubuntu/ precise/universe libinotifytools0 amd64 3.13-3 [22,6 kB] Des:2 http://uy.archive.ubuntu.com/ubuntu/ precise/universe inotify-tools amd64 3.13-3 [28,1 kB] Des:3 http://uy.archive.ubuntu.com/ubuntu/ precise-updates/main python3-gi amd64 3.2.2-1~precise [194 kB] Descargados 244 kB en 3seg. (68,3 kB/s) Seleccionando el paquete libinotifytools0 previamente no seleccionado. (Leyendo la base de datos ... 208175 ficheros o directorios instalados actualmente.) Desempaquetando libinotifytools0 (de .../libinotifytools0_3.13-3_amd64.deb) ... Seleccionando el paquete inotify-tools previamente no seleccionado. Desempaquetando inotify-tools (de .../inotify-tools_3.13-3_amd64.deb) ... Seleccionando el paquete python3-gi previamente no seleccionado. Desempaquetando python3-gi (de .../python3-gi_3.2.2-1~precise_amd64.deb) ... Procesando disparadores para man-db ... Configurando libinotifytools0 (3.13-3) ... Configurando inotify-tools (3.13-3) ... Configurando python3-gi (3.2.2-1~precise) ... Procesando disparadores para libc-bin ... ldconfig deferred processing now taking place /usr/local/lib/python3.2/dist-packages/setuptools/dist.py:282: UserWarning: Normalizing '1.0-dev' to '1.0.dev0' normalized_version, running install Checking .pth file support in /usr/local/lib/python3.2/dist-packages/ /usr/bin/python3 -E -c pass TEST PASSED: /usr/local/lib/python3.2/dist-packages/ appears to support .pth files running bdist_egg running egg_info creating onedrive_d.egg-info writing requirements to onedrive_d.egg-info/requires.txt writing onedrive_d.egg-info/PKG-INFO writing top-level names to onedrive_d.egg-info/top_level.txt writing dependency_links to onedrive_d.egg-info/dependency_links.txt writing manifest file 'onedrive_d.egg-info/SOURCES.txt' warning: manifest_maker: standard file 'setup.py' not found

reading manifest file 'onedrive_d.egg-info/SOURCES.txt' writing manifest file 'onedrive_d.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build creating build/lib creating build/lib/onedrive_d copying onedrive_d/setup.py -> build/lib/onedrive_d copying onedrive_d/live_api.py -> build/lib/onedrive_d copying onedrive_d/observer_gtk.py -> build/lib/onedrive_d copying onedrive_d/daemon.py -> build/lib/onedrive_d copying onedrive_d/init.py -> build/lib/onedrive_d copying onedrive_d/pref_gtk.py -> build/lib/onedrive_d copying onedrive_d/main.py -> build/lib/onedrive_d copying onedrive_d/config.py -> build/lib/onedrive_d copying onedrive_d/logger.py -> build/lib/onedrive_d copying onedrive_d/pref.py -> build/lib/onedrive_d copying onedrive_d/pref_cmd.py -> build/lib/onedrive_d creating build/lib/onedrive_d/res copying onedrive_d/res/icon_256.png -> build/lib/onedrive_d/res copying onedrive_d/res/icon_256_idle.png -> build/lib/onedrive_d/res creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/setup.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/live_api.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/observer_gtk.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/daemon.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/init.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/pref_gtk.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/main.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/config.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/logger.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/pref.py -> build/bdist.linux-x86_64/egg/onedrive_d copying build/lib/onedrive_d/pref_cmd.py -> build/bdist.linux-x86_64/egg/onedrive_d creating build/bdist.linux-x86_64/egg/onedrive_d/res copying build/lib/onedrive_d/res/icon_256.png -> build/bdist.linux-x86_64/egg/onedrive_d/res copying build/lib/onedrive_d/res/icon_256_idle.png -> build/bdist.linux-x86_64/egg/onedrive_d/res byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/setup.py to setup.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/live_api.py to live_api.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/observer_gtk.py to observer_gtk.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/daemon.py to daemon.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/init.py to init.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/pref_gtk.py to pref_gtk.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/main.py to main.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/config.py to config.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/logger.py to logger.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/pref.py to pref.cpython-32.pyc byte-compiling build/bdist.linux-x86_64/egg/onedrive_d/pref_cmd.py to pref_cmd.cpython-32.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying onedrive_d.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying onedrive_d.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying onedrive_d.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying onedrive_d.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying onedrive_d.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... onedrive_d.pycache.observer_gtk.cpython-32: module references file onedrive_d.pycache.setup.cpython-32: module references file creating dist creating 'dist/onedrive_d-1.0.dev0-py3.2.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing onedrive_d-1.0.dev0-py3.2.egg creating /usr/local/lib/python3.2/dist-packages/onedrive_d-1.0.dev0-py3.2.egg Extracting onedrive_d-1.0.dev0-py3.2.egg to /usr/local/lib/python3.2/dist-packages Adding onedrive-d 1.0.dev0 to easy-install.pth file

Installed /usr/local/lib/python3.2/dist-packages/onedrive_d-1.0.dev0-py3.2.egg Processing dependencies for onedrive-d==1.0.dev0 Searching for send2trash Reading https://pypi.python.org/simple/send2trash/ Best match: Send2Trash 1.3.0 Downloading https://pypi.python.org/packages/source/S/Send2Trash/Send2Trash-1.3.0.tar.gz#md5=0fe9e60f2da76173d64ab1cdf0fd551b Processing Send2Trash-1.3.0.tar.gz Writing /tmp/easy_install-02bz3a/Send2Trash-1.3.0/setup.cfg Running Send2Trash-1.3.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-02bz3a/Send2Trash-1.3.0/egg-dist-tmp-vsi4yr zip_safe flag not set; analyzing archive contents... Moving Send2Trash-1.3.0-py3.2.egg to /usr/local/lib/python3.2/dist-packages Adding Send2Trash 1.3.0 to easy-install.pth file

Installed /usr/local/lib/python3.2/dist-packages/Send2Trash-1.3.0-py3.2.egg Searching for certifi Reading https://pypi.python.org/simple/certifi/ Best match: certifi 14.5.14 Downloading https://pypi.python.org/packages/source/c/certifi/certifi-14.05.14.tar.gz#md5=315ea4e50673a16ab047099f816fd32a Processing certifi-14.05.14.tar.gz Writing /tmp/easy_install-nvlboh/certifi-14.05.14/setup.cfg Running certifi-14.05.14/setup.py -q bdist_egg --dist-dir /tmp/easy_install-nvlboh/certifi-14.05.14/egg-dist-tmp-yqgq2k /usr/local/lib/python3.2/dist-packages/setuptools/dist.py:282: UserWarning: Normalizing '14.05.14' to '14.5.14' normalized_version, zip_safe flag not set; analyzing archive contents... certifi.pycache.core.cpython-32: module references file creating /usr/local/lib/python3.2/dist-packages/certifi-14.5.14-py3.2.egg Extracting certifi-14.5.14-py3.2.egg to /usr/local/lib/python3.2/dist-packages Adding certifi 14.5.14 to easy-install.pth file

Installed /usr/local/lib/python3.2/dist-packages/certifi-14.5.14-py3.2.egg Searching for urllib3 Reading https://pypi.python.org/simple/urllib3/ Best match: urllib3 1.10.1 Downloading https://pypi.python.org/packages/source/u/urllib3/urllib3-1.10.1.tar.gz#md5=820cae9eb984edc41dea504a56ec0267 Processing urllib3-1.10.1.tar.gz Writing /tmp/easy_install-ievis8/urllib3-1.10.1/setup.cfg Running urllib3-1.10.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ievis8/urllib3-1.10.1/egg-dist-tmp-h1amys warning: no previously-included files matching '*' found under directory 'docs/_build' zip_safe flag not set; analyzing archive contents... Moving urllib3-1.10.1-py3.2.egg to /usr/local/lib/python3.2/dist-packages Adding urllib3 1.10.1 to easy-install.pth file

Installed /usr/local/lib/python3.2/dist-packages/urllib3-1.10.1-py3.2.egg Searching for requests Reading https://pypi.python.org/simple/requests/ Best match: requests 2.5.1 Downloading https://pypi.python.org/packages/source/r/requests/requests-2.5.1.tar.gz#md5=c270eb5551a02e8ab7a4cbb83e22af2e Processing requests-2.5.1.tar.gz Writing /tmp/easy_install-tm7o5f/requests-2.5.1/setup.cfg Running requests-2.5.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-tm7o5f/requests-2.5.1/egg-dist-tmp-rpnglf creating /usr/local/lib/python3.2/dist-packages/requests-2.5.1-py3.2.egg Extracting requests-2.5.1-py3.2.egg to /usr/local/lib/python3.2/dist-packages Adding requests 2.5.1 to easy-install.pth file

Installed /usr/local/lib/python3.2/dist-packages/requests-2.5.1-py3.2.egg Finished processing dependencies for onedrive-d==1.0.dev0 /usr/local/lib/python3.2/dist-packages/setuptools/dist.py:282: UserWarning: Normalizing '1.0-dev' to '1.0.dev0' normalized_version, running clean

Please issue command 'onedrive-pref [--no-gui]' to configure the app, and then issue command 'onedrive-d' to start the daemon. All operations finished. nicolai@nicolai-VirtualBox:~/onedrive-d$ onedrive-d onedrive-d: no se encontró la orden nicolai@nicolai-VirtualBox:~/onedrive-d$ cd nicolai@nicolai-VirtualBox:~$ onedrive-d onedrive-d: no se encontró la orden nicolai@nicolai-VirtualBox:~$ onedrive-pref onedrive-pref: no se encontró la orden nicolai@nicolai-VirtualBox:~$ onedrive-d onedrive-d: no se encontró la orden nicolai@nicolai-VirtualBox:~$ onedrive-pref [--no-gui] onedrive-pref: no se encontró la orden nicolai@nicolai-VirtualBox:~$


Reply to this email directly or view it on GitHub: https://github.com/xybu/onedrive-d/issues/115#issuecomment-75441758

ntassani commented 9 years ago

Yes xybu, yes!!! With onedrive_d/pref.py --no-gui mi onedrive-d is alive! If i install the program today, when the new version is finished, i can upgrade the program easy? Or you recomend me play with my virtualbox and do a clean install on my real pc when the new version is finished? Thanks for all your help and for do a very usefull project. In the next days i want do a little donnation to the project. Because i'm not a programmer and i can't contribute in any other way. It is possible? Thanks again! My lumia 1020 say "Thank you" too :)

PD: This is my firs github participation, you can make the issue "closed"?

xybu commented 9 years ago

Upgrading is never more than removing+installing.

Sent from my Windows Phone


From: Nicolai Tassanimailto:notifications@github.com Sent: ‎2/‎22/‎2015 1:56 PM To: xybu/onedrive-dmailto:onedrive-d@noreply.github.com Cc: Xiangyu Bumailto:xybu92@live.com Subject: Re: [onedrive-d] Can't install on elementary os luna. (#115)

Yes xybu, yes!!! With onedrive_d/pref.py --no-gui mi onedrive-d is alive! If i install the program today, when the new version is finished, i can upgrade the program easy? Or you recomend me play with my virtualbox and do a clean install on my real pc when the new version is finished? Thanks for all your help and for do a very usefull project. In the next days i want do a little donnation to the project. Because i'm not a programmer and i can't contribute in any other way. It is possible? Thanks again! My lumia 1020 say "Thank you" too :)

PD: This is my firs github participation, you can make the issue "closed"?


Reply to this email directly or view it on GitHub: https://github.com/xybu/onedrive-d/issues/115#issuecomment-75451021

xybu commented 9 years ago

Wanna checkout the latest version?