How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
Link: https://bugzilla.gnome.org/show_bug.cgi?id=674092
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Maciej Piechotka
On Thu, 2013-04-04 at 21:20 +0800, Ma Xiaojun wrote:
 Link: https://bugzilla.gnome.org/show_bug.cgi?id=674092

IIRC pygtk is no longer maintained (as is gtk+ 2) as the newer binding
are using gobject-introspection and pygobject 3 which (presumably) don't
have this problem. Last commit to it was 2 years ago.

Best regards

PS. I'm not maintainer of gtk+/pygtk or pygobject and I might
misrepresent something.

___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Thu, Apr 4, 2013 at 9:40 PM, Maciej Piechotka uzytkown...@gmail.com wrote:
 IIRC pygtk is no longer maintained (as is gtk+ 2) as the newer binding
 are using gobject-introspection and pygobject 3 which (presumably) don't
 have this problem. Last commit to it was 2 years ago.

What if people want to develop software that could run on a wide range
of distros, e.g., EL5 to Fedora 19?
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Matej Cepl
On 2013-04-04, 13:20 GMT, Ma Xiaojun wrote:
 Link: https://bugzilla.gnome.org/show_bug.cgi?id=674092

If developer says, he wants a patch attached, then it'd better be 
attached. Fixed.

Matěj

___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Thu, Apr 4, 2013 at 9:59 PM, Matej Cepl mc...@redhat.com wrote:
 If developer says, he wants a patch attached, then it'd better be
 attached. Fixed.

Thank you for your work!

But the patch is not big at all anyway; it is obvious to see what it
does by looking at origin report.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Luis Menina
Le 04/04/2013 15:20, Ma Xiaojun a écrit :
 Link: https://bugzilla.gnome.org/show_bug.cgi?id=674092

Could you please avoid getting that harsh in all your messages? I think
I'm not the only getting upset by the way you handle communication.

You'll find unreviewed patches all over the GNOME modules, that's a
fact. People are busy fixing other bugs, or busy with their own life, or
just stop maintaining things. I'm not a huge fan of people saying that
everything is ok, always keeping happy-happy, and not facing problems.
But using stop energy that relentlessly doesn't help either.

What if you were the maintainer of that module? Wouldn't you get
offended by someone publicly trying to put shame on you for not getting
things done fast enough? I would.

Please directly contact the maintainers of a module before sending this
kind of message to the d-d-l, and try some psychology: asking somebody
to do something works much better if you kindly ask, and thank people,
rather than if you imply that they either are morons or slackers.

GNOME is a community, GNOME is people. Smashing people the ones against
the others helps nobody...
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Luis Menina
Le 04/04/2013 15:59, Matej Cepl a écrit :
 If developer says, he wants a patch attached, then it'd better be 
 attached. Fixed.

Well, it will be fixed only once committed and a 2.24.1 release out,
which IMHO won't happen any soon if the module is unmaintained...
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Andre Klapper
On Thu, 2013-04-04 at 21:20 +0800, Ma Xiaojun wrote:
 Link: https://bugzilla.gnome.org/show_bug.cgi?id=674092

Likely a long time for an unmaintained module that has not seen any code
activity for years: https://git.gnome.org/browse/pygtk/log/

Maybe you have some luck to find a developer on
https://mail.gnome.org/mailman/listinfo/python-hackers-list . 
However I don't expect anybody to create a new tarball of pygtk that
distros would pick up and ship, so not sure how much sense this makes.

This touches a general unsolved issue: Sharing the maintenance burden of
deprecated modules across distributors who ship enterprise / long-term
support versions. Same problem e.g. for gnome-vfs, libgnome, ...
I guess if somebody offered maintainership, nobody would refuse.

andre
-- 
Andre Klapper  |  ak...@gmx.net
http://blogs.gnome.org/aklapper/

___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Thu, Apr 4, 2013 at 10:11 PM, Luis Menina liberfo...@freeside.fr wrote:
 Could you please avoid getting that harsh in all your messages? I think
 I'm not the only getting upset by the way you handle communication.

Focus on the bug, rather than how it is shown to you, please.

 You'll find unreviewed patches all over the GNOME modules, that's a
 fact. People are busy fixing other bugs, or busy with their own life, or
 just stop maintaining things. I'm not a huge fan of people saying that
 everything is ok, always keeping happy-happy, and not facing problems.
 But using stop energy that relentlessly doesn't help either.

Are suggesting that GNOME are maintained by a group of hobbyist?
How to prove your seriousness about your distributed software?

 What if you were the maintainer of that module? Wouldn't you get
 offended by someone publicly trying to put shame on you for not getting
 things done fast enough? I would.

It's indeed a shame.
Whether you take the offence or not is your problem not mine.

 Please directly contact the maintainers of a module before sending this
 kind of message to the d-d-l, and try some psychology: asking somebody
 to do something works much better if you kindly ask, and thank people,
 rather than if you imply that they either are morons or slackers.

 GNOME is a community, GNOME is people. Smashing people the ones against
 the others helps nobody...

I don't think it would be better to put finger towards some particular
person. I just want this problem fixed, indeed.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Olav Vitters
On Thu, Apr 04, 2013 at 10:44:22PM +0800, Ma Xiaojun wrote:
 Are suggesting that GNOME are maintained by a group of hobbyist?
 How to prove your seriousness about your distributed software?

sarcasm
I am a hobbyist. I am aware that there is something wrong with that, for
which I apologize. Where I work we do indeed pride ourselves behaving
any way we like, because it does not matter at all how people are
treated, as we are getting paid.
/sarcasm

-- 
Regards,
Olav
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Thu, Apr 4, 2013 at 10:27 PM, Andre Klapper ak...@gmx.net wrote:
 Likely a long time for an unmaintained module that has not seen any code
 activity for years: https://git.gnome.org/browse/pygtk/log/

 Maybe you have some luck to find a developer on
 https://mail.gnome.org/mailman/listinfo/python-hackers-list .
 However I don't expect anybody to create a new tarball of pygtk that
 distros would pick up and ship, so not sure how much sense this makes.

 This touches a general unsolved issue: Sharing the maintenance burden of
 deprecated modules across distributors who ship enterprise / long-term
 support versions. Same problem e.g. for gnome-vfs, libgnome, ...
 I guess if somebody offered maintainership, nobody would refuse.

It's all logistics issues on your side; I don't care about the
community dynamics.
I just care how GNOME community as a whole treat third-party developers.

It boils down simply to a trivial reference counting issue. People
urge to have this bug fixed  has nothing to do with people want to
take over PyGTK.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Thu, Apr 4, 2013 at 10:55 PM, Olav Vitters o...@vitters.nl wrote:
 sarcasm
 I am a hobbyist. I am aware that there is something wrong with that, for
 which I apologize. Where I work we do indeed pride ourselves behaving
 any way we like, because it does not matter at all how people are
 treated, as we are getting paid.
 /sarcasm

Nice summary.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Jasper St. Pierre
We're not suggesting anything of the sort. We're saying that PyGTK+ hasn't
been touched in two years. If this patch lands today, can we ensure that a
new release of PyGTK+ is sent to distributions? Will you take the
responsibility to make a new release, a new tarball, etc?

If it simply lands in git and that's it, why do it at all?


On Thu, Apr 4, 2013 at 10:58 AM, Ma Xiaojun damage3...@gmail.com wrote:

 On Thu, Apr 4, 2013 at 10:27 PM, Andre Klapper ak...@gmx.net wrote:
  Likely a long time for an unmaintained module that has not seen any code
  activity for years: https://git.gnome.org/browse/pygtk/log/
 
  Maybe you have some luck to find a developer on
  https://mail.gnome.org/mailman/listinfo/python-hackers-list .
  However I don't expect anybody to create a new tarball of pygtk that
  distros would pick up and ship, so not sure how much sense this makes.
 
  This touches a general unsolved issue: Sharing the maintenance burden of
  deprecated modules across distributors who ship enterprise / long-term
  support versions. Same problem e.g. for gnome-vfs, libgnome, ...
  I guess if somebody offered maintainership, nobody would refuse.

 It's all logistics issues on your side; I don't care about the
 community dynamics.
 I just care how GNOME community as a whole treat third-party developers.

 It boils down simply to a trivial reference counting issue. People
 urge to have this bug fixed  has nothing to do with people want to
 take over PyGTK.
 ___
 desktop-devel-list mailing list
 desktop-devel-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/desktop-devel-list




-- 
  Jasper
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Debarshi Ray
 This touches a general unsolved issue: Sharing the maintenance burden of
 deprecated modules across distributors who ship enterprise / long-term
 support versions. Same problem e.g. for gnome-vfs, libgnome, ...
 I guess if somebody offered maintainership, nobody would refuse.
 
 It's all logistics issues on your side; I don't care about the
 community dynamics.
 I just care how GNOME community as a whole treat third-party developers.
 
 It boils down simply to a trivial reference counting issue. People
 urge to have this bug fixed  has nothing to do with people want to
 take over PyGTK.

Did you ask for your money back?

Cheers,
Debarshi


-- 
If computers are going to revolutionize education, then steam engines and cars
and electricity would have done it too.  -- Arjun Shankar


pgpJqL9EZZ9VH.pgp
Description: PGP signature
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Thu, Apr 4, 2013 at 11:01 PM, Debarshi Ray rishi...@lostca.se wrote:
 Did you ask for your money back?

No, I prefer paying some money rather than writing stupid E-mails as
the way to ask for support.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Alberto Ruiz
2013/4/4 Ma Xiaojun damage3...@gmail.com:
 On Thu, Apr 4, 2013 at 10:11 PM, Luis Menina liberfo...@freeside.fr wrote:
 Could you please avoid getting that harsh in all your messages? I think
 I'm not the only getting upset by the way you handle communication.

 Focus on the bug, rather than how it is shown to you, please.

 You'll find unreviewed patches all over the GNOME modules, that's a
 fact. People are busy fixing other bugs, or busy with their own life, or
 just stop maintaining things. I'm not a huge fan of people saying that
 everything is ok, always keeping happy-happy, and not facing problems.
 But using stop energy that relentlessly doesn't help either.

 Are suggesting that GNOME are maintained by a group of hobbyist?
 How to prove your seriousness about your distributed software?

Volunteer != hobbyist.

Professionals volunteer their time and do their best to get things
working. Want something solved and it doesn't happen? Ask nicely.
Still doesn't happen? Too bad, nobody's fault really.

The community doesn't work for you. Each individual sets its own goals
and motivations. If something doesn't happen, you can ask nicely how
you can help to make it happen and sooner or later you'll figure out
how to go and fix it yourself (sometimes that means becoming a
maintainer, but to achieve that you need time, effort and a
constructive mindset).

 What if you were the maintainer of that module? Wouldn't you get
 offended by someone publicly trying to put shame on you for not getting
 things done fast enough? I would.

 It's indeed a shame.
 Whether you take the offence or not is your problem not mine.

Actually, it is your problem, we have a code of conduct for a reason,
if you offend people willingly in any GNOME communication channel you
have a problem. Not caring on whether people get offended or not, is
in my opinion your problem. And people willing to work with you and
help you depends at a large extend on how nice you behave with them.


 Please directly contact the maintainers of a module before sending this
 kind of message to the d-d-l, and try some psychology: asking somebody
 to do something works much better if you kindly ask, and thank people,
 rather than if you imply that they either are morons or slackers.

 GNOME is a community, GNOME is people. Smashing people the ones against
 the others helps nobody...

 I don't think it would be better to put finger towards some particular
 person. I just want this problem fixed, indeed.

You are creating another problem in the process. Please keep other's
people's feelings into account and give up that proud undertone in
your responses.

 ___
 desktop-devel-list mailing list
 desktop-devel-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/desktop-devel-list



--
Cheers,
Alberto Ruiz
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Alberto Ruiz
2013/4/4 Ma Xiaojun damage3...@gmail.com:
 On Thu, Apr 4, 2013 at 11:01 PM, Debarshi Ray rishi...@lostca.se wrote:
 Did you ask for your money back?

 No, I prefer paying some money rather than writing stupid E-mails as
 the way to ask for support.

Then you are lucky, there are plenty of GNOME consultancy companies
who specialize on the core of GNOME, (Codethink, Collabora, Igalia,
Lanedo and Openismus comes to mind, in alphabetic order, sorry if a
missed any other ones).

 ___
 desktop-devel-list mailing list
 desktop-devel-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/desktop-devel-list



--
Cheers,
Alberto Ruiz
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Thu, Apr 4, 2013 at 11:06 PM, Alberto Ruiz ar...@gnome.org wrote:
 Volunteer != hobbyist.

 Professionals volunteer their time and do their best to get things
 working. Want something solved and it doesn't happen? Ask nicely.
 Still doesn't happen? Too bad, nobody's fault really.

 The community doesn't work for you. Each individual sets its own goals
 and motivations. If something doesn't happen, you can ask nicely how
 you can help to make it happen and sooner or later you'll figure out
 how to go and fix it yourself (sometimes that means becoming a
 maintainer, but to achieve that you need time, effort and a
 constructive mindset).

It is a problem reported as early as 2010.
It affects fair amount of software.

 Actually, it is your problem, we have a code of conduct for a reason,
 if you offend people willingly in any GNOME communication channel you
 have a problem. Not caring on whether people get offended or not, is
 in my opinion your problem. And people willing to work with you and
 help you depends at a large extend on how nice you behave with them.

 You are creating another problem in the process. Please keep other's
 people's feelings into account and give up that proud undertone in
 your responses.

You feel offended because a real bug is put in front of you?
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Hubert Figuière
On 04/04/13 11:01 AM, Jasper St. Pierre wrote:
 If it simply lands in git and that's it, why do it at all?

There is always a point of having stuff land in git. This allow making
the release process faster in case someone wants to step up and help
with the release. I don't believe in the argument no need to put it in
git, there haven't been a release.

Not speaking for a specific module though or on behalf on any
maintainer. But I tend to apply that stuff to projects I maintain.


Hub
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ross Burton
On 4 April 2013 16:04, Ma Xiaojun damage3...@gmail.com wrote:

 On Thu, Apr 4, 2013 at 11:01 PM, Debarshi Ray rishi...@lostca.se wrote:
  Did you ask for your money back?

 No, I prefer paying some money rather than writing stupid E-mails as
 the way to ask for support.


Sound good.  There are numerous companies that provide paid support around
GNOME, you'll be able to contract any one of those to fix this bug for you.

Ross
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Karen Sandler
On Thu, April 4, 2013 10:58 am, Ma Xiaojun wrote:
 On Thu, Apr 4, 2013 at 10:27 PM, Andre Klapper ak...@gmx.net wrote:
 Likely a long time for an unmaintained module that has not seen any code
 activity for years: https://git.gnome.org/browse/pygtk/log/

 Maybe you have some luck to find a developer on
 https://mail.gnome.org/mailman/listinfo/python-hackers-list .
 However I don't expect anybody to create a new tarball of pygtk that
 distros would pick up and ship, so not sure how much sense this makes.

 This touches a general unsolved issue: Sharing the maintenance burden of
 deprecated modules across distributors who ship enterprise / long-term
 support versions. Same problem e.g. for gnome-vfs, libgnome, ...
 I guess if somebody offered maintainership, nobody would refuse.

 It's all logistics issues on your side; I don't care about the
 community dynamics.
 I just care how GNOME community as a whole treat third-party developers.

Community dynamics are an important part of how GNOME functions generally
and all discussion here should be mindful of that fact. Harsh and negative
tone frustrates productive discussion and often causes unnecessary
reaction traffic which just wastes people's time.

Please be more considerate in your emails to this list.
karen




 It boils down simply to a trivial reference counting issue. People
 urge to have this bug fixed  has nothing to do with people want to
 take over PyGTK.
 ___
 desktop-devel-list mailing list
 desktop-devel-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/desktop-devel-list



___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Alberto Ruiz
2013/4/4 Ma Xiaojun damage3...@gmail.com:
 On Thu, Apr 4, 2013 at 11:06 PM, Alberto Ruiz ar...@gnome.org wrote:
 Volunteer != hobbyist.

 Professionals volunteer their time and do their best to get things
 working. Want something solved and it doesn't happen? Ask nicely.
 Still doesn't happen? Too bad, nobody's fault really.

 The community doesn't work for you. Each individual sets its own goals
 and motivations. If something doesn't happen, you can ask nicely how
 you can help to make it happen and sooner or later you'll figure out
 how to go and fix it yourself (sometimes that means becoming a
 maintainer, but to achieve that you need time, effort and a
 constructive mindset).

 It is a problem reported as early as 2010.
 It affects fair amount of software.

And?

 Actually, it is your problem, we have a code of conduct for a reason,
 if you offend people willingly in any GNOME communication channel you
 have a problem. Not caring on whether people get offended or not, is
 in my opinion your problem. And people willing to work with you and
 help you depends at a large extend on how nice you behave with them.

 You are creating another problem in the process. Please keep other's
 people's feelings into account and give up that proud undertone in
 your responses.

 You feel offended because a real bug is put in front of you?

It is not about being offended about a bug, it is about how disgusting
it is to talk to someone who treats you like crap.



--
Cheers,
Alberto Ruiz
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Thu, Apr 4, 2013 at 11:14 PM, Karen Sandler ka...@gnome.org wrote:
 Community dynamics are an important part of how GNOME functions generally
 and all discussion here should be mindful of that fact. Harsh and negative
 tone frustrates productive discussion and often causes unnecessary
 reaction traffic which just wastes people's time.

Everyone would be happy if any of you fix the real problem rather than
educating about community dynamics.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Andre Klapper
On Thu, 2013-04-04 at 23:11 +0800, Ma Xiaojun wrote:
 It is a problem reported as early as 2010.
 It affects fair amount of software.

Age of a bug report isn't a criterion for anything. Why haven't you
pushed for fixing it earlier if it was known since 2010? ;)

 You feel offended because a real bug is put in front of you?

No, it's not the topic but your tone. Don't mix that up.

andre
-- 
Andre Klapper  |  ak...@gmx.net
http://blogs.gnome.org/aklapper/

___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Thu, Apr 4, 2013 at 11:15 PM, Alberto Ruiz ar...@gnome.org wrote:
 And?

No need to further rant how you tend to make excuses of bugs rather
than try hard to fix them.

 It is not about being offended about a bug, it is about how disgusting
 it is to talk to someone who treats you like crap.

How can you imagine the developers of potentially crappy software?
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Thu, Apr 4, 2013 at 11:17 PM, Andre Klapper ak...@gmx.net wrote:
 Age of a bug report isn't a criterion for anything. Why haven't you
 pushed for fixing it earlier if it was known since 2010? ;)

 No, it's not the topic but your tone. Don't mix that up.

Nice.
I began to aware of this bug today.
But you should aware of it as early as 2010.

If you care about the tone rather than the essence of the problem,
well, invaliding many hypes about free software.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
s/invaliding/invalidating
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Daniel Mustieles García
Don't feed the troll.

2013/4/4 Andre Klapper ak...@gmx.net

 On Thu, 2013-04-04 at 23:11 +0800, Ma Xiaojun wrote:
  It is a problem reported as early as 2010.
  It affects fair amount of software.

 Age of a bug report isn't a criterion for anything. Why haven't you
 pushed for fixing it earlier if it was known since 2010? ;)

  You feel offended because a real bug is put in front of you?

 No, it's not the topic but your tone. Don't mix that up.

 andre
 --
 Andre Klapper  |  ak...@gmx.net
 http://blogs.gnome.org/aklapper/

 ___
 desktop-devel-list mailing list
 desktop-devel-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/desktop-devel-list

___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Thu, Apr 4, 2013 at 11:35 PM, Daniel Mustieles García
daniel.mustie...@gmail.com wrote:
 Don't feed the troll.

Sounds like you didn't check the bug or you don't understand code.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Emmanuele Bassi
On 4 April 2013 16:37, Ma Xiaojun damage3...@gmail.com wrote:
 On Thu, Apr 4, 2013 at 11:35 PM, Daniel Mustieles García
 daniel.mustie...@gmail.com wrote:
 Don't feed the troll.

 Sounds like you didn't check the bug or you don't understand code.

sounds like you should take a break from desktop-devel-list, and also
learn how to behave in a public setting.

ciao,
 Emmanuele.

--
W: http://www.emmanuelebassi.name
B: http://blogs.gnome.org/ebassi/
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Thu, Apr 4, 2013 at 11:43 PM, Emmanuele Bassi eba...@gmail.com wrote:
 sounds like you should take a break from desktop-devel-list, and also
 learn how to behave in a public setting.

Despite the later coming BS, you feel bad because, as OP, a bug is
presented to you with a honest question?
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Karen Sandler
On Thu, April 4, 2013 11:16 am, Ma Xiaojun wrote:
 On Thu, Apr 4, 2013 at 11:14 PM, Karen Sandler ka...@gnome.org wrote:
 Community dynamics are an important part of how GNOME functions
 generally
 and all discussion here should be mindful of that fact. Harsh and
 negative
 tone frustrates productive discussion and often causes unnecessary
 reaction traffic which just wastes people's time.

 Everyone would be happy if any of you fix the real problem rather than
 educating about community dynamics.

I understand that your bug complaint is important to you, but as I said,
community dynamics are very important to this list. As Andre said, it's
not the topic but your tone. This is not the first thread like this from
you. Please review our code of conduct,

https://live.gnome.org/CodeOfConduct/

Be respectful and considerate, patient and generous.

karen

___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Emmanuele Bassi
On 4 April 2013 16:46, Ma Xiaojun damage3...@gmail.com wrote:
 On Thu, Apr 4, 2013 at 11:43 PM, Emmanuele Bassi eba...@gmail.com wrote:
 sounds like you should take a break from desktop-devel-list, and also
 learn how to behave in a public setting.

 Despite the later coming BS, you feel bad because, as OP, a bug is
 presented to you with a honest question?

you keep thinking this is about the bug: it's not.

it's about your unproductive tone, your aggressive and pointless
arguing, and your confrontational attitude.

open source is about collaboration. behaving like you do is not a good
policy for collaborating with other people.

best policy, now that *everyone* told you that you're behaving like an
ass, is to apologize and move on — and preferably, learn something
from the whole thing.

ciao,
 Emmanuele.

--
W: http://www.emmanuelebassi.name
B: http://blogs.gnome.org/ebassi/
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Thu, Apr 4, 2013 at 11:48 PM, Karen Sandler ka...@gnome.org wrote:
 I understand that your bug complaint is important to you, but as I said,
 community dynamics are very important to this list. As Andre said, it's
 not the topic but your tone. This is not the first thread like this from
 you. Please review our code of conduct,

 https://live.gnome.org/CodeOfConduct/

 Be respectful and considerate, patient and generous.

I understand it's good to ask nicely.
But for this bug, such job is done by other people already.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Thu, Apr 4, 2013 at 11:51 PM, Emmanuele Bassi eba...@gmail.com wrote:
 you keep thinking this is about the bug: it's not.

 it's about your unproductive tone, your aggressive and pointless
 arguing, and your confrontational attitude.

 open source is about collaboration. behaving like you do is not a good
 policy for collaborating with other people.

I've already wasted a good amount of time of to remind you this bug.
It's you keep saying BS without give a shit to the origin bug, except
the guy who help attach the patch.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Olav Vitters
On Thu, Apr 04, 2013 at 11:51:50PM +0800, Ma Xiaojun wrote:
 I understand it's good to ask nicely.
 But for this bug, such job is done by other people already.

Are you really saying that you're out to be annoying? Not sure how you
expect to get things done with such an attitude (in this project).

-- 
Regards,
Olav
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
I only care software quality, go solve the real problem.
Don't assume I'm the only user of the API.
Since a patch is already given, I don't think I can any further action
on my side.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Olav Vitters
On Thu, Apr 04, 2013 at 11:19:49PM +0800, Ma Xiaojun wrote:
 On Thu, Apr 4, 2013 at 11:15 PM, Alberto Ruiz ar...@gnome.org wrote:
  And?
 
 No need to further rant how you tend to make excuses of bugs rather
 than try hard to fix them.

Every software has bugs. GNOME has loads. We have Bugzilla to track
them. Help is appreciated to fix these, but pretty much all the
developers know that there are bugs.

Sometimes bugs are forgotten and just a ping is enough to get some
progress in a bug.

The entire OMG there is a bug thing is not impressive.

-- 
Regards,
Olav
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Fri, Apr 5, 2013 at 12:02 AM, Olav Vitters o...@vitters.nl wrote:
 Are you really saying that you're out to be annoying? Not sure how you
 expect to get things done with such an attitude (in this project).

Bad mistakes deserve severe criticism, that simple.
I don't some people say something rude to me in private whatever, though.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Fri, Apr 5, 2013 at 12:05 AM, Olav Vitters o...@vitters.nl wrote:
 Every software has bugs. GNOME has loads. We have Bugzilla to track
 them. Help is appreciated to fix these, but pretty much all the
 developers know that there are bugs.

 Sometimes bugs are forgotten and just a ping is enough to get some
 progress in a bug.

So I brought up a honest question, how long should a bug be fixed.
This should be a scientific measure of Quality of Support.

 The entire OMG there is a bug thing is not impressive.

Well, what's wrong if I just said OMG?
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Luis Menina
Le 04/04/2013 17:56, Ma Xiaojun a écrit :
 I've already wasted a good amount of time of to remind you this bug.
 It's you keep saying BS without give a shit to the origin bug, except
 the guy who help attach the patch.

...which you could have done to be constructive. But now, what happens?
Even if the patch is committed (which it should), you'll need to have
your distro use that patch, or patch it yourself locally. Complaining
doesn't change the fact that the module is unmaintained.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Luis Menina
Le 04/04/2013 18:06, Ma Xiaojun a écrit :
 On Fri, Apr 5, 2013 at 12:02 AM, Olav Vitters o...@vitters.nl wrote:
 Are you really saying that you're out to be annoying? Not sure how you
 expect to get things done with such an attitude (in this project).
 
 Bad mistakes deserve severe criticism, that simple.
 I don't some people say something rude to me in private whatever, though.

You don't need to be rude to have something get fixed. It's quite the
opposite. The more rude you get, the less interest people get in fixing
your problem. Talk to someone like a dog, and he will behave like one.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Luis Menina
Le 04/04/2013 18:08, Ma Xiaojun a écrit :
 So I brought up a honest question, how long should a bug be fixed.
 This should be a scientific measure of Quality of Support.

What kind of support do you expect from an unmaintained module ?
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Fri, Apr 5, 2013 at 12:12 AM, Luis Menina liberfo...@freeside.fr wrote:
 ...which you could have done to be constructive. But now, what happens?
 Even if the patch is committed (which it should), you'll need to have
 your distro use that patch, or patch it yourself locally. Complaining
 doesn't change the fact that the module is unmaintained.

It was just a title, a honest question that unfortunately annoyed some people.
Repeat, time to fix a bug is a scientific measure of Quality of Support.

Many people say it could be committed into git, who is taking action?
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Sriram Ramkrishna
This is a fruitless discussion.

Let me explain a little what people are trying to communicate to you.
 You're looking at this in a very rigid manner.

In an open source community, your credentials matter.  When your positive,
we're positive, if you're sour, well you're going to get a likewise
reaction.  If you're ultimate goal is to get the bug fixed then you' need
to social engineer to do it.  Sometimes that just means that you might have
to take over maintainership.  That's how a lot of people got to become
maintainers or core developers because the took something that annoyed them
and fixed it.  Open in open source means that you have the ability to
address problem directly rather than waiting on others.

Barring that, you'll have to be polite and observe the social niceties.
 This should not be particularly new to you.  We do this every day not in
just in a open source project but in our daily lives.  All you're doing
right now is antagonizing people here and you're no closer to fixing your
bug, but instead you just have people mad at you.  It's a fruitless
discussion.

sri

On Thu, Apr 4, 2013 at 9:08 AM, Ma Xiaojun damage3...@gmail.com wrote:

 On Fri, Apr 5, 2013 at 12:05 AM, Olav Vitters o...@vitters.nl wrote:
  Every software has bugs. GNOME has loads. We have Bugzilla to track
  them. Help is appreciated to fix these, but pretty much all the
  developers know that there are bugs.
 
  Sometimes bugs are forgotten and just a ping is enough to get some
  progress in a bug.

 So I brought up a honest question, how long should a bug be fixed.
 This should be a scientific measure of Quality of Support.

  The entire OMG there is a bug thing is not impressive.

 Well, what's wrong if I just said OMG?
 ___
 desktop-devel-list mailing list
 desktop-devel-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/desktop-devel-list

___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Fri, Apr 5, 2013 at 12:16 AM, Luis Menina liberfo...@freeside.fr wrote:
 You don't need to be rude to have something get fixed. It's quite the
 opposite. The more rude you get, the less interest people get in fixing
 your problem. Talk to someone like a dog, and he will behave like one.

What kind of rude you find in OP?
I don't want to put a word on developers who care more about the tone
of user report rather than technical merits of problems.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Alberto Ruiz
Guys, seriously, at this point, haven't you figured out that it
doesn't really matter what we say? He knows he's wrong, he just
doesn't want to ack. it, and I think he is enjoying this game.

The point is made, let's just ignore him and move along, we have
better things to do.

2013/4/4 Sriram Ramkrishna s...@ramkrishna.me:
 This is a fruitless discussion.

 Let me explain a little what people are trying to communicate to you.
 You're looking at this in a very rigid manner.

 In an open source community, your credentials matter.  When your positive,
 we're positive, if you're sour, well you're going to get a likewise
 reaction.  If you're ultimate goal is to get the bug fixed then you' need to
 social engineer to do it.  Sometimes that just means that you might have to
 take over maintainership.  That's how a lot of people got to become
 maintainers or core developers because the took something that annoyed them
 and fixed it.  Open in open source means that you have the ability to
 address problem directly rather than waiting on others.

 Barring that, you'll have to be polite and observe the social niceties.
 This should not be particularly new to you.  We do this every day not in
 just in a open source project but in our daily lives.  All you're doing
 right now is antagonizing people here and you're no closer to fixing your
 bug, but instead you just have people mad at you.  It's a fruitless
 discussion.

 sri


 On Thu, Apr 4, 2013 at 9:08 AM, Ma Xiaojun damage3...@gmail.com wrote:

 On Fri, Apr 5, 2013 at 12:05 AM, Olav Vitters o...@vitters.nl wrote:
  Every software has bugs. GNOME has loads. We have Bugzilla to track
  them. Help is appreciated to fix these, but pretty much all the
  developers know that there are bugs.
 
  Sometimes bugs are forgotten and just a ping is enough to get some
  progress in a bug.

 So I brought up a honest question, how long should a bug be fixed.
 This should be a scientific measure of Quality of Support.

  The entire OMG there is a bug thing is not impressive.

 Well, what's wrong if I just said OMG?
 ___
 desktop-devel-list mailing list
 desktop-devel-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/desktop-devel-list



 ___
 desktop-devel-list mailing list
 desktop-devel-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/desktop-devel-list



-- 
Cheers,
Alberto Ruiz
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Fri, Apr 5, 2013 at 12:26 AM, Luis Menina liberfo...@freeside.fr wrote:
 What kind of support do you expect from an unmaintained module ?

Then you just answer: Probably forever.
I accept it.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Luis Menina
Le 04/04/2013 18:30, Ma Xiaojun a écrit :
 On Fri, Apr 5, 2013 at 12:26 AM, Luis Menina liberfo...@freeside.fr wrote:
 What kind of support do you expect from an unmaintained module ?
 
 Then you just answer: Probably forever.
 I accept it.

pygtk stats:
https://bugzilla.gnome.org/browse.cgi?product=pygtk

148 bugs, 56 without response, 2 patches accepted but not committed (for
four years), 40 patches unreviewed...

From pygtk.org:
Existing authors of PyGTK applications are also recommended to port
their applications to PyGObject to take advantage of new features
appearing in GTK-3 and beyond.
PyGTK-2.24 will be the final major release of PyGTK. Additional bug-fix
releases may appear when necessary to maintain compatibility and
stability with the GTK-2.24 series.

Translate may here by if someone steps up to do the work.

One fair argument is that it's a bit hard to know from the bugzilla
product page if maintainers have resigned, but it just takes sending
an email to them to know that.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Olav Vitters
On Thu, Apr 04, 2013 at 11:16:21PM +0800, Ma Xiaojun wrote:
 On Thu, Apr 4, 2013 at 11:14 PM, Karen Sandler ka...@gnome.org wrote:
  Community dynamics are an important part of how GNOME functions generally
  and all discussion here should be mindful of that fact. Harsh and negative
  tone frustrates productive discussion and often causes unnecessary
  reaction traffic which just wastes people's time.
 
 Everyone would be happy if any of you fix the real problem rather than
 educating about community dynamics.

Don't speak on my behalf or anyone else here please.

I'm not a developer, nor is Karen. We seem to be in agreement that your
tone is not very encouraging and trying to make that clear to you.

If you don't care, cool. But at least understand that we're fine with
not being developers.

-- 
Regards,
Olav
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Fri, Apr 5, 2013 at 12:28 AM, Sriram Ramkrishna s...@ramkrishna.me wrote:
 This is a fruitless discussion.

 Let me explain a little what people are trying to communicate to you.
 You're looking at this in a very rigid manner.

 In an open source community, your credentials matter.  When your positive,
 we're positive, if you're sour, well you're going to get a likewise
 reaction.  If you're ultimate goal is to get the bug fixed then you' need to
 social engineer to do it.  Sometimes that just means that you might have to
 take over maintainership.  That's how a lot of people got to become
 maintainers or core developers because the took something that annoyed them
 and fixed it.  Open in open source means that you have the ability to
 address problem directly rather than waiting on others.

This is nice answer.
But people didn't answer the OP question honestly.
They just try to prove that I was rude and try to make excuses of the OP bug.

 Barring that, you'll have to be polite and observe the social niceties.
 This should not be particularly new to you.  We do this every day not in
 just in a open source project but in our daily lives.  All you're doing
 right now is antagonizing people here and you're no closer to fixing your
 bug, but instead you just have people mad at you.  It's a fruitless
 discussion.

Sounds like your society is not big enough to have some opposites.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Ma Xiaojun
On Fri, Apr 5, 2013 at 12:30 AM, Alberto Ruiz ar...@gnome.org wrote:
 The point is made, let's just ignore him and move along, we have
 better things to do.

I have better thing to do, either.
It was just a bug notice.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: How long should it take to fix a obvious memory leak?

2013-04-04 Thread Olav Vitters
On Fri, Apr 05, 2013 at 12:36:09AM +0800, Ma Xiaojun wrote:
 This is nice answer.
 But people didn't answer the OP question honestly.
 They just try to prove that I was rude and try to make excuses of the OP bug.

You already got an answer that pygtk is not maintained, and that gobject
introspection is the thing which is maintained. Seems really clear.

Further, that you want to have this bug fixed does not mean anything to
me. I'm not a developer. You see this as excuses, seems a somewhat
strange interpretation to me.

-- 
Regards,
Olav
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Apologize and to take PyGTK (was: How long should it take to fix a obvious memory leak?)

2013-04-04 Thread Xiaojun Ma
( I registered ubunturocks just to make some fun about Microsoft, don't get 
me wrong. )
I'm sorry to many people as I was a rude asshole.
It seems that no one else want to take PyGTK even after my harsh request, OK, 
let me give a try.
My skills:I definitely know C, some C++, some Python (both 2 and 3) also Bash, 
PHP, JS, MATLAB, Java, C#, BASIC, whatever.( I have non-trivial project 
experience with all above languages, but I honestly may only have used a 
limited set of available features in many languages. )
If you can trust me, I had fun with writing a Python 3.2 extension recently 
(using plain C/API), this is not open sourced yet.
I know some basic Git, honestly need to learn branching stuff though.
My vision:Currently I'm only motivated by previously mentioned bug.But I'm also 
become a bit more interested after hearing some bug statistics. 
  ___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Apologize and to take PyGTK (was: How long should it take to fix a obvious memory leak?)‏

2013-04-04 Thread Ma Xiaojun
( I registered ubunturocks just to make some fun about Microsoft,
don't get me wrong. )

I'm sorry to many people as I was a rude asshole.

It seems that no one else want to take PyGTK even after my harsh
request, OK, let me give a try.

My skills:
I definitely know C, some C++, some Python (both 2 and 3) also Bash,
PHP, JS, MATLAB, Java, C#, BASIC, whatever.
( I have non-trivial project experience with all above languages, but
I honestly may only have used a limited set of available features in
many languages. )

If you can trust me, I had fun with writing a Python 3.2 extension
recently (using plain C/API), this is not open sourced yet.

I know some basic Git, honestly need to learn branching stuff though.

My vision:
Currently I'm only motivated by previously mentioned bug.
But I'm also become a bit more interested after hearing some bug statistics.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: Apologize and to take PyGTK (was: How long should it take to fix a obvious memory leak?)‏

2013-04-04 Thread Stef Walter
On 04.04.2013 19:23, Ma Xiaojun wrote:
 ( I registered ubunturocks just to make some fun about Microsoft,
 don't get me wrong. )
 
 I'm sorry to many people as I was a rude asshole.
 
 It seems that no one else want to take PyGTK even after my harsh
 request, OK, let me give a try.

Each GNOME module has one or more maintainers, whether or not they
actually maintain anything (anymore), heh.

So to take on a module, first ask the previous module mantainers.
They're listed in a doap file, like here:

https://git.gnome.org/browse/pygtk/tree/pygtk.doap

People are almost always willing to help a new maintainer take over
modules they no longer have time for, or interest in. If the listed
maintainers are completely unresponsive, that's when others might get
involved WRT to taking over maintainership of a module.

Cheers,

Stef

___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: Apologize and to take PyGTK (was: How long should it take to fix a obvious memory leak?)‏

2013-04-04 Thread Dieter Verfaillie

On 2013-04-04 19:33, Stef Walter wrote:

https://git.gnome.org/browse/pygtk/tree/pygtk.doap


The .doap file is incomplete and/or outdated.
The most recent active maintainer is/was John
Stowers john(dot)stowers(at)gmail(dot)com.

Regards,
Dieter

___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


GNOME Love flyer and help

2013-04-04 Thread Marina Zhurakhinskaya
Hi all,

Thanks to design and edits by Fabiana Simões and Andreas Nilsson and edits by 
Flavia Weisghizzi, Karen Sandler, and me, we now have a GNOME Love flyer! 
Please bring it to any conference or event where you can encourage people to 
join GNOME, especially if there is a GNOME booth at the event.

https://live.gnome.org/GnomeMarketing/ConferenceMaterial#Flyer

Also, it would be really great to have more people helping out newcomers on 
#gnome-love IRC channel and https://mail.gnome.org/mailman/listinfo/gnome-love 
mailing list. There are often questions there and help answering them would be 
really appreciated!

Thanks,
Marina
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: GNOME Love flyer and help

2013-04-04 Thread Olav Vitters
On Thu, Apr 04, 2013 at 02:55:58PM -0400, Marina Zhurakhinskaya wrote:
 Thanks to design and edits by Fabiana Simões and Andreas Nilsson and
 edits by Flavia Weisghizzi, Karen Sandler, and me, we now have a GNOME
 Love flyer! Please bring it to any conference or event where you can
 encourage people to join GNOME, especially if there is a GNOME booth
 at the event.
 
 https://live.gnome.org/GnomeMarketing/ConferenceMaterial#Flyer
 
 Also, it would be really great to have more people helping out
 newcomers on #gnome-love IRC channel and
 https://mail.gnome.org/mailman/listinfo/gnome-love mailing list. There
 are often questions there and help answering them would be really
 appreciated!

When replying, please change foundation-list-bounces into
foundation-list.

-- 
Regards,
Olav
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


PyGTK again (was: Apologize and to take PyGTK)

2013-04-04 Thread Xiaojun Ma
As I keep getting Your message to desktop-devel-list awaits moderator 
approval while some messages out some don't without any private notice. I 
decided to use new attitude and mailbox :)

For those who concern the technical issue around of the memory leak issue of 
PyGTK, any older, virtually equivalent but unnoticed bug/patch combination is 
found:
https://bugzilla.gnome.org/show_bug.cgi?id=660216
Ubuntu Raring is going to ship the patch (so we have a test ground?)
https://lists.ubuntu.com/archives/ubuntu-desktop/2013-April/004205.html

I'm trying to take the maintenance of PyGTK, sent an E-mail to previous 
maintainers. 
I got the E-mail addresses with the help of Stef Walter and Dieter Verfaillie, 
thank you for your information.
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


RE: PyGTK again (was: Apologize and to take PyGTK)

2013-04-04 Thread Xiaojun Ma
 For those who concern the technical issue around of the memory leak issue of 
 PyGTK, any older, virtually equivalent but unnoticed bug/patch combination is 
 found:

s/any/an  
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: PyGTK again (was: Apologize and to take PyGTK)

2013-04-04 Thread Andreas Nilsson

On 2013-04-04 16:23, Xiaojun Ma wrote:

As I keep getting Your message to desktop-devel-list awaits moderator 
approval while some messages out some don't without any private notice. I decided 
to use new attitude and mailbox :)

That's wonderful news!
The moderation flag for your other e-mail address have been lifted, so 
you can post with that one as well.
A simple mind trick that I tend to do is to threat every e-mail as if it 
cost $10 each to send, except in very long threads, where the value jump 
to $100.

- Andreas
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: PyGTK again (was: Apologize and to take PyGTK)

2013-04-04 Thread Mike
Hi

I'm glad to see both side of you calm down . I feel that this could be
a typical misunderstanding between users, package maintainers and the
upstream developers. Could we do anything about this?

I suggest we could setup a activity graph for each modules in the git
repository. So people could see how active or inactive is a project
before or after they report a bug. This could also be helpful to track
inactive/dead projects for release management.

Sorry forgot to CC the list for the first email. -_-

Thanks
Mike


On Thu, Apr 4, 2013 at 3:32 PM, Andreas Nilsson li...@andreasn.se wrote:
 On 2013-04-04 16:23, Xiaojun Ma wrote:

 As I keep getting Your message to desktop-devel-list awaits moderator
 approval while some messages out some don't without any private notice. I
 decided to use new attitude and mailbox :)

 That's wonderful news!
 The moderation flag for your other e-mail address have been lifted, so you
 can post with that one as well.
 A simple mind trick that I tend to do is to threat every e-mail as if it
 cost $10 each to send, except in very long threads, where the value jump to
 $100.
 - Andreas

 ___
 desktop-devel-list mailing list
 desktop-devel-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/desktop-devel-list
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: PyGTK again (was: Apologize and to take PyGTK)

2013-04-04 Thread Germán Póo-Caamaño
On Thu, 2013-04-04 at 15:52 -0400, Mike wrote:
 Hi
 
 I'm glad to see both side of you calm down . I feel that this could be
 a typical misunderstanding between users, package maintainers and the
 upstream developers. Could we do anything about this?
 
 I suggest we could setup a activity graph for each modules in the git
 repository. So people could see how active or inactive is a project
 before or after they report a bug. This could also be helpful to track
 inactive/dead projects for release management.

Maybe you mean something like blip. http://blip.blip-monitor.com/

(or a specific view of blip).

-- 
Germán Poo-Caamaño
http://calcifer.org/


signature.asc
Description: This is a digitally signed message part
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: PyGTK again (was: Apologize and to take PyGTK)

2013-04-04 Thread Alexandre Franke
On Thu, Apr 4, 2013 at 10:02 PM, Germán Póo-Caamaño g...@gnome.org wrote:
 On Thu, 2013-04-04 at 15:52 -0400, Mike wrote:
 Hi

 I'm glad to see both side of you calm down . I feel that this could be
 a typical misunderstanding between users, package maintainers and the
 upstream developers. Could we do anything about this?

 I suggest we could setup a activity graph for each modules in the git
 repository. So people could see how active or inactive is a project
 before or after they report a bug. This could also be helpful to track
 inactive/dead projects for release management.

 Maybe you mean something like blip. http://blip.blip-monitor.com/

 (or a specific view of blip).

While it is a closed source web service, https://www.ohloh.net/ can
come in handy too.

--
Alexandre Franke
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: Apologize and to take PyGTK (was: How long should it take to fix a obvious memory leak?)

2013-04-04 Thread Sriram Ramkrishna
I appreciate that you are doing something constructive and trying to
learn.  Thank you.  It goes a long way in building trust and friendship.

sri


On Thu, Apr 4, 2013 at 10:23 AM, Ma Xiaojun damage3...@gmail.com wrote:

 ( I registered ubunturocks just to make some fun about Microsoft,
 don't get me wrong. )

 I'm sorry to many people as I was a rude asshole.

 It seems that no one else want to take PyGTK even after my harsh
 request, OK, let me give a try.

 My skills:
 I definitely know C, some C++, some Python (both 2 and 3) also Bash,
 PHP, JS, MATLAB, Java, C#, BASIC, whatever.
 ( I have non-trivial project experience with all above languages, but
 I honestly may only have used a limited set of available features in
 many languages. )

 If you can trust me, I had fun with writing a Python 3.2 extension
 recently (using plain C/API), this is not open sourced yet.

 I know some basic Git, honestly need to learn branching stuff though.

 My vision:
 Currently I'm only motivated by previously mentioned bug.
 But I'm also become a bit more interested after hearing some bug
 statistics.
 ___
 desktop-devel-list mailing list
 desktop-devel-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/desktop-devel-list

___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list