Virt-manager: Difference between revisions

Unable to find 'efi' firmware
DHCP (talk | contribs)
m Wayland: fix style
 
Line 60: Line 60:


=== Wayland ===
=== Wayland ===
In order to run on Wayland, virt-manager must be ran under XWayland with `$ GDK_BACKEND=x11 virt-manager` or a gdk cursor must be set. An example of setting a gdk cursor with home-manager is as follows:
In order to run on Wayland, virt-manager must be ran under XWayland with <code>$ GDK_BACKEND=x11 virt-manager</code> or a gdk cursor must be set. An example of setting a gdk cursor with home-manager is as follows:
  home.pointerCursor = {
<syntaxhighlight lang="nix">
    gtk.enable = true;
home.pointerCursor = {
    package = pkgs.vanilla-dmz;
  gtk.enable = true;
    name = "Vanilla-DMZ";
  package = pkgs.vanilla-dmz;
  };
  name = "Vanilla-DMZ";
};
</syntaxhighlight>


== Troubleshooting ==  
== Troubleshooting ==