Kid
|
89761213c3
|
Do not quote $SHELL in .desktop files
This does not work properly on some desktop environments (KDE), and
$SHELL is unlikely to require quoting.
Fixes #4367 <https://github.com/Genymobile/scrcpy/issues/4367>
PR #4448 <https://github.com/Genymobile/scrcpy/pull/4448>
Signed-off-by: Romain Vimont <rom@rom1v.com>
|
2023-11-25 21:28:43 +01:00 |
|
Kid
|
8db4e78b34
|
Fix Linux desktop files
There were too many backslashes in the Exec line.
Fixes #4367 <https://github.com/Genymobile/scrcpy/issues/4367>
PR #4448 <https://github.com/Genymobile/scrcpy/pull/4448>
Signed-off-by: Romain Vimont <rom@rom1v.com>
|
2023-11-25 21:28:43 +01:00 |
|
Bernard Cafarelli
|
d2b7315ba6
|
Fix linux desktop files validation
Follow quoting rules from:
<https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#exec-variables>
PR #3817 <https://github.com/Genymobile/scrcpy/pull/3817>
Fixes #3633 <https://github.com/Genymobile/scrcpy/issues/3633>
Signed-off-by: Romain Vimont <rom@rom1v.com>
|
2023-03-14 23:15:09 +01:00 |
|
Chih-Hsuan Yen
|
a2a22f497f
|
Use shell environment to execute launcher
Make Exec= compatible with $PATH configured in .bashrc or .zshrc…
PR #3351 <https://github.com/Genymobile/scrcpy/pull/3351>
Refs #296 <https://github.com/Genymobile/scrcpy/pull/296#discussion_r224987002>
Signed-off-by: Romain Vimont <rom@rom1v.com>
|
2022-09-09 19:06:29 +02:00 |
|
Addison Snelling
|
51a1762cbd
|
Add desktop entry file for Linux app launchers
Refs <https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html>
PR #3351 <https://github.com/Genymobile/scrcpy/pull/3351>
Replaces PR #296 <https://github.com/Genymobile/scrcpy/pull/296>
Fixes #295 <https://github.com/Genymobile/scrcpy/issues/295>
Fixes #748 <https://github.com/Genymobile/scrcpy/issues/748>
Fixes #1636 <https://github.com/Genymobile/scrcpy/issues/1636>
Co-authored-by: Chih-Hsuan Yen <yan12125@gmail.com>
Signed-off-by: Romain Vimont <rom@rom1v.com>
|
2022-09-09 19:06:29 +02:00 |
|