Skip to content

Fix issue with Dbus Binary

Zachary requested to merge (removed):main into main

When the latest builds of Gnome Text Editor were run on a Windows 10 Virtual Machine the following issue appeared that doesn't appear when the program is executed in the pipeline:

(gnome-text-editor.exe:1872): GLib-GIO-WARNING **: 13:41:12.353: win32 session dbus binary not found This issue is caused by gdbus.exe not being present in the folder where the program is being executed from. This patch fixes that issue resolving this error.

Merge request reports