Re: gnome-tweak-tool fails to install extension from zip with UnicodeDecodeError

2012-05-24 Thread Jasper St. Pierre
On Thu, May 24, 2012 at 7:09 AM, Amy C wrote: > Ok, I have narrowed this down further. > > I believe there *is* a bug in gnome-tweak-tool > (tweak_shell_extensions.py) to do with installing an extension from a > .zip file. The error is being raised from Python: >> Traceback (most recent call last)

Re: gnome-tweak-tool fails to install extension from zip with UnicodeDecodeError

2012-05-24 Thread Amy C
Ok, I have narrowed this down further. I believe there *is* a bug in gnome-tweak-tool (tweak_shell_extensions.py) to do with installing an extension from a .zip file. The error is being raised from Python: > Traceback (most recent call last): >  File > "/usr/lib/python2.7/dist-packages/gtweak/twea

gnome-tweak-tool fails to install extension from zip with UnicodeDecodeError

2012-05-23 Thread Amy C
Hi all, I've written a small extension that adds minimise, maximise, always on top, etc to the title button on the top panel (Main.panel._appMenu). I have someone trying to install it through gnome-tweak-tool (on GNOME 3.2.2.1) via 'Shell Extensions' -> 'install extension (from zip file)' -> selec