py-gpt
py-gpt copied to clipboard
Bug: Missing menubar on linux
After installing pygpt-net in a python virtual environment, and running the app, the settings menu opens so that i can enter my api key, but i cannot open it again because there is no top menu bar.
My system: Operating System: EndeavourOS KDE Plasma Version: 6.0.4 KDE Frameworks Version: 6.1.0 Qt Version: 6.7.0 Kernel Version: 6.8.9-arch1-2 (64-bit) Graphics Platform: Wayland
I've run into this on Fedora 40 KDE. There's something about the global menu widget being present in any panel on the desktop that seems to cause it. I hope this helps with finding a solution. I discovered this by accident.
Please try now and give me a feedback. In version 2.4.34
, I have forced the disabling of menu integration in PySide with the system menu. This should solve the problem.