Fix errors found in the examples (some broken links caused by Google Drive; dbus conflict)

This commit is contained in:
Timothyxxx
2024-05-15 03:05:58 +08:00
parent cfdf296913
commit 09ffcc8542
8 changed files with 20 additions and 38 deletions

View File

@@ -36,13 +36,10 @@
}
},
{
"type": "launch",
"type": "execute",
"parameters": {
"command": [
"gnome-terminal",
"--maximize",
"--working-directory=/home/user/Desktop"
]
"command": "export DBUS_SESSION_BUS_ADDRESS='unix:path=/run/user/1000/bus'\ngnome-terminal --maximize --working-directory=/home/user/Desktop",
"shell": true
}
}
],