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"
_source() { | |
source ${BASE_DIR}/lxd/lxd-common | |
} | |
#====================== | |
# General VM functions | |
vm_bash() { | |
lxc exec "$VMNAME" -- bash "$@" |