You are not logged in.
Something did happen after update to codeoss, it stopped working, any ideas?
Here is the result or running via: code --verbose --log=TRACE
Warning: 'enable-features' is not in the list of known options, but still passed to Electron/Chromium.
Warning: 'ozone-platform' is not in the list of known options, but still passed to Electron/Chromium.
[2030:0401/182800.526633:WARNING:wayland_object.cc(94)] Binding to gtk_shell1 version 4 but version 5 is available.
[2030:0401/182800.527159:WARNING:wayland_drm.cc(96)] Failed to get drm magic
[2030:0401/182800.619197:WARNING:bluez_dbus_manager.cc(248)] Floss manager not present, cannot set Floss enable/disable.
[2073:0401/182800.667911:ERROR:gpu_init.cc(454)] Passthrough is not supported, GL is egl, ANGLE is
[2073:0401/182800.670539:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
[main 2022-04-01T15:28:00.710Z] [File Watcher (node.js)] Request to start watching: /home/user/.config/Code - OSS/User (excludes: <none>),/home/user/.config/Code - OSS/User/settings.json (excludes: <none>)
[main 2022-04-01T15:28:00.730Z] Starting VS Code
[main 2022-04-01T15:28:00.731Z] from: /usr/lib/code
[main 2022-04-01T15:28:00.731Z] args: {
_: [],
diff: false,
add: false,
goto: false,
'new-window': false,
'reuse-window': false,
wait: false,
help: false,
'list-extensions': false,
'show-versions': false,
'pre-release': false,
version: false,
verbose: true,
log: 'TRACE',
status: false,
'prof-startup': false,
'no-cached-data': false,
'prof-v8-extensions': false,
'disable-extensions': false,
'disable-gpu': false,
'ms-enable-electron-run-as-node': false,
telemetry: false,
debugRenderer: false,
logExtensionHostCommunication: false,
'skip-release-notes': false,
'skip-welcome': false,
'disable-telemetry': false,
'disable-updates': false,
'disable-keytar': false,
'disable-workspace-trust': false,
'disable-crash-reporter': false,
'skip-add-to-recently-opened': false,
'unity-launch': false,
'open-url': false,
'file-write': false,
'file-chmod': false,
'driver-verbose': false,
force: false,
'do-not-sync': false,
trace: false,
'force-user-env': false,
'force-disable-user-env': false,
'open-devtools': false,
__sandbox: false,
'no-proxy-server': false,
'no-sandbox': false,
nolazy: false,
'force-renderer-accessibility': false,
'ignore-certificate-errors': false,
'allow-insecure-localhost': false,
'disable-dev-shm-usage': false,
logsPath: '/home/user/.config/Code - OSS/logs/20220401T182800'
}
[main 2022-04-01T15:28:00.732Z] Resolving machine identifier...
[main 2022-04-01T15:28:00.732Z] Resolved machine identifier: 75e60c9ac075331d02bd745c74ecad96d7385eeb70c4c2cc77ff53a906351a6c
[main 2022-04-01T15:28:00.733Z] Main->SharedProcess#connect
[main 2022-04-01T15:28:00.736Z] [File Watcher (node.js)] Started watching: '/home/user/.config/Code - OSS/User'
[main 2022-04-01T15:28:00.737Z] [File Watcher (node.js)] Started watching: '/home/user/.config/Code - OSS/User/settings.json'
[main 2022-04-01T15:28:00.748Z] StorageMainService: creating global storage
[main 2022-04-01T15:28:00.754Z] lifecycle (main): phase changed (value: 2)
[main 2022-04-01T15:28:00.754Z] windowsManager#open
[main 2022-04-01T15:28:00.755Z] windowsManager#open pathsToOpen [
{
workspace: { id: '22b8cf62dd01550c17cfda6bc2806d4f', uri: [h] },
type: 2,
exists: true
}
]
[main 2022-04-01T15:28:00.756Z] windowsManager#doOpenFolderOrWorkspace {
folderOrWorkspace: {
workspace: { id: '22b8cf62dd01550c17cfda6bc2806d4f', uri: [h] },
type: 2,
exists: true
},
filesToOpen: undefined
}
[main 2022-04-01T15:28:00.757Z] IPC Object URL: Registered new channel vscode:c921c7ca-1a7b-4b1c-9297-c3ff34e72a6f.
[main 2022-04-01T15:28:00.757Z] window#validateWindowState: validating window state on 2 display(s) { mode: 0, x: 2, y: 893, width: 1024, height: 768 }
[main 2022-04-01T15:28:00.758Z] window#validateWindowState: multi-monitor working area { x: 0, y: 840, width: 1920, height: 1080 }
[main 2022-04-01T15:28:00.758Z] window#ctor: using window state { mode: 0, x: 2, y: 893, width: 1024, height: 768 }
[2030:0401/182800.758720:WARNING:wayland_surface.cc(118)] Server doesn't support zcr_alpha_compositing_v1.
[2030:0401/182800.758732:WARNING:wayland_surface.cc(129)] Server doesn't support overlay_prioritizer.
[2030:0401/182800.758735:WARNING:wayland_surface.cc(139)] Server doesn't support surface_augmenter.
[0401/182800.768298:ERROR:elf_dynamic_array_reader.h(64)] tag not found
Offline
Latest version breaks Wayland support
so far the best alternative seems to be reverting back to 1.65.2
Offline
Thanks, indeed reverting to previous version (I think I've never done it before and I use arch for couple of years ) helps.
Solution:
sudo pacman -U file://var/cache/pacman/pkg/code-1.62.0-1-x86_64.pkg.tar.zst
Offline