![]() |
2007-12-24
, 15:30
|
Posts: 80 |
Thanked: 9 times |
Joined on Oct 2007
|
#2
|
![]() |
2007-12-26
, 00:22
|
Posts: 7 |
Thanked: 0 times |
Joined on Jul 2007
|
#3
|
![]() |
2007-12-26
, 10:23
|
Posts: 18 |
Thanked: 1 time |
Joined on Dec 2007
@ Alberta, Canada
|
#4
|
![]() |
2007-12-26
, 12:59
|
Posts: 7 |
Thanked: 0 times |
Joined on Jul 2007
|
#5
|
http://repository.maemo.org/extras/ (repository with the "i") gives kagu installation corrupt. So ensure you use the one without the "i"
![]() |
2007-12-27
, 23:56
|
Posts: 10 |
Thanked: 1 time |
Joined on Dec 2007
@ Espooi, Finland
|
#6
|
![]() |
2007-12-28
, 00:32
|
Posts: 80 |
Thanked: 9 times |
Joined on Oct 2007
|
#7
|
Hello,
While that works I still get that packages are missing - libsdl-ttf2.0-0 and libreadline4. What can be done about that? I am not finding any clear instructions here via the search on gaining root access to as to attempt to apt-get the libraries.
Thanks.
![]() |
2007-12-28
, 00:39
|
Posts: 80 |
Thanked: 9 times |
Joined on Oct 2007
|
#8
|
Thanks jaywhy13. Install worked for me. But as a new owner of a N800 my question is this; how long can we expect to have to jump through hoops to install most applicatons? Can we expect the "corrupt install" problem to be fixed sooner than later?
Leave this repos alone selected in Application Manager
Catalog: maemo Extras
Address: http://repostory.maemo.org/extras/
Distribution: chinook
Components: free non-free
(Please note the spelling error, make sure you use it 2)
The other repositories are disabled because different repositories might provide the same package... and you want to be sure that you're getting kagu from this repos... so disabling all others makes that very clear.
Alright, try and install kagu.
Preferably... use a terminal and execute the command as root
(Use gainroot or one of those other programs... or just ssh into your tablet if you have openssh or an ssh server & client installed)
apt-get install kagu
If you get the following.. don't worry...
Setting up kagu (1.0.10-3) ...
Cache file created successfully.
Traceback (most recent call last):
File "./kagu-scanner.py", line 24, in <module>
import pygtk,gtk,gobject
File "debian/python2.5-gtk2/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line 48, in <module>
ImportError: No module named cairo
dpkg: error processing kagu (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
kagu
E: Sub-process /usr/bin/dpkg returned an error code (1)
The error about no module named cairo means the python bindings for cairo are missing...
I did
apt-cache search cairo
and got the following:
libcairomm-1.0-dev - C++ wrappers for Cairo (development files)
libcairomm-1.0-1 - C++ wrappers for Cairo (shared libraries)
python2.5-cairo - Python bindings for the Cairo vector graphics library
python2.5-cairo-dev - Python cairo bindings: development files
libcairomm-1.0-doc - C++ wrappers for Cairo (documentation)
libcairo2 - The Cairo 2D vector graphics library
So all now needs to be done is
apt-get install python2.5-cairo
That should fix kagu and get it working... post if you have any problems... I'll try to help