Fedora32: virt-manager -display failed

Based on my Home Fedora32 project, I want to run virt-manager @Fedora32, send the display to XQuartz@Macbook .

I tried two ways:

  1. Without ssh forwarding
    At Macbook, xhost +
    ssh user@Fedora32
    At Fedora32
    virt-manager -display 192.168.4.111:0.0

  2. With ssh forwarding
    At Macbook
    ssh -Y user@Fedora32
    At Fedora32
    virt-manager -display 127.0.0.1:10.0

Both failed with cannot open display.

Any hints on how to make it work?

I find out by ssh X11forwarding, the package xorg-x11-xauth is required. It works after it is installed.

Still thinking about without ssh X11forwarding .