From 21214ee27aba6b4fccc074b096ad6f9534560ca6 Mon Sep 17 00:00:00 2001 From: probonopd Date: Tue, 30 May 2017 23:05:14 +0200 Subject: [PATCH 1/2] Disable patchQtCore --- shared/shared.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/shared.cpp b/shared/shared.cpp index 8b7150c..0c35239 100644 --- a/shared/shared.cpp +++ b/shared/shared.cpp @@ -740,6 +740,7 @@ void runPatchelf(QStringList options) bool patchQtCore(const QString &path, const QString &variable, const QString &value) { + return true; // ################################### Disabling for now since using qt.conf QFile file(path); if (!file.open(QIODevice::ReadWrite)) { LogWarning() << QString::fromLatin1("Unable to patch %1: %2").arg( From e785c90e3c6b59296e77337eff735a90687aa69b Mon Sep 17 00:00:00 2001 From: probonopd Date: Wed, 31 May 2017 00:47:02 +0200 Subject: [PATCH 2/2] Update README.md [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb492dc..637402d 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ This PR, when merged, will compile this application on [Travis CI](https://travi For this to work, you need to enable Travis CI for your repository as [described here](https://travis-ci.org/getting_started) __prior to merging this__, if you haven't already done so. Providing an [AppImage](http://appimage.org/) would have, among others, these advantages: -- Works for most Linux distributions (including Ubuntu, Fedora, openSUSE, CentOS, elementaryOS, Linux Mint, and others) +- Applications packaged as an AppImage can run on many distributions (including Ubuntu, Fedora, openSUSE, CentOS, elementaryOS, Linux Mint, and others) - One app = one file = super simple for users: just download one AppImage file, [make it executable](http://discourse.appimage.org/t/how-to-make-an-appimage-executable/80), and run - No unpacking or installation necessary - No root needed