I’m running v3.9.2.60014 and recently tried v3.9.2.60015 on Manjaro Linux, with gnome on Wayland with hybrid intel+nvidia proprietary drivers. Both seem to have the same issue.
On my notebook
The app seems to be working fine, but its window has no decorations!
If I start with insync start --no-daemon
I get the following errors:
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
QSocketNotifier: Can only be used with threads started with QThread
qt.qpa.wayland: EGL not available
** (process:165752): WARNING **: 23:17:34.710: Failed to load shared library 'libnotify.so.4' referenced by the typelib: /usr/lib/libtiff.so.6: undefined symbol: jpeg12_write_raw_data, version LIBJPEG_8.0
and
js: Access to XMLHttpRequest at 'https://us.i.posthog.com/decide/?v=3&ip=1&_=1721355455260&ver=1.110.0' from origin 'file://' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
On my desktop
My destkop setup is the same as above, the only difference is that it has only a nvidia card, running with proprietary drivers.
On the desktop I see the same errors as well. But additionally, the insync window opens blank. If I open it with insync start --qt-qpa-platform=xcb --no-daemon
the window shows up and insync seems to work. I still get the same errors above. However, the interface is broken, it blinks when I move the mouse and it is quite difficult to click on anything.
To do…
Since there are such significant differences between the behavior of insync in my Desktop and Notebook, which run the same OS and overall setup, I’ll format the Desktop tomorrow, since it is the one that seems worse.
I’ll post here any update on this. But if the error messages above point to something I should fix, please let me know.