From dcc291d70159aeec7d0245668477539d2da56f72 Mon Sep 17 00:00:00 2001 From: peelz Date: Sat, 29 Mar 2025 10:36:57 -0400 Subject: wiki: fix typo natuilus -> nautilus --- wiki/Important-Software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiki') diff --git a/wiki/Important-Software.md b/wiki/Important-Software.md index c95a577d..65744a83 100644 --- a/wiki/Important-Software.md +++ b/wiki/Important-Software.md @@ -24,7 +24,7 @@ dconf write /org/gnome/desktop/interface/color-scheme '"prefer-dark"' Note that if you're using the provided `resources/niri-portals.conf`, you also need to install the `nautilus` file manager in order for file chooser dialogues to work properly. This is necessary because xdg-desktop-portal-gnome uses nautilus as the file chooser by default starting from version 47.0. -If you do not want to install `natuilus` (say you use `nemo` instead), you can set `org.freedesktop.impl.portal.FileChooser=gtk;` in `niri-portals.conf` to use the GTK portal for file chooser dialogues. +If you do not want to install `nautilus` (say you use `nemo` instead), you can set `org.freedesktop.impl.portal.FileChooser=gtk;` in `niri-portals.conf` to use the GTK portal for file chooser dialogues. ### Authentication Agent -- cgit