I'm now able to reproduce the crash so in the next weeks I will check it. CPU bug has to be fixed upstream.
mendeley creates some stuff in $HOME (.local and .cache). You can find and erase the ones you dont want find ~ -iname "*mendeley*"
.
Git Clone URL: | https://aur.archlinux.org/mendeleydesktop.git (read-only, click to copy) |
---|---|
Package Base: | mendeleydesktop |
Description: | Academic software for managing and sharing research papers. |
Upstream URL: | http://www.mendeley.com/release-notes/ |
Keywords: | elsevier mendeley |
Licenses: | custom:mendeley_eula |
Conflicts: | mendeleydesktop |
Provides: | mendeleydesktop |
Submitter: | lpjhjdh |
Maintainer: | ReyJamonico |
Last Packager: | ali.molaei |
Votes: | 306 |
Popularity: | 0.000000 |
First Submitted: | 2009-06-10 18:28 (UTC) |
Last Updated: | 2021-02-08 08:39 (UTC) |
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 36 Next › Last »
I'm now able to reproduce the crash so in the next weeks I will check it. CPU bug has to be fixed upstream.
mendeley creates some stuff in $HOME (.local and .cache). You can find and erase the ones you dont want find ~ -iname "*mendeley*"
.
Running ./bin/mendeleydesktop
from the sources and opening a PDF works.
Afterwards, also running the desktop entry for Mendeley works.
But opening mendeleydesktop
from the command line reproduces the error.
After deleting the sources, the desktop entry fails to start mendeley (Failed to execute child process [$HOME]/.local/share/mendeleydesktop" (No such file or directory)
).
I have tried reinstalling it again, but it did not show any differences.
PDF library is still bundled. Can you download the sources and run ./bin/mendeleydesktop
to get upstream defaults and report back?
I have updated from a package with the bundled libraries and with the latest PKGBUILD (and presumably since using the shared libraries), mendeley crashes while opening a PDF in the internal viewer. Viewing the PDF via "Open file externally" works, resetting mendeley did not show any different behaviour.
Pastebin of the console output: https://pastebin.com/fYkt28wL
@xgdgsc it had less lines of code thought :)
About CPU. Yes it runs 100% CPU both with the bundled packages and with the native ones. Somehow poll function from libc
gets stuck at it. At least that what I got from gdb
and strace
. Thats the main reason I haven't pushed the update in the first place :)
In the next few days I wont have time to investigate this in more detail.
This version seems to have constant 100% CPU usage on my machine. Do you have this issue?
@akstrfn Your previous commit breaks the simple workflow of changing version number and runing updpkgsums. I changed that part back.
@rpanerai I think that duplicating packages is not the way to go. @xgdgsc maybe add me as co-maintainer?
Hey akstrfn, I tried your PKGBUILD and I really like it! Small package and better desktop integration. You should consider creating an AUR entry for that.
Glad it worked. I have to improve pkg some more but nothing that should affect the functionality of the app. With new pkg app takes much less space since it uses shared libraries by default and removes the bundled ones :)
Pinned Comments
ReyJamonico commented on 2022-06-20 07:50 (UTC) (edited on 2022-06-20 07:53 (UTC) by ReyJamonico)
I will maintain this until it stops working, but this package should be considered "legacy" and the new Reference Manager (https://aur.archlinux.org/packages/mendeley-reference-manager) preferred.
More Info: https://blog.mendeley.com/category/new-release-2/
akstrfn commented on 2018-10-02 15:21 (UTC) (edited on 2018-12-14 14:50 (UTC) by akstrfn)
To avoid crashs when opening PDF's, and hangout on exit install
mendeleydesktop-bundled
which packages Qt provided by the upstream.