Merge branch 'main' into f40

This commit is contained in:
Kyle Gospodnetich 2024-04-06 14:34:09 -07:00
commit acd39e7bf0
6 changed files with 11 additions and 24 deletions

View File

@ -327,6 +327,7 @@ RUN rpm-ostree install \
cockpit-system \
cockpit-navigator \
cockpit-storaged \
wl-clipboard \
lsb_release && \
pip install --prefix=/usr topgrade && \
rpm-ostree install \

View File

@ -7,7 +7,7 @@
# [🇺🇸](https://github.com/ublue-os/bazzite/blob/main/README.md) [🇪🇸](https://github.com/ublue-os/bazzite/blob/main/README-SPA.md) [🇮🇩](https://github.com/ublue-os/bazzite/blob/main/README-ID.md)
<p align="center">
<a href="https://bazzite.gg/#image-picker"><img src="/repo_content/download.png?raw=true" alt="Download Bazzite"/></a>
<a href="https://download.bazzite.gg/"><img src="/repo_content/download.png?raw=true" alt="Download Bazzite"/></a>
</p>
---
@ -33,6 +33,8 @@
## About & Features
[Please see our website](https://bazzite.gg/) for a newcomer-friendly explaination of Bazzite. This readme will cover everything in-depth.
[Bazzite](https://bazzite.gg/) is an OCI image that serves as an alternative operating system for the [Steam Deck](https://www.steamdeck.com/), and a ready-to-game SteamOS-like for desktop computers and living room home theater PCs.
Bazzite is built from [ublue-os/main](https://github.com/ublue-os/main) and [ublue-os/nvidia](https://github.com/ublue-os/nvidia) using [Fedora](https://fedoraproject.org/) technology, which means expanded hardware support and built in drivers are included. Additionally, Bazzite adds the following features:

View File

@ -1,13 +1,14 @@
# Bazzite Press Kit
# About
For information about Bazzite, it's background, features, and installation, take a look at our [Readme](https://bazzite.gg/).
For information about Bazzite, it's background, features, and installation, [take a look at our website](https://bazzite.gg/).
# Important Note
Bazzite is not a Linux distribution in the traditional sense. It is an OCI image built from Fedora Silverblue or Kinoite using [Universal Blue technology](https://universal-blue.org/). Users may at any time rebase from our image to stock Fedora and back again without losing data.
- [View our governance](https://universal-blue.org/membership/)
- [View available packages](https://github.com/orgs/ublue-os/packages?repo_name=bazzite)
- [View our website](https://bazzite.gg/)
- [View our governance](https://universal-blue.org/membership)
- [View available images](https://github.com/orgs/ublue-os/packages?repo_name=bazzite)
- [View releases](https://github.com/ublue-os/bazzite/releases)
- [View newsletter](https://universal-blue.discourse.group/tag/bazzite-buzz)
- [View our open issues](https://github.com/ublue-os/bazzite/issues)

View File

@ -70,11 +70,6 @@ screens:
default: false
packages:
- Install OpenRazer: ujust install-openrazer
Solaar:
description: Application to control Logitech Mice, Keyboards, and Trackpads
default: false
packages:
- Install Solaar: ujust install-solaar
Wootility:
description: A configurator for Wooting keyboards
default: false
@ -231,6 +226,7 @@ screens:
- qBittorrent: org.qbittorrent.qBittorrent
- Resources: net.nokyan.Resources
- SaveDesktop: io.github.vikdevelop.SaveDesktop
- Solaar: io.github.pwr_solaar.solaar
- Syncthing: com.github.zocker_160.SyncThingy
- VLC: org.videolan.VLC
final-screen:

View File

@ -53,11 +53,6 @@ screens:
default: false
packages:
- Install Oversteer: ujust install-oversteer
Solaar:
description: Application to control Logitech Mice, Keyboards, and Trackpads
default: false
packages:
- Install Solaar: ujust install-solaar
Wootility:
description: A configurator for Wooting keyboards
default: false
@ -222,6 +217,7 @@ screens:
- qBittorrent: org.qbittorrent.qBittorrent
- Resources: net.nokyan.Resources
- SaveDesktop: io.github.vikdevelop.SaveDesktop
- Solaar: io.github.pwr_solaar.solaar
- Syncthing: com.github.zocker_160.SyncThingy
- VLC: org.videolan.VLC
final-screen:

View File

@ -32,7 +32,7 @@ install-coolercontrol:
rpm-ostree install --apply-live -y liquidctl coolercontrol
systemctl enable coolercontrold.service
mkdir -p $HOME/.config/autostart
cp /usr/share/application/org.coolercontrol.CoolerControl.desktop $HOME/.config/autostart/org.coolercontrol.CoolerControl.desktop
cp /usr/share/applications/org.coolercontrol.CoolerControl.desktop $HOME/.config/autostart/org.coolercontrol.CoolerControl.desktop
echo 'Complete.'
alias get-steamcmd := install-steamcmd
@ -85,15 +85,6 @@ install-oversteer: distrobox-check-fedora
sudo dnf install -y oversteer && \
distrobox-export --app oversteer'
# Install Solaar for Logitech Mice, Keyboards, and Trackpads
install-solaar: distrobox-check-fedora
distrobox-enter -n fedora -- bash -c 'sudo dnf install -y \
solaar && \
distrobox-export --app solaar' && \
mkdir -p ~/.config/autostart && \
rm -f ~/.config/autostart/fedora-solaar.desktop && \
cp ~/.local/share/applications/fedora-solaar.desktop ~/.config/autostart/fedora-solaar.desktop
# Install Resilio Sync, a file synchronization utility powered by BitTorrent
install-resilio-sync: distrobox-check-fedora
distrobox-enter -n fedora -- bash -c 'sudo rpm --import https://linux-packages.resilio.com/resilio-sync/key.asc' && \