Hello, I try to create a panorama image of several pictures I have made but Hugin does not cooperate.
When I open the program in a terminal I get this:
hugin
(hugin:28833): Gtk-CRITICAL **: 08:36:42.032: gtk_widget_set_size_request: assertion 'height >= -1' failed
(hugin:28833): Gtk-CRITICAL **: 08:36:42.078: gtk_widget_set_size_request: assertion 'height >= -1' failed
(hugin:28833): Gtk-CRITICAL **: 08:36:42.122: gtk_widget_set_size_request: assertion 'height >= -1' failed
(hugin:28833): Gtk-CRITICAL **: 08:36:42.123: gtk_widget_set_size_request: assertion 'height >= -1' failed
(hugin:28833): Gtk-CRITICAL **: 08:36:42.123: gtk_widget_set_size_request: assertion 'height >= -1' failed
(hugin:28833): Gtk-CRITICAL **: 08:36:42.124: gtk_widget_set_size_request: assertion 'height >= -1' failed
(hugin:28833): Gtk-CRITICAL **: 08:36:42.124: gtk_widget_set_size_request: assertion 'height >= -1' failed
(hugin:28833): Gtk-CRITICAL **: 08:36:42.127: gtk_widget_set_size_request: assertion 'height >= -1' failed
(hugin:28833): Gtk-CRITICAL **: 08:36:42.127: gtk_widget_set_size_request: assertion 'height >= -1' failed
(hugin:28833): Gtk-CRITICAL **: 08:36:42.128: gtk_widget_set_size_request: assertion 'height >= -1' failed
(hugin:28833): Gtk-CRITICAL **: 08:36:42.129: gtk_widget_set_size_request: assertion 'height >= -1' failed
(hugin:28833): Gtk-CRITICAL **: 08:36:42.129: gtk_widget_set_size_request: assertion 'height >= -1' failed
/usr/share/hugin/data/plugins/woa.py
CAT:Control Points
NAM:Warped Overlap Analysis
fails @api-max
/usr/share/hugin/data/plugins/top_five.py
CAT:Control Points
NAM:keep 5 CPs per image pair
fails @api-max
I have had this in 2022 as well, reported that on the openSUSE (used distro at the time) forum and got a workaround. In a later version of Hugin it was fixed.
Now I get it again and the same workaround does not work anymore. The fix is:
export XDG_DATA_HOME=""
I have used the Flathub flatpak version as well as the Fedora rpm version, both do the same. The used version is 2025.0.0.
Does anyone else have this problem as well. What to do with it?
Thanks.