NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.82k stars 13.92k forks source link

KMail on Plasma6 on wayland: "Plugin library 'ktexttemplate_defaulttags' not found." #320498

Open matthiasbeyer opened 4 months ago

matthiasbeyer commented 4 months ago

Describe the bug

In kmail on plasma6 on wayland on nixos-stable, opening an email opens a window that says:

Plugin library 'ktexttemplate_defaulttags' not found.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Open a mail from kmail from kdePackages in a wayland session

Expected behavior

Email is shown

Screenshots

image

Notify maintainers

@NixOS/qt-kde

Metadata

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`                                                                                                                                                                                                                                                                                
 - host os: `Linux 6.6.33, NixOS, 24.05 (Uakari), 24.05.git.cc54fb41d137`                                                                                                                                                                                                                                  
 - multi-user?: `yes`                                                                                                                                                                                                                                                                                      
 - sandbox: `yes`                                                                                                                                                                                                                                                                                          
 - version: `nix-env (Nix) 2.18.2`                                                                                                                                                                                                                                                                         
 - nixpkgs: `/var/src/nixpkgs`                                                                                                                                                                                                                                                                             

Add a :+1: reaction to issues you find important.

matthiasbeyer commented 4 months ago

Installing kdePackages.ktexttemplate solves this, but IMO this should be automatically added when installing an application using it (kmail in my case), right?

@NixOS/qt-kde @ttuegel @vandenoever @nyanloutre