Merge pull request 'Added spice-gtk' (#567) from Qubasa-main into main

This commit is contained in:
clan-bot
2023-11-25 01:28:27 +00:00
2 changed files with 11 additions and 1 deletions

View File

@@ -41,6 +41,15 @@ cd ..
make 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 ### Glade
Make sure to check the 'composit' box in glade in the GtkApplicationWindow to be able to Make sure to check the 'composit' box in glade in the GtkApplicationWindow to be able to

View File

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