Update multi_apps JSON examples: refined instructions for image processing in GIMP, replaced an open command with a launch command for VLC, and corrected assignment modification instruction in LibreOffice Calc example.

This commit is contained in:
yuanmengqi
2025-07-15 07:24:33 +00:00
parent 68a9f647f4
commit 451bbf5fc2
4 changed files with 5 additions and 11 deletions

View File

@@ -28,7 +28,7 @@
{
"type": "launch",
"parameters": {
"command": "vlc",
"command": "VLC_VERBOSE=-1 vlc --no-audio --no-video-title-show /home/user/Desktop/planet.mp4",
"shell": true
}
}