-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue after update on ubuntu 22.04 #9235
Comments
After installing tabby-1.0.204-linux-x64.deb on Ubuntu 22.04 tabby does not start at all.
|
Same on Fedora, so not unique to Ubuntu:
Reverted to 1.0.201 for the time being. |
Same on Mint 21.2 (no surprises there) |
Chiming in, same on KDE-based Kubuntu 23.10 after update to Tabby 204. No longer able to install any version (when I tried to roll back). Apt reports unmet dependencies.
|
Got the same problem. It seems to be a problem with all linux platform. Log while trying to run tabby locally:
|
Same problem for AppImage on Ubuntu 22.04. |
Same problem on ubuntu 22.04. |
Same issue on Debian 12. My stacktrace when running it from the terminal is below:
|
Same on me , try downgrade to 1.0.201 |
same on popos 22.04, downgraded to 1.0.201 works for me. |
Fedora 39: me too |
I think it's safe to say that it's broken on Linux in general, so just people saying that it's broken for them too on Linux Distro XYZ is a bit redundant. |
Similar to #5777 |
Is there any fix for this? |
Also with this error, ubuntu 23.10. 204 and 201 not working, gconf error |
Per google search, gconf2 is going away, should be replaced by dconf. |
Nov 15 13:26:56 ubuntu systemd[2367]: Started Application launched by gnome-shell.
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: innerError Error: Cannot find module '../build/Debug/pty.node'
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: Require stack:
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: - /opt/Tabby/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: - /opt/Tabby/resources/app.asar/node_modules/node-pty/lib/index.js
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: - /opt/Tabby/resources/app.asar/dist/main.js
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: -
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: at Module._resolveFilename (node:internal/modules/cjs/loader:1082:15)
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: at Function.n._resolveFilename (node:electron/js2c/browser_init:2:117760)
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: at Module._load (node:internal/modules/cjs/loader:927:27)
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: at Function.f._load (node:electron/js2c/asar_bundle:2:13377)
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: at Module.require (node:internal/modules/cjs/loader:1148:19)
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: at require (/opt/Tabby/resources/app.asar/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: at Object. (/opt/Tabby/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js:34:15)
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: at Module._compile (/opt/Tabby/resources/app.asar/node_modules/v8-compile-cache/v8-compile-cache.js:192:30)
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1324:10)
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: at Module.load (node:internal/modules/cjs/loader:1124:32) {
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: code: 'MODULE_NOT_FOUND',
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: requireStack: [
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: '/opt/Tabby/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js',
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: '/opt/Tabby/resources/app.asar/node_modules/node-pty/lib/index.js',
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: '/opt/Tabby/resources/app.asar/dist/main.js',
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: undefined
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: ]
Nov 15 13:26:57 ubuntu tabby.desktop[8609]: }
The text was updated successfully, but these errors were encountered: