tabby icon indicating copy to clipboard operation
tabby copied to clipboard

Fedora 43 Gnome 49 without x11 tabby compatibility problem ?

Open Nemric opened this issue 2 months ago • 1 comments

Describe the problem: Before in place upgrading from fedora 42 to 43 User Defaul built-in profile did show user@server as tab title but now it's showing User Default

To Reproduce: I don't really know ... perhaps installing tabby on Fedora 43 with the rpm :/

Nemric avatar Oct 30 '25 13:10 Nemric

I did run tabby from the command line then I have :

tabby --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland --no-sandbox
(node:83178) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
(Use `tabby --trace-deprecation ...` to show where the warning was created)
Error: Bad window
    at ReadFixedRequest.callback (/opt/Tabby/resources/app.asar/node_modules/x11/lib/xcore.js:465:29)
    at ReadFixedRequest.execute (/opt/Tabby/resources/app.asar/node_modules/x11/lib/unpackstream.js:41:10)
    at UnpackStream.resume (/opt/Tabby/resources/app.asar/node_modules/x11/lib/unpackstream.js:165:30)
    at UnpackStream.write (/opt/Tabby/resources/app.asar/node_modules/x11/lib/unpackstream.js:102:10)
    at Socket.<anonymous> (/opt/Tabby/resources/app.asar/node_modules/x11/lib/xcore.js:88:21)
    at Socket.emit (node:events:519:28)
    at Socket.emit (node:domain:489:12)
    at addChunk (node:internal/streams/readable:561:12)
    at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    at Socket.Readable.push (node:internal/streams/readable:392:5) {
  error: 3,
  seq: 9,
  badParam: 1,
  minorOpcode: 0,
  majorOpcode: 20
}
TypeError: Cannot read properties of undefined (reading 'type')
    at /opt/Tabby/resources/app.asar/node_modules/glasstron/src/native/linux_x11/x11.js:62:46
    at ReadFixedRequest.callback (/opt/Tabby/resources/app.asar/node_modules/x11/lib/xcore.js:490:39)
    at ReadFixedRequest.execute (/opt/Tabby/resources/app.asar/node_modules/x11/lib/unpackstream.js:41:10)
    at UnpackStream.resume (/opt/Tabby/resources/app.asar/node_modules/x11/lib/unpackstream.js:165:30)
    at UnpackStream.write (/opt/Tabby/resources/app.asar/node_modules/x11/lib/unpackstream.js:102:10)
    at Socket.<anonymous> (/opt/Tabby/resources/app.asar/node_modules/x11/lib/xcore.js:88:21)
    at Socket.emit (node:events:519:28)
    at Socket.emit (node:domain:489:12)
    at addChunk (node:internal/streams/readable:561:12)
    at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
[83220:1031/123847.521399:ERROR:gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc:1100] [GroupMarkerNotSet(crbug.com/242999)!:A0E02100BC0E0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader (about:flags#enable-unsafe-swiftshader) flag to opt in to lower security guarantees for trusted content.
tabby: ../src/unix/pty.cc:192: SetupExitCallback(Napi::Env, Napi::Function, pid_t)::<lambda()>: Assertion `status == napi_ok' failed.
Aborted                    (core dumped) tabby --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland --no-sandbox

I think the issue is bigger than just showing tab title as Fedora43/Gnome49 doesn't ship x11 any more When closing tabby, high cpu occurs from systemd-coredump ...

Nemric avatar Oct 31 '25 11:10 Nemric