Virt-manager: Difference between revisions
SummerTime (talk | contribs) Unable to find 'efi' firmware |
m →Wayland: fix style |
||
| Line 60: | Line 60: | ||
=== Wayland === | === Wayland === | ||
In order to run on Wayland, virt-manager must be ran under XWayland with | 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: | ||
<syntaxhighlight lang="nix"> | |||
home.pointerCursor = { | |||
gtk.enable = true; | |||
package = pkgs.vanilla-dmz; | |||
name = "Vanilla-DMZ"; | |||
}; | |||
</syntaxhighlight> | |||
== Troubleshooting == | == Troubleshooting == | ||