Virtscreen

Latest version: v0.3.1

Safety actively analyzes 621444 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.1

This fixes a critical bug in v0.3.0 that new users cannot run the app because there is no `~/.config/virtscreen`. See the commit bd115a29f25dd90c41ce36aaee00bf69ec54a87f.

0.3.0

0.2.5

Installation

Universal package (AppImage)

Download a `.AppImage` package from [release page](https://github.com/kbumsik/VirtScreen/releases). Then make it executable:

shell
chmod a+x VirtScreen-x86_64.AppImage


Then you can run it by double click the file or `./VirtScreen-x86_64.AppImage` in terminal.

Debian (Ubuntu)

Download a `.deb` package from [release page](https://github.com/kbumsik/VirtScreen/releases). Then install it:

shell
sudo apt-get update
sudo apt-get install x11vnc
sudo dpkg -i virtscreen_0.2.5-1_all.deb
rm virtscreen_0.2.5-1_all.deb


Arch Linux (AUR)

There is [`virtscreen` AUR package](https://aur.archlinux.org/packages/virtscreen/) available. Though there are many ways to install the AUR package, one of the easiest way is to use [`yaourt`](https://github.com/polygamma/aurman) AUR helper:

bash
yaourt virtscreen


Python `pip`

Although not recommended, you may install it using `pip`. In this case, you need to install the dependancies manually.

You need [`x11vnc`](https://github.com/LibVNC/x11vnc), `xrandr`. To install (e.g. on Ubuntu):
bash
sudo apt-get install x11vnc On Debian/Ubuntu, xrandr is included.


After you install the dependancies then run:

bash
sudo pip install virtscreen

0.2.4

Installation

Universal package (AppImage)

Download a `.AppImage` package from [release page](https://github.com/kbumsik/VirtScreen/releases). Then make it executable:

shell
chmod a+x VirtScreen-x86_64.AppImage


Then you can run it by double click the file or `./VirtScreen-x86_64.AppImage` in terminal.

Debian (Ubuntu)

Download a `.deb` package from [release page](https://github.com/kbumsik/VirtScreen/releases). Then install it:

shell
sudo apt-get update
sudo apt-get install x11vnc
sudo dpkg -i virtscreen_0.2.4-1_all.deb
rm virtscreen_0.2.4-1_all.deb


Arch Linux (AUR)

There is [`virtscreen` AUR package](https://aur.archlinux.org/packages/virtscreen/) available. Though there are many ways to install the AUR package, one of the easiest way is to use [`yaourt`](https://github.com/polygamma/aurman) AUR helper:

bash
yaourt virtscreen


Python `pip`

Although not recommended, you may install it using `pip`. In this case, you need to install the dependancies manually.

You need [`x11vnc`](https://github.com/LibVNC/x11vnc), `xrandr`. To install (e.g. on Ubuntu):
bash
sudo apt-get install x11vnc On Debian/Ubuntu, xrandr is included.


After you install the dependancies then run:

bash
sudo pip install virtscreen

0.2.1

This is a intermediate release before v0.3.0. There are something more to be polished for v0.3.0 release, but you can enjoy most of features of v0.3.0 with v0.2.1.

Changes

Feature added

- Custom x11vnc argumets. 6
- CLI-only option. 7
- Automatic deploy using Travis CI

Fixed

- Now VirtScreen skips PyQt5 version checking. 5
- Fixed font sizes and window position for HiDPI screen. 3 4

Installation

Debian (Ubuntu)

`.deb` package

bash
sudo apt-get update
sudo apt-get install x11vnc qtbase5-dev
wget https://github.com/kbumsik/VirtScreen/releases/download/0.2.1/virtscreen_0.2.1-1_all.deb
sudo dpkg -i virtscreen_0.2.1-1_all.deb
rm virtscreen_0.2.1-1_all.deb


Arch Linux (AUR)

There is [`virtscreen` AUR package](https://aur.archlinux.org/packages/virtscreen/) available. Though there are many ways to install the AUR package, one of the easiest way is to use [`aurman`](https://github.com/polygamma/aurman) AUR helper:

bash
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.

You need [`x11vnc`](https://github.com/LibVNC/x11vnc), `xrandr`, and PyQt5 libraries. To install (e.g. on Ubuntu):
bash
sudo apt-get install x11vnc qtbase5-dev On Debian/Ubuntu, xrandr is included.


After you install the dependancies then run:

bash
sudo pip install virtscreen

0.2.0

This release focus on compatibility with older Linux distros and older `x11vnc`.

New
* Auto detecting available `x11vnc` options
* `x11vnc` client caching
* Advanced options for both Display and VNC tabs

Installation

Debian (Ubuntu)

`.deb` package

bash
sudo apt-get update
sudo apt-get install x11vnc qtbase5-dev
wget https://github.com/kbumsik/VirtScreen/releases/download/0.2.0/virtscreen_0.2.0-1_all.deb
sudo dpkg -i virtscreen_0.2.0-1_all.deb
rm virtscreen_0.2.0-1_all.deb


Arch Linux (AUR)

There is [`virtscreen` AUR package](https://aur.archlinux.org/packages/virtscreen/) available. Though there are many ways to install the AUR package, one of the easiest way is to use [`aurman`](https://github.com/polygamma/aurman) AUR helper:

bash
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.

You need [`x11vnc`](https://github.com/LibVNC/x11vnc), `xrandr`, and PyQt5 libraries. To install (e.g. on Ubuntu):
bash
sudo apt-get install x11vnc qtbase5-dev On Debian/Ubuntu, xrandr is included.


After you install the dependancies then run:

bash
sudo pip install virtscreen

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.