SUMMARY When Hugin is invoked from the application launcher, the program's cover page appears for a few seconds and quickly closes without anything else happening. When trying to run it from a virtual console this appears: ``` $ hugin (hugin:5467): Gtk-CRITICAL **: 22:13:01.866: gtk_widget_set_size_request: assertion 'height >= -1' failed (hugin:5467): Gtk-CRITICAL **: 22:13:01.892: gtk_widget_set_size_request: assertion 'height >= -1' failed (hugin:5467): Gtk-CRITICAL **: 22:13:01.939: gtk_widget_set_size_request: assertion 'height >= -1' failed (hugin:5467): Gtk-CRITICAL **: 22:13:01.940: gtk_widget_set_size_request: assertion 'height >= -1' failed (hugin:5467): Gtk-CRITICAL **: 22:13:01.941: gtk_widget_set_size_request: assertion 'height >= -1' failed (hugin:5467): Gtk-CRITICAL **: 22:13:01.941: gtk_widget_set_size_request: assertion 'height >= -1' failed (hugin:5467): Gtk-CRITICAL **: 22:13:01.941: gtk_widget_set_size_request: assertion 'height >= -1' failed (hugin:5467): Gtk-CRITICAL **: 22:13:01.945: gtk_widget_set_size_request: assertion 'height >= -1' failed (hugin:5467): Gtk-CRITICAL **: 22:13:01.946: gtk_widget_set_size_request: assertion 'height >= -1' failed (hugin:5467): Gtk-CRITICAL **: 22:13:01.947: gtk_widget_set_size_request: assertion 'height >= -1' failed (hugin:5467): Gtk-CRITICAL **: 22:13:01.948: gtk_widget_set_size_request: assertion 'height >= -1' failed (hugin:5467): Gtk-CRITICAL **: 22:13:01.948: gtk_widget_set_size_request: assertion 'height >= -1' failed Violación de segmento ``` In a X11 session it works perfectly. STEPS TO REPRODUCE 1. Open a terminal emulator, let's say Konsole 2. Type "hugin" and press enter EXPECTED RESULT Hugin should start. Hugin version: 2021.0.0 KDE Plasma Version: 5.25.4 KDE Frameworks Version: 5.97.0 Qt Version: 5.15.5
digiKam project is not reponsible of the maintenance of Hugin software suite... Please report this problem to Hugin team: https://hugin.sourceforge.io/ Gilles Caulier
Yes, I know, but I thought your team would intervene in some way for its integration with Kwayland. I don't really know why, I guess since Digikam is a KDE program I assumed that there would be some kind of testing before integrating Hugin into the suite. Sorry for the inconvenience. Feel free to delete this wrong bug report.
For other encountering the problem. Launching it by specifying no Walyand works: `WAYLAND_DISPLAY="" hugin`