Bug#656578: Can't install extensions from gnome site (exception in /usr/share/gnome-shell/js/ui/extensionSystem.js)
Michael Biebl
biebl at debian.org
Thu Feb 2 15:12:21 UTC 2012
On 20.01.2012 23:41, Mat Cantin wrote:
>
> I've been experiencing the same behaviour with the
> extensions.gnome.org site for the past few weeks. Looking through my
> .xsession.error log I found similar JS ERROR lines, except that the
> "stack" line had an error about unzip.
>
> Installing unzip fixed the problem for me (can't remember why I
> removed this package). Seems to me that unzip should be part of the
> gnome-shell dependencies though, since re-installing gnome-shell
> didn't catch it.
Indeed, thanks for the bug report.
The relevant code in gotExtensionZipFile() is:
let [success, pid] = GLib.spawn_async(null,
['unzip', '-uod', dir.get_path(), '--', tmpzip],
null,
GLib.SpawnFlags.SEARCH_PATH | GLib.SpawnFlags.DO_NOT_REAP_CHILD,
null);
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 900 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20120202/c7b7514f/attachment.pgp>
More information about the pkg-gnome-maintainers
mailing list