Bug 510751 - Plasma full crash after login on sddm
Summary: Plasma full crash after login on sddm
Status: RESOLVED NOT A BUG
Alias: None
Product: plasmashell
Classification: Plasma
Component: System Tray widget (other bugs)
Version First Reported In: master
Platform: NixOS Linux
: NOR crash
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-18 14:53 UTC by Sniijz
Modified: 2025-10-18 15:01 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
crashlog (71.09 KB, text/vnd.kde.kcrash-report)
2025-10-18 14:53 UTC, Sniijz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sniijz 2025-10-18 14:53:05 UTC
Created attachment 185882 [details]
crashlog

***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

Please remove this comment after reading and before submitting - thanks!
***

SUMMARY


STEPS TO REPRODUCE
1. Boot computer, login into sddm 

OBSERVED RESULT
plasma will start then instantly loop crash 3 times

EXPECTED RESULT
No crash when login in

SOFTWARE/OS VERSIONS
Operating System: NixOS 25.05
KDE Plasma Version: 6.3.6
KDE Frameworks Version: 6.14.0
Qt Version: 6.9.2
Kernel Version: 6.12.53 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 7800X3D 8-Core Processor
Memory: 30.5 GiB of RAM
Graphics Processor 1: AMD Radeon RX 6900 XT
Graphics Processor 2: AMD Radeon Graphics

ADDITIONAL INFORMATION
My configuration is generated by nixos plasma home-manager module
It's seems highly related to the systemtray plasmoid widget, when i just comment it in my nix configuration the issue doesn't happen anymore.
Also if i add the systemtray widget manually (without home-manager) i don't have the issue anymore.
Comment 1 Sniijz 2025-10-18 14:54:06 UTC
Here is my kde.nix file : 
# KDE
{
  vars,
  pkgs,
  config,
  lib,
  ...
}: let
  cfg = config.customModules.kde;
in {
  options.customModules.kde = {
    enable = lib.mkOption {
      type = lib.types.bool;
      default = false;
      description = ''
        whether to enable kde globally or not
      '';
    };
  };
  config = lib.mkIf cfg.enable {
    # Enable the X11 windowing system.
    # You can disable this if you're only using the Wayland session.
    services.xserver.enable = true;

    # Enable sddm login screen
    services.displayManager.sddm.enable = true;
    # Configure displayManager autologin
    # services.displayManager.autoLogin.enable = true;
    # services.displayManager.autoLogin.user = "sniijz";

    # To force plasma in x11 in plasma5
    # services.displayManager.defaultSession = "plasma";
    # To force plasma in x11 in plasma6
    # services.displayManager.defaultSession = "plasmax11";

    # Enable/disable the plasma5 Desktop Environment
    services.xserver.desktopManager.plasma5.enable = false;

    # Enable/disable plasma6 enable the following
    services.desktopManager.plasma6.enable = true;

    # To exclude default plasma packages
    environment.plasma5.excludePackages = with pkgs.libsForQt5; [elisa];
    environment.plasma6.excludePackages = with pkgs.kdePackages; [];

    # Fix issue of having both gnome and plasma5 :
    # programs.ssh.askPassword = pkgs.lib.mkForce "${pkgs.gnome.seahorse.out}/libexec/seahorse/ssh-askpass";

    # Stop using home manager for KDE shortcut, it's painfull
    # home-manager.users.${vars.user} = {
    #   home.file.".config/kglobalshortcutsrc".source = ./configs/kglobalshortcutsrc;
    # };

    # Add Plasma KDE custom module
    # To run rc2nix and copy :
    # nix run github:nix-community/plasma-manager --extra-experimental-features flakes | xclip -selection clipboard
    # All options are available here : https://nix-community.github.io/plasma-manager/options.xhtml
    home-manager.users.${vars.user} = {
      imports = [
        <plasma-manager/modules>
      ];
      programs.plasma = {
        enable = true;
        workspace = {
          theme = "breeze-dark";
          clickItemTo = "select";
          lookAndFeel = "org.kde.breezedark.desktop";
          wallpaperSlideShow = {
            path = "/home/${vars.user}/Pictures/Wallpapers/${config.networking.hostName}/";
            interval = 300;
          };
        };
        windows = {
          allowWindowsToRememberPositions = true;
        };
        panels = [
          {
            screen = "all";
            location = "bottom";
            height = 40;
            hiding = "normalpanel";
            floating = false;
            widgets = [
              {
                name = "org.kde.plasma.kickoff";
                config = {
                  General.icon = "nix-snowflake-white";
                  alphaSort = true;
                };
              }
              {
                name = "org.kde.plasma.icontasks";
                config = {
                  General.launchers = [
                    "applications:org.kde.dolphin.desktop"
                    "applications:org.kde.konsole.desktop"
                    "applications:firefox.desktop"
                    "applications:thunderbird.desktop"
                    "applications:code.desktop"
                    "applications:org.godotengine.Godot4.4.desktop"
                    "applications:obsidian.desktop"
                    "applications:spotify.desktop"
                    "applications:cockos-reaper.desktop"
                    "applications:systemsettings.desktop"
                  ];
                };
              }
              "org.kde.plasma.timer"
              "org.kde.plasma.pager"
              "org.kde.plasma.colorpicker"
              "org.kde.plasma.systemtray" # Bug when deploying it through home-manager, add it manually
              "org.kde.plasma.digitalclock"
              "org.kde.plasma.showdesktop"
            ];
          }
        ];
        kwin = {
          virtualDesktops.names = [
            "Desktop 1"
            "Desktop 2"
          ];
        };
        shortcuts = {
          "KDE Keyboard Layout Switcher"."Switch to Last-Used Keyboard Layout" = "Meta+Alt+L";
          "KDE Keyboard Layout Switcher"."Switch to Next Keyboard Layout" = "Meta+Alt+K";
          "kaccess"."Toggle Screen Reader On and Off" = "Meta+Alt+S";
          "kcm_touchpad"."Disable Touchpad" = "Touchpad Off";
          "kcm_touchpad"."Enable Touchpad" = "Touchpad On";
          "kcm_touchpad"."Toggle Touchpad" = [
            "Touchpad Toggle"
            "Meta+Ctrl+Zenkaku Hankaku,Touchpad Toggle"
            "Meta+Ctrl+Zenkaku Hankaku"
          ];
          "kmix"."decrease_microphone_volume" = "Microphone Volume Down";
          "kmix"."decrease_volume" = "Volume Down";
          "kmix"."decrease_volume_small" = "Shift+Volume Down";
          "kmix"."increase_microphone_volume" = "Microphone Volume Up";
          "kmix"."increase_volume" = "Volume Up";
          "kmix"."increase_volume_small" = "Shift+Volume Up";
          "kmix"."mic_mute" = [
            "Microphone Mute"
            "Meta+Volume Mute,Microphone Mute"
            "Meta+Volume Mute,Mute Microphone"
          ];
          "kmix"."mute" = "Volume Mute";
          "ksmserver"."Halt Without Confirmation" = "none,,Shut Down Without Confirmation";
          "ksmserver"."Lock Session" = [
            "Meta+L"
            "Screensaver,Meta+L"
            "Screensaver,Lock Session"
          ];
          "ksmserver"."Log Out" = "Ctrl+Alt+Del";
          "ksmserver"."Log Out Without Confirmation" = "none,,Log Out Without Confirmation";
          "ksmserver"."LogOut" = "none,,Log Out";
          "ksmserver"."Reboot" = "none,,Reboot";
          "ksmserver"."Reboot Without Confirmation" = "none,,Reboot Without Confirmation";
          "ksmserver"."Shut Down" = "none,,Shut Down";
          "kwin"."Activate Window Demanding Attention" = "Meta+Ctrl+A";
          "kwin"."Cycle Overview" = [];
          "kwin"."Cycle Overview Opposite" = [];
          "kwin"."Decrease Opacity" = "none,,Decrease Opacity of Active Window by 5%";
          "kwin"."Edit Tiles" = "Meta+T";
          "kwin"."Expose" = "Ctrl+F9";
          "kwin"."ExposeAll" = [
            "Ctrl+F10"
            "Launch (C),Ctrl+F10"
            "Launch (C),Toggle Present Windows (All desktops)"
          ];
          "kwin"."ExposeClass" = "Ctrl+F7";
          "kwin"."ExposeClassCurrentDesktop" = [];
          "kwin"."Grid View" = "Meta+G";
          "kwin"."Increase Opacity" = "none,,Increase Opacity of Active Window by 5%";
          "kwin"."Kill Window" = "Meta+Ctrl+Esc";
          "kwin"."Move Tablet to Next Output" = [];
          "kwin"."MoveMouseToCenter" = "Meta+F6";
          "kwin"."MoveMouseToFocus" = "Meta+F5";
          "kwin"."MoveZoomDown" = [];
          "kwin"."MoveZoomLeft" = [];
          "kwin"."MoveZoomRight" = [];
          "kwin"."MoveZoomUp" = [];
          # "kwin"."Overview" = ["Meta+W" "Meta+Tab,Meta+W,Toggle Overview"];
          "kwin"."Overview" = [
            "Meta+W"
            "Meta+Tab"
          ];
          "kwin"."Setup Window Shortcut" = "none,,Setup Window Shortcut";
          "kwin"."Show Desktop" = "Meta+D";
          "kwin"."Switch One Desktop to the Left" = "Meta+Ctrl+Left";
          "kwin"."Switch One Desktop to the Right" = "Meta+Ctrl+Right";
          "kwin"."Switch Window Down" = "Meta+Alt+Down";
          "kwin"."Switch Window Left" = "Meta+Alt+Left";
          "kwin"."Switch Window Right" = "Meta+Alt+Right";
          "kwin"."Switch Window Up" = "Meta+Alt+Up";
          "kwin"."Switch to Desktop 1" = "Ctrl+F1";
          "kwin"."Switch to Desktop 10" = "none,,Switch to Desktop 10";
          "kwin"."Switch to Desktop 11" = "none,,Switch to Desktop 11";
          "kwin"."Switch to Desktop 12" = "none,,Switch to Desktop 12";
          "kwin"."Switch to Desktop 13" = "none,,Switch to Desktop 13";
          "kwin"."Switch to Desktop 14" = "none,,Switch to Desktop 14";
          "kwin"."Switch to Desktop 15" = "none,,Switch to Desktop 15";
          "kwin"."Switch to Desktop 16" = "none,,Switch to Desktop 16";
          "kwin"."Switch to Desktop 17" = "none,,Switch to Desktop 17";
          "kwin"."Switch to Desktop 18" = "none,,Switch to Desktop 18";
          "kwin"."Switch to Desktop 19" = "none,,Switch to Desktop 19";
          "kwin"."Switch to Desktop 2" = "Ctrl+F2";
          "kwin"."Switch to Desktop 20" = "none,,Switch to Desktop 20";
          "kwin"."Switch to Desktop 3" = "Ctrl+F3";
          "kwin"."Switch to Desktop 4" = "Ctrl+F4";
          "kwin"."Switch to Desktop 5" = "none,,Switch to Desktop 5";
          "kwin"."Switch to Desktop 6" = "none,,Switch to Desktop 6";
          "kwin"."Switch to Desktop 7" = "none,,Switch to Desktop 7";
          "kwin"."Switch to Desktop 8" = "none,,Switch to Desktop 8";
          "kwin"."Switch to Desktop 9" = "none,,Switch to Desktop 9";
          "kwin"."Switch to Screen 0" = "none,,Switch to Screen 0";
          "kwin"."Switch to Screen 1" = "none,,Switch to Screen 1";
          "kwin"."Switch to Screen 2" = "none,,Switch to Screen 2";
          "kwin"."Switch to Screen 3" = "none,,Switch to Screen 3";
          "kwin"."Switch to Screen 4" = "none,,Switch to Screen 4";
          "kwin"."Switch to Screen 5" = "none,,Switch to Screen 5";
          "kwin"."Switch to Screen 6" = "none,,Switch to Screen 6";
          "kwin"."Switch to Screen 7" = "none,,Switch to Screen 7";
          "kwin"."Switch to Screen Above" = "none,,Switch to Screen Above";
          "kwin"."Switch to Screen Below" = "none,,Switch to Screen Below";
          "kwin"."Switch to Screen to the Left" = "none,,Switch to Screen to the Left";
          "kwin"."Switch to Screen to the Right" = "none,,Switch to Screen to the Right";
          "kwin"."Toggle Night Color" = [];
          "kwin"."Toggle Window Raise/Lower" = "none,,Toggle Window Raise/Lower";
          "kwin"."Walk Through Windows" = "Alt+Tab";
          "kwin"."Walk Through Windows (Reverse)" = "Alt+Shift+Tab";
          "kwin"."Walk Through Windows Alternative" = "none,,Walk Through Windows Alternative";
          "kwin"."Walk Through Windows Alternative (Reverse)" = "none,,Walk Through Windows Alternative (Reverse)";
          "kwin"."Walk Through Windows of Current Application" = "Alt+`";
          "kwin"."Walk Through Windows of Current Application (Reverse)" = "Alt+~";
          "kwin"."Walk Through Windows of Current Application Alternative" = "none,,Walk Through Windows of Current Application Alternative";
          "kwin"."Walk Through Windows of Current Application Alternative (Reverse)" = "none,,Walk Through Windows of Current Application Alternative (Reverse)";
          "kwin"."Window Above Other Windows" = "none,,Keep Window Above Others";
          "kwin"."Window Below Other Windows" = "none,,Keep Window Below Others";
          "kwin"."Window Close" = "Alt+F4";
          "kwin"."Window Fullscreen" = "none,,Make Window Fullscreen";
          "kwin"."Window Grow Horizontal" = "none,,Expand Window Horizontally";
          "kwin"."Window Grow Vertical" = "none,,Expand Window Vertically";
          "kwin"."Window Lower" = "none,,Lower Window";
          "kwin"."Window Maximize" = [
            "Meta+Up"
            "Meta+PgUp,Meta+PgUp,Maximize Window"
          ];
          "kwin"."Window Maximize Horizontal" = "none,,Maximize Window Horizontally";
          "kwin"."Window Maximize Vertical" = "none,,Maximize Window Vertically";
          "kwin"."Window Minimize" = "Meta+PgDown";
          "kwin"."Window Move" = "none,,Move Window";
          "kwin"."Window Move Center" = "none,,Move Window to the Center";
          "kwin"."Window No Border" = "none,,Toggle Window Titlebar and Frame";
          "kwin"."Window On All Desktops" = "none,,Keep Window on All Desktops";
          # Custom Virtual Desktop motions
          "kwin"."Switch to Next Desktop" = [
            "Ctrl+Alt+Right"
            "Ctrl+Alt+l"
          ];
          "kwin"."Switch to Next Screen" = "none,,Switch to Next Screen";
          "kwin"."Switch to Previous Desktop" = [
            "Ctrl+Alt+Left"
            "Ctrl+Alt+h"
          ];
          "kwin"."Switch to Previous Screen" = "none,,Switch to Previous Screen";
          "kwin"."Switch One Desktop Down" = [
            "Ctrl+Alt+Down"
            "Ctrl+Alt+j"
          ];
          "kwin"."Switch One Desktop Up" = [
            "Ctrl+Alt+Up"
            "Ctrl+Alt+k"
          ];
          "kwin"."Window One Desktop Down" = [
            "Ctrl+Alt+Shift+Down"
            "Ctrl+Alt+Shift+j"
          ];
          "kwin"."Window One Desktop Up" = [
            "Ctrl+Alt+Shift+Up"
            "Ctrl+Alt+Shift+k"
          ];
          "kwin"."Window One Desktop to the Left" = [
            "Ctrl+Alt+Shift+Left"
            "Ctrl+Alt+Shift+h"
          ];
          "kwin"."Window One Desktop to the Right" = [
            "Ctrl+Alt+Shift+Right"
            "Ctrl+Alt+Shift+l"
          ];
          "kwin"."Window One Screen Down" = "none,,Move Window One Screen Down";
          "kwin"."Window One Screen Up" = "none,,Move Window One Screen Up";
          "kwin"."Window One Screen to the Left" = "none,,Move Window One Screen to the Left";
          "kwin"."Window One Screen to the Right" = "none,,Move Window One Screen to the Right";
          "kwin"."Window Operations Menu" = "Alt+F3";
          "kwin"."Window Pack Down" = "none,,Move Window Down";
          "kwin"."Window Pack Left" = "none,,Move Window Left";
          "kwin"."Window Pack Right" = "none,,Move Window Right";
          "kwin"."Window Pack Up" = "none,,Move Window Up";
          "kwin"."Window Quick Tile Bottom" = "Meta+Down";
          "kwin"."Window Quick Tile Bottom Left" = "none,,Quick Tile Window to the Bottom Left";
          "kwin"."Window Quick Tile Bottom Right" = "none,,Quick Tile Window to the Bottom Right";
          "kwin"."Window Quick Tile Left" = "Meta+Left";
          "kwin"."Window Quick Tile Right" = "Meta+Right";
          "kwin"."Window Quick Tile Top" = "none,Meta+Up,Quick Tile Window to the Top";
          "kwin"."Window Quick Tile Top Left" = "none,,Quick Tile Window to the Top Left";
          "kwin"."Window Quick Tile Top Right" = "none,,Quick Tile Window to the Top Right";
          "kwin"."Window Raise" = "none,,Raise Window";
          "kwin"."Window Resize" = "none,,Resize Window";
          "kwin"."Window Shade" = "none,,Shade Window";
          "kwin"."Window Shrink Horizontal" = "none,,Shrink Window Horizontally";
          "kwin"."Window Shrink Vertical" = "none,,Shrink Window Vertically";
          "kwin"."Window to Desktop 1" = "none,,Window to Desktop 1";
          "kwin"."Window to Desktop 10" = "none,,Window to Desktop 10";
          "kwin"."Window to Desktop 11" = "none,,Window to Desktop 11";
          "kwin"."Window to Desktop 12" = "none,,Window to Desktop 12";
          "kwin"."Window to Desktop 13" = "none,,Window to Desktop 13";
          "kwin"."Window to Desktop 14" = "none,,Window to Desktop 14";
          "kwin"."Window to Desktop 15" = "none,,Window to Desktop 15";
          "kwin"."Window to Desktop 16" = "none,,Window to Desktop 16";
          "kwin"."Window to Desktop 17" = "none,,Window to Desktop 17";
          "kwin"."Window to Desktop 18" = "none,,Window to Desktop 18";
          "kwin"."Window to Desktop 19" = "none,,Window to Desktop 19";
          "kwin"."Window to Desktop 2" = "none,,Window to Desktop 2";
          "kwin"."Window to Desktop 20" = "none,,Window to Desktop 20";
          "kwin"."Window to Desktop 3" = "none,,Window to Desktop 3";
          "kwin"."Window to Desktop 4" = "none,,Window to Desktop 4";
          "kwin"."Window to Desktop 5" = "none,,Window to Desktop 5";
          "kwin"."Window to Desktop 6" = "none,,Window to Desktop 6";
          "kwin"."Window to Desktop 7" = "none,,Window to Desktop 7";
          "kwin"."Window to Desktop 8" = "none,,Window to Desktop 8";
          "kwin"."Window to Desktop 9" = "none,,Window to Desktop 9";
          "kwin"."Window to Next Desktop" = "none,,Window to Next Desktop";
          "kwin"."Window to Next Screen" = "Meta+Shift+Right";
          "kwin"."Window to Previous Desktop" = "none,,Window to Previous Desktop";
          "kwin"."Window to Previous Screen" = "Meta+Shift+Left";
          "kwin"."Window to Screen 0" = "none,,Move Window to Screen 0";
          "kwin"."Window to Screen 1" = "none,,Move Window to Screen 1";
          "kwin"."Window to Screen 2" = "none,,Move Window to Screen 2";
          "kwin"."Window to Screen 3" = "none,,Move Window to Screen 3";
          "kwin"."Window to Screen 4" = "none,,Move Window to Screen 4";
          "kwin"."Window to Screen 5" = "none,,Move Window to Screen 5";
          "kwin"."Window to Screen 6" = "none,,Move Window to Screen 6";
          "kwin"."Window to Screen 7" = "none,,Move Window to Screen 7";
          "kwin"."view_actual_size" = "Meta+0";
          "kwin"."view_zoom_in" = [
            "Meta++"
            "Meta+=,Meta++"
            "Meta+=,Zoom In"
          ];
          "kwin"."view_zoom_out" = "Meta+-";
          "mediacontrol"."mediavolumedown" = "none,,Media volume down";
          "mediacontrol"."mediavolumeup" = "none,,Media volume up";
          "mediacontrol"."nextmedia" = [
            "Search"
            "Media Next,Media Next,Media playback next"
          ];
          "mediacontrol"."pausemedia" = "Media Pause";
          "mediacontrol"."playmedia" = "none,,Play media playback";
          "mediacontrol"."playpausemedia" = [
            "Launch Mail"
            "Media Play,Media Play,Play/Pause media playback"
          ];
          "mediacontrol"."previousmedia" = [
            "Calculator"
            "Media Previous,Media Previous,Media playback previous"
          ];
          "mediacontrol"."stopmedia" = [
            "Home Page"
            "Media Stop,Media Stop,Stop media playback"
          ];
          "org_kde_powerdevil"."Decrease Keyboard Brightness" = "Keyboard Brightness Down";
          "org_kde_powerdevil"."Decrease Screen Brightness" = "Monitor Brightness Down";
          "org_kde_powerdevil"."Decrease Screen Brightness Small" = "Shift+Monitor Brightness Down";
          "org_kde_powerdevil"."Hibernate" = "Hibernate";
          "org_kde_powerdevil"."Increase Keyboard Brightness" = "Keyboard Brightness Up";
          "org_kde_powerdevil"."Increase Screen Brightness" = "Monitor Brightness Up";
          "org_kde_powerdevil"."Increase Screen Brightness Small" = "Shift+Monitor Brightness Up";
          "org_kde_powerdevil"."PowerDown" = "Power Down";
          "org_kde_powerdevil"."PowerOff" = "Power Off";
          "org_kde_powerdevil"."Sleep" = "Sleep";
          "org_kde_powerdevil"."Toggle Keyboard Backlight" = "Keyboard Light On/Off";
          "org_kde_powerdevil"."Turn Off Screen" = [];
          "org_kde_powerdevil"."powerProfile" = [
            "Battery"
            "Meta+B,Battery"
            "Meta+B,Switch Power Profile"
          ];
          "plasmashell"."activate application launcher" = [
            "Meta"
            "Alt+F1,Meta"
            "Alt+F1,Activate Application Launcher"
          ];
          "plasmashell"."activate task manager entry 1" = "Meta+1";
          "plasmashell"."activate task manager entry 10" = "none,Meta+0,Activate Task Manager Entry 10";
          "plasmashell"."activate task manager entry 2" = "Meta+2";
          "plasmashell"."activate task manager entry 3" = "Meta+3";
          "plasmashell"."activate task manager entry 4" = "Meta+4";
          "plasmashell"."cycle-panels" = "Meta+Alt+P";
          "plasmashell"."cycleNextAction" = "none,,Next History Item";
          "plasmashell"."cyclePrevAction" = "none,,Previous History Item";
          "plasmashell"."manage activities" = "none,Meta+Q,Show Activity Switcher";
          "plasmashell"."next activity" = [];
          "plasmashell"."previous activity" = "Meta+Shift+A,none,Walk through activities (Reverse)";
          "plasmashell"."repeat_action" = "Meta+Ctrl+R";
          "plasmashell"."show dashboard" = "Ctrl+F12";
          "plasmashell"."show-barcode" = "none,,Show Barcode…";
          "plasmashell"."show-on-mouse-pos" = "Meta+V";
          "plasmashell"."stop current activity" = "Meta+S";
          "plasmashell"."switch to next activity" = "none,,Switch to Next Activity";
          "plasmashell"."switch to previous activity" = "none,,Switch to Previous Activity";
          "plasmashell"."toggle do not disturb" = "none,,Toggle do not disturb";
          # "services/com.mitchellh.kde.desktop"."_launch" = "Meta+A";
          "services/org.kde.konsole.desktop"."_launch" = [
            "Meta+A"
            "Ctrl+Alt+T"
          ];
          "services/code.desktop"."_launch" = "Meta+C";
          "services/firefox.desktop"."_launch" = "Meta+Z";
          "services/org.kde.spectacle.desktop"."RectangularRegionScreenShot" = [
            "Meta+Shift+S"
            "Meta+Shift+Print"
          ];
          "services/org.kde.spectacle.desktop"."_launch" = [];
          "services/systemsettings.desktop"."kcm-kscreen" = "Meta+R";
        };
        configFile = {
          "baloofilerc"."General"."dbVersion" = 2;
          "baloofilerc"."General"."exclude filters" = "*~,*.part,*.o,*.la,*.lo,*.loT,*.moc,moc_*.cpp,qrc_*.cpp,ui_*.h,cmake_install.cmake,CMakeCache.txt,CTestTestfile.cmake,libtool,config.status,confdefs.h,autom4te,conftest,confstat,Makefile.am,*.gcode,.ninja_deps,.ninja_log,build.ninja,*.csproj,*.m4,*.rej,*.gmo,*.pc,*.omf,*.aux,*.tmp,*.po,*.vm*,*.nvram,*.rcore,*.swp,*.swap,lzo,litmain.sh,*.orig,.histfile.*,.xsession-errors*,*.map,*.so,*.a,*.db,*.qrc,*.ini,*.init,*.img,*.vdi,*.vbox*,vbox.log,*.qcow2,*.vmdk,*.vhd,*.vhdx,*.sql,*.sql.gz,*.ytdl,*.tfstate*,*.class,*.pyc,*.pyo,*.elc,*.qmlc,*.jsc,*.fastq,*.fq,*.gb,*.fasta,*.fna,*.gbff,*.faa,po,CVS,.svn,.git,_darcs,.bzr,.hg,CMakeFiles,CMakeTmp,CMakeTmpQmake,.moc,.obj,.pch,.uic,.npm,.yarn,.yarn-cache,__pycache__,node_modules,node_packages,nbproject,.terraform,.venv,venv,core-dumps,lost+found";
          "baloofilerc"."General"."exclude filters version" = 9;
          "dolphinrc"."General"."ViewPropsTimestamp" = "2025,1,15,20,4,31.147";
          "dolphinrc"."KFileDialog Settings"."Places Icons Auto-resize" = false;
          "dolphinrc"."KFileDialog Settings"."Places Icons Static Size" = 22;
          "dolphinrc"."PreviewSettings"."Plugins" = "jpegthumbnail,comicbookthumbnail,cursorthumbnail,djvuthumbnail,windowsimagethumbnail,svgthumbnail,appimagethumbnail,windowsexethumbnail,audiothumbnail,ebookthumbnail,exrthumbnail,directorythumbnail,imagethumbnail,opendocumentthumbnail,kraorathumbnail,fontthumbnail,gsthumbnail,mobithumbnail,blenderthumbnail,ffmpegthumbs,rawthumbnail,aseprite";
          "kactivitymanagerdrc"."activities"."45467a45-b7cc-4e5d-b626-e20ff60b20cf" = "Default";
          "kactivitymanagerdrc"."main"."currentActivity" = "45467a45-b7cc-4e5d-b626-e20ff60b20cf";
          "kcminputrc"."Keyboard"."NumLock" = 0;
          "kcminputrc"."Libinput/1133/49305/Logitech G502 X"."PointerAcceleration" = "-0.500";
          "kded5rc"."Module-browserintegrationreminder"."autoload" = false;
          "kded5rc"."Module-device_automounter"."autoload" = false;
          "kdeglobals"."DirSelect Dialog"."DirSelectDialog Size" = "820,584";
          "kdeglobals"."General"."AccentColor" = "29,160,99";
          "kdeglobals"."General"."LastUsedCustomAccentColor" = "29,160,99";
          # "kdeglobals"."General"."TerminalApplication" = "kde";
          # "kdeglobals"."General"."TerminalService" = "com.mitchellh.kde.desktop";
          "kdeglobals"."General"."TerminalApplication" = "konsole";
          "kdeglobals"."General"."TerminalService" = "org.kde.konsole.desktop";
          "kdeglobals"."General"."UseSystemBell" = true;
          "kdeglobals"."KFileDialog Settings"."Allow Expansion" = false;
          "kdeglobals"."KFileDialog Settings"."Automatically select filename extension" =
            true;
          "kdeglobals"."KFileDialog Settings"."Breadcrumb Navigation" = true;
          "kdeglobals"."KFileDialog Settings"."Decoration position" = 2;
          "kdeglobals"."KFileDialog Settings"."LocationCombo Completionmode" = 5;
          "kdeglobals"."KFileDialog Settings"."PathCombo Completionmode" = 5;
          "kdeglobals"."KFileDialog Settings"."Show Bookmarks" = false;
          "kdeglobals"."KFileDialog Settings"."Show Full Path" = false;
          "kdeglobals"."KFileDialog Settings"."Show Inline Previews" = true;
          "kdeglobals"."KFileDialog Settings"."Show Preview" = false;
          "kdeglobals"."KFileDialog Settings"."Show Speedbar" = true;
          "kdeglobals"."KFileDialog Settings"."Show hidden files" = false;
          "kdeglobals"."KFileDialog Settings"."Sort by" = "Name";
          "kdeglobals"."KFileDialog Settings"."Sort directories first" = true;
          "kdeglobals"."KFileDialog Settings"."Sort hidden files last" = false;
          "kdeglobals"."KFileDialog Settings"."Sort reversed" = false;
          "kdeglobals"."KFileDialog Settings"."Speedbar Width" = 140;
          "kdeglobals"."KFileDialog Settings"."View Style" = "DetailTree";
          "kdeglobals"."KShortcutsDialog Settings"."Dialog Size" = "600,480";
          "kdeglobals"."PreviewSettings"."EnableRemoteFolderThumbnail" = false;
          "kdeglobals"."PreviewSettings"."MaximumRemoteSize" = 0;
          "kdeglobals"."Shortcuts"."Quit" = "Ctrl+Q; Meta+Q";
          "kdeglobals"."WM"."activeBackground" = "49,54,59";
          "kdeglobals"."WM"."activeBlend" = "252,252,252";
          "kdeglobals"."WM"."activeForeground" = "252,252,252";
          "kdeglobals"."WM"."inactiveBackground" = "42,46,50";
          "kdeglobals"."WM"."inactiveBlend" = "161,169,177";
          "kdeglobals"."WM"."inactiveForeground" = "161,169,177";
          "kiorc"."Confirmations"."ConfirmDelete" = false;
          "kiorc"."Confirmations"."ConfirmEmptyTrash" = true;
          "kiorc"."Confirmations"."ConfirmTrash" = false;
          "kiorc"."Executable scripts"."behaviourOnLaunch" = "execute";
          "kscreenlockerrc"."Daemon"."Autolock" = false;
          "kscreenlockerrc"."Daemon"."Timeout" = 0;
          "kscreenlockerrc"."Greeter"."WallpaperPlugin" = "org.kde.slideshow";
          "kscreenlockerrc"."Greeter/Wallpaper/org.kde.potd/General"."Provider" = "simonstalenhag";
          "kscreenlockerrc"."Greeter/Wallpaper/org.kde.slideshow/General"."SlidePaths" = "/home/sniijz/Pictures/Wallpapers/";
          "ktrashrc"."\\/home\\/sniijz\\/.local\\/share\\/Trash"."Days" = 7;
          "ktrashrc"."\\/home\\/sniijz\\/.local\\/share\\/Trash"."LimitReachedAction" = 0;
          "ktrashrc"."\\/home\\/sniijz\\/.local\\/share\\/Trash"."Percent" = 10;
          "ktrashrc"."\\/home\\/sniijz\\/.local\\/share\\/Trash"."UseSizeLimit" = true;
          "ktrashrc"."\\/home\\/sniijz\\/.local\\/share\\/Trash"."UseTimeLimit" = false;
          "kwinrc"."Windows"."RollOverDesktops" = true; # Navigation wraps around for virtual desktop
          "kwinrc"."Desktops"."Id_1" = "Desktop_1";
          "kwinrc"."Desktops"."Id_2" = "Desktop_2";
          "kwinrc"."Desktops"."Id_3" = "Desktop_3";
          "kwinrc"."Desktops"."Id_4" = "Desktop_4";
          "kwinrc"."Desktops"."Name_1" = "Desktop 1";
          "kwinrc"."Desktops"."Name_2" = "Desktop 2";
          "kwinrc"."Desktops"."Name_3" = "Desktop 3";
          "kwinrc"."Desktops"."Name_4" = "Desktop 4";
          "kwinrc"."Desktops"."Number" = lib.mkForce 4;
          "kwinrc"."Desktops"."Rows" = 2;
          "kwinrc"."Plugins"."shakecursorEnabled" = false;
          "kwinrc"."Effect-overview"."BorderActivate" = 9;
          "kwinrc"."Effect-blur"."BlurStrength" = 6;
          "kwinrc"."Effect-blur"."NoiseStrength" = 8;
          "kwinrc"."Plugins"."blurEnabled" = true;
          "plasma-localerc"."Formats"."LANG" = "en_US.UTF-8";
          "plasmanotifyrc"."Applications/com.usebottles.bottles"."Seen" = true;
          "plasmanotifyrc"."Applications/discord"."Seen" = true;
          "plasmanotifyrc"."Applications/firefox"."Seen" = true;
          "plasmanotifyrc"."Applications/org.rncbc.qjackctl"."Seen" = true;
          "plasmanotifyrc"."Applications/thunderbird"."Seen" = true;
        };
        dataFile = {
          "dolphin/view_properties/global/.directory"."Dolphin"."HeaderColumnWidths" = "726,72,133,200,106";
          "dolphin/view_properties/global/.directory"."Dolphin"."ViewMode" = 1;
          "dolphin/view_properties/global/.directory"."Dolphin"."VisibleRoles" = "CustomizedDetails,Details_text,Details_size,Details_modificationtime,Details_creationtime,Details_type";
          "dolphin/view_properties/global/.directory"."Settings"."HiddenFilesShown" =
            true;
        };
      };
    };
  };
}
Comment 2 Sniijz 2025-10-18 14:54:34 UTC
And here is the generated configuration from home-manager : 

[ActionPlugins][0]
MiddleButton;NoModifier=org.kde.paste
RightButton;NoModifier=org.kde.contextmenu

[ActionPlugins][1]
RightButton;NoModifier=org.kde.contextmenu

[Containments][1016]
activityId=
formfactor=2
immutability=1
lastScreen=1
location=4
plugin=org.kde.plasma.private.systemtray
popupHeight=432
popupWidth=432
wallpaperplugin=org.kde.image

[Containments][1016][Applets][1017]
immutability=1
plugin=org.kde.plasma.notifications

[Containments][1016][Applets][1018]
immutability=1
plugin=org.kde.plasma.cameraindicator

[Containments][1016][Applets][1019]
immutability=1
plugin=org.kde.plasma.devicenotifier

[Containments][1016][Applets][1020]
immutability=1
plugin=org.kde.plasma.manage-inputmethod

[Containments][1016][Applets][1021]
immutability=1
plugin=org.kde.plasma.clipboard

[Containments][1016][Applets][1022]
immutability=1
plugin=org.kde.plasma.printmanager

[Containments][1016][Applets][1023]
immutability=1
plugin=org.kde.plasma.keyboardindicator

[Containments][1016][Applets][1024]
immutability=1
plugin=org.kde.plasma.volume

[Containments][1016][Applets][1024][Configuration][General]
migrated=true

[Containments][1016][Applets][1025]
immutability=1
plugin=org.kde.kdeconnect

[Containments][1016][Applets][1026]
immutability=1
plugin=org.kde.kscreen

[Containments][1016][Applets][1027]
immutability=1
plugin=org.kde.plasma.keyboardlayout

[Containments][1016][Applets][1028]
immutability=1
plugin=org.kde.plasma.battery

[Containments][1016][Applets][1029]
immutability=1
plugin=org.kde.plasma.brightness

[Containments][1016][Applets][1030]
immutability=1
plugin=org.kde.plasma.networkmanagement

[Containments][1016][Applets][1031]
immutability=1
plugin=org.kde.plasma.bluetooth

[Containments][1016][General]
extraItems=org.kde.plasma.notifications,org.kde.plasma.cameraindicator,org.kde.plasma.devicenotifier,org.kde.plasma.manage-inputmethod,org.kde.plasma.mediacontroller,org.kde.plasma.clipboard,org.kde.plasma.printmanager,org.kde.plasma.bluetooth,org.kde.plasma.keyboardindicator,org.kde.plasma.volume,org.kde.plasma.battery,org.kde.plasma.networkmanagement,org.kde.kdeconnect,org.kde.kscreen,org.kde.plasma.brightness,org.kde.plasma.keyboardlayout
knownItems=org.kde.plasma.notifications,org.kde.plasma.cameraindicator,org.kde.plasma.devicenotifier,org.kde.plasma.manage-inputmethod,org.kde.plasma.mediacontroller,org.kde.plasma.clipboard,org.kde.plasma.printmanager,org.kde.plasma.bluetooth,org.kde.plasma.keyboardindicator,org.kde.plasma.volume,org.kde.plasma.battery,org.kde.plasma.networkmanagement,org.kde.kdeconnect,org.kde.kscreen,org.kde.plasma.brightness,org.kde.plasma.keyboardlayout

[Containments][888]
ItemGeometries-2560x1440=
ItemGeometriesHorizontal=
activityId=45467a45-b7cc-4e5d-b626-e20ff60b20cf
formfactor=0
immutability=1
lastScreen=0
location=0
plugin=org.kde.plasma.folder
wallpaperplugin=org.kde.slideshow

[Containments][888][General]
positions={"2560x1440":[]}
sortMode=-1

[Containments][888][Wallpaper][org.kde.slideshow][General]
Image=file:///home/sniijz/Pictures/Wallpapers/Barbatos/27.png
SlideInterval=300
SlidePaths=/home/sniijz/Pictures/Wallpapers/Barbatos/

[Containments][889]
ItemGeometries-1920x1080=
ItemGeometriesHorizontal=
activityId=45467a45-b7cc-4e5d-b626-e20ff60b20cf
formfactor=0
immutability=1
lastScreen=1
location=0
plugin=org.kde.plasma.folder
wallpaperplugin=org.kde.slideshow

[Containments][889][General]
positions={"1920x1080":[]}

[Containments][889][Wallpaper][org.kde.slideshow][General]
Image=file:///home/sniijz/Pictures/Wallpapers/Barbatos/axe-dota-2-game-hd-wallpaper-1920x1080-4026.jpg
SlideInterval=300
SlidePaths=/home/sniijz/Pictures/Wallpapers/Barbatos/

[Containments][972]
activityId=
formfactor=2
immutability=1
lastScreen[$i]=0
location=4
plugin=org.kde.panel
wallpaperplugin=org.kde.image

[Containments][972][Applets][973]
immutability=1
plugin=org.kde.plasma.kickoff

[Containments][972][Applets][973][Configuration]
PreloadWeight=100
alphaSort=true
popupHeight=508
popupWidth=647

[Containments][972][Applets][973][Configuration][General]
alphaSort=true
favoritesPortedToKAstats=true
icon=nix-snowflake-white

[Containments][972][Applets][974]
immutability=1
plugin=org.kde.plasma.icontasks

[Containments][972][Applets][974][Configuration][General]
launchers=applications:org.kde.dolphin.desktop,applications:org.kde.konsole.desktop,applications:firefox.desktop,applications:thunderbird.desktop,applications:code.desktop,applications:org.godotengine.Godot4.4.desktop,applications:obsidian.desktop,applications:spotify.desktop,applications:cockos-reaper.desktop,applications:systemsettings.desktop

[Containments][972][Applets][975]
immutability=1
plugin=org.kde.plasma.timer

[Containments][972][Applets][976]
immutability=1
plugin=org.kde.plasma.pager

[Containments][972][Applets][977]
immutability=1
plugin=org.kde.plasma.colorpicker

[Containments][972][Applets][978]
immutability=1
plugin=org.kde.plasma.digitalclock

[Containments][972][Applets][978][Configuration]
popupHeight=400
popupWidth=560

[Containments][972][Applets][979]
immutability=1
plugin=org.kde.plasma.showdesktop

[Containments][972][Applets][998]
immutability=1
plugin=org.kde.plasma.systemtray

[Containments][972][Applets][998][Configuration]
SystrayContainmentId=999

[Containments][972][General]
AppletOrder=973;974;975;976;977;998;978;979

[Containments][980]
activityId=
formfactor=2
immutability=1
lastScreen[$i]=1
location=4
plugin=org.kde.panel
wallpaperplugin=org.kde.image

[Containments][980][Applets][1015]
immutability=1
plugin=org.kde.plasma.systemtray

[Containments][980][Applets][1015][Configuration]
SystrayContainmentId=1016

[Containments][980][Applets][981]
immutability=1
plugin=org.kde.plasma.kickoff

[Containments][980][Applets][981][Configuration]
alphaSort=true
popupHeight=400
popupWidth=560

[Containments][980][Applets][981][Configuration][General]
alphaSort=true
favoritesPortedToKAstats=true
icon=nix-snowflake-white

[Containments][980][Applets][982]
immutability=1
plugin=org.kde.plasma.icontasks

[Containments][980][Applets][982][Configuration][General]
launchers=applications:org.kde.dolphin.desktop,applications:org.kde.konsole.desktop,applications:firefox.desktop,applications:thunderbird.desktop,applications:code.desktop,applications:org.godotengine.Godot4.4.desktop,applications:obsidian.desktop,applications:spotify.desktop,applications:cockos-reaper.desktop,applications:systemsettings.desktop

[Containments][980][Applets][983]
immutability=1
plugin=org.kde.plasma.timer

[Containments][980][Applets][984]
immutability=1
plugin=org.kde.plasma.pager

[Containments][980][Applets][985]
immutability=1
plugin=org.kde.plasma.colorpicker

[Containments][980][Applets][986]
immutability=1
plugin=org.kde.plasma.digitalclock

[Containments][980][Applets][986][Configuration]
popupHeight=400
popupWidth=560

[Containments][980][Applets][987]
immutability=1
plugin=org.kde.plasma.showdesktop

[Containments][980][General]
AppletOrder=981;982;983;984;985;1015;986;987

[Containments][999]
activityId=
formfactor=2
immutability=1
lastScreen=0
location=4
plugin=org.kde.plasma.private.systemtray
popupHeight=432
popupWidth=432
wallpaperplugin=org.kde.image

[Containments][999][Applets][1000]
immutability=1
plugin=org.kde.plasma.notifications

[Containments][999][Applets][1001]
immutability=1
plugin=org.kde.plasma.cameraindicator

[Containments][999][Applets][1002]
immutability=1
plugin=org.kde.plasma.devicenotifier

[Containments][999][Applets][1003]
immutability=1
plugin=org.kde.plasma.manage-inputmethod

[Containments][999][Applets][1004]
immutability=1
plugin=org.kde.plasma.clipboard

[Containments][999][Applets][1005]
immutability=1
plugin=org.kde.plasma.printmanager

[Containments][999][Applets][1006]
immutability=1
plugin=org.kde.plasma.keyboardindicator

[Containments][999][Applets][1007]
immutability=1
plugin=org.kde.plasma.volume

[Containments][999][Applets][1007][Configuration][General]
migrated=true

[Containments][999][Applets][1008]
immutability=1
plugin=org.kde.kdeconnect

[Containments][999][Applets][1009]
immutability=1
plugin=org.kde.kscreen

[Containments][999][Applets][1010]
immutability=1
plugin=org.kde.plasma.keyboardlayout

[Containments][999][Applets][1011]
immutability=1
plugin=org.kde.plasma.battery

[Containments][999][Applets][1012]
immutability=1
plugin=org.kde.plasma.brightness

[Containments][999][Applets][1013]
immutability=1
plugin=org.kde.plasma.networkmanagement

[Containments][999][Applets][1014]
immutability=1
plugin=org.kde.plasma.bluetooth

[Containments][999][General]
extraItems=org.kde.plasma.notifications,org.kde.plasma.cameraindicator,org.kde.plasma.devicenotifier,org.kde.plasma.manage-inputmethod,org.kde.plasma.mediacontroller,org.kde.plasma.clipboard,org.kde.plasma.printmanager,org.kde.plasma.bluetooth,org.kde.plasma.keyboardindicator,org.kde.plasma.volume,org.kde.plasma.battery,org.kde.plasma.networkmanagement,org.kde.kdeconnect,org.kde.kscreen,org.kde.plasma.brightness,org.kde.plasma.keyboardlayout
knownItems=org.kde.plasma.notifications,org.kde.plasma.cameraindicator,org.kde.plasma.devicenotifier,org.kde.plasma.manage-inputmethod,org.kde.plasma.mediacontroller,org.kde.plasma.clipboard,org.kde.plasma.printmanager,org.kde.plasma.bluetooth,org.kde.plasma.keyboardindicator,org.kde.plasma.volume,org.kde.plasma.battery,org.kde.plasma.networkmanagement,org.kde.kdeconnect,org.kde.kscreen,org.kde.plasma.brightness,org.kde.plasma.keyboardlayout

[ScreenMapping]
itemsOnDisabledScreens=
screenMapping=desktop:/-20251018-163542.kcrash,0,45467a45-b7cc-4e5d-b626-e20ff60b20cf,desktop:/-20251018-163742.kcrash,0,45467a45-b7cc-4e5d-b626-e20ff60b20cf,desktop:/kde.nix,0,45467a45-b7cc-4e5d-b626-e20ff60b20cf
Comment 3 Sniijz 2025-10-18 15:00:57 UTC
Oh sorry, you  can close this case, it's probably related to this : 

https://github.com/nix-community/plasma-manager/issues/504