/usr/share/plasma/services/dataengineservice.operations is in plasma-framework 5.28.0-2.
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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM
"http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
<group name="GetSource">
<entry name="SourceName" type="String">
<label>The name of the desired datasource.</label>
</entry>
<entry name="UUID" type="String">
<label>Specify a UUID here.</label>
</entry>
</group>
<group name="ServiceForSource">
<entry name="SourceName" type="String">
<label>The name of the desired datasource's service.</label>
</entry>
</group>
<group name="GetSourceNames" />
</kcfg>
|