/usr/share/plasma/services/powermanagementservice.operations is in plasma-workspace 4:5.5.5.2-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM
    "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
    <group name="lockScreen"> </group>
    <group name="suspend"> </group>
    <group name="suspendToRam"> </group>
    <group name="suspendToDisk"> </group>
    <group name="suspendHybrid"> </group>
    <group name="requestShutDown"> </group>
    <group name="switchUser"> </group>
    <group name="beginSuppressingSleep">
        <entry name="reason" type="String">
            <label>States why sleep is being inhibited</label>
        </entry>
    </group>
    <group name="stopSuppressingSleep">
        <entry name="cookie" type="Int">
            <label>The cookie obtained from beginSuppressingSleep, representing the inhibition to release</label>
        </entry>
    </group>
    <group name="beginSuppressingScreenPowerManagement">
        <entry name="reason" type="String">
            <label>States why screen power management is being inhibited</label>
        </entry>
    </group>
    <group name="stopSuppressingScreenPowerManagement">
        <entry name="cookie" type="Int">
            <label>The cookie obtained from beginSuppressingScreenPowerManagement, representing the inhibition to release</label>
        </entry>
    </group>
    <group name="setBrightness">
        <entry name="brightness" type="Int">
          <label>The value of the screen brightness</label>
        </entry>
        <entry name="silent" type="Bool">
          <label>Whether the OSD should be suppressed</label>
        </entry>
    </group>
    <group name="setKeyboardBrightness">
        <entry name="brightness" type="Int">
            <label>The value of the keyboard brightness</label>
        </entry>
        <entry name="silent" type="Bool">
            <label>Whether the OSD should be suppressed</label>
        </entry>
    </group>
</kcfg>
 |