> -----Original Message----- > From: openembedded-core-boun...@lists.openembedded.org <openembedded-core- > boun...@lists.openembedded.org> On Behalf Of Ross Burton > Sent: den 10 december 2019 13:08 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH] scripts: add pkgdataui > > 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)? > database at your leisure. By being graphical it is easier to explore and can > follow links between packages. > > This is very much a work in progress, so be gentle and patches are welcome. 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 > Signed-off-by: Ross Burton <ross.bur...@intel.com> > --- > 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). > scripts/pkgdataui.py | 241 +++++++++++++++++++++++++++++ > 2 files changed, 576 insertions(+) > create mode 100644 scripts/pkgdataui.glade > create mode 100755 scripts/pkgdataui.py //Peter -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core