https://bugs.kde.org/show_bug.cgi?id=472805
Andrej Halveland <andrej.h...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrej.h...@gmail.com --- Comment #1 from Andrej Halveland <andrej.h...@gmail.com> --- I had the same issue today where Neochat started fine, but sometimes it would crash outright, or sometimes I would have to switch channels a bunch of times and then it would crash. So just this moment I locally compiled Arch's neochat from PKGBUILD and now it seems to work fine. To try and compile neochat yourself do this: Install base-devel and devtools via `sudo pacman -Syu base-devel devtools` Then clone the neochat PKGBUILD with `pkgctl repo clone neochat` Now go into that directory with `cd neochat` And now compile and install neochat with `makepkg -s -i --skipinteg` -- You are receiving this mail because: You are watching all bug changes.