Libreoffice takes forever to open and especially to start Slideshows (GObject-Critical)

Hello everyone!
I’ve been having this Issue for multiple Months now, where Libreoffice takes up to 2 minutes to open, and over a minute to launch a simple slideshow.
Any Ideas o how to fix this? I tried to use libreoffice-fresh aswell as libreoffice-still, I tried to uninstall it, and many other things. Do I need some special support package for XFCE maybe? I can’t really figure it out.
I am running the latest build of Manjaro Linux (XFCE). Version Info from Libreoffice is attached below.

In the Terminal, it usually throws the following Errors when launching (It does launch, but it takes FOREVER, on very modern hardware)

(soffice:4402): GLib-GObject-CRITICAL **: 13:49:44.251: invalid (NULL) pointer instance

(soffice:4402): GLib-GObject-CRITICAL **: 13:49:44.251: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(soffice:4430): GLib-GObject-CRITICAL **: 13:50:09.749: invalid (NULL) pointer instance

(soffice:4430): GLib-GObject-CRITICAL **: 13:50:09.749: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(soffice:4430): GLib-GObject-CRITICAL **: 13:50:35.510: invalid (NULL) pointer instance

(soffice:4430): GLib-GObject-CRITICAL **: 13:50:35.510: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(soffice:4430): GLib-GObject-CRITICAL **: 13:55:41.191: invalid (NULL) pointer instance

(soffice:4430): GLib-GObject-CRITICAL **: 13:55:41.191: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

Thanks in advance for your help!

Version: 7.5.6.2 (X86_64) / LibreOffice Community
Build ID: 50(Build:2)
CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: gtk3
Locale: en-GB (en_GB.utf8); UI: en-US
7.5.6-1
Calc: CL threaded

That exact issue also appears when:
Trying to change Textcolors in Impress
Trying to change format in Impress
Trying to add the first new slide to a presentation
Creating a new Presentation

It’s always:

(soffice:10977): GLib-GObject-CRITICAL **: 16:16:58.133: invalid (NULL) pointer instance

(soffice:10977): GLib-GObject-CRITICAL **: 16:16:58.133: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(soffice:10977): GLib-GObject-CRITICAL **: 16:29:53.036: invalid (NULL) pointer instance

(soffice:10977): GLib-GObject-CRITICAL **: 16:29:53.036: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(soffice:10977): GLib-GObject-CRITICAL **: 16:30:18.197: invalid (NULL) pointer instance

(soffice:10977): GLib-GObject-CRITICAL **: 16:30:18.197: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(soffice:10977): GLib-GObject-CRITICAL **: 16:30:43.402: invalid (NULL) pointer instance

(soffice:10977): GLib-GObject-CRITICAL **: 16:30:43.402: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

Once it loads, you are able to change the Impress Format a few Times, until it takes multiple Minutes to open the Drop down again.

ANY Ideas on how to fix this?

Managed to find a Workaround:

(Another Link, in this Case to GNOME, which lead me to the manjaro Forums)

There is a [bug ](The aforementioned link that I can’t post due to the link limit for new users) with xdg-desktop-portal-gnome (more details [here (again, link limit)]

Workaround for gtk-based desktops (including Xfce)

sudo pacman -Rdd xdg-desktop-portal-gnome
sudo pacman -S xdg-desktop-portal-gtk

The Post also discusses Workarounds for other UIs/Desktopmanagers, so check it out if you also face this issue!

So basically, uninstall xdg-desktop-portal-gnome and make sure to install the gtk version, as the GNOME one forces a 2-3 minute Timeout.