Package Details: guiscrcpy 1:2023.1.1-5

Git Clone URL: https://aur.archlinux.org/guiscrcpy.git (read-only, click to copy)
Package Base: guiscrcpy
Description: Open Source GUI based Android Screen Mirroring System
Upstream URL: https://guiscrcpy.srev.in
Keywords: scrcpy
Licenses: GPL-3.0-or-later
Submitter: yochananmarqos
Maintainer: None
Last Packager: yochananmarqos
Votes: 19
Popularity: 0.000005
First Submitted: 2019-09-03 21:52 (UTC)
Last Updated: 2024-04-16 15:05 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9

yochananmarqos commented on 2019-09-06 17:03 (UTC)

@Chrissss: adb is covered by scrcpy's dependency on android-tools.

Chrissss commented on 2019-09-06 16:49 (UTC)

Shouldn't be the android-tools a dependency, too? The package provides the adb binary, without it Guiscrcpy fails.

$ guiscrcpy
guiscrcpy v1.10.0-release
[...]
/bin/sh: 1: adb: not found
ADB: []
Traceback (most recent call last):
  File "__main__.py", line 1094, in start_act
IndexError: list index out of range
Abgebrochen (Speicherabzug geschrieben)

Chrissss commented on 2019-09-05 16:38 (UTC)

I had a Python2-Binary in my $PATH, not sure whay. But with Python3 it works.

Chrissss commented on 2019-09-05 07:08 (UTC)

I'm using Gnome, too. It doesn't matter if I use guiscrcpy or guiscrcpy-git. But fail with the same error. I think I should report this issue upstream.

$ guiscrcpy 
************************************
guiscrcpy v1.10.0-release           
by srevinsaju                       
************************************
released on 24082019 GMT+0300 2048  
Licensed under GNU GPL v3 (c) 2019  
************************************
Traceback (most recent call last):
  File "/opt/guiscrcpy/__main__.py", line 137, in <module>
    except FileNotFoundError or FileExistsError:
NameError: name 'FileNotFoundError' is not defined

yochananmarqos commented on 2019-09-04 20:28 (UTC)

You're right, python-qdarkstyle is required.

I can't reproduce the error, it runs fine for me on GNOME. What DE / WM are you using? Maybe try guiscrcpy-git.

Chrissss commented on 2019-09-04 19:28 (UTC) (edited on 2019-09-04 19:29 (UTC) by Chrissss)

Is python-qdarkstyle really an optional dependency? At my system guiscrcpy fails to start without it.

$ guiscrcpy 
Traceback (most recent call last):
  File "/opt/guiscrcpy/__main__.py", line 83, in <module>
    import qdarkstyle
ImportError: No module named qdarkstyle

But that's not the end of the problems, after installing python-qdarkstyle the programm still crashes.

$ guiscrcpy 
guiscrcpy v1.10.0-release
by srevinsaju
************************************
released on 24082019 GMT+0300 2048 
************************************
Traceback (most recent call last):
  File "/opt/guiscrcpy/__main__.py", line 126, in <module>
    except FileNotFoundError or FileExistsError:
NameError: name 'FileNotFoundError' is not defined