Re: [maemo-developers] xskat and maemo fonts

2006-11-15 Thread Hans J. Koch
Am Mittwoch, 15. November 2006 09:02 schrieb Ed Bartosh:
 On Wed, 2006-11-15 at 00:26, ext Hans J. Koch wrote:
  Am Dienstag, 14. November 2006 20:42 schrieb Holger:
   Hi Hans,
  
   i would very like to use xskat on my Nokia 770 too.
   It is my favorit game.
   Can you tell me where can i get xskat?
 
  I used the binary from Debian unstable xskat package. Download the
  package for ARM platform. A Debian .deb is in fact a tar archive.
  Untar it, all you need is the binary called xskat. Copy it to your
  770.

 It will not work this way. Maemo applications aren't binary compatible with
 Debian from OS 2006 edition. Package should be rebuilt in Maemo development
 environment at least.

Well, I have to admit I didn't try it with OS2006. Can you give a short 
explanation why that is? xskat is a simple dialog-based X app which I thought 
should run with any X server.

Hans
 
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] xskat and maemo fonts

2006-11-15 Thread Ed Bartosh
On Wed, 2006-11-15 at 10:37, ext Hans J. Koch wrote:
 Am Mittwoch, 15. November 2006 09:02 schrieb Ed Bartosh:
  On Wed, 2006-11-15 at 00:26, ext Hans J. Koch wrote:
   Am Dienstag, 14. November 2006 20:42 schrieb Holger:
Hi Hans,
   
i would very like to use xskat on my Nokia 770 too.
It is my favorit game.
Can you tell me where can i get xskat?
  
   I used the binary from Debian unstable xskat package. Download the
   package for ARM platform. A Debian .deb is in fact a tar archive.
   Untar it, all you need is the binary called xskat. Copy it to your
   770.
 
  It will not work this way. Maemo applications aren't binary compatible with
  Debian from OS 2006 edition. Package should be rebuilt in Maemo development
  environment at least.
 
 Well, I have to admit I didn't try it with OS2006. Can you give a short 
 explanation why that is? xskat is a simple dialog-based X app which I thought 
 should run with any X server.
Well, short explanation would be Because Maemo OS2006 uses EABI

Here is the quote from http://www.maemo.org/downloads/releases.html:
Maemo 2.0 introduces a major binary break due to the adoption of EABI toolchain 
and 
several API changes requiring porting of all existing maemo 1.1 applications to 
maemo 2.0

And.more detailed explanation:
http://wiki.debian.org/ArmEabiPort


-- 
Best regards,
Ed
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] xskat and maemo fonts

2006-11-14 Thread Hans J. Koch
Am Dienstag, 14. November 2006 20:42 schrieb Holger:
 Hi Hans,

 i would very like to use xskat on my Nokia 770 too.
 It is my favorit game.
 Can you tell me where can i get xskat?

I used the binary from Debian unstable xskat package. Download the 
package for ARM platform. A Debian .deb is in fact a tar archive. 
Untar it, all you need is the binary called xskat. Copy it to your 
770.

 Or how can i make it work.
 I copied on my 770 and it dosn´t work.
 I always get a failure xskat  not found.

I started it from xterm. If you've got it in your home directory or 
some other non-standard place, you need to give the full path.

Probably, you'll get an error that xskat doesn't find a suitable font. 
In that case, get the xlsfont binary from the xlsfont Debian 
package, and run it on your 770. It will print a list of fonts 
available on your 770. Choose one and call xskat with the 
option -font like this:

xskat -font name_of_your_font

That should work. See the xskat manpage for details.

Cheers,
Hans

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] xskat and maemo fonts

2006-11-12 Thread [EMAIL PROTECTED]
Hi Hans,

i would very like to use xskat on my Nokia 770 too.
Can you tell me where can i get xskat?
Or how can i make it work.
I copied on my 770 and it dosn´t work.
I always get a failure xskat not found.
Thanks.
Holger

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] xskat and maemo fonts

2006-05-25 Thread Neil Jerram
Hans J. Koch [EMAIL PROTECTED] writes:

 The program can be started (from xterm), but immediately exits
 displaying a message Font 9x15 not found.

 xskat has a commandline option -font font_name which seems to expect
 a pixel size like 9x15 or 10x20. On my laptop, several different sizes
 work. How can I find out which values are possible on the 770?

You could run xlsfonts, if it's already there.  Alternatively you
could compile and run the xlsfonts code in scratchbox, or write your
own little program to call XListFonts and display the results.

Regards,
Neil

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] xskat and maemo fonts

2006-05-25 Thread Hans J. Koch
Am Donnerstag, 25. Mai 2006 10:01 schrieb Neil Jerram:
 Hans J. Koch [EMAIL PROTECTED] writes:
  The program can be started (from xterm), but immediately exits
  displaying a message Font 9x15 not found.
 
  xskat has a commandline option -font font_name which seems to expect
  a pixel size like 9x15 or 10x20. On my laptop, several different sizes
  work. How can I find out which values are possible on the 770?

 You could run xlsfonts, if it's already there.  Alternatively you
 could compile and run the xlsfonts code in scratchbox, or write your
 own little program to call XListFonts and display the results.

Hi Neil,
thanks for that hint, that did the trick. The xlsfonts arm binary from Debian 
sarge runs well on the 770. Using one of the fonts it lists, xskat works 
without problems.

Greetings,
Hans

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] xskat and maemo fonts

2006-05-24 Thread Hans J. Koch
Hi,
I just noticed that my favourite card game xskat (probably only played in 
Germany) could possibly run on the 770 without modifications. I extracted the 
xskat binary from the -arm Debian package and copied it to the 770.

The program can be started (from xterm), but immediately exits displaying a 
message Font 9x15 not found.

xskat has a commandline option -font font_name which seems to expect a pixel 
size like 9x15 or 10x20. On my laptop, several different sizes work. How can 
I find out which values are possible on the 770?

Cheers,
Hans
  
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers