Re: clipboard

2009-07-19 Thread Harry Bennett
Mario, Thank you for the quick response. I was getting no where with it. Seems I was grossly over-thinking the problem at hand. After a trial run, I found that I actually wanted SELECTION_PRIMARY in place of your suggestion of SELECTION_CLIPBOARD. Thanks for the help! Harry_ On Sunday 19 J

Re: clipboard

2009-07-19 Thread Mario Kemper
> > Issue is that I can't seem to wrap my head around 'clipboard'. > > I am not looking for code, per se, but if someone would be kind enough to > tell me what I need to know to get going... I haven't a clue Just have a look at the following code: #! /usr/bin/perl use strict; use warnings; u

clipboard

2009-07-19 Thread Harry Bennett
coding well above my pay-grade :D what I am trying to do: Highlight (select?) some text (from the location bar of firefox, for example) Launch my app. Have my app `know` what is in the clipboard so that I can make immediate use of it (have it populate something if it happens to be a U

Re: Moved to git

2009-07-19 Thread Torsten Schoenfeld
On 16.07.2009 17:07, Thierry Vignaud wrote: our modules, like the rest of GNOME, recently switched to git for revision tracking. The repositories can now be checked out with git clone git://git.gnome.org/[module] where [module] is perl-Glib, for example. I suggest that we stop hand-writing