New Insync version: 3.8.6

Changes:

  • Fix re-authentication issues on Google Drive when an account is used in multiple Insync instances via alternative/web login
  • Automatically and indefinitely retry specific network and server errors
  • Improve proxy settings UX

Windows 7 and later

Ubuntu (16.04 Xenial), (18.04 Bionic), (20.04 Focal), (22.04 Jammy), (22.10 Kinetic), (23.04 Lunar)
Linux Mint (18.x), (19.x), (20.x), (21.x)
Debian (9 Stretch), (10 Buster), (11 Bullseye)
Fedora (27), (28), (29), (30), (36), (37)

2 Likes

Thanks for the new release.

Is it possible to also add Debian Bookworm links to the announcements? Debian Bookworm is in freeze and will be released soon(ish), I think the links should be visible.

Same for Fedora 38. It’s stable.

1 Like

Thanks @bayindirh! I’ll give our Linux Team a nudge about this :slight_smile:

Thanks!

Fwiw, I am keeping up to date with this in NixOS too: https://github.com/NixOS/nixpkgs/pull/233044

1 Like

What about Fedora 35?
I have installed insync-3.8.5.50499-fc35.x86_64 in my Red Hat Enterprise Linux 9.1 machine. It’s not working (Application does not start). Then I modified qt platform to eglfs with (–qt-qpa-platform eglfs) switch. Now app starts but I can’t use GUI.
Is there any fix for this?

@Nipuna_S_Perera1 Hi! Could you send the output of QT_DEBUG_PLUGINS=1 insync start --no-daemon?

1 Like
QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/insync/PySide2/plugins/platforms" ...

QFactoryLoader::QFactoryLoader() looking at “/usr/lib/insync/PySide2/plugins/platforms/libqeglfs.so”
Found metadata in lib /usr/lib/insync/PySide2/plugins/platforms/libqeglfs.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“eglfs”
]
},
“archreq”: 0,
“className”: “QEglFSIntegrationPlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“eglfs”)
QFactoryLoader::QFactoryLoader() looking at “/usr/lib/insync/PySide2/plugins/platforms/libqlinuxfb.so”
Found metadata in lib /usr/lib/insync/PySide2/plugins/platforms/libqlinuxfb.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“linuxfb”
]
},
“archreq”: 0,
“className”: “QLinuxFbIntegrationPlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“linuxfb”)
QFactoryLoader::QFactoryLoader() looking at “/usr/lib/insync/PySide2/plugins/platforms/libqminimal.so”
Found metadata in lib /usr/lib/insync/PySide2/plugins/platforms/libqminimal.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“minimal”
]
},
“archreq”: 0,
“className”: “QMinimalIntegrationPlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“minimal”)
QFactoryLoader::QFactoryLoader() looking at “/usr/lib/insync/PySide2/plugins/platforms/libqminimalegl.so”
Found metadata in lib /usr/lib/insync/PySide2/plugins/platforms/libqminimalegl.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“minimalegl”
]
},
“archreq”: 0,
“className”: “QMinimalEglIntegrationPlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“minimalegl”)
QFactoryLoader::QFactoryLoader() looking at “/usr/lib/insync/PySide2/plugins/platforms/libqoffscreen.so”
Found metadata in lib /usr/lib/insync/PySide2/plugins/platforms/libqoffscreen.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“offscreen”
]
},
“archreq”: 0,
“className”: “QOffscreenIntegrationPlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“offscreen”)
QFactoryLoader::QFactoryLoader() looking at “/usr/lib/insync/PySide2/plugins/platforms/libqvnc.so”
Found metadata in lib /usr/lib/insync/PySide2/plugins/platforms/libqvnc.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“vnc”
]
},
“archreq”: 0,
“className”: “QVncIntegrationPlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“vnc”)
QFactoryLoader::QFactoryLoader() looking at “/usr/lib/insync/PySide2/plugins/platforms/libqwayland-egl.so”
Found metadata in lib /usr/lib/insync/PySide2/plugins/platforms/libqwayland-egl.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“wayland-egl”
]
},
“archreq”: 0,
“className”: “QWaylandEglPlatformIntegrationPlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“wayland-egl”)
QFactoryLoader::QFactoryLoader() looking at “/usr/lib/insync/PySide2/plugins/platforms/libqwayland-generic.so”
Found metadata in lib /usr/lib/insync/PySide2/plugins/platforms/libqwayland-generic.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“wayland”
]
},
“archreq”: 0,
“className”: “QWaylandIntegrationPlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“wayland”)
QFactoryLoader::QFactoryLoader() looking at “/usr/lib/insync/PySide2/plugins/platforms/libqwayland-xcomposite-egl.so”
Found metadata in lib /usr/lib/insync/PySide2/plugins/platforms/libqwayland-xcomposite-egl.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“wayland-xcomposite-egl”
]
},
“archreq”: 0,
“className”: “QWaylandXCompositeEglPlatformIntegrationPlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“wayland-xcomposite-egl”)
QFactoryLoader::QFactoryLoader() looking at “/usr/lib/insync/PySide2/plugins/platforms/libqwayland-xcomposite-glx.so”
Found metadata in lib /usr/lib/insync/PySide2/plugins/platforms/libqwayland-xcomposite-glx.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“wayland-xcomposite-glx”
]
},
“archreq”: 0,
“className”: “QWaylandXCompositeGlxPlatformIntegrationPlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“wayland-xcomposite-glx”)
QFactoryLoader::QFactoryLoader() looking at “/usr/lib/insync/PySide2/plugins/platforms/libqwebgl.so”
Found metadata in lib /usr/lib/insync/PySide2/plugins/platforms/libqwebgl.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“webgl”
]
},
“archreq”: 0,
“className”: “QWebGLIntegrationPlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“webgl”)
QFactoryLoader::QFactoryLoader() looking at “/usr/lib/insync/PySide2/plugins/platforms/libqxcb.so”
Found metadata in lib /usr/lib/insync/PySide2/plugins/platforms/libqxcb.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“xcb”
]
},
“archreq”: 0,
“className”: “QXcbIntegrationPlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“xcb”)
QFactoryLoader::QFactoryLoader() checking directory path “/usr/lib/insync/platforms” …
loaded library “/usr/lib/insync/PySide2/plugins/platforms/libqxcb.so”
loaded library “Xcursor”
Segmentation fault (core dumped)

cat /etc/os-release

NAME=“Red Hat Enterprise Linux”
VERSION=“9.2 (Plow)”
ID=“rhel”
ID_LIKE=“fedora”
VERSION_ID=“9.2”
PLATFORM_ID=“platform:el9”
PRETTY_NAME=“Red Hat Enterprise Linux 9.2 (Plow)”
ANSI_COLOR=“0;31”
LOGO=“fedora-logo-icon”
CPE_NAME=“cpe:/o:redhat:enterprise_linux:9::baseos”
HOME_URL=“https://www.redhat.com/
DOCUMENTATION_URL=“https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9
BUG_REPORT_URL=“https://bugzilla.redhat.com/

REDHAT_BUGZILLA_PRODUCT=“Red Hat Enterprise Linux 9”
REDHAT_BUGZILLA_PRODUCT_VERSION=9.2
REDHAT_SUPPORT_PRODUCT=“Red Hat Enterprise Linux”
REDHAT_SUPPORT_PRODUCT_VERSION=“9.2”

Hi @Nipuna_S_Perera1

Can you try our Fedora 36 build instead on your RHEL9 machine?

1 Like

I tried brother but got this error. I don’t have chance to upgrade glibc.

Error: 
 Problem: conflicting requests
  - nothing provides glibc >= 2.35 needed by insync-3.8.6.50504-fc36.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

My PC glibc version is 2.34 and have no way to upgrade it as I’m using RHEL 9.2

glibc-all-langpacks-2.34-60.el9.x86_64
glibc-gconv-extra-2.34-60.el9.x86_64
glibc-2.34-60.el9.x86_64
glibc-common-2.34-60.el9.x86_64
glibc-langpack-en-2.34-60.el9.x86_64
glibc-headers-2.34-60.el9.x86_64
glibc-devel-2.34-60.el9.x86_64

@Kurt_Ko ^^ the above lines are the error I get.

@Kurt_Ko @mia
It only works on wayland only if I set.
--qt-qpa-platform wayland
Can you please help me to resolve this. I can’t use wayland as I have some other important programs that affects by the wayland.

Hi @Nipuna_S_Perera1

Can you reinstall to use our Fedora 35 installer?
When using --qt-qpa-platform wayland, it will only apply to the Insync app, and not your other programs
RHEL 9.2 uses wayland by default

Hi @Kurt_Ko,
I got the below error.

Failed to create wl_display (No such file or directory)
qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.

Aborted (core dumped)

I can’t use wayland as the display server as some of my important tools does not work on wayland.
When I try the app on wayland, it works fine. But I’m using standard x11 display server as my desktop session.

Hi @Nipuna_S_Perera1

I see, we will create a build that may fix your issue within the week or next week

1 Like

Hi @Nipuna_S_Perera1

Can you install this build? https://cdn.insynchq.com/builds/linux/insync-3.8.6.50504-el9.x86_64.rpm

If it works, please update your insync.repo and update the baseurl to baseurl=http://yum.insync.io/rhel/$releasever/

2 Likes

Hi @Kurt_Ko,
Finally! It works fine now.
Thank you very much Kurt_Ko!

2 Likes