Skip to content

Comments

docs: miscellaneous updates#4597

Merged
ReenigneArcher merged 8 commits intomasterfrom
docs/general-improvements
Feb 8, 2026
Merged

docs: miscellaneous updates#4597
ReenigneArcher merged 8 commits intomasterfrom
docs/general-improvements

Conversation

@ReenigneArcher
Copy link
Member

@ReenigneArcher ReenigneArcher commented Jan 18, 2026

Description

Documentation improvements.

Screenshot

Issues Fixed or Closed

Roadmap Issues

Type of Change

  • feat: New feature (non-breaking change which adds functionality)
  • fix: Bug fix (non-breaking change which fixes an issue)
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc.)
  • refactor: Code change that neither fixes a bug nor adds a feature
  • perf: Code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system or external dependencies
  • ci: Changes to CI configuration files and scripts
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit
  • BREAKING CHANGE: Introduces a breaking change (can be combined with any type above)

Checklist

  • Code follows the style guidelines of this project
  • Code has been self-reviewed
  • Code has been commented, particularly in hard-to-understand areas
  • Code docstring/documentation-blocks for new or existing methods/components have been added or updated
  • Unit tests have been added or updated for any new or modified functionality

AI Usage

  • None: No AI tools were used in creating this PR
  • Light: AI provided minor assistance (formatting, simple suggestions)
  • Moderate: AI helped with code generation or debugging specific parts
  • Heavy: AI generated most or all of the code changes

@codecov
Copy link

codecov bot commented Jan 18, 2026

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (master@2f61116). Learn more about missing BASE report.
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/platform/linux/kmsgrab.cpp 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master    #4597   +/-   ##
=========================================
  Coverage          ?   15.13%           
=========================================
  Files             ?       95           
  Lines             ?    19883           
  Branches          ?     9196           
=========================================
  Hits              ?     3009           
  Misses            ?    15699           
  Partials          ?     1175           
Flag Coverage Δ
Archlinux 11.19% <0.00%> (?)
FreeBSD-14.3-amd64 13.24% <ø> (?)
Homebrew-ubuntu-22.04 13.43% <0.00%> (?)
Linux-AppImage 11.60% <0.00%> (?)
Windows-AMD64 13.48% <ø> (?)

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

Files with missing lines Coverage Δ
src/platform/linux/kmsgrab.cpp 3.82% <0.00%> (ø)

@codecov
Copy link

codecov bot commented Jan 18, 2026

Bundle Report

Bundle size has no change ✅

@ReenigneArcher ReenigneArcher force-pushed the docs/general-improvements branch 2 times, most recently from 9ec3d17 to 38bc6fa Compare January 25, 2026 17:08
@ReenigneArcher ReenigneArcher changed the title docs: improve Fedora copr installation section docs: miscellaneous updates Jan 25, 2026
@ReenigneArcher ReenigneArcher force-pushed the docs/general-improvements branch 2 times, most recently from 1fb2137 to fb6f9d8 Compare January 31, 2026 23:00
@ReenigneArcher ReenigneArcher added this to the stable release milestone Feb 3, 2026
Added a tip for installing the beta version using 'sunshine-beta' and included 'brew update' and 'brew upgrade' steps before installation on macOS to ensure users have the latest Homebrew packages.
Corrected 'he tray icon' to 'the tray icon' in a comment explaining a Windows-specific issue with the system tray icon.
Add UI screenshots and a ViGEmBus installer image to the getting_started guide, reorganize and clarify the usage steps (theme selection, adding apps, config search, featured apps, PIN flow), and reword the config-file note to be optional. Add new image assets under docs/images for the updated UI walkthrough and troubleshooting logs.
Improve the bug report issue template to guide reporters and reduce noise. Add a prominent warning in the bug description that log errors are not bugs and add FreeBSD to OS options. Rename and clarify Windows package entries, add XDG Portal Grab capture option, and remove the old version and config fields to simplify the form. Update the logs section label/description, make logs optional, and add a new optional "Online logs" input so users can paste a gist link for long logs.
Differentiate the error message when a DRM framebuffer handle cannot be obtained. Use preprocessor guards to show a specific message for AppImage/Flatpak builds (SUNSHINE_BUILD_FLATPAK or SUNSHINE_BUILD_APPIMAGE) indicating KMS capture is not supported there; for other builds instruct users to use the 'sunshine-kms' service and provide stable and beta documentation links. This clarifies guidance and improves troubleshooting.
@ReenigneArcher ReenigneArcher force-pushed the docs/general-improvements branch from fb6f9d8 to 750df71 Compare February 8, 2026 03:04
@ReenigneArcher ReenigneArcher marked this pull request as ready for review February 8, 2026 03:04
Update the 'Stable builds' note to say the beta copr is often recommended but regular updates aren't required, while warning that rare breaking changes could cause occasional annoyances. Small documentation clarification in getting_started.md.
Update getting_started.md to clarify runtime and capture limitations for portable packages. Removed the AppImage distro matrix and added notes that AppImage does not support KMS capture and is built on Ubuntu 22.04 (requires glibc >= 2.35 and libstdc++ >= 3.4.11). Also added a caution that Flatpak does not support KMS capture. This makes compatibility requirements and capture limitations clearer for users.
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 8, 2026

@ReenigneArcher ReenigneArcher merged commit 5bd3a2b into master Feb 8, 2026
55 checks passed
@ReenigneArcher ReenigneArcher deleted the docs/general-improvements branch February 8, 2026 05:12
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.

KMS has new service file in beta Sunshine - read the documentation - tldr; use new sunshine-kms service Missing Fedora 43 build in COPR stable repo

1 participant