-
-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: easier troubleshooting with 'ujust get-logs', depreciate gamescope-logs #2118
Open
xXJSONDeruloXx
wants to merge
8
commits into
ublue-os:testing
Choose a base branch
from
xXJSONDeruloXx:gamescope-logs-depreciate
base: testing
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: easier troubleshooting with 'ujust get-logs', depreciate gamescope-logs #2118
xXJSONDeruloXx
wants to merge
8
commits into
ublue-os:testing
from
xXJSONDeruloXx:gamescope-logs-depreciate
+12
−51
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dosubot
bot
added
size:M
This PR changes 30-99 lines, ignoring generated files.
enhancement
New feature or request
labels
Jan 13, 2025
xXJSONDeruloXx
changed the title
Feat: easier troubleshooting with 'ujust get-logs', depreciate gamescope-logs
feat: easier troubleshooting with 'ujust get-logs', depreciate gamescope-logs
Jan 13, 2025
system_files/desktop/shared/usr/share/ublue-os/just/80-bazzite.just
Outdated
Show resolved
Hide resolved
merged with latest changes from main, hopefully that resolves Nvidia builds failing |
…ublue-os#2124) Bumps [dataaxiom/ghcr-cleanup-action](https://github.com/dataaxiom/ghcr-cleanup-action) from 1.0.15 to 1.0.16. - [Release notes](https://github.com/dataaxiom/ghcr-cleanup-action/releases) - [Commits](dataaxiom/ghcr-cleanup-action@v1.0.15...v1.0.16) --- updated-dependencies: - dependency-name: dataaxiom/ghcr-cleanup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [hhd-dev/rechunk](https://github.com/hhd-dev/rechunk) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/hhd-dev/rechunk/releases) - [Changelog](https://github.com/hhd-dev/rechunk/blob/master/example_changelog.md) - [Commits](hhd-dev/rechunk@v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: hhd-dev/rechunk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
xXJSONDeruloXx
force-pushed
the
gamescope-logs-depreciate
branch
from
January 14, 2025 22:09
7c43113
to
b212ec9
Compare
reverted merge, was not needed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The post-gamescope-logs command was designed to collect Gamescope-specific logs from legacy file paths. These files are no longer generated because Gamescope now sends all log output to the system journal (journald).
this PR replaces that ujust recipe with a new one 'get-logs' that cleanly outputs two pastebin URLs for logs this boot, and logs last boot. This optimizes for issue reporting and troubleshooting. You can just tell the user "run 'ujust get-logs'" to get output like:
this command is intentionally short and the output hides warning messages and other noise, in order to optimize for users who may be inputting this with touch keyboards on small handheld screens.