Fix known errors found from feedback (DBUS problems, pulseaudio start, one vlc example with error. typos)

This commit is contained in:
Timothyxxx
2024-05-18 04:49:29 +08:00
parent 661b568d43
commit 25e808cc91
6 changed files with 15 additions and 12 deletions

View File

@@ -23,7 +23,7 @@
"func": "exact_match",
"result": {
"type": "vm_command_line",
"command": "pactl list sinks | grep '^[[:space:]]Volume:' | head -n 1 | awk '{print $5}' | sed 's/%//g'",
"command": "pulseaudio --start\npactl list sinks | grep '^[[:space:]]Volume:' | head -n 1 | awk '{print $5}' | sed 's/%//g'",
"shell": true
},
"expected": {