From kde-commits Thu Sep 20 09:03:47 2018 From: Kevin Funk Date: Thu, 20 Sep 2018 09:03:47 +0000 To: kde-commits Subject: [kdevelop/5.3] appimage: Revert "appimage: Enable welcome page plugin" Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=153743423901771 Git commit 1233bd48fbd9a045280ddf2fe97d39a372485ae5 by Kevin Funk. Committed on 20/09/2018 at 09:02. Pushed by kfunk into branch '5.3'. Revert "appimage: Enable welcome page plugin" Right we have problems in the welcome page due to the news fetching which is calling home to kdevelop.org. Qt in the end fails to load SSL, thus causing KDevelop to hang while creating network connections... Will investigate later. This reverts commit a59c5bfc6eb2733d8ea6c5454019c273b9d69f89. M +1 -0 appimage/kdevelop-recipe-centos6.sh https://commits.kde.org/kdevelop/1233bd48fbd9a045280ddf2fe97d39a372485ae5 diff --git a/appimage/kdevelop-recipe-centos6.sh b/appimage/kdevelop-recipe= -centos6.sh index 52d74a1635..9627eb6ec9 100755 --- a/appimage/kdevelop-recipe-centos6.sh +++ b/appimage/kdevelop-recipe-centos6.sh @@ -451,6 +451,7 @@ export APPIMAGE_STARTUP_PATH=3D\$PATH export APPIMAGE_STARTUP_PYTHONHOME=3D\$PYTHONHOME = export KDEV_CLANG_BUILTIN_DIR=3D\$DIR/opt/llvm/lib/clang/6.0.1/include +export KDEV_DISABLE_PLUGINS=3DKDevWelcomePage = cd \$HOME =20