Package Details: qtscrcpy 2.1.2-1

Git Clone URL: https://aur.archlinux.org/qtscrcpy.git (read-only, click to copy)
Package Base: qtscrcpy
Description: Android real-time screencast control tool
Upstream URL: https://github.com/barry-ran/QtScrcpy
Licenses: Apache
Conflicts: qt-scrcpy
Replaces: qt-scrcpy
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 12
Popularity: 0.95
First Submitted: 2021-03-07 15:32 (UTC)
Last Updated: 2022-10-31 16:22 (UTC)

Latest Comments

1 2 3 4 Next › Last »

xiota commented on 2023-09-20 09:43 (UTC)

Please remove replaces directive. Thank you. (No need to reply via comment; AUR now sends commit notifications.)

Diffusion8545 commented on 2023-05-26 11:26 (UTC) (edited on 2023-05-26 11:27 (UTC) by Diffusion8545)

My Arch Linux is completely in English environment, though I'm a Chinese and I have installed a Chinese input method in it. However, It seems that there are some Chinese characters in the paths of some images and I got an error during installation. So what's wrong with it and can I ignore this error? The shell output is as follows.

Can't translate pathname 'usr/share/doc/qtscrcpy/image/USB调试(安全设置).jpg' to UTF-8
Can't translate pathname 'usr/share/doc/qtscrcpy/image/显示指针位置.jpg' to UTF-8

yochananmarqos commented on 2023-03-01 16:05 (UTC)

@horror-proton: I would create an upstream issue and propose your idea there. The patch is only to change the paths for proper packaging.

horror-proton commented on 2023-03-01 03:22 (UTC)

@yochananmarqos According to qt documentation https://doc.qt.io/qt-5/qtglobal.html#qputenv , Those are environment variable and can be read by qgetenv at run time.

Compiling qtscrcpy without those qputenv works just as expected.

yochananmarqos commented on 2023-02-28 16:09 (UTC)

@horror-proton: Those are not environment variables, they're only used during build and hard-coded into the binary.

horror-proton commented on 2023-02-28 13:18 (UTC)

I think the qputenv's in path-fix.patch should be removed so that users would be able to set them through environment variables. qputenv are simply overwriting them. If default value should be set, perhaps something like echo export QTSCRCPY_ADB_PATH=/opt/android-sdk/platform-tools/adb >> "$pkgdir"/etc/profile.d/scrcpy.sh would work. (BTW, why chmod 666 to a directory

kumax commented on 2022-11-11 06:06 (UTC) (edited on 2022-11-11 06:07 (UTC) by kumax)

@yochananmarqos That's weird. It works fine for me when I put sndcpy.sh in ~/.local/bin and the directory is under $PATH variable

yochananmarqos commented on 2022-10-24 15:18 (UTC)

@kumax: I'm not following. It can't find it in /usr/bin/, either.

kumax commented on 2022-10-24 12:24 (UTC)

@yochananmarqos Just putting sndcpy.sh under the $PATH variable takes effects.

yochananmarqos commented on 2022-10-14 18:38 (UTC)

@kumax: I tried installing sndcpy.sh in /opt/qtscrcpy/, but it isn't finding it:

"AudioOutput::" "/usr/bin/bash: sndcpy.sh: No such file or directory\n"