Romain Vimont
Romain Vimont
https://stackoverflow.com/questions/7327147/adb-error-cannot-connect-to-daemon
Hi, Thank you :+1: I added a first commit to replace the hardcoded `share/` in meson.build by the _datadir_ variable (on `dev` branch). Then I rebased/re-split the commits. Then I...
> (Term "shell startup scripts" is just the first one out of my head. Different people use different terms for those files :D) In `man bash`: > ``` > ~/.bashrc...
@asnelling as the author of #296, any remark?
> IMO, `Exec=` should let the system resolve `scrcpy` and _not_ invoke a shell. So, for the non-console version: ``` Exec=/usr/bin/scrcpy ``` For the console version: ``` Exec=/usr/bin/scrcpy || bash...
> Yeah, || is passed as an argument and failed. Here is a working example with waiting and no interactive shell: > > ``` > Exec=/bin/bash -c 'scrcpy || read...
Merged into `dev`.
If it closes, the adb connection is closed. Open `adb shell` or `adb logcat` in a separate terminal, and keep it open. Does the command terminate at the same time...
Scrcpy does not do anything related to that, so it's probably SDL. Replace SDL2.dll from an old release.
Could you retry an older version now?