On 04/22/2011 12:03 AM, Robert Schroll wrote:
On 04/21/2011 04:37 PM, Yann Leboulanger wrote:
But it seems I have to use GOptionContext, but that doesn't seem to
exist in PyGTK.
OptionContext is in gobject, at least for me (2.21.1). Can't help you
with the rest, I'm afraid.
Thanks, I didn't
On 04/21/2011 04:37 PM, Yann Leboulanger wrote:
But it seems I have to use GOptionContext, but that doesn't seem to
exist in PyGTK.
OptionContext is in gobject, at least for me (2.21.1). Can't help you
with the rest, I'm afraid.
Robert
___
pygtk m
On 04/05/2011 11:59 AM, Yann Le Boulanger wrote:
Hi,
In my PyGTK grogram, I try to use gnome session. I'm able to make gnome
start my program on startup, but it launches it with some command line
optins like --sm-config-prefix, --sm-client-id, ...
The problem is that my application doesn't acce
Hi,
In my PyGTK grogram, I try to use gnome session. I'm able to make
gnome start my program on startup, but it launches it with some
command line optins like --sm-config-prefix, --sm-client-id, ...
The problem is that my application doesn't accept unknown command line
options. So I'm sea