Skip to content
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

fix(linux): add delay to service and improve troubleshooting docs #2903

Merged
merged 10 commits into from
Jul 28, 2024

Conversation

gschintgen
Copy link
Contributor

Description

I've added or updated the documentation in a few places:

  • add note about improved networking/streaming code
  • add Gnome Wayland resolution change notes (was undocumented)
  • delay startup via systemd if necessary
  • update note about AMD low-latency mode. (This is only a preliminary update)

Screenshot

There is also one change to the WebUI:

  • WebUI: refer to log for detected displays (the text was misleading)
    image
    (screenshot done with LC_ALL=en sunshine)

Issues Fixed or Closed

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency update (updates to dependencies)
  • Documentation update (changes to documentation)
  • Repository update (changes to repository files, e.g. .github/...)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the in code docstring/documentation-blocks for new or existing methods/components

Branch Updates

LizardByte requires that branches be up-to-date before merging. This means that after any PR is merged, this branch
must be updated before it can be merged. You must also
Allow edits from maintainers.

  • I want maintainers to keep my branch updated

docs/source/about/guides/app_examples.rst Outdated Show resolved Hide resolved
docs/source/about/guides/app_examples.rst Outdated Show resolved Hide resolved
docs/source/troubleshooting/general.rst Outdated Show resolved Hide resolved
docs/source/troubleshooting/linux.rst Show resolved Hide resolved
docs/source/troubleshooting/linux.rst Outdated Show resolved Hide resolved
docs/source/troubleshooting/linux.rst Outdated Show resolved Hide resolved
@ReenigneArcher ReenigneArcher changed the title Docs: troubleshooting notes (misc) docs: improve troubleshooting notes Jul 28, 2024
@ReenigneArcher ReenigneArcher changed the title docs: improve troubleshooting notes fix(linux): add delay to service and improve troubleshooting docs Jul 28, 2024
@ReenigneArcher ReenigneArcher enabled auto-merge (squash) July 28, 2024 12:38
Copy link

codecov bot commented Jul 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 9.53%. Comparing base (4afa0ee) to head (96855c1).

Additional details and impacted files
@@            Coverage Diff            @@
##           master   #2903      +/-   ##
=========================================
- Coverage    9.57%   9.53%   -0.04%     
=========================================
  Files          97      73      -24     
  Lines       17582   13648    -3934     
  Branches     8336    6287    -2049     
=========================================
- Hits         1683    1302     -381     
+ Misses      13008   11698    -1310     
+ Partials     2891     648    -2243     
Flag Coverage Δ
Linux ?
Windows 5.08% <ø> (ø)
macOS-12 10.29% <ø> (ø)
macOS-13 ?
macOS-14 10.52% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 59 files with indirect coverage changes

@ReenigneArcher ReenigneArcher merged commit 0b70d46 into LizardByte:master Jul 28, 2024
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants