You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for making Sozi!
I am excited to try the new presentation mode, but I am having some issues making it work. When I open the presenter html in a browser, I see a single tab with three small windows and two buttons, previous and next. Nothing happens when I click on the buttons, but clicking directly in one of the three small windows advances the slides. There is only a single tab opened, no additional tab showing just the presentation without the presenter console.
I am opening this in a chromium incognito window, so there are no extensions interfering and I don't see a message that a popup has been blocked. I have tried refreshing the page. When I open the console, I can see that the following error has been raised when the file was opened:
Uncaught DOMException: Blocked a frame with origin "null" from accessing a cross-origin frame.
at e (file:///home/joel/m2/tmp/test-presenter.sozi.html:47:448)
at onSoziLoaded (file:///home/joel/m2/tmp/test-presenter.sozi.html:47:479)
at file:///home/joel/m2/tmp/test-presenter.sozi.html:47:572
at Array.forEach (<anonymous>)
at load (file:///home/joel/m2/tmp/test-presenter.sozi.html:47:550)
at file:///home/joel/m2/tmp/test-presenter.sozi.html:47:1535
Two errors appear in my terminal window when I launch chromium, but this happens every time and I believe they are unrelated to sozi.
[478742:478742:1212/115549.965174:ERROR:sandbox_linux.cc(372)] InitializeSandbox() called with multiple threads in process gpu-process.
[478742:478742:1212/115551.263894:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command
Opening the standard sozi html file without the presenter console works as expected an there are no errors.
Click to view the source for the SVG and HTML files:
Which version of Sozi are you using? 19.04.22 (from the AUR)
Which drawing software did you use? Inkscape 0.92.4 5da689c313, 2019-01-14
On which platform? 5.4.2-arch1-1 GNU/Linux
If your problem happens when playing a presentation, which browsers have you tried? Chromium 79.0.3945.79 Arch Linux (also tried Firefox 70)
I am not sure wether this is a bug or a question, but I noticed that the forum does not accept any syntax highlighting so I decided to post here to facilitate readability of the code segments.
The text was updated successfully, but these errors were encountered:
Thanks for making Sozi!
I am excited to try the new presentation mode, but I am having some issues making it work. When I open the presenter html in a browser, I see a single tab with three small windows and two buttons, previous and next. Nothing happens when I click on the buttons, but clicking directly in one of the three small windows advances the slides. There is only a single tab opened, no additional tab showing just the presentation without the presenter console.
I am opening this in a chromium incognito window, so there are no extensions interfering and I don't see a message that a popup has been blocked. I have tried refreshing the page. When I open the console, I can see that the following error has been raised when the file was opened:
Two errors appear in my terminal window when I launch chromium, but this happens every time and I believe they are unrelated to sozi.
Opening the standard sozi html file without the presenter console works as expected an there are no errors.
Click to view the source for the SVG and HTML files:
The SVG file I am working with looks like this:
The presenter html file that sozi has created looks like this:
And the non-presenter HTML file looks like this:
I am not sure wether this is a bug or a question, but I noticed that the forum does not accept any syntax highlighting so I decided to post here to facilitate readability of the code segments.
The text was updated successfully, but these errors were encountered: