<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>519620</bug_id>
          
          <creation_ts>2026-04-30 18:00:03 +0000</creation_ts>
          <short_desc>Auto-Mount causes power controls to disappear after reboot</short_desc>
          <delta_ts>2026-05-18 19:07:10 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Plasma</classification>
          <product>plasmashell</product>
          <component>Application Launcher (Kickoff) widget</component>
          <version>6.6.4</version>
          <rep_platform>EndeavourOS</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>518174</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>1.0</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Philip Blair">kdebugtracker.lingo048</reporter>
          <assigned_to name="Plasma Bugs List">plasma-bugs-null</assigned_to>
          <cc>kdebugtracker.lingo048</cc>
    
    <cc>mikel5764</cc>
    
    <cc>nicolas.fella</cc>
    
    <cc>noahadvs</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2513051</commentid>
    <comment_count>0</comment_count>
    <who name="Philip Blair">kdebugtracker.lingo048</who>
    <bug_when>2026-04-30 18:00:03 +0000</bug_when>
    <thetext>SUMMARY
Using System Settings to auto-mount an internal NTFS partition causes the &quot;Sleep&quot;, &quot;Restart&quot;, and &quot;Shut Down&quot; buttons to disappear from the Application Launcher. The buttons will be missing after a reboot, but they will come back after logging out and back in again. Rebooting will cause them to disappear again.

This behavior was observed on a system that has a secondary SSD containing a Windows installation. The steps to reproduce include exactly how I&apos;m mounting the partition.

STEPS TO REPRODUCE
1. Add the current user to the &quot;storage&quot; group: `sudo gpasswd -a $USER storage`
2. Create a polkit rule to allow your user to mount the partition.
Path: /etc/polkit-1/rules.d/allow-mount-internal.rules
```
polkit.addRule(function(action, subject) {
    try {
        if (action.id == &quot;org.freedesktop.udisks2.filesystem-mount-system&quot;
            &amp;&amp; subject.isInGroup(&quot;storage&quot;)
            &amp;&amp; subject.local
            &amp;&amp; subject.active)
        {
            return polkit.Result.YES;
        }
    } catch (e) {
        // Don&apos;t break polkit
    }
});
```
3. Navigate to System Settings &gt; Disks &amp; Cameras &gt; Device Auto-Mount. Under Attached Devices &gt; Basic data partition, check the box for &quot;On Login&quot; and Apply the settings.
4. Reboot and log in.

OBSERVED RESULT
The &quot;Sleep&quot;, &quot;Restart&quot;, and &quot;Shut Down&quot; buttons are missing from the Application Launcher.

EXPECTED RESULT
The &quot;Sleep&quot;, &quot;Restart&quot;, and &quot;Shut Down&quot; buttons are present in the Application Launcher.

SOFTWARE/OS VERSIONS
Operating System: EndeavourOS 
KDE Plasma Version: 6.6.4
KDE Frameworks Version: 6.25.0
Qt Version: 6.11.0
Kernel Version: 6.19.14-arch1-1 (64-bit)
Graphics Platform: Wayland

ADDITIONAL INFORMATION
When the power controls are missing: there are no issues suspending or shutting down from the command line, there are no errors in the logs, and the selected partition is successfully auto-mounted on login.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2513057</commentid>
    <comment_count>1</comment_count>
    <who name="Nicolas Fella">nicolas.fella</who>
    <bug_when>2026-04-30 18:46:09 +0000</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 518174 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2516587</commentid>
    <comment_count>2</comment_count>
    <who name="Philip Blair">kdebugtracker.lingo048</who>
    <bug_when>2026-05-18 19:07:10 +0000</bug_when>
    <thetext>Confirmed fixed in Plasma 6.6.5</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>