maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] TuxPaint for N900 (https://talk.maemo.org/showthread.php?t=50500)

AapoRantalainen 2010-04-19 20:07

[Announce] TuxPaint for N900
 
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.

anapospastos 2010-04-19 20:47

Re: [Announce] TuxPaint for N900
 
Thank you. Very good port for fremantle. I just installed it and it works really nice.

Keep up the good work:)

arjunkumar87 2010-04-20 08:12

Re: [Announce] TuxPaint for N900
 
really appreciate , nice work dude ;)

buxz777 2010-04-20 08:14

Re: [Announce] TuxPaint for N900
 
well done mate :-) nice work :-)

gerrymoth 2010-04-20 09:42

Re: [Announce] TuxPaint for N900
 
I still have the marks on my N800 where my little one stabbed at the device with the stylus thanks to TuxPaint :D

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 :D

delaroca 2010-06-18 01:43

Re: [Announce] TuxPaint for N900
 
Quote:

Originally Posted by AapoRantalainen (Post 618314)
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

AapoRantalainen 2010-06-18 05:56

Re: [Announce] TuxPaint for N900
 
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

delaroca 2010-11-25 12:40

Re: [Announce] TuxPaint for N900
 
Quote:

Originally Posted by AapoRantalainen (Post 720136)
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 #


AapoRantalainen 2010-11-25 12:59

Re: [Announce] TuxPaint for N900
 
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

delaroca 2010-11-26 07:04

Re: [Announce] TuxPaint for N900
 
Quote:

Originally Posted by AapoRantalainen (Post 882927)
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?


All times are GMT. The time now is 02:08.

vBulletin® Version 3.8.8