Summary: | kmail crashes when it uses kvantum theme engine while I try to download the attachment | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Dmitriy <distselemov> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | chrisbrhm |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.15.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dmitriy
2020-08-22 08:19:18 UTC
I found this thread at Kvantum git repo https://github.com/tsujan/Kvantum/issues/559. The author said it wasn't the Kvantum problem. *** This bug has been marked as a duplicate of bug 425604 *** I'm closing this bug as it's a duplicate of https://bugs.kde.org/show_bug.cgi?id=425604 I think it's better to keep one bug, so that all the information is in one place. Also, don't forget to add your votes to the bug so that it can have higher priority. Thanks for reporting. Hopefuly someone will be able to solve this strange bug. My apologies! I realise that Bug 425604 isn't exactly the same as this. Re-opening this bug. Also, just wanted to find out what Kvantum theme you're using? I find that this bug rears it's head only when using themes which change the style of widgets when toggling focus. The bug doesn't appear when using themes like Arc or KvCyan. (In reply to Chris from comment #4) > My apologies! I realise that Bug 425604 isn't exactly the same as this. > Re-opening this bug. > > Also, just wanted to find out what Kvantum theme you're using? I find that > this bug rears it's head only when using themes which change the style of > widgets when toggling focus. The bug doesn't appear when using themes like > Arc or KvCyan. Hello, I'm using WhiteSur theme https://store.kde.org/p/1398841/ I was looking into this again recently, and realised that their is a simple workaround. Go to `/usr/share/Kvantum/<theme>/`, where `<theme>` is the theme that you are currently using. Symlink its `svg` file and copy its `kvconfig` file to the following folder: `~/.config/Kvantum/<theme>-no-inactiveness/`. Open the new `kvconfig` file in a text editor and find "`no_inactiveness=false`". Change `false` to `true`. Open *KvantumManager* and go to *Application Themes*. Select your new theme (i.e. `<theme>-no-inactiveness`) and add the following applications: "Kontact,KMail,KOrganizer,KAddressBook,Akregator,KNotes" Click *Save*. Quit and re-open Kontact/Kmail, and you will see that you will no longer get the previous issue. |