You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Very excited to see Amazon Q finally being released on Linux! Unfortunately, for me it is not working. Always shows only black screen, no matter what I do.
Expected behaviour
Desktop application opens and shows stuff
Terminal integration shows a pop up when typing
Actual behaviour
Opening desktop application shows only black window.
On the first run had an error in terminal about missing /home/USER/.midway directory. But solved it by manually creating it.
Completing setup on the command line with q doctor (now it says ✔ Everything looks good!)
Running q debug autocomplete-window. Afterwards, a pop up in the terminal finally appears, but is also all black. See screenshot.
Without running q debug autocomplete-window after app restart, even this black pop up does not appear.
Restarting the application multiple times again
But nothing helps, desktop app still shows only black screen. No errors in the terminal.
Menu bar app appears, shows menu, but clicking anything opens the same desktop app with black window.
Took a while, but managed to open devtools with right click and selecting Inspect element. All screen is still black, but I can see devtools open by changing cursor when hovering over devtools controls. Managed to Ctrl+ACtrl+C console:
[Log] [fig] declaring constants... (user-script:2, line 1)
[Log] [q] setting up event listeners... (index-BKZtb6nl.js, line 85)
[Log] [q] unsubscribing any existing notifications... (index-BKZtb6nl.js, line 85)
[Error] Unhandled Promise Rejection: Error: Unexpected result: result
(anonymous function) (index-BKZtb6nl.js:85:316872)
[Error] Unhandled Promise Rejection: Error: Unexpected result: 2
(anonymous function) (index-BKZtb6nl.js:85:316797)
[Error] Unhandled Promise Rejection: Error: Unexpected result: result
(anonymous function) (index-BKZtb6nl.js:192:219431)
Tried running Amazon Q in a VM and all works fine, with the same errors in the console. So I think it's not the fault :(
Can you try setting the GDK_DEBUG=all environment variable and sharing the log output when running the desktop app? No idea why nothing seems to be getting drawn, maybe there's something going wrong with GDK that we can see with the logs.
For the deb installation, this should print the first 5000 lines to gdk_log.txt:
GDK_DEBUG=all q-desktop 2>&1| head -n 5000 | tee gdk_log.txt
Also just to be sure, what version of libwebkit2gtk-4.1-0 is installed?
~> dpkg -l libwebkit2gtk-4.1-0
...
ii libwebkit2gtk-4.1-0:amd64 2.46.3-0ubuntu0.22.04.1 amd64 Web content engine library for GTK
Hi! Very excited to see Amazon Q finally being released on Linux! Unfortunately, for me it is not working. Always shows only black screen, no matter what I do.
Expected behaviour
Actual behaviour
Steps to reproduce
Things I tried
/home/USER/.midway
directory. But solved it by manually creating it.q doctor
(now it says ✔ Everything looks good!)q debug autocomplete-window
. Afterwards, a pop up in the terminal finally appears, but is also all black. See screenshot.q debug autocomplete-window
after app restart, even this black pop up does not appear.But nothing helps, desktop app still shows only black screen. No errors in the terminal.
Menu bar app appears, shows menu, but clicking anything opens the same desktop app with black window.
Environment
The text was updated successfully, but these errors were encountered: