https://bugs.kde.org/show_bug.cgi?id=385364
--- Comment #5 from Ingo <ingo.stra...@gmx.net> --- Hi Peter, I've been digging around a bit for a workaround that helps me now. With "ldd korganizer" I looked at the libraries it uses and with an educated guess found that the problem is likely to come from package kcalcore instead of korganizer. And looking at the commit history of kcalcore I found the change that caused this behavior: https://bugs.kde.org/show_bug.cgi?id=382712 (the actual code change is https://commits.kde.org/kcalcore/0fd1f0fae1de743da5bc9d56577541442e84799b). I hadn't noticed any problem for me when I was at the older version not including that change, so I downloaded the source RPM of kcalcore and added a reverse patch to get rid of that change. Then I built the package myself and installed it. Now, new events no longer have both COUNT and UNTIL. Of course I'm not fully sure about potential side effects, but again, before the kcalcore change mentioned above I didn't have problems with time zone. So I decided it's ok for me now. If you want to do the same, I have provided an attachment in case you want to build a working version for yourself on opensuse, too. Download the file https://bugs.kde.org/attachment.cgi?id=116243 and then on the command line (as root): zypper si libKF5CalendarCore5 cd / tar xfz /path/to/downloaded/workaround_385364.tar.gz rpmbuild -ba /usr/src/packages/SPECS/kcalcore.spec rpm -Uhv /usr/src/packages/RPMS/x86_64/libKF5CalendarCore5-17.12.3-lp150.2.2.x86_64.rpm You may have to install rpmbuild first and also add the source repository corresponding to openSUSE-Leap-15.0-Oss ("zypper addrepo http://download.opensuse.org/source/distribution/leap/15.0/repo/oss/ openSUSE-Leap-15.0-Oss_Src"; change "Leap-15.0" to your opensuse version). -- You are receiving this mail because: You are watching all bug changes.