Cuando inserto una tabla en impress, se cierra automáticamente, cuando recupero el archivo, y comienzo a ampliar la tala vuelve y se cierra, nunca se puede ampliar porque en cada intento impress se cierra de inmediato. engo instalado Arch Linux. este es le resultado de journalctl -b: jun 07 20:16:51 arch soffice.bin[39919]: ../glib/gobject/gsignal.c:2533: signal 'size-allocate' is invalid for instance '0x606f2f779040' of type 'GtkNotebook' jun 07 20:16:55 arch soffice.bin[39919]: gtk_popover_menu_get_menu_model: assertion 'GTK_IS_POPOVER_MENU (popover)' failed jun 07 20:16:55 arch soffice.bin[39919]: Cannot connect attribute 'surface' for cell renderer class 'GtkCellRendererPixbuf' since attribute does not exist jun 07 20:17:00 arch soffice.bin[39919]: GtkDialog mapped without a transient parent. This is discouraged.
What's your LO version? Did you use LO from Arch repository? Also could you try https://wiki.documentfoundation.org/QA/FirstSteps#Corrupted_user_profile ? Finally please respond in English some more people may help here.
Created attachment 194604 [details] Screenshot with information about the libreoffice package on my laptop The libreoffice package was installed directly from the Arch Linux repositories on my laptop.
Created attachment 194605 [details] gdb bt On pc Debian x86-64 with master sources updated today + gtk4 rendering, I could reproduce this. It seems specific to gtk4. For the moment, you can use this workaround: in a term/console, type: export SAL_USE_VCLPLUGIN=gen;soffice --impress
Caolán: thought you might be interested in this one since it concerns gtk4. BTW, I don't know what's the status of gtk4 implementation in LO. Should we stick to gtk3 for the moment?
Sorry it's an assertion, not a crash.
I gave a try with https://gerrit.libreoffice.org/c/core/+/168593
The gtk4 port isn't fully completed, I'm not personally working on it these days. It's not far from complete though.
Julien Nabet committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2ee02727497475f7abf50f734daaebf4e7a64727 tdf#161467: fix assertion in Impress when inserting table (gtk4) It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
(In reply to Caolán McNamara from comment #7) > The gtk4 port isn't fully completed, I'm not personally working on it these > days. It's not far from complete though. Ok, thank you for the feedback.
According to Julien's comment, I switched to Gtk3 and the situation was solved. Thanks for this support.