From 79649323bd003b1f6b9bb3a241ec6034ac23e04d Mon Sep 17 00:00:00 2001 From: Exponent64 <259167702+Exponent64@users.noreply.github.com> Date: Sat, 21 Feb 2026 14:37:47 +0000 Subject: [PATCH 1/2] Update FAQ.md --- content/FAQ.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/FAQ.md b/content/FAQ.md index e74d4d5..8c8c49c 100644 --- a/content/FAQ.md +++ b/content/FAQ.md @@ -61,7 +61,7 @@ permalink: /faq - [Something broke! How do I rollback?](#rollback) - [Why can't I install new KDE themes?](#ghns) - [Why doesn't my Xwayland app work?](#xwayland) - - [Why do some commands fail when run with run0?](#run0-failures) + - [Why do some commands fail when run with run0? (Exit code 203)](#run0-failures) - [Why I can't install nor use any GNOME user extensions?](#gnome-extensions) - [An app I use won't start due to a malloc issue. How do I fix it?](#standard-malloc) - [My clock is wrong, and it's not getting automatically set. How do I fix this?](#clock) @@ -437,10 +437,10 @@ ujust toggle-ghns ujust set-xwayland on ``` -### [Why do some commands fail when run with run0?](#run0-failures) +### [Why do some commands fail when run with run0? (Exit code 203)](#run0-failures) {: #run0-failures} -Fedora's SELinux policy causes `run0` to silently fail when run alongside some commands (e.g., dnf). There is already an [open issue](https://github.com/fedora-selinux/selinux-policy/issues/2500) tracking this, and it is expected to be fixed in the future. In the meantime, you can run `run0 sh -c ''` or enter a root shell by running `run0` on its own and run the command from there. +Fedora's SELinux policy causes `run0` to silently fail when run alongside some commands (e.g., dnf). There is already an [open issue](https://github.com/fedora-selinux/selinux-policy/issues/2500) tracking this, and it is expected to be fixed in the future. In the meantime, you can run `run0 -i ''` or enter a root shell by running `run0` on its own and run the command from there. ### [Why I can't install nor use any GNOME user extensions?](#gnome-extensions) {: #gnome-extensions} From 191d6044f56cdb6f08cdbca5156b8924b2522695 Mon Sep 17 00:00:00 2001 From: Exponent64 <259167702+Exponent64@users.noreply.github.com> Date: Sat, 21 Feb 2026 14:53:37 +0000 Subject: [PATCH 2/2] Update FAQ.md --- content/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/FAQ.md b/content/FAQ.md index 8c8c49c..8a49e32 100644 --- a/content/FAQ.md +++ b/content/FAQ.md @@ -440,7 +440,7 @@ ujust set-xwayland on ### [Why do some commands fail when run with run0? (Exit code 203)](#run0-failures) {: #run0-failures} -Fedora's SELinux policy causes `run0` to silently fail when run alongside some commands (e.g., dnf). There is already an [open issue](https://github.com/fedora-selinux/selinux-policy/issues/2500) tracking this, and it is expected to be fixed in the future. In the meantime, you can run `run0 -i ''` or enter a root shell by running `run0` on its own and run the command from there. +Fedora's SELinux policy causes `run0` to silently fail when run alongside some commands (e.g., dnf). There is already an [open issue](https://github.com/fedora-selinux/selinux-policy/issues/2500) tracking this, and it is expected to be fixed in the future. In the meantime, you can run `run0 -i ` or enter a root shell by running `run0` on its own and run the command from there. ### [Why I can't install nor use any GNOME user extensions?](#gnome-extensions) {: #gnome-extensions}