From f85a499f689b7bc542ba819ac2bd04374d453015 Mon Sep 17 00:00:00 2001 From: josempita Date: Wed, 6 Nov 2019 12:21:04 +0200 Subject: [PATCH] Changed suffix from _virt to -virt - causes issues on ubuntu 18.04 bionic using gnome --- virtscreen/xrandr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtscreen/xrandr.py b/virtscreen/xrandr.py index e0e5da7..158039f 100644 --- a/virtscreen/xrandr.py +++ b/virtscreen/xrandr.py @@ -10,7 +10,7 @@ from .display import Display from .process import SubprocessWrapper -VIRT_SCREEN_SUFFIX = "_virt" +VIRT_SCREEN_SUFFIX = "-virt" class XRandR(SubprocessWrapper):