Added spice-gtk
All checks were successful
checks-impure / test (pull_request) Successful in 1m32s
checks / test (pull_request) Successful in 2m12s

This commit is contained in:
Luis Hebendanz 2023-11-25 02:25:49 +01:00
parent 2bd76231a0
commit a90d0cc806
2 changed files with 11 additions and 1 deletions

View File

@ -41,6 +41,15 @@ cd ..
make
```
## Look into virt-manager it uses python + spice-gtk
Look into `virtManager/details/viewers.py` to see how spice-gtk is being used
```bash
git clone https://github.com/virt-manager/virt-manager
```
### Glade
Make sure to check the 'composit' box in glade in the GtkApplicationWindow to be able to

View File

@ -5,6 +5,7 @@
, pygobject3
, wrapGAppsHook
, gtk3
, spice-gtk
, gnome
, gobject-introspection
, clan-cli
@ -31,7 +32,7 @@ python3.pkgs.buildPythonApplication {
gobject-introspection
];
buildInputs = [ gtk3 gnome.adwaita-icon-theme ];
buildInputs = [ spice-gtk gtk3 gnome.adwaita-icon-theme ];
propagatedBuildInputs = [ pygobject3 clan-cli ];
# also re-expose dependencies so we test them in CI