View Single Post
Old 12-21-2023, 08:52 AM   #13
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,630
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
No problem. It sounds like it's probably a Wayland thing, maybe. Which is unfortunately not surprising. Do you have the qtwayland5 package installed by chance? You might try it, if not. You could also try:

Code:
QT_QPA_PLATFORM="wayland;xcb" sigil
which should use the xcb qt plugin if the wayland qt plugin is unavailable.

You could also try forcing the issue with:

Code:
QT_QPA_PLATFORM="xcb" sigil
if the wayland qt plugin is installed, but doesn't behave correctly RE docking widgets.

Last edited by DiapDealer; 12-21-2023 at 09:07 AM.
DiapDealer is offline   Reply With Quote