http://bugzilla.opensuse.org/show_bug.cgi?id=1140614 http://bugzilla.opensuse.org/show_bug.cgi?id=1140614#c8 --- Comment #8 from Dominique Leuenberger <dimstar@opensuse.org> --- (In reply to QK ZHU from comment #7)
The script was revised: - https://build.opensuse.org/package/rdiff/home:qkzhu:branches:GNOME:Factory/ gobject-introspection?linkrev=base&rev=2
And I tested this script against gnome-shell, gnome-shell-extensions, gjs via:
#!/bin/bash
files=$(find ~/git/gnome-shell-extensions -name "*.js") #files=$(find ~/git/gjs -name "*.js") #files=$(find ~/git/gnome-shell -name "*.js")
Just to be sure: did you extract the gresources? libgjs0 embeds *.js files directly into the library The best way to test is to extract libgjs0 into a temp dir (using unrpm) then find /tmp/path/to/libgjs0-extraced | /path/to/your/gi-find-desp.sh -R alternatively, you can branch gjs into your home: space and let it be inspected with your gobject-introspection change. If the resulting package is installable, we're a good step closer -- You are receiving this mail because: You are on the CC list for the bug.