https://bugs.kde.org/show_bug.cgi?id=414382
cybea <kde-b...@cyborgsociety.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kde-b...@cyborgsociety.org --- Comment #4 from cybea <kde-b...@cyborgsociety.org> --- As workaround you could try to install the eoan package. I had the same problem with x2goclient and following worked nicely and solved my problem. 1. Download from https://packages.ubuntu.com 2. Verify Package 3. apt install x2goclient drawback: no security updates The solution is a pinning setup: $ cp /etc/apt/sources.list /etc/apt/sources.list.d/eoan.list $ sed -i 's#bionic#eoan#g' /etc/apt/sources.list.d/eoan.list $ editor /etc/apt/preferences.d/50-eoan Package: x2goclient Pin: release n=eoan Pin-Priority: 1000 Package: * Pin: release n=eoan Pin-Priority: 5 # for some reason following needed extra entry Package: python3-software-properties software-properties-common Pin: release n=eoan Pin-Priority: 5 ------- $ apt install x2goclient Cheers -- You are receiving this mail because: You are watching all bug changes.