moe-os/README.md

63 lines
2.1 KiB
Markdown
Raw Normal View History

2024-06-19 20:45:11 +02:00
# moe-os   [![build-ublue](https://github.com/moe1369/moe-os/actions/workflows/build.yml/badge.svg)](https://github.com/moe1369/moe-os/actions/workflows/build.yml)
2024-06-19 18:56:48 +02:00
2024-06-20 07:20:25 +02:00
Custom Fedora Image made with [BlueBuild](https://blue-build.org).
2024-06-29 15:30:08 +02:00
For personal use based on [ublue-os Silverblue main Variant](https://github.com/ublue-os/main/)
2024-06-19 18:56:48 +02:00
2024-06-29 19:45:18 +02:00
This is meant to somewhat emulate bazzite while keeping things "clean". Used as a daily driver for general usage and secondarily for couch gaming.
2024-06-19 18:56:48 +02:00
## Installation
To rebase an existing atomic Fedora installation to the latest build:
- First rebase to the unsigned image, to get the proper signing keys and policies installed:
```
2024-06-19 20:45:11 +02:00
rpm-ostree rebase ostree-unverified-registry:ghcr.io/moe1369/moe-os:latest
2024-06-19 18:56:48 +02:00
```
- Reboot to complete the rebase:
```
systemctl reboot
```
- Then rebase to the signed image, like so:
```
2024-06-19 20:45:11 +02:00
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/moe1369/moe-os:latest
2024-06-19 18:56:48 +02:00
```
- Reboot again to complete the installation
```
systemctl reboot
```
The `latest` tag will automatically point to the latest build. That build will still always use the Fedora version specified in `recipe.yml`, so you won't get accidentally updated to the next major version.
2024-06-26 21:02:49 +02:00
## Pitfalls & common issues
2024-06-26 21:03:47 +02:00
### Return to Gaming Mode doesn't work
2024-06-26 21:03:27 +02:00
2024-06-26 21:02:49 +02:00
Nobaras Package expects a qdbus binary but kinoite installs it as qdbus-qt6.
Create a new Folder under your home and symlink the binary under a new name.
```
2024-06-29 19:43:53 +02:00
mkdir bin \
2024-06-26 21:02:49 +02:00
ln -s /usr/bin/qdbus-qt6 /var/home/YOURUSERNAME/bin/qdbus
```
2024-06-29 19:43:53 +02:00
### Steam Deck Mode won't update OOBE
Login to Plasma and complete OOBE once in nested gamescope
```
gamescope -e -- steam -steamdeck
```
### Wrong keyboard layout
Apparently one of the images defaults to en_US Keyboard Layout. Change it back in Plasma Settings.
2024-06-29 19:50:46 +02:00
### Steam in Desktop Mode flashes on and off
This happens in multi GPU setups which are becoming more common.
Go into Plasma Menu Editor, copy and paste Steam Desktop File and keep the name the same.
Open your .desktop File and change the value to false as seen in the screenshot.
2024-06-29 19:51:13 +02:00
2024-06-29 19:50:46 +02:00
![grafik](https://github.com/Moe1369/moe-os/assets/65728018/b9346111-81f3-4886-9808-49354378feb4)