py-gpt icon indicating copy to clipboard operation
py-gpt copied to clipboard

Bug: Missing menubar on linux

Open RawEnchilada opened this issue 9 months ago • 1 comments

image

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

RawEnchilada avatar May 14 '24 15:05 RawEnchilada

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.

mikeybob avatar May 14 '24 15:05 mikeybob

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.

szczyglis-dev avatar Nov 26 '24 23:11 szczyglis-dev