Mika<p>Do any <a href="https://sakurajima.social/tags/Linux" rel="nofollow noopener" target="_blank">#Linux</a>/<a href="https://sakurajima.social/tags/KDE" rel="nofollow noopener" target="_blank">#KDE</a> users have an idea why an app, on a <a href="https://sakurajima.social/tags/KDEPlasma" rel="nofollow noopener" target="_blank">#KDEPlasma</a> desktop, might start fine on the terminal, and application launcher, but not on <a href="https://sakurajima.social/tags/KRunner" rel="nofollow noopener" target="_blank">#KRunner</a><span>?<br><br>This has been happening for a long time now for me with </span><a href="https://sakurajima.social/tags/virt-manager" rel="nofollow noopener" target="_blank">#virt-manager</a><span> - tho that wasn't the case in the past for just as long. That being said, IIRC it's happened with the application launcher too, tho that works for me atm, but KRunner almost always fails to launch it - only the app icon appears to be loading on the dock/panel, then it disappears.<br><br>When it does happen, journalctl would report this error:<br></span></p><pre><code>ModuleNotFoundError: No module named 'libvirt'</code></pre><span><br>---<br><br>Update: found the culprit - </span><a href="https://sakurajima.social/tags/toshy" rel="nofollow noopener" target="_blank">#toshy</a>, which is a really cool keymapping tool I use on my desktop that replicates <a href="https://sakurajima.social/tags/macOS" rel="nofollow noopener" target="_blank">#macOS</a><span> like keybinds on a Linux desktop.<br><br>It's something to do with their </span><a href="https://sakurajima.social/tags/Python" rel="nofollow noopener" target="_blank">#Python</a> virtualenv that's somehow being used by KRunner, that isn't being used elsewhere like on my shell terminal or application launcher. The missing python library isn't installed on that Toshy virtual env - expectedly. Not sure what to do about it just yet.<p></p>