gwibber-team team mailing list archive
-
gwibber-team team
-
Mailing list archive
-
Message #00035
Re: First time contributor(?)
Ok. I checked out the template-theme-engine and have run out of time for
tonight. I ran into one issue trying to run it.
The following happens when I run bin/gwibber:
/home/sam/.themes/Dust/gtk-2.0/gtkrc:79: Murrine configuration option
"highlight_ratio" will be deprecated in future releases. Please use
"highlight_shade" instead.
/home/sam/.themes/Dust/gtk-2.0/gtkrc:80: Murrine configuration option
"lightborder_ratio" will be deprecated in future releases. Please use
"lightborder_shade" instead.
/home/sam/.themes/Dust/gtk-2.0/gtkrc:95: Murrine configuration option
"style" is not supported and will be ignored.
/home/sam/.themes/Dust/gtk-2.0/gtkrc:226: Murrine configuration option
"style" is not supported and will be ignored.
/home/sam/.themes/Dust/gtk-2.0/gtkrc:336: Murrine configuration option
"style" is not supported and will be ignored.
/home/sam/.themes/Dust/gtk-2.0/gtkrc:370: Murrine configuration option
"style" is not supported and will be ignored.
Traceback (most recent call last):
File "bin/gwibber", line 50, in <module>
from gwibber.client import GwibberClient
File
"/home/sam/Projects/Gwibber/template-theme-engine/gwibber/client.py",
line 12, in <module>
from . import gwui, config, gintegration, configui, resources
File
"/home/sam/Projects/Gwibber/template-theme-engine/gwibber/gwui.py", line
11, in <module>
from mako.template import Template
ImportError: No module named mako.template
I know the first bit happens with all my GTK apps but not so sure about
the rest. I haven't really researched it but as I have run out of time I
thought I might post it here.
On Wed, 2009-05-06 at 15:34 -0700, Ryan Paul wrote:
> The template-theme-engine branch fixes the problem with the program
> hanging while messages are being received. To make it not hang when
> messages are being sent, we need to make sending threaded.
>
> If you want to tackle it, you could look at how threading is implemented
> in the update method of client.py and add similar behavior to the
> on_input_activate method.
>
> The best way to get your changes into Gwibber is to make a branch on
> Launchpad and propose merging it when you are ready to have your code
> added to trunk. The links that Greg provided are a good place to start.
>
> Thanks for helping! :-)
>
> -- Ryan
>
> On Wed, 2009-05-06 at 21:13 +0100, Sam Pattuzzi wrote:
> > Hey Gwibber team!
> >
> > I have been using Gwibber for a while and have also been wanting to get
> > into open source programming for a while longer.
> >
> > One problem in Gwibber that has been bugging for a while is how the
> > program freezes whenever it is sending/receiving/updating it's messages.
> > I would love to fix this however, this being the first time I do any
> > open source coding, it would be nice if somebody could mentor me or at
> > least guide me through the code and the process a little.
> >
> > I notice it is a small team so it might be that you folks have no time
> > for this and if that is the case then feel free to tell me to piss off.
> >
> > Cheers,
> >
> > Sam Pattuzzi
> >
> >
> > _______________________________________________
> > Mailing list: https://launchpad.net/~gwibber-team
> > Post to : gwibber-team@xxxxxxxxxxxxxxxxxxx
> > Unsubscribe : https://launchpad.net/~gwibber-team
> > More help : https://help.launchpad.net/ListHelp
>
Follow ups
References