This document was generated by running the following script
#!/bin/fish
for service in (qdbus "org.kde.*")
echo "* $service"
for path in (qdbus "$service")
echo "** $path"
This document was generated by running the following script
#!/bin/fish
for service in (qdbus "org.kde.*")
echo "* $service"
for path in (qdbus "$service")
echo "** $path"