sciter-js-sdk icon indicating copy to clipboard operation
sciter-js-sdk copied to clipboard

When my application starts on Linux (Gnome) it starts rendering half way

Open gbraad opened this issue 3 years ago • 4 comments

I made a very simple desktop clock that uses an SVG and this works well on Windows. However, when run it starts to render half way. The titlebar still interacts from the correct location and the windows is resizable.

image

When resized, the application shows correctly. It feels like I have to do the old zoom: 1 hack to make this work ;-). Any idea what can be the problem?


Tested on Fedora 35 (fully updated) with the SDK x64 runner

Code to try this with is at: https://github.com/gbraad/desktop-clock

Note: that the application is now not resizable anymore so this can't be forced to 'redraw'.

gbraad avatar Jan 08 '22 05:01 gbraad

I do not see any problems using scapp executable to run your document (Linux Mint 18): clock

c-smile avatar Jan 10 '22 02:01 c-smile

It does on Wayland using Fedora 35. Have reproduced this on a clean install

Which 'scapp' was used. A recompiled version or the one provided from the SDK? The one in the archive is the current build as used on the SDK.

gbraad avatar Jan 10 '22 07:01 gbraad

Someone else was able to repoduce this on Debian Bullseye with Gnome+wayland

image

gbraad avatar Jan 10 '22 08:01 gbraad

I can confirm your observation, (Ubuntu 21.10 x64 Gnome+wayland)

Screenshot from 2022-03-03 09-22-06

dtrehas avatar Mar 03 '22 07:03 dtrehas