Just to confirm, if I want to enable the NoVNC clipboard feature, I have to install the SPICE Agent tools inside the guest, correct?
I have a Debian server VM that I'd like to be able to paste text into via the web console, if only to paste in my user's password, so I attempted to install spice-vdagent.
That didn't go so well.
Obviously, I don't want to install X11, at least parts of Wayland, and ... huge chunks of gnome (?), along with some themes ... to get NoVNC copy/paste working in my headless MariaDB server.
Is there any other way to do this?
I have a Debian server VM that I'd like to be able to paste text into via the web console, if only to paste in my user's password, so I attempted to install spice-vdagent.
That didn't go so well.
Code:
apt install spice-vdagent
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
adwaita-icon-theme alsa-topology-conf alsa-ucm-conf at-spi2-common at-spi2-core dconf-gsettings-backend dconf-service fontconfig
fontconfig-config fonts-dejavu-core gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libasound2 libasound2-data
libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libcairo-gobject2 libcairo2 libcolord2
libcups2 libdatrie1 libdconf1 libdeflate0 libdrm-common libdrm2 libepoxy0 libfontconfig1 libfribidi0 libgdk-pixbuf-2.0-0
libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-bin libgtk-3-common libharfbuzz0b libjbig0 libjpeg62-turbo
liblcms2-2 liblerc4 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpciaccess0 libpixman-1-0 librsvg2-2 librsvg2-common
libthai-data libthai0 libtiff6 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp7 libxcb-render0 libxcb-shm0 libxcomposite1
libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxrandr2 libxrender1 libxtst6 x11-common
Suggested packages:
libasound2-plugins alsa-utils colord cups-common gvfs liblcms2-utils librsvg2-bin
The following NEW packages will be installed:
adwaita-icon-theme alsa-topology-conf alsa-ucm-conf at-spi2-common at-spi2-core dconf-gsettings-backend dconf-service fontconfig
fontconfig-config fonts-dejavu-core gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libasound2 libasound2-data
libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libcairo-gobject2 libcairo2 libcolord2
libcups2 libdatrie1 libdconf1 libdeflate0 libdrm-common libdrm2 libepoxy0 libfontconfig1 libfribidi0 libgdk-pixbuf-2.0-0
libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-bin libgtk-3-common libharfbuzz0b libjbig0 libjpeg62-turbo
liblcms2-2 liblerc4 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpciaccess0 libpixman-1-0 librsvg2-2 librsvg2-common
libthai-data libthai0 libtiff6 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp7 libxcb-render0 libxcb-shm0 libxcomposite1
libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxrandr2 libxrender1 libxtst6 spice-vdagent x11-common
Obviously, I don't want to install X11, at least parts of Wayland, and ... huge chunks of gnome (?), along with some themes ... to get NoVNC copy/paste working in my headless MariaDB server.
Is there any other way to do this?