Giter VIP home page Giter VIP logo

steamos-base-files's People

Contributors

scaronni avatar

Watchers

James Cloos avatar  avatar

Forkers

ignaci0

steamos-base-files's Issues

[First Run] SteamOS requires a specific path for DejaVuSans.ttf

Based on ValveSoftware/steam-for-linux#5421

When starting Steam for the first time with the -steamos flag, the client will fail to initialize after failing to find tenfoot.uifont (expected) and DejaVuSans.ttf (unexpected). This because Steam has a hardcoded path for fonts, so instead of using fontconfig to find the right path, it simply tries to load /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf.

Last time I brought it up it didn't seem like it was ever going to be fixed, so I've been fixing it locally by running this before running Steam:

mkdir -p /usr/share/fonts/truetype/
ln -s /usr/share/fonts/dejavu /usr/share/fonts/truetype/ttf-dejavu

It's a bit hacky, but AFAIK this symlink doesn't conflict with any other packages - the truetype folder is provided by powerline-fonts and that's about it. Would it be weird if we incorporated this symlink into this package? This is the only thing preventing SteamOS from working out of the box.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.