Skip to content
Snippets Groups Projects
Commit 66b99095 authored by Timothee Besset's avatar Timothee Besset
Browse files

Fix screenshots to work against latest gamescope

parent 984219f3
Branches main
No related merge requests found
2024-11-14 Timothee Besset <ttimo@valvesoftware.com>
* Release v0.20241114.0
* Fix screenshots to work against latest gamescope.
2024-10-25 Timothee Besset <ttimo@valvesoftware.com>
* Release v0.20241025.0
......
......@@ -1566,7 +1566,7 @@ def screenshot(args):
# wipe any existing screenshot first:
# - so they don't accumulate in tmpfs
# - so we can wait and confirm a new screenshot was delivered
_simple_ssh(ssh, 'rm /tmp/gamescope_*.png', silent=True)
_simple_ssh(ssh, 'rm /tmp/gamescope*.png', silent=True)
if args.xprop is None:
_simple_ssh(ssh, 'kill -USR2 `pidof gamescope`', silent=True, check_status=True)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment