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

steam: Include font packages for Steam Gamescope Session #376

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

bigsaltyfishes
Copy link

@bigsaltyfishes bigsaltyfishes commented Jun 21, 2024

Upstream has added extraPackages and fontPackages options to fix the display issues of CJK fonts in the Steam client. However, these option changes will generate a new Steam package through a function and will not affect steamPackages.steam-fhsenv. Our gamescope-session uses the steamPackages.steam-fhsenv package instead of programs.steam.package. Include fonts packages from programs.steam.fontPackages to solve fonts issue.

Upstream PR: NixOS/nixpkgs#312268
Related issues:

@K900
Copy link
Contributor

K900 commented Jun 21, 2024

This feels like a lot of duplicated effort for something that could just be solved with an overlay?

* Follow PR NixOS/nixpkgs#312268, fix CJK fonts on gamescope session.
@bigsaltyfishes bigsaltyfishes changed the title steam: Add option extraPackages and fontPackages. steam: Include font packages for Steam Gamescope Session Jun 21, 2024
@bigsaltyfishes
Copy link
Author

This feels like a lot of duplicated effort for something that could just be solved with an overlay?

How about just include fonts only, for extra packages can use overlays to install? At least I think we need to make base features working.

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