Jump to content

KDE: Difference between revisions

498 bytes removed ,  25 June
Tags: Mobile edit Mobile web edit
Tags: Mobile edit Mobile web edit
Line 137: Line 137:


[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)]


== Tips and tricks ==
== Tips and tricks ==
17

edits