Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SteamOS Devkit Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
devkit
SteamOS Devkit Client
Commits
66b99095
Commit
66b99095
authored
5 months ago
by
Timothee Besset
Browse files
Options
Downloads
Patches
Plain Diff
Fix screenshots to work against latest gamescope
parent
984219f3
Branches
main
Tags
v0.20241114.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
client/devkit_client/__init__.py
+1
-1
1 addition, 1 deletion
client/devkit_client/__init__.py
with
6 additions
and
1 deletion
ChangeLog
+
5
−
0
View file @
66b99095
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
...
...
This diff is collapsed.
Click to expand it.
client/devkit_client/__init__.py
+
1
−
1
View file @
66b99095
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment