Running program icon does not show up

2008-03-05 Thread Luarvique L. Luarvique
I am having some problems getting icons to show up when running a
program. I have packaged and installed 3 different icons (26x26,
40x40, and 64x64) and I am running the gtk-update-icon-cache in the
postinst script. Here is what I get:

* The little icon in Application Manager does show up.
* The large icon in the start menu does show up.
* The small icon in the running-programs list at the left does not
show up. I am getting the default icon instead.
* The larger icon in the window list (the one that appears when you
click in the bottom-left corner of the screen) does not show up. I am
getting the default icon instead.

What am I doing wrong? Am I missing something?
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: devloping/using bitmap fonts on osso_xterm

2008-03-05 Thread Frantisek Dufka
Tomi Ollila wrote:
 Hi
 
 Does osso_xterm support a bitmap font wrapped in a sfnt (TrueType or
 OpenType wrapper)?
 
 I tried the following command:
 
 fonttosfnt -v -o fatFixedBitmap.ttf fat7x16-iso10646-1.bdf 
 fat8x16-iso10646-1.bdf
 
 ( above files available at http://www.iki.fi/too/sw/fatXfonts/ )
 
 then moved fatFixedBitmap.ttf to /home/user/.fonts (on both 770 and N800)
 and rebooted the tablets (somewhat different xterms on OS2006 and OS2008).
 
 Now both allows me to choose 'fatFixed' font on osso_xterm configuration
 window but all I get is blank characters on xterm window when this font
 is chosen (any point size). 
 

Maybe you did not hit the correct size. I got this one (google for 
Terminus font, you may need to use cache if page with links is not 
available)

http://chlamydia.fs.ei.tum.de/~corecode/unsorted/Terminus.ttf
http://chlamydia.fs.ei.tum.de/~corecode/unsorted/TerminusBold.ttf

and it shows blank characters except one specific size (use zoom keys to 
find it).

See also http://www.internettablettalk.com/forums/showthread.php?t=17002 
for screenshots. This made my xterm very pleasant to my eyes (finally).

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


Explicitely receiving DBus messages

2008-03-05 Thread Luarvique L. Luarvique
When my program is started by a DBus message (like mime_open), I
need to receive this message before going into GTK loop (in fact, I
have no GTK loop, but it is not important). I do not have the DBus
connection handle, just the osso_context pointer. How do I explicitely
poll for any pending DBus messages on startup?
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Running program icon does not show up

2008-03-05 Thread Fred

Luarvique L. Luarvique a écrit :
 I am having some problems getting icons to show up when running a
 program. I have packaged and installed 3 different icons (26x26,
 40x40, and 64x64) and I am running the gtk-update-icon-cache in the
 postinst script. Here is what I get:
 
 * The little icon in Application Manager does show up.
 * The large icon in the start menu does show up.
 * The small icon in the running-programs list at the left does not
 show up. I am getting the default icon instead.
 * The larger icon in the window list (the one that appears when you
 click in the bottom-left corner of the screen) does not show up. I am
 getting the default icon instead.
 
 What am I doing wrong? Am I missing something?
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

Did you specify the icon entry in your .desktop file ?

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


How to set a hildon window fullscreen

2008-03-05 Thread Yuan Jiang
which function set the hildon window full screen as gtk_window_fullscreen()
does in gtk.

-- 
姜源
Yuan Jiang
http://blog.vetcafe.net
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: 答复: Anybody heared Ubuntu mobile?

2008-03-05 Thread sebastian maemo

 But, why would you guys want to switch from Maemo ?

 --
 anidel


Maybe because Ubuntu Mobile has got Java support?...
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Running program icon does not show up

2008-03-05 Thread Luarvique L. Luarvique
On Wed, Mar 5, 2008 at 12:15 PM, Fred [EMAIL PROTECTED] wrote:
  Luarvique L. Luarvique a écrit :
  I am having some problems getting icons to show up when running a
   program. I have packaged and installed 3 different icons (26x26,
   40x40, and 64x64) and I am running the gtk-update-icon-cache in the
   postinst script. Here is what I get:
  Did you specify the icon entry in your .desktop file ?
Yes.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Running program icon does not show up

2008-03-05 Thread Luarvique L. Luarvique
On Wed, Mar 5, 2008 at 1:24 PM, Fred Labrosse [EMAIL PROTECTED] wrote:
  I don't have the icon in app manager (only the default one).
This can be fixed by suplying a base64-encoded 26x26 png icon in the
XB-Maemo-Icon-26 field in your deb control file. It is described in
the documentation.

  Yes, I have an Icon entry in the desktop file (otherwise there would be no
  icon at all I presume).
There would be default icon then.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: 答复: Anybody heared Ubuntu mobile?

2008-03-05 Thread =?UTF-8?Q?Beno=C3=AEt=20HERVIER=20

Remember that java is available due to the x86 cpu.

On Wed, 5 Mar 2008 11:41:19 +0100, sebastian maemo [EMAIL PROTECTED] wrote:

 But, why would you guys want to switch from Maemo ?

 --
 anidel
 
 
 Maybe because Ubuntu Mobile has got Java support?...
 
 
--
Benoît HERVIER
http://khertan.net/

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


Re: 答复: Anybody heared Ubuntu mobile?

2008-03-05 Thread Ross Burton
On Wed, 2008-03-05 at 12:04 +0100, =?UTF-8?Q?Beno=C3=AEt=20HERVIER=20
wrote:
 Remember that java is available due to the x86 cpu.

Last time I looked, the point of Java was that it was platform
independent.

https://wiki.evolvis.org/jalimo/index.php/Main_Page is a project to get
a fully-featured JVM onto Maemo, OpenMoko, and the iLiad, and they
appear to be doing quite well.

Ross
-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



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


Re: 答复: Anybody heared Ubuntu mobile?

2008-03-05 Thread sebastian maemo
2008/3/5, =?UTF-8?Q?Beno=C3=AEt=20HERVIER=20 [EMAIL PROTECTED]:


 Remember that java is available due to the x86 cpu.


Also remember that ARM cpu has got JAZELLE (Java support)
;-)
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: How to set a hildon window fullscreen

2008-03-05 Thread Yuan Jiang
thanks a lot.

On Wed, Mar 5, 2008 at 7:38 PM, Tapani Pälli [EMAIL PROTECTED] wrote:

 Hello;

 ext Yuan Jiang wrote:
  which function set the hildon window full screen as
  gtk_window_fullscreen() does in gtk.
 
 You can use gtk_window_fullscreen() as hildonwindow inherits from
 gtkwindow. Check for keyval HILDON_HARDKEY_FULLSCREEN in your keyhandler
 and call the function.



  --
  姜源
  Yuan Jiang
  http://blog.vetcafe.net
  
 
  ___
  maemo-developers mailing list
  maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
 


 // Tapani Pälli

 --
 Software Engineer
 Open Source Software Operations




-- 
姜源
Yuan Jiang
http://blog.vetcafe.net
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE : Re: Fullscreen and Flash

2008-03-05 Thread Frédéric Charrier
   I've also been working with a full-screen flash app.
 
 kmplayer from garage also supports flash using the browser plugin.
 Fullscreen works too (use the 'Windows' button to return to normal
 view if you have clicked the flash).

I installed kmplayer on my N810. Then, I tried to open my swf file.
kmplayer crashed !


 Just tried /usr/share/turorial-applet/N800-LOCAL.swf (just noticed
 the
 screen blanking doesn't kick in in this case ..), and works just
 fine.

I can't find this file, there is no tutorial-applet on my n810.
Is there a way to install it ?

Thanks,
Frédéric


  
_ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 
http://mail.yahoo.fr
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: RE : Re: Fullscreen and Flash

2008-03-05 Thread josh.soref
Frédéric Charrier wrote:
 I can't find this file, there is no tutorial-applet on my n810.
 Is there a way to install it ?

It shipped w/ the os update, you should run the latest version of os2008, not 
the earlier ones.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: RE : Re: Fullscreen and Flash

2008-03-05 Thread koos vriezen
2008/3/5, Frédéric Charrier [EMAIL PROTECTED]:

 I installed kmplayer on my N810. Then, I tried to open my swf file.
  kmplayer crashed !

A follow-up mail suggests you may using an older Chinook image. Please
try to reproduce with the latest.
Also, if only works on the device (ie. not in scratchbox).

If crashes persists, please start from xterm and send me the output of
the program privately.

Br.

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


Re: RE : Re: Fullscreen and Flash

2008-03-05 Thread koos vriezen
2008/3/5, koos vriezen [EMAIL PROTECTED]:

correction:

  Also, if only works on the device (ie. not in scratchbox).
 /\
 it
  Br.


  Koos Vriezen

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


Re: Re: T

2008-03-05 Thread monteslu
And remember that ARM has zero interest in helping the maemo project utilize 
those CPU extensions. Simply purchasing the hardware is not good enough for 
them.

Luis

 sebastian maemo [EMAIL PROTECTED] wrote: 
 2008/3/5, =?UTF-8?Q?Beno=C3=AEt=20HERVIER=20 [EMAIL PROTECTED]:
 
 
  Remember that java is available due to the x86 cpu.
 
 
 Also remember that ARM cpu has got JAZELLE (Java support)
 ;-)

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


Re: Re: T

2008-03-05 Thread sebastian maemo
2008/3/5, [EMAIL PROTECTED] [EMAIL PROTECTED]:

 And remember that ARM has zero interest in helping the maemo project
 utilize those CPU extensions. Simply purchasing the hardware is not good
 enough for them.

 Luis


They *sell* that help... :)
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: RE : Re: Fullscreen and Flash

2008-03-05 Thread Yuan Jiang
how about flashlite
is there a version for maemon?

On Thu, Mar 6, 2008 at 5:39 AM, koos vriezen [EMAIL PROTECTED] wrote:

 2008/3/5, koos vriezen [EMAIL PROTECTED]:

 correction:

   Also, if only works on the device (ie. not in scratchbox).
  /\
 it
   Br.
 
 
   Koos Vriezen
 
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




-- 
姜源
Yuan Jiang
http://blog.vetcafe.net
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Intel Application Energy Toolkit

2008-03-05 Thread John Holmblad
All,

fyi. In noticed this application from Intel while reviewing a recent 
issue of the Intel Software Network e-newsletter.


http://softwarecommunity.intel.com/articles/eng/1631.htm?cid=sw:kmlnews1907a

There is a version that can be compiled/installed on Linux as well.


-- 

Best Regards,

 

John Holmblad

 

Acadia Secure Networks, LLC

* *


mailto:[EMAIL PROTECTED]


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


how to add filter to HildonFileChooserDialog

2008-03-05 Thread Yuan Jiang
anyone can tell me how to add file type filter to HildonFileChooserDialog.

I just want to show image files in the file chooser dialog.

-- 
姜源
Yuan Jiang
http://blog.vetcafe.net
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers