Package Details: virtscreen 0.3.2-1

Git Clone URL: https://aur.archlinux.org/virtscreen.git (read-only, click to copy)
Package Base: virtscreen
Description: Use your iPad/tablet/computer as a secondary monitor on Linux (dderjoel's continuation fork)
Upstream URL: https://github.com/dderjoel/VirtScreen
Licenses: GPL-3.0-only
Submitter: kbumsik
Maintainer: None
Last Packager: MarsSeed
Votes: 6
Popularity: 0.000002
First Submitted: 2018-05-21 07:28 (UTC)
Last Updated: 2024-02-26 14:26 (UTC)

Latest Comments

1 2 Next › Last »

nojitsi commented on 2023-09-16 11:20 (UTC) (edited on 2023-09-16 11:24 (UTC) by nojitsi)

So, for everyone who wants to install: clone fork previously mentioned in comments - git clone https://github.com/dderjoel/VirtScreen/tree/master

go - cd ./VirtScreen/package/archlinux

make package - makepkg -is

go - cd ./src/Virtscreen-0.3.2

install package - make

check your app list you should see VirtScreen there.

I didn't test this fork quite much, but at least i got to launch it.

auditor_3d commented on 2023-07-21 13:06 (UTC)

i'm not sure why, since you posted this a year ago, but this package is still failing in the same way and still using python-quamash?

lmartinez-mirror commented on 2022-07-08 18:25 (UTC)

In that case I'll switch python-quamash for python-qasync when I get a chance to update this package.

rootjdev commented on 2022-07-04 05:36 (UTC) (edited on 2022-07-04 05:39 (UTC) by rootjdev)

Seems to be working very well. I submitted a PR to the gh repo with qasync as the dependency.

lmartinez-mirror commented on 2022-06-29 21:05 (UTC)

Unless python-qasync can provide the python-quamash API exactly, probably not. You may need to use the -git package.

rootjdev commented on 2022-06-29 07:25 (UTC)

@daviding; you can build quamash with my comment just below yours over there. Also, the quamash-git is up to date with that fix.

Lastly, @kbumsik, apparently, there exists qasync (https://aur.archlinux.org/packages/python-qasync-git) which is a maintained fork of quamash. Would it be possible to use this instead of quamash?

daviding commented on 2022-06-28 14:20 (UTC)

The dependency on quamash is failing.

-- begin paste --

==> Extracting sources... -> Extracting Quamash-0.6.1.tar.gz with bsdtar ==> Starting build()... Traceback (most recent call last): File "/var/tmp/pamac-build-daviding/python-quamash/src/Quamash-0.6.1/setup.py", line 2, in <module> import quamash File "/var/tmp/pamac-build-daviding/python-quamash/src/Quamash-0.6.1/quamash/init.py", line 594, in <module> from ._unix import _SelectorEventLoop File "/var/tmp/pamac-build-daviding/python-quamash/src/Quamash-0.6.1/quamash/_unix.py", line 44, in <module> class _SelectorMapping(collections.Mapping): AttributeError: module 'collections' has no attribute 'Mapping' ==> ERROR: A failure occurred in build(). Aborting...

-- end paste --

I have left a comment over at https://aur.archlinux.org/packages/python-quamash#comment-871648

lmartinez-mirror commented on 2021-06-27 07:49 (UTC)

I've tried my hand at cleaning up this PKGBUILD, please let me know if this works for you.

D3SOX commented on 2021-03-30 08:20 (UTC)

Same error as in the out of date flag:

fatal: repository '/home/nico/.cache/yay/virtscreen/src' does not exist
==> ERROR: Failure while creating working copy of src git repo
    Aborting...
error making: virtscreen

crazyquark commented on 2020-06-17 12:33 (UTC)

Only works if installed manually with makepkg on Manjaro, does not build via yay. Same problem as reported by other users.