|
2010-04-19
, 20:47
|
|
Posts: 552 |
Thanked: 183 times |
Joined on Oct 2009
@ Not decided
|
#2
|
|
2010-04-20
, 08:12
|
|
Posts: 25 |
Thanked: 8 times |
Joined on Feb 2010
@ Chennai,India
|
#3
|
|
2010-04-20
, 08:14
|
Posts: 256 |
Thanked: 98 times |
Joined on Jan 2010
|
#4
|
|
2010-04-20
, 09:42
|
|
Posts: 125 |
Thanked: 27 times |
Joined on Nov 2007
@ Bellshill, UK
|
#5
|
|
2010-06-18
, 01:43
|
Posts: 289 |
Thanked: 83 times |
Joined on Jul 2006
|
#6
|
TuxPaint ( www.tuxpaint.org ) is now working on N900 and can be installed from extras-testing.
|
2010-06-18
, 05:56
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#7
|
apt-get install -f
|
2010-11-25
, 12:40
|
Posts: 289 |
Thanked: 83 times |
Joined on Jul 2006
|
#8
|
I just removed and reinstalled it on PR1.2. No warnings or errors.
Check on terminal what say (on root):
Code:apt-get install -f
/home/user # apt-get install -f Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded. 2 not fully installed or removed. After this operation, 0B of additional disk space will be used. Setting up libpaper1 (1.1.21) ... /var/lib/dpkg/info/libpaper1.postinst: line 45: ucf: not found dpkg: error processing libpaper1 (--configure): subprocess post-installation script returned error exit status 127 dpkg: dependency problems prevent configuration of tuxpaint: tuxpaint depends on libpaper1 (>= 1.1.21); however: Package libpaper1 is not configured yet. dpkg: error processing tuxpaint (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: libpaper1 tuxpaint E: Sub-process /usr/bin/dpkg returned an error code (1) /home/user #
|
2010-11-25
, 12:59
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#9
|
|
2010-11-26
, 07:04
|
Posts: 289 |
Thanked: 83 times |
Joined on Jul 2006
|
#10
|
check do you have ucf installed and working
apt-cache policy ucf
which ucf
ls -al /usr/bin/ucf
ucf --help
/home/user # apt-cache policy ucf ucf: Installed: 1.17-1osso Candidate: 1.17-1osso Version table: *** 1.17-1osso 0 500 https://downloads.maemo.nokia.com ./ Packages 500 https://downloads.maemo.nokia.com ./ Packages 100 /var/lib/dpkg/status /home/user # which ucf /usr/bin/ucf /home/user # ls -al /usr/bin/ucf -rwxr-xr-x 1 root root 30099 Mar 18 2005 /usr/bin/ucf /home/user # /usr/bin/ucf --help /bin/sh: /usr/bin/ucf: not found /home/user #
The Following User Says Thank You to delaroca For This Useful Post: | ||
TuxPaint is painting application for children.
Comment and vote for extras.
http://maemo.org/packages/package_in....9.21-1maemo8/
TuxPaint has been ported to 770, N800 and N810. Today N900 version is only for packaging. Code modifications are in upstream and N900 has all needed libraries in repositories already.
Last edited by AapoRantalainen; 2010-04-26 at 17:43. Reason: updated package page address again