Jump to content

KDE: Difference between revisions

499 bytes added ,  21 March 2023
KMail Renders Blank Messages
imported>Vater
mNo edit summary
imported>Ngiger
(KMail Renders Blank Messages)
Line 43: Line 43:


[https://github.com/NixOS/nixpkgs/issues/180720 (See this issue)]
[https://github.com/NixOS/nixpkgs/issues/180720 (See this issue)]
=== KMail Renders Blank Messages ===
When you see the message <code>grantlee.template: "Plugin library 'kde_grantlee_plugin' not found."</code> and/or kmail does shows only empty message then add to your configuration.nix the following line:
<syntaxHighlight lang=nix>
environment.sessionVariables = {
  NIX_PROFILES = "${pkgs.lib.concatStringsSep " " (pkgs.lib.reverseList config.environment.profiles)}";
};
</syntaxHighlight>
[https://github.com/NixOS/nixpkgs/issues/160599 (See this issue)]


[[Category:Desktop environment]]
[[Category:Desktop environment]]
[[Category:Applications]]
[[Category:Applications]]
Anonymous user