All Projects → solus-project → runtime-snaps

solus-project / runtime-snaps

Licence: GPL-2.0 license
Core repository for Solus runtime snaps

Programming Languages

shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to runtime-snaps

meta-package-manager
🎁 a wrapper around all package managers
Stars: ✭ 277 (+765.63%)
Mutual labels:  steam, snap
cache
Simple and easy go cache micro framework
Stars: ✭ 12 (-62.5%)
Mutual labels:  runtime
CSGO-Market-Float-Finder
Find Counter Strike: Global Offensive Steam Market skin float values, seeds, and skin type. Tabulates data for easy sorting.
Stars: ✭ 69 (+115.63%)
Mutual labels:  steam
Opore-Mod
On steam: https://steamcommunity.com/sharedfiles/filedetails/?id=1903525208
Stars: ✭ 29 (-9.37%)
Mutual labels:  steam
CSGO-Overpay-Bot
No description or website provided.
Stars: ✭ 31 (-3.12%)
Mutual labels:  steam
subwasm
Subwasm is a cli utility to help you know more about WASM Runtimes. It help downloading, inspecting and comparing Substrate based chains such as Polkadot or Kusama.
Stars: ✭ 53 (+65.63%)
Mutual labels:  runtime
VJ-Base
An addon for Garry's mod that contains bunch of bases to make many different types of addons.
Stars: ✭ 57 (+78.13%)
Mutual labels:  steam
nextcloud-snap
☁️📦 Nextcloud packaged as a snap
Stars: ✭ 1,445 (+4415.63%)
Mutual labels:  snap
SteamAccountRoboticAssistant
Chrome-Extension for enhancing and automating your Steam-Experience
Stars: ✭ 36 (+12.5%)
Mutual labels:  steam
discourse-steam-login
Allows user authentication with discourse via the Steam user API
Stars: ✭ 45 (+40.63%)
Mutual labels:  steam
tesseract-ocr-re
Tesseract 4 OCR Runtime Environment - Docker Container
Stars: ✭ 94 (+193.75%)
Mutual labels:  runtime
FLOSS-Games-on-Steam
A list of FLOSS games available on Steam
Stars: ✭ 90 (+181.25%)
Mutual labels:  steam
DotNetJS
Consume C# in JavaScript with comfort: single-file UMD library, auto-generated 2-way bindings and type definitions
Stars: ✭ 551 (+1621.88%)
Mutual labels:  runtime
AROS
www.axrt.org
Stars: ✭ 33 (+3.13%)
Mutual labels:  runtime
saliengame-bot
Steam Saliens Game 2018 - Auto-play / Auto-Click Bot
Stars: ✭ 12 (-62.5%)
Mutual labels:  steam
node-steam-weblogon
WebLogOn implementation for node-steam 1.x **NO LONGER MAINTAINED**
Stars: ✭ 27 (-15.62%)
Mutual labels:  steam
Fragsurf-2
Fragsurf is an actively developed standalone game based on HL2 surf and bhop movement mechanics.
Stars: ✭ 68 (+112.5%)
Mutual labels:  steam
newsteamchat
Metro skin for Steam chat and friends UI.
Stars: ✭ 79 (+146.88%)
Mutual labels:  steam
study-snap
📓📲 Flutter app for managing study materials in form of photos.
Stars: ✭ 34 (+6.25%)
Mutual labels:  snap
Steam-Server-Manager
PowerShell Steam Server Manager
Stars: ✭ 33 (+3.13%)
Mutual labels:  steam

runtime-snaps

Combining the Solus runtime and Linux Steam Integration project with Snaps for universal gaming

This is currently a Work In Progress.

WARNING - HIGHLY VOLATILE

We're now undergoing the upstreaming process for the new steam-support interface, as such consider the existing snaps broken, and you in need of a new snapd with the new support. We're also going to drop devmode support now and move to strict confinement, so please consider the vast majority of this document incorrect.

Why what now?

This is an ongoing effort to produce snaps to provide the Steam* client, Linux Steam Integration project, and Solus packages to create a true "universal app" variant of Steam that will work on every Linux distribution in the same way, while mitigating many of the runtime issues.

This isn't just a "native Steam" effort, LSI is a highly complex project that seeks to replace the runtime almost entirely, and fix many issues. Integrating LSI is also a large undertaking - thus Solus is now seeking to share our work on our own runtime and LSI implementation with the rest of the Linux world for a pain-free and consistent gaming experience.

A large element of this is also to help developers and studios targeting Linux as a platform to have a singular target that would work across all Linux distributions, and provide peace of mind that their games would work as intended. Additionally, as the keepers of LSI, we can rapidly deploy changes to LSI and the runtime to better support the games and alleviate regressions before they hit users.

runtime-snaps is a Solus project

logo

Planned Usage

Runtimes:

  • solus-runtime-gaming

Applications:

  • linux-steam-integration + steam (single snap)

Note that for now we'll not be focusing on strict confinement, so the snaps should be installed with --devmode until such point as proper confinement is feasible.

We are not currently planning on making an SDK available, as the runtime will primarily be derived from the Solus repositories, with minor layering happening within the local runtimes.

As and when we have the core components in place we can start discussions around SDK + debugging availability.

How to build and run

You must be on Solus to build these snaps. You do not need to be on Solus to run these snaps.

Dependencies

  • snapd 2.29.2 + patches
  • solbuild (ensure this has been initialised on unstable-x86_64)

snapd patches

Note: All of these patches are in Solus

After installing the relevant snapd, ensure your apparmor rules are applied and snapd has been restarted. Be lazy, reboot. People do it.

For Ubuntu users you may use the Snappy Edge PPA

Install from the store

sudo snap install --edge solus-runtime-gaming
sudo snap install --devmode --edge linux-steam-integration
snap run linux-steam-integration

Build solus-runtime-gaming (Solus only)

sudo ./round1.sh

Build linux-steam-integration (Solus only)

sudo ./mkapp.sh

Installation (custom build)

You must first remove the existing installs if you've already run this step before:

sudo snap remove solus-runtime-gaming linux-steam-integration

The installation order is important, as LSI depends on the base runtime snap:

sudo snap install --dangerous solus-runtime-gaming*.snap
sudo snap install --dangerous --devmode linux-steam-integration*.snap

Running

snap run linux-steam-integration

Run with debug

This will drop you to a shell within the runtime and allow you to execute LSI's Steam shim with debugging enabled.

snap run --shell linux-steam-integration
$ export LSI_DEBUG=1
$ $SNAP/linux-steam-integration

Known Issues

Tracking some currently known shortcomings here:

  • No udev roles exposed to host. Talking with upstream to improve this in a new snapd interface
  • No testing yet done outside Solus! Need to test biarch + multiarch distros with NVIDIA & open source drivers.
  • "Home" for Steam is within the snap root. Removing snap will uninstall those local games
  • Requires --devmode install as confinement isn't yet finished.
  • LSI_DEBUG will cause crashes on Ubuntu (potentially stack size issue?)

License

Copyright © 2017 Solus Project

runtime-snaps is available under the terms of the GPL-2.0 license.

The distributed binary snap will fall under multiple licenses, consult the included packages to determine licensing details for the entire binary image.

* Some names may be claimed as the property of others.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].