Insync version: 1.5.7

I terminated a running instance of 1.5.5, and tried to install 1.5.7 (re-downloaded from link above) with sudo dnf install. At the end, both 1.5.5 and 1.5.7 were installed:

> sudo dnf install ./insync-1.5.7.37371-fc26.x86_64.rpm
Last metadata expiration check: 0:24:05 ago on qui 21 mar 2019 10:21:22 -03.
Dependencies resolved.
================================================================================
 Package       Architecture  Version                  Repository           Size
================================================================================
Upgrading:
 insync        x86_64        1.5.7.37371-fc26         @commandline        135 M

Transaction Summary
================================================================================
Upgrade  1 Package

Total size: 135 M
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Upgrading        : insync-1.5.7.37371-fc26.x86_64                         1/2 
  Running scriptlet: insync-1.5.7.37371-fc26.x86_64                         1/2 
error: can't create transaction lock on /var/lib/rpm/.rpm.lock (Resource temporarily unavailable)
error: -: key 1 import failed.
which: no xmessage in (/usr/lib/insync:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin)
Insync installation has finished. You may now start it.

  Running scriptlet: insync-1.5.5.37367-fc26.x86_64                         2/2 
Killed

> rpm -qa insync
insync-1.5.5.37367-fc26.x86_64
insync-1.5.7.37371-fc26.x86_64

I removed both of them, and reinstalled 1.5.7, and started it manually. Now it seems to be working just fine. I will keep using and report back here any problems.

The RPM upgrade through dnf still needs to be fixed to avoid simultaneous versions, and the installation script also has some issues (xmessage is not installed – maybe gxmessage should be listed as a dependency? – and some key import seems fo fail). But, aside from that, insync seems to be running just fine once again. Thanks for the update!