Search Criteria
Package Base Details: qtscrcpy
Package Actions
Git Clone URL: | https://aur.archlinux.org/qtscrcpy.git (read-only, click to copy) |
---|---|
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 12 |
Popularity: | 0.25 |
First Submitted: | 2021-03-07 15:32 (UTC) |
Last Updated: | 2022-10-31 16:22 (UTC) |
Latest Comments
1 2 3 4 Next › Last »
yochananmarqos commented on 2023-10-24 14:55 (UTC)
@pika02: What are you talking about?
pika02 commented on 2023-10-24 14:49 (UTC)
However there is no
/opt/qtscrcpy/adb
by default. I think the defaultadb
is/opt/android-sdk/platform-tools/adb
, which is provided by the packageandroid-sdk-platform-tools
.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.
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 inpath-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 likeecho export QTSCRCPY_ADB_PATH=/opt/android-sdk/platform-tools/adb >> "$pkgdir"/etc/profile.d/scrcpy.sh
would work. (BTW, why chmod 666 to a directorykumax 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
variableyochananmarqos commented on 2022-10-24 15:18 (UTC)
@kumax: I'm not following. It can't find it in
/usr/bin/
, either.1 2 3 4 Next › Last »