gtumbler non si avvia

Bug #1028468 reported by FLAVIO
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
gtumbler
Fix Released
Low
Unassigned

Bug Description

Salve, ho installato il programma su Ubuntu 12.04 64B.
Non ho ricevuto alcun messaggio di errore e l'icona del programma appare in Unity, ma cliccandoci sopra, il programma non parte.
Cosa posso fare?
Grazie

Revision history for this message
Gabriele N. Tornetta (phoenix1987) wrote :

Ciao FLAVIO, e molte grazie per la segnalazione. Potresti fornire qualche informazione ulteriore riguardo questo bug? Ad esempio potresti provare ad avviare l'applicazione da terminale (probabilmente dovrai usare il comando /opt/extras.ubuntu.com/gtumbler/bin/gtumbler) e riportare l'output qui. Inoltre potrebbe essere utile sapere come hai installato l'applicazione (PPA, sorgenti, ...).

Grazie.

Revision history for this message
FLAVIO (flavio-neoform) wrote : Re: [Bug 1028468] Re: gtumbler non si avvia

Ciao Gabriele,
ho installati da ppa
|sudo add-apt-repository ppa:phoenix1987/ppa|
|sudo apt-get update|
|sudo apt-get install gtumbler|

l'avvio da terminale mi da: || gtumbler: comando non trovato

Grazie per la rapidità
e spero tu mi possa aiutare. Il programma mi interessa molto.

Il 24/07/2012 16:56, Gabriele N. Tornetta ha scritto:
> Ciao FLAVIO, e molte grazie per la segnalazione. Potresti fornire
> qualche informazione ulteriore riguardo questo bug? Ad esempio potresti
> provare ad avviare l'applicazione da terminale (probabilmente dovrai
> usare il comando /opt/extras.ubuntu.com/gtumbler/bin/gtumbler) e
> riportare l'output qui. Inoltre potrebbe essere utile sapere come hai
> installato l'applicazione (PPA, sorgenti, ...).
>
> Grazie.
>

Revision history for this message
Gabriele N. Tornetta (phoenix1987) wrote :

Per questioni di conformità con le regole dell'Ubuntu App Showdown, il programma viene installato in /opt, e per tale motivo non può essere avviato da terminale tramite il comando gtumbler. Come avevo indicato nel commento precedente, il comando da usare per avviare l'applicazione è
"/opt/extras.ubuntu.com/gtumbler/bin/gtumbler"

Revision history for this message
Nicola Jelmorini (jelmorini) wrote :

Ciao Gabriele,

anch'io ho lo stesso problema e questi sono i messaggi che appaiono nel terminale:

##########################################################
nicola@nicola-Pangolino:~$ /opt/extras.ubuntu.com/gtumbler/bin/gtumbler
Traceback (most recent call last):
  File "/opt/extras.ubuntu.com/gtumbler/bin/gtumbler", line 45, in <module>
    import gtumbler
  File "/opt/extras.ubuntu.com/gtumbler/gtumbler/__init__.py", line 27, in <module>
    from gtumbler import GtumblerWindow
  File "/opt/extras.ubuntu.com/gtumbler/gtumbler/GtumblerWindow.py", line 27, in <module>
    from gtumbler_lib import Window
  File "/opt/extras.ubuntu.com/gtumbler/gtumbler_lib/__init__.py", line 21, in <module>
    from . preferences import preferences
  File "/opt/extras.ubuntu.com/gtumbler/gtumbler_lib/preferences.py", line 19, in <module>
    from desktopcouch.records.server import CouchDatabase
  File "/usr/lib/pymodules/python2.7/desktopcouch/records/server.py", line 9, in <module>
    from desktopcouch.application.server import *
  File "/usr/lib/pymodules/python2.7/desktopcouch/application/server.py", line 29, in <module>
    from desktopcouch.application.local_files import DEFAULT_CONTEXT
  File "/usr/lib/pymodules/python2.7/desktopcouch/application/local_files.py", line 48, in <module>
    raise ImportError("Could not find couchdb")
ImportError: Could not find couchdb
nicola@nicola-Pangolino:~$

##########################################################

Revision history for this message
Gabriele N. Tornetta (phoenix1987) wrote :

Il problema è una mancanza esplicita della dipendenza da desktopcouch. Per risolvere è sufficiente installare desktopcouch dai repositories di Ubuntu

sudo apt-get install desktopcouch.

Questo "bug" verrà definitivamente risolto nei futuri rilasci

Revision history for this message
Gabriele N. Tornetta (phoenix1987) wrote :

Just install the missing dependency "desktopcouch" from the official Ubuntu repositories

sudo apt-get install desktopcouch

This "bug" will be solve in a future release.

Changed in gtumbler:
importance: Undecided → Low
milestone: none → 12.07.6
status: New → Fix Released
Revision history for this message
FLAVIO (flavio-neoform) wrote :

Il 24/07/2012 20:42, Gabriele N. Tornetta ha scritto:
> Per questioni di conformità con le regole dell'Ubuntu App Showdown, il programma viene installato in /opt, e per tale motivo non può essere avviato da terminale tramite il comando gtumbler. Come avevo indicato nel commento precedente, il comando da usare per avviare l'applicazione è
> "/opt/extras.ubuntu.com/gtumbler/bin/gtumbler"
>
Ecco il messaggio da terminale:

  /opt/extras.ubuntu.com/gtumbler/bin/gtumbler
Traceback (most recent call last):
   File "/opt/extras.ubuntu.com/gtumbler/bin/gtumbler", line 45, in <module>
     import gtumbler
   File "/opt/extras.ubuntu.com/gtumbler/gtumbler/__init__.py", line 27,
in <module>
     from gtumbler import GtumblerWindow
   File "/opt/extras.ubuntu.com/gtumbler/gtumbler/GtumblerWindow.py",
line 27, in <module>
     from gtumbler_lib import Window
   File "/opt/extras.ubuntu.com/gtumbler/gtumbler_lib/__init__.py", line
21, in <module>
     from . preferences import preferences
   File "/opt/extras.ubuntu.com/gtumbler/gtumbler_lib/preferences.py",
line 19, in <module>
     from desktopcouch.records.server import CouchDatabase
   File "/usr/lib/pymodules/python2.7/desktopcouch/records/server.py",
line 9, in <module>
     from desktopcouch.application.server import *
   File
"/usr/lib/pymodules/python2.7/desktopcouch/application/server.py", line
29, in <module>
     from desktopcouch.application.local_files import DEFAULT_CONTEXT
   File
"/usr/lib/pymodules/python2.7/desktopcouch/application/local_files.py",
line 48, in <module>
     raise ImportError("Could not find couchdb")
ImportError: Could not find couchdb

Revision history for this message
FLAVIO (flavio-neoform) wrote :

Il 24/07/2012 21:29, Gabriele N. Tornetta ha scritto:
> Il problema è una mancanza esplicita della dipendenza da desktopcouch.
> Per risolvere è sufficiente installare desktopcouch dai repositories di
> Ubuntu
>
> sudo apt-get install desktopcouch.
>
> Questo "bug" verrà definitivamente risolto nei futuri rilasci
>
Grazie. Funziona...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.