Notices


Reply
Thread Tools
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#1
TuxPaint ( www.tuxpaint.org ) is now working on N900 and can be installed from extras-testing.

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
 

The Following 16 Users Say Thank You to AapoRantalainen For This Useful Post:
anapospastos's Avatar
Posts: 552 | Thanked: 183 times | Joined on Oct 2009 @ Not decided
#2
Thank you. Very good port for fremantle. I just installed it and it works really nice.

Keep up the good work
__________________
My name was Maemo, then it became Meego and now I'm getting a third one. I am Sailfish.
 
arjunkumar87's Avatar
Posts: 25 | Thanked: 8 times | Joined on Feb 2010 @ Chennai,India
#3
really appreciate , nice work dude
__________________
Regards,
Arjun
 
Posts: 256 | Thanked: 98 times | Joined on Jan 2010
#4
well done mate :-) nice work :-)
 
gerrymoth's Avatar
Posts: 125 | Thanked: 27 times | Joined on Nov 2007 @ Bellshill, UK
#5
I still have the marks on my N800 where my little one stabbed at the device with the stylus thanks to TuxPaint

I'm installing again on the N900 just in case of boring car journeys and they are a little bit older and wise my kids now, pls the bollocking I gave them about the N800 will not be forgotten
__________________
Gerry (The MOTH)
Website: http://gerrymoth.co.uk
 

The Following 2 Users Say Thank You to gerrymoth For This Useful Post:
Posts: 289 | Thanked: 83 times | Joined on Jul 2006
#6
Originally Posted by AapoRantalainen View Post
TuxPaint ( www.tuxpaint.org ) is now working on N900 and can be installed from extras-testing.
It's not installing properly under PR1.2... instal is left in "broken state" -- app seems to work ok, but Application manager keeps complaining that the installation is broke.

Any ideas on how to fix this?

--denis
 
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#7
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
 
Posts: 289 | Thanked: 83 times | Joined on Jul 2006
#8
Originally Posted by AapoRantalainen View Post
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
This is the conflict under PR1.3

Code:
/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 #
 
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#9
You are missing command 'ucf'. It is needed to configure 'libpaper1'. (And tuxpaint is depending libpaper)
Libpaper is depending on ucf, so I do not know why it is not installed.

check do you have ucf installed and working
apt-cache policy ucf
which ucf
ls -al /usr/bin/ucf
ucf --help
 
Posts: 289 | Thanked: 83 times | Joined on Jul 2006
#10
Originally Posted by AapoRantalainen View Post
check do you have ucf installed and working
apt-cache policy ucf
which ucf
ls -al /usr/bin/ucf
ucf --help
Ok, here what I have...

Code:
/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 #
Notice the error trying to execute "ucf --help". Might it be that it is coded as a 'bash' shell proc -- rather than an 'sh' shell proc. Doing "sh /usr/bin/ucf --help" does work.

Should I change the header of ucf from "#!/bin/bash" to "#!/bin/sh" or does the script have true bash dependencies?
 

The Following User Says Thank You to delaroca For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 17:32.