Aerilius

Results 31 comments of Aerilius

I worked around this (on Ubuntu Gnome) by symlinking `sudo mkdir /usr/lib/ssh/; sudo ln -s /usr/lib/openssh/gnome-ssh-askpass /usr/lib/ssh/ssh-askpass` There exists also `/etc/alternatives/ssh-askpass` which is probably the safer path to use?

Does it always occur to you, or only sometimes? It has never happend during testing of this version of my code on many panoramas. Today I get it about once...

A possibility for such an error to occur always is when WebGL was not available (for whatever reason). I added a (slow) fallback to canvas rendering. Can you check if...

That's a follow-up error. I had tested booting from a fresh 16.10 live system (with only the gir1.2-gexiv2 package added) and it worked without error, so there seem not to...

charlesmillet and Depaulicious, thanks for confirming. Unfortunately I cannot reproduce it. I suspect that either the WebGL initialization fails, or it's a bug in my code, or transfering the image...

I added changes to the htm file for debugging (in the new branch issue7). https://github.com/Aerilius/eog_panorama/blob/issue7/eog_panorama/eog_panorama.htm I would be interested in two tests: A) Does it work in a browser? (WebKit2...

Hi, thanks! A) I have never seen "texImage2D: Conversion requires pixel reformatting", it is in three.js and seems to be an internal error in Firefox. B) The script error is...

Probably have to revert commit https://github.com/Aerilius/eog_panorama/commit/54b7f043e5b090895cde4fd84abd2343330f24cc back to using exiftool. While exiv2 is used by many Gnome softwares, it's not in a default Ubuntu install, so we get a different...

As a workaround, one should wait until a panorama finishes loading before stepping to the next image.

- The ideal solution would be if request of (2) immediately aborts loading of (1) and starts loading (2) instead. - If we let PhotoSphereViewer not refuse request (2), we...