-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from Ultramarine-Linux/w/diff-fedora
feat(release/diff-fedora): Document changes and differences with Fedora
- Loading branch information
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
title: Differences with Fedora | ||
description: "Known differences and changes compared with Fedora" | ||
--- | ||
|
||
import Alert from "../../../../components/Docs/Alert.astro"; | ||
|
||
This page documents Ultramarine Linux's significant changes compared with a typical Fedora workstation setup. | ||
|
||
Changes listed below are nonexhaustive and cumulative, meaning each section contains changes from all the section below it. | ||
|
||
### Emoji meanings | ||
|
||
- π¦ This is packaged in [Terra] | ||
- π³οΈ This ships existing Fedora packages | ||
- π₯ This is a significant breaking change | ||
|
||
## Ultramarine 40 | ||
|
||
- π₯ [Change default package manager to `dnf5`](/en/usage/um40-dnf5) (`dnf5-default-package-manager`) | ||
- Remove Fedora bookmarks in Firefox (`ultramarine-phony-bookmarks`) | ||
- Drop Pantheon Edition | ||
- `ultramarine-fun` | ||
- π³οΈ `git` | ||
- π³οΈ XFCE Edition | ||
- Improve key bindings for `zsh` | ||
- Supported by [Raspberry Pi Imager](https://github.com/raspberrypi/rpi-imager) | ||
- Use `ext4` instead of `btrfs` for Raspberry Pis | ||
|
||
## Before Ultramarine 40 | ||
|
||
- Out of box repositories: [Terra], full set of [RPM Fusion], [Flathub] | ||
- IP MTU probing enabled (which fixes [Ubisoft Connect](https://en.wikipedia.org/wiki/Ubisoft_Connect) games) | ||
- [Custom wallpapers](https://github.com/Ultramarine-Linux/backgrounds) π by Aikoyori | ||
- π¦ [System76 Scheduler](https://github.com/pop-os/system76-scheduler) (significantly better scheduling for low-end devices) | ||
- π¦ [KWin Script for system76-scheduler Integration](https://github.com/maxiberta/kwin-system76-scheduler-integration) | ||
- Numerous popular GNOME extensions | ||
- π³οΈ [AppIndicator/KStatusNotifierItem support](https://github.com/ubuntu/gnome-shell-extension-appindicator) (`gnome-shell-extension-appindicator`) | ||
- π³οΈ [Pop shell extension](https://github.com/pop-os/shell) (`gnome-shell-extension-pop-shell`) | ||
- π³οΈ Support for keyboard selection of windows and workspaces in GNOME Shell (`gnome-shell-extension-windowsNavigator`) | ||
- π³οΈ [Bringing back the app menu](https://github.com/fthx/appmenu-is-back) (`gnome-shell-extension-appmenu-is-back`) | ||
- π¦ [Pop Launcher](https://github.com/pop-os/launcher) (`pop-launcher`) | ||
- π³οΈ Most drivers and codecs | ||
- π³οΈ Guest Desktop Agents (`@guest-desktop-agents`) | ||
- π¦ `sipa-fonts` ([Thai National Fonts](https://en.wikipedia.org/wiki/National_Fonts)) | ||
- π³οΈ Mozc (Japanese Input Method Editor) | ||
- π¦ ~~Pantheon Edition (`@pantheon-desktop`)~~ (deprecated since UM40) | ||
- π¦ [Starship](https://starship.rs) | ||
- Custom Budgie Layout that focuses on simplicity | ||
|
||
|
||
(last update: 2024-08-12) | ||
|
||
[Terra]: https://terra.fyralabs.com | ||
[RPM Fusion]: https://rpmfusion.org | ||
[Flathub]: https://flathub.org |