v0.1.3
This is a thrid fix for 0.1 release. This addes KDE support (for display settings button), moved configuration directory to ~/.config/virtscreen
, and improved package building system
Installation
Debian (Ubuntu)
A PPA package will be available soon.
Arch Linux (AUR)
There is virtscreen
AUR package available. Though there are many ways to install the AUR package, one of the easiest way is to use aurman
AUR helper:
$ aurman -S virtscreen
Python pip
If your distro is none of above, you may install it using pip
. In this case, you need to install the dependancies manually.
Dependancies
You need x11vnc
, xrandr
, and PyQt5 libraries. To install (e.g. on Ubuntu):
$ sudo apt-get install x11vnc qtbase5-dev # On Debian/Ubuntu, xrandr is included.
Installing
After you install the dependancies then run:
$ sudo pip install virtscreen