Created
September 1, 2022 13:56
-
-
Save drushadrusha/a8350dd321dfa07cec86023546554ac3 to your computer and use it in GitHub Desktop.
Run virt-manager in browser via GTK Broadway
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
nohup /usr/bin/broadwayd :5 &> /var/log/broadway.log & | |
export GDK_BACKEND=broadway | |
export BROADWAY_DISPLAY=:5 | |
virt-manager & | |
# virt-manager will be available at localhost:8085 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment