Mendeley recently moved from the Desktop version to "Mendeley Reference Manager."
Link: https://www.mendeley.com/download-reference-manager/
It downloads an AppImage file. I make the file executable:
chmod a+x mendeley-reference-manager-2.77.0-x86_64.AppImage
And then try to install it:
./mendeley-reference-manager-2.77.0-x86_64.AppImage
That gives the following error:
(node:13441) ProtocolDeprecateCallback: The callback argument of protocol module APIs is no longer needed.
[13441:0901/105344.492139:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)
Trying to install using "sudo" gives the following error:
[13592:0901/105501.308639:FATAL:electron_main_delegate.cc(253)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
Trace/breakpoint trap
Any help? Gert Kruger