Repository for Opensuse and Insync3

Hi,
I have tried to enable the fedora repo in Opensuse. I can add repo from fedora 29:

But packages are obsoletes. If I tried to change to fedora 30, it fails to be added:
image

Any idea?

Thanks

PD. I forgot to say, this is the repo file:

[29]
name=29
enabled=1
autorefresh=1
baseurl=http://yum.insynchq.com/fedora/29
path=/
type=rpm-md
keeppackages=0

Hi @txutxifel
Can you modify the baseurl to be yum.insync.io instead of yum.insynchq.com?
Our Insync 3 repos use yum.insync.io for rpms
Let me know if this fixes your issue

Hi,
Thanks, now it’s working perfecly.

1 Like

Hi @txutxifel how did you install Insync3 on Opensuse? Are you using Tumbleweed? Because on Leap it complains about libgc. Also where did you get the GPG key from for the repo?

Thanks

Hi @kemety,

Can you share the complete output of the libgc issue you’re facing on Leap?

Hello everyone,

I bought Insync to work at OpenSuse. But unfortunately I can’t get it to work. I followed the steps “https://help.insynchq.com/en/articles/3417503-linux-installation-guide-unofficial”, but I was not successful. Is there anything new I can do to solve the problem?

Linux Distro: OpenSuse 15.2 Leap

Thank you, Alanderson

Hi @Alanderson_Silveira,

Can you let me know what happens when you follow the steps? Do you see any outputs that indicate it’s not working/erroring out? Please send it here so I can forward it to our Linux team.

To confirm, are you trying to run version 3.3.4?

Hi @miamoran,
These were my steps …

  1. PC formatting and installation of the latest version of Opensuse (openSUSE-Leap-15.2-1)
  2. Download the latest version of Insync Version 3.3.4.40916 (Fedora 27).
  3. Open the download folder. Open Terminal. Paste “sudo zypper install insync-3.3.4.40916-fc27.x86_64.rpm”
  4. After installation, click on the insync icon, but unfortunately nothing happens.

My knowledge of Linux is very limited,
Thanks, Alanderson

Hi @mia, Retries

alanderson@localhost:/usr/lib/insync> sudo insync start --help
Usage: insync start [OPTIONS]

*** Start Insync***

Options:
*** --debug INTEGER Show additional debug logs***
*** --ca-path TEXT Set the CA path used for Curl***
*** --profile TEXT Set which profile to use***
*** --no-daemon Don’t detach from the terminal, log output to***
*** std‐out***

*** --qt-qpa-platform TEXT Sets QT_QPA_PLATFORM for Qt5***
*** --help Show this message and exit.***
alanderson@localhost:/usr/lib/insync> sudo insync start --no-daemon
***qt.qpa.xcb: could not connect to display ***
qt.qpa.plugin: Could not load the Qt platform plugin “xcb” 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.

Abort
alanderson@localhost:/usr/lib/insync>

Hi @Alanderson_Silveira,

Could you try DISPLAY=:0 QT_DEBUG_PLUGINS=1 insync start --no-daemon? and also could you send us the output for env | grep DISPLAY?

Hi @mia, good morning,

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
First command (sudo DISPLAY=:0 QT_DEBUG_PLUGINS=1 insync start --no-daemon)
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

alanderson@localhost:/usr/lib/insync> sudo DISPLAY=:0 QT_DEBUG_PLUGINS=1 insync start --no-daemon
**[sudo] senha para root: **
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"
No protocol specified
No protocol specified
qt.qpa.xcb: could not connect to display :0
qt.qpa.plugin: Could not load the Qt platform plugin “xcb” 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.

Abort

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
First Command without sudo (DISPLAY=:0 QT_DEBUG_PLUGINS=1 insync start --no-daemon)
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
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"
QFactoryLoader::QFactoryLoader() checking directory path “/usr/lib/insync/PySide2/plugins/platformthemes” …
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/insync/PySide2/plugins/platformthemes/libqgtk3.so"
Found metadata in lib /usr/lib/insync/PySide2/plugins/platformthemes/libqgtk3.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1”,
“MetaData”: {
“Keys”: [
“gtk3”
]
},
“archreq”: 0,
“className”: “QGtk3ThemePlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“gtk3”)
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/insync/PySide2/plugins/platformthemes/libqxdgdesktopportal.so"
Found metadata in lib /usr/lib/insync/PySide2/plugins/platformthemes/libqxdgdesktopportal.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1”,
“MetaData”: {
“Keys”: [
“xdgdesktopportal”,
“flatpak”,
“snap”
]
},
“archreq”: 0,
“className”: “QXdgDesktopPortalThemePlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“xdgdesktopportal”, “flatpak”, “snap”)
QFactoryLoader::QFactoryLoader() checking directory path “/usr/lib/insync/platformthemes” …
loaded library "/usr/lib/insync/PySide2/plugins/platformthemes/libqgtk3.so"
/usr/lib/insync/insync: symbol lookup error: /usr/lib64/gio/modules/libdconfsettings.so: undefined symbol: g_log_structured_standard
alanderson@localhost:/usr/lib/insync>

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Second Command (env | grep DISPLAY):
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

alanderson@localhost:/usr/lib/insync> env | grep DISPLAY
DISPLAY=:0
WAYLAND_DISPLAY=wayland-0
alanderson@localhost:/usr/lib/insync>

I appreciate the help, thank Alanderson

Hi @Alanderson_Silveira,

I’ll send this to our Linux team and update this thread accordingly!

Hi @Alanderson_Silveira

Can you run DISPLAY=:0 QT_DEBUG_PLUGINS=1 insync start --no-daemon again (Without sudo)? and send the output? Thanks!

Hi @Kurt_Ko,

Without sudo

alanderson@localhost:/usr/lib/insync> DISPLAY=:0 QT_DEBUG_PLUGINS=1 insync start --no-daemon
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
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”
QFactoryLoader::QFactoryLoader() checking directory path “/usr/lib/insync/PySide2/plugins/platformthemes” …
QFactoryLoader::QFactoryLoader() looking at “/usr/lib/insync/PySide2/plugins/platformthemes/libqgtk3.so”
Found metadata in lib /usr/lib/insync/PySide2/plugins/platformthemes/libqgtk3.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1”,
“MetaData”: {
“Keys”: [
“gtk3”
]
},
“archreq”: 0,
“className”: “QGtk3ThemePlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“gtk3”)
QFactoryLoader::QFactoryLoader() looking at “/usr/lib/insync/PySide2/plugins/platformthemes/libqxdgdesktopportal.so”
Found metadata in lib /usr/lib/insync/PySide2/plugins/platformthemes/libqxdgdesktopportal.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1”,
“MetaData”: {
“Keys”: [
“xdgdesktopportal”,
“flatpak”,
“snap”
]
},
“archreq”: 0,
“className”: “QXdgDesktopPortalThemePlugin”,
“debug”: false,
“version”: 330752
}

Got keys from plugin meta data (“xdgdesktopportal”, “flatpak”, “snap”)
QFactoryLoader::QFactoryLoader() checking directory path “/usr/lib/insync/platformthemes” …
loaded library “/usr/lib/insync/PySide2/plugins/platformthemes/libqgtk3.so”
/usr/lib/insync/insync: symbol lookup error: /usr/lib64/gio/modules/libdconfsettings.so: undefined symbol: g_log_structured_standard
alanderson@localhost:/usr/lib/insync>

Tranks!