[OE-core] [PATCH] scripts: add pkgdataui

Peter Kjellerstedt peter.kjellerstedt at axis.com
Wed Jan 8 03:25:20 UTC 2020


> -----Original Message-----
> From: Ross Burton <ross.burton at intel.com>
> Sent: den 2 januari 2020 18:16
> To: Peter Kjellerstedt <peter.kjellerstedt at axis.com>; openembedded-
> core at lists.openembedded.org
> Subject: Re: [OE-core] [PATCH] scripts: add pkgdataui
> 
> On 30/12/2019 01:16, Peter Kjellerstedt wrote:
> >> pkgdataui is a Python 3/GObject Introspection/GTK+ 3 tool to browse the pkgdata
> >
> > Would it make sense to rename it to oe-pkgdata-browser (based on the title it
> > gives itself, and the existing oe-pkgadata-util tool)?
> 
> Makes sense.

I have a patch set that changes this, and makes some other 
improvements. I'll send it next.

> > I get the following errors when I run it (though the GUI comes up and seems
> > to work):
> >
> > libGL error: No matching fbConfigs or visuals found
> > libGL error: failed to load driver: swrast
> 
> That's your host system GTK+/Mesa, not pkgdataui.

Hmm, ok. It seems to run without those errors now that I tried 
again, so I guess it was just something temporary.

> >>   scripts/pkgdataui.glade | 335
> ++++++++++++++++++++++++++++++++++++++++
> >
> > Can the .glade file be put somewhere else than in the scripts directory?
> > Because as it is now, it shows up when using tab completion (with zsh).
> 
> Why is zsh showing it? It's not executable, and a glade file shouldn't
> be ran by anything.

I have no idea. Anyway, if the script is renamed to a name without the 
.py suffix, it shouldn't matter anymore since the real script will then 
be shown before the .glade file.

> Ross

//Peter



More information about the Openembedded-core mailing list