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
The bug appears as Ubuntu 24.04 users default to wayland, causing users unable to see the main window for angr-management. Only the terminal is present with debug information and jobs completion time.
The problem can be worked around using the command "export QT_QPA_PLATFORM=xcb" in the terminal, and booting angr-management with "QT_QPA_PLATFORM=xcb python start.py". Would be more practical to use in a .bashrc file with this command as to not repeat multiple time for every boot of angr-management.
Steps to reproduce the bug
Run angr-management in a virtual environment in Ubuntu 24.04 with wayland set as default.
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
twizmwazin
changed the title
Ubuntu 24.04 defaults to Wayland, causes problems with angr-management not opening all windows.
Main window doesn't appear under wayland
Jun 6, 2024
Description
The bug appears as Ubuntu 24.04 users default to wayland, causing users unable to see the main window for angr-management. Only the terminal is present with debug information and jobs completion time.
The problem can be worked around using the command "export QT_QPA_PLATFORM=xcb" in the terminal, and booting angr-management with "QT_QPA_PLATFORM=xcb python start.py". Would be more practical to use in a .bashrc file with this command as to not repeat multiple time for every boot of angr-management.
Steps to reproduce the bug
Run angr-management in a virtual environment in Ubuntu 24.04 with wayland set as default.
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: