https://bugs.kde.org/show_bug.cgi?id=456837
--- Comment #3 from Tiar <tamtamy.tym...@gmail.com> --- Deepin is something that is installed on your system (I'm not sure why, have you installed anything recently? You might want to try `apt policy deepin-*` and `apt-cache rdepends deepin-*` to see what you have installed and what depends on deepin), so even removing the configuration files for Krita won't help, I think. Resources (brushes etc.) are in `~/.local/share/krita`, and configuration files in `~/.config/`. You can try removing it if nothing too important depends on it. You might want to try asking for help on Kubuntu forums, they might know what's up with deepin being there. In any case, deepin Might be interfering with things written in Qt... which actually most KDE's software is, and you're using Kubuntu, so there is a chance you'll encounter it again. Regarding the appimage, this is what I was told: "on systems that have QT_PLUGIN_PATH globally set, the appimage will try to load the global Qt plugins and likely crash. if QT_PLUGIN_PATH isn't set, the appimage won't load the deepin qt platform plugin". So you might want to try doing "echo $QT_PLUGIN_PATH" to see if it's empty or not. And if it's empty, the appimage will likely work well. -- You are receiving this mail because: You are watching all bug changes.