Re: Ask for removal of some packages from Extras Fremantle repository

2010-03-28 Thread Luarvique L. Luarvique
I have to say that I am with Khertan on this. He has a right to distribute
his stuff any way he feels fit. I also doubt that it will affect the size of
his userbase in any way. Most people will just add his repository and forget
about it. This whole talk about "any repository but Extras is unsafe and
evil" is mostly bullshit, and I think most users are smart enough to know
it.

2010/3/23 Benoît HERVIER 

> I made apps for Maemo as a hobby ... today you are pissing me of ...
>
> You didn't want alternate repository in your little world ... great ... do
> not count me in your little world anymore !!!
>
> Bye !
> --
> Benoît HERVIER, Khertan Softwares - http://khertan.net/
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
___
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: 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


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


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