gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gcmd-dev] Python plugins


From: Piotr Eljasiak
Subject: Re: [gcmd-dev] Python plugins
Date: Wed, 06 Dec 2006 23:36:20 +0100

> > There is no GUI for python plugins at the moment and the only access to
> > them is via F12 (temporary key shortcut). F12 always executes script
> > 'sample-plugin.py' located in the same dir where binary resides. 
> > 
> 
> I just tried your sample-plugin, gcmd crashes
> immediately when i press F12, nothing at all
> gets written to console.
> 
> Any advice on gathering debug info?

run in console with set debug flag to p:

        gnome-commander -d=p
        
        
I'm attaching exemplary trace:
        
        [PP] Calling sample-plugin.main()
        [PP] Selected files: 3
        [PP] Main window XID: 58720482 (0x38000e2)
        [PP] Active
        directory:   
/home/piotr/devel/gnome-commander/sandbox/gnome-commander/src
        [PP] Inactive
        directory: /home/piotr/devel/gnome-commander/sandbox/pyplugins
        [PP] Result of call sample-plugin.main(): 1
        





reply via email to

[Prev in Thread] Current Thread [Next in Thread]