Hello community, here is the log from the commit of package kmozillahelper for openSUSE:Factory checked in at 2020-10-18 16:36:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmozillahelper (Old) and /work/SRC/openSUSE:Factory/.kmozillahelper.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmozillahelper" Sun Oct 18 16:36:59 2020 rev:7 rq:842320 version:5.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/kmozillahelper/kmozillahelper.changes 2020-07-18 21:01:38.143523318 +0200 +++ /work/SRC/openSUSE:Factory/.kmozillahelper.new.3486/kmozillahelper.changes 2020-10-18 16:37:37.296923426 +0200 @@ -1,0 +2,6 @@ +Sat Oct 17 18:27:04 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.0.6: + * Exclude kmozillahelper from session management (boo#1176852) + +------------------------------------------------------------------- Old: ---- kmozillahelper-5.0.5.tar.gz New: ---- kmozillahelper-5.0.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmozillahelper.spec ++++++ --- /var/tmp/diff_new_pack.C4fnKV/_old 2020-10-18 16:37:38.524923972 +0200 +++ /var/tmp/diff_new_pack.C4fnKV/_new 2020-10-18 16:37:38.524923972 +0200 @@ -20,7 +20,7 @@ # having a hard requirement on this package %define helper_version 6 Name: kmozillahelper -Version: 5.0.5 +Version: 5.0.6 Release: 0 Summary: Helper for KDE Firefox Integration License: MIT ++++++ kmozillahelper-5.0.5.tar.gz -> kmozillahelper-5.0.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmozillahelper-5.0.5/main.cpp new/kmozillahelper-5.0.6/main.cpp --- old/kmozillahelper-5.0.5/main.cpp 2019-08-01 10:34:47.000000000 +0200 +++ new/kmozillahelper-5.0.6/main.cpp 2020-10-17 20:25:46.000000000 +0200 @@ -55,10 +55,13 @@ //#define DEBUG_KDE #define HELPER_VERSION 6 -#define APP_HELPER_VERSION "5.0.5" +#define APP_HELPER_VERSION "5.0.6" int main(int argc, char* argv[]) { + // Avoid getting started by the session manager + qunsetenv("SESSION_MANAGER"); + QApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true); QApplication app(argc, argv);