Index of /source/spice-gtk/

File Name  ↓ File Size  ↓ Date  ↓ 
--
14182019-Jul-26 23:36
2652018-Mar-09 05:36
2492018-Feb-24 00:39
2782019-Jul-28 01:58
2792019-Jul-28 03:14
482922019-Jul-26 05:39
2399832020-Apr-26 00:37
6101892019-Jul-25 22:11
8509562019-Jul-26 22:23
12812019-Jul-26 23:03
4057442019-Jul-26 00:31
16212018-Feb-23 05:54
269532019-Jul-25 22:39
This is a replacement for the simpler spicec binary used in earlier TLXOS releases. It is a FlexVDI-enhanced version of spice-[client-]gtk, which adds a drop-down toolbar and support for some FlexVDI-specific power management features. The features we are interested in were removed from version 0.35, so the highest version that is of use to us is 0.34. Master repo: https://github.com/flexVDI/spice-gtk.git Additional repos required: https://github.com/flexVDI/spice-common.git (use appropriate branch) https://gitlab.com/keycodemap/keycodemapdb.git (not needed for 0.29) https://github.com/flexVDI/spice-protocol.git (build prerequisite) https://github.com/flexVDI/nopoll.git (build prerequisite) General issues: - DO NOT use Debian's libspice-protocol-dev, you must use the GIT version provided here. - Non-obvious dependencies include: valac, nopoll (not in Debian repos), python-six, python-pyparsing, libtext-csv-perl, gtk-doc-tools GTK2 (v0.29) issues: - 0.31 was the last release of mainline spice-gtk to feature GTK2 support. - The FlexVDI variant jumped from 0.29 to 0.34, so we use the latest 0.29 release (tag name v0.29-fv9). - Requires glib >= 2.44 for G_IO_ERROR_NOT_CONNECTED (jessie has 2.42). - Also needed a spicy.c tweak that renders the --full-screen-on-all-monitors option inoperable (effectively the same as --full-screen). - May fail on harmless warnings on ARM due to -Werror