Cuperino / QPrompt-Teleprompter

Teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
https://qprompt.app
GNU General Public License v3.0
379 stars 26 forks source link

Disappearing menus #52

Closed videosmith closed 2 years ago

videosmith commented 2 years ago

Thinking that the underscored G in the Load Menu text was a keyboard shortcut, pressing Alt-G resulted in menus disappearing. Restarting the app restored them.

Screenshot from 2022-02-02 12-53-21

Screenshot from 2022-02-02 12-54-41

Device information

Cuperino commented 2 years ago

Pressing Alt-G from the main menu results in the guide being loaded for Linux (AppImage, Snap, and Flatpak both arm64 and amd64) and Windows distributions, and pressing Option-G or Command-G results in no action for macOS.

The bug you're facing is probably specific to the version of Kirigami provided by your distribution, since the only difference between all the aforementioned versions and the Deb package is I don't control the versions of library dependencies in use.

What versions of KDE Frameworks and Qt do you see listed on the "Libraries in use" section of the About QPrompt page?

videosmith commented 2 years ago

Screenshot from 2022-02-02 18-40-18

Cuperino commented 2 years ago

Thanks! I was able to replicate the issue on a arm64 Debian 11 (Bullseye) install running KDE Plasma, that comes with the same library versions: KDE Frameworks 5.78.0 and Qt 5.15.2.

The bug is indeed specific to said version of KDE Frameworks, which is provided by the OS. The issue does not occur on the same system if you run from Flatpak, which comes with KDE Frameworks 5.88.0.

Unfortunately there's nothing we can do here besides run from Flatpak, as updating to use the libraries from the Debian testing repository could bring make the system buggy and unstable.