cardapio in ubuntu 12.04?

Asked by jovial

Hello

I'm testing Ubuntu 12.04 Precise Pangolin
Unity made its way and Cardapio is an interesting complement
Have you got somme project for this
And what is the best way to install it in ubuntu 12.04?

edit: I tried it on 12.04 alpha2 with this depot: http://ppa.launchpad.net/cardapio-team/unstable/ubuntu oneiric main
Cardapio dont run error

Jean-Luc

Question information

Language:
English Edit question
Status:
Solved
For:
Cardapio Edit question
Assignee:
No assignee Edit question
Solved by:
fervi
Solved:
Last query:
Last reply:
Revision history for this message
jovial (jovial) said :
#1

From terminal:

jl@jl-G31M-ES2L:~$ cardapio
Gtk-WARNING **:Can not find the theme engine in module_path: « pixmap »(-> solved by : sudo apt-get install gtk2-engines-pixbuf)
...
** WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'

** WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
Traceback (most recent call last):
  File "/usr/bin/cardapio", line 173, in <module>
    cardapio_show(centered = True)
  File "/usr/bin/cardapio", line 92, in cardapio_show
    start_cardapio(show = position)
  File "/usr/bin/cardapio", line 43, in start_cardapio
    from Cardapio import Cardapio
  File "/usr/lib/cardapio/Cardapio.py", line 98, in <module>
    import gtk.glade
ImportError: No module named glade
jl@jl-G31M-ES2L:~$

Revision history for this message
Best fervi (thunderstormpolska) said :
#2

Install python-glade2

Revision history for this message
jovial (jovial) said :
#3

Hello

ok I reinstalled python-glade2 via synaptic it run

Thanks Fervi

Bye

Revision history for this message
jovial (jovial) said :
#4

Thanks fervi, that solved my question.

Revision history for this message
mikefreeman (mike-freeman-studio) said :
#5

I'm trying to install Cardapio in Linux Mint 13 (based on Ubuntu 12.04), and it says that the dependency 'python-gnomeapplet' cannot be installed. I cannot find that package anywhere in the repository. Any suggestions?

Revision history for this message
mikefreeman (mike-freeman-studio) said :
#6

(specifically, I'm trying to install the Gnome 3 classic panel applet)

Revision history for this message
Thiago Teixeira (tvst) said :
#7

Yep, this is known and we're working on it.

Basically, since Gnome 3, the way that classic panel applets are written changed, and we have to adapt to that. There's a branch of Cardapio that was contributed by Ikey Doherty last week that is supposedly working, I just have to test it. Hopefully I can get it done soon.