https://bugs.kde.org/show_bug.cgi?id=355463
--- Comment #11 from Raman Gupta <rocketra...@gmail.com> --- (In reply to Dennis from comment #10) > (In reply to Damian Nowak from comment #8) > > Is there a remedy for that? Arch Linux forced everyone to update from KDE 4 > > to KDE 5, but KDE 5 is not usable because of this. Kind of stuck. > > I have the same problem, my workaround is to just start xembedsniproxy again > with krunner. I have considered making systemd handling it with a service, > but I believe that it will be fixed soon. Just for reference, here is my systemd user unit file: ~ cat .config/systemd/user/xembedsniproxy.service [Unit] Description=xembed SNI proxy daemon [Service] ExecStart=/usr/bin/xembedsniproxy Restart=on-failure [Install] WantedBy=graphical.target The "WantedBy" doesn't seem to work correctly, so it has to be started once manually after login: systemctl --user start xembedsniproxy.service but after that systemd keeps it alive perfectly. -- You are receiving this mail because: You are watching all bug changes.