When I launch the Gnome Terminal from dom0, I get the following error:
qvm-run --pass-io --user root <debian_template> "gnome-terminal"
# AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
# Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: Timeout was reached
Within the Debian templateVM everthing works fine.
It’s something with gnome-terminal as doing it with xfce4-terminal is working fine.
qvm-run --pass-io --user root tmpl-debian-12-xfce "xfce4-terminal"
Failed to connect to session manager: Failed to connect to the session manager: SESSION_MANAGER environment variable not defined
Maybe try to install at-spi2-core if it’s not already installed, this might solve the issue. In your case, gnome-terminal tries to load accessibility features and may not find it (maybe because it’s not installed, maybe because dbus is not reachable )
qvm-run --pass-io tmpl-debian-12-xfce "sudo gnome-terminal"
# Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Failed to execute child process ___dbus-launch___ (No such file or directory)