Fix errors found in the examples (some broken links caused by Google Drive; dbus conflict)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user