From 01ba91aceaf4a9aeeff989a19fc82e809823d759 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Mon, 27 Nov 2017 15:31:37 -0800 Subject: [PATCH] Adding a comment to address Issue #25 --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index f43629b..e9a87b7 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,23 @@ Other ways to obtain Mendeley AppImage: (Seems a little out of date though) https://bintray.com/probono/AppImages/Mendeley_Desktop/ + + +Known Bugs +========== +There exists a QT incompatibility that I found a workaround for a while ago. + +The spec file creates a barebones executable that sets the variables `MENDELEY_BUNDLED_QT_PLUGIN_PATH` to that of Fedora's. +```bash + +# seems like the executable is looking for this variable +# so I had to set it. +cat > bin/%{name} <