You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ brew --version
Homebrew 3.5.9
Homebrew/homebrew-core (git revision f7f30926599; last commit 2022-08-14)
Homebrew/homebrew-cask (git revision 3bec85701b; last commit 2022-08-13)
$ brew install virt-viewer
...
Last 15 lines from /Users/picov/Library/Logs/Homebrew/virt-viewer/01.configure:
checking for virDomainOpenGraphicsFD in -lvirt... yes
checking for GTK... yes
checking for GTK_VNC... yes
checking for SPICE_GTK... no
configure: error: Package requirements (spice-client-gtk-3.0 >= 0.35
spice-client-glib-2.0 >= 0.35) were not met:
Package 'gobject-introspection-1.0', required by 'spice-client-glib-2.0', not found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables SPICE_GTK_CFLAGS
and SPICE_GTK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
...
$ brew install gobject-introspection
Warning: gobject-introspection 1.72.0_1 is already installed and up-to-date.
To reinstall 1.72.0_1, run:
brew reinstall gobject-introspection
The text was updated successfully, but these errors were encountered:
Thank you, it works perfectly.
However I've a problem with keymap.
I've an Italian keyboard and the remote server use IT locale (thus has an IT keymap).
The noVNC and Xterm.js connections to remote Proxmox VM works well.
When I connect with Spice using Mac remote-viewer some keys are wrong (it seems the standard US layout is in place).
I've tested the same spice connection from Windows10 (Italian) with win remote viewer and the keys are correct.
How remote-viewer handle keymap ?
Same problem on both Intel ad M1.
$ brew --version
Homebrew 3.5.9
Homebrew/homebrew-core (git revision f7f30926599; last commit 2022-08-14)
Homebrew/homebrew-cask (git revision 3bec85701b; last commit 2022-08-13)
$ brew install virt-viewer
...
Last 15 lines from /Users/picov/Library/Logs/Homebrew/virt-viewer/01.configure:
checking for virDomainOpenGraphicsFD in -lvirt... yes
checking for GTK... yes
checking for GTK_VNC... yes
checking for SPICE_GTK... no
configure: error: Package requirements (spice-client-gtk-3.0 >= 0.35
spice-client-glib-2.0 >= 0.35) were not met:
Package 'gobject-introspection-1.0', required by 'spice-client-glib-2.0', not found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables SPICE_GTK_CFLAGS
and SPICE_GTK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
...
$ brew install gobject-introspection
Warning: gobject-introspection 1.72.0_1 is already installed and up-to-date.
To reinstall 1.72.0_1, run:
brew reinstall gobject-introspection
The text was updated successfully, but these errors were encountered: