Merge pull request 'Added spice-gtk' (#567) from Qubasa-main into main
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user