[maemo-developers] How to get application icons in task navigator

From: Eduardo Lima eblima at gmail.com
Date: Fri Mar 23 14:53:16 EET 2007
Hi Alessandro,

   Try something like this, if you're using C:

   setenv ("SDL_VIDEO_X11_WMCLASS", "your-app", 1);

   Or in python:

   os.environ["SDL_VIDEO_X11_WMCLASS"] = "carman-sdl"


Best Regards, Etrunko.

On 3/23/07, Alessandro Pasotti <apasotti at gmail.com> wrote:
> The problem: pressing the Home key when in fullscreen mode from a SDL app
> brings to the desktop but the app icon does not appear, hence there is no
> way to go back to the app.
>
> An year is passed and this problem still affects almost all games and other
> SDL apps ported to maemo without integrating libosso.
>
> I tried several times (with OS2005, 2006, 2007 and 2007 hackers edition) to
> get rid of this without success.
>
> This howto don't work:
> http://maemo.org/maemowiki/GameDevelopment#head-c91f345718121fbd009c639728f9de0104308789
>
> Is there a way to make the icon of a pure SDL app (without osso) appear in
> the Task Navigator ?
>
> --
>  Alessandro Pasotti
> w3:   www.itopen.it
> _______________________________________________
> maemo-developers mailing list
> maemo-developers at maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers
>
>


-- 
Eduardo de Barros Lima
INdT - Instituto Nokia de Tecnologia
eblima at gmail.com

More information about the maemo-developers mailing list