Installing Insync on RHEL 9

I’ve forwarded this to our engineer and await their advise. Thank you for your patience, @Willian_Armond!

Hey @Willian_Armond @brako!

Here’s a better fix that doesn’t get replaced/removed upon an OS/version upgrade (there are 4 commands total):

sed -i 's/insync start/insync start --qt-qpa-platform=wayland/g' ~/.config/autostart/insync.desktop

mkdir -p ~/.local/share/applications

cp /usr/share/applications/insync.desktop ~/.local/share/applications

sed -i 's/insync start/insync start --qt-qpa-platform=wayland/g' ~/.local/share/applications/insync.desktop