Wayland bug - some /opt/ applications fails to redraw after some time (needs to maximize/restore window)

On KDE Neon KDE neon User Edition with KDE 6.6.5 and Wayland I have started having problem with some GUI apps content not refresh until i maximize/restore from maximum the window, then to see next action outcome i need to repeat the window change. So the app content refreshes. Both apps was launched using Konsole command which launched a bash script which contains these launch commands of the two problematic apps:

LANG=anonymized.UTF-8 run_detached nohup /opt/simplex/bin/simplex &
LANG=anonymized.UTF-8 run_detached nohup /opt/briar-desktop/bin/Briar &

Launching the apps from Konsole directly using above mentioned commands (excluding “run_detached” and or “nohup”) does not immediately cause the issue, but after some hours the issue starts.

During issue, command “sudo journalclt -xef” does not output any related log lines.
WAYLAND_DEBUG=1 /opt/simplex/bin/simplex (and similar for other app) returned no output.

Window size/status(maximized/normal) is not remembered across that apps sessions.

It does not help when I use SimpleX AppImage instead of a .deb. So above mentioned two apps has possibly something in common which Plasma(or its components) stopped being able to handle correct.

pgrep -fi "simplex"; pgrep -fi briar
cat /proc/1593060/maps 2>/dev/null | grep -ioE 'libwayland.*\.so|libxcb.*\.so|libX11.*\.so' | sort -u

contains both libwayland*, libX11*, libxcb-d*
Both apps uses libgtk-3.so when I cat /proc/pidhere/maps|grep -ioE 'libgtk.*\.so|libQt.*\.so|libcef\.so|libelectron\.so|libjfx

Both apps run under same session with WAYLAND_DISPLAY=wayland-0

Should i try some specific commands to shed more light on this issue?

SOFTWARE/OS VERSIONS

Operating System: KDE neon User Edition
KDE Plasma Version: 6.6.5
KDE Frameworks Version: 6.26.0
Qt Version: 6.11.1
Kernel Version: 6.17.0-35-generic (64-bit)
Graphics Platform: Wayland
AMD GPU (driver amdgpu)