# sushi **Repository Path**: mirrors_GNOME/sushi ## Basic Information - **Project Name**: sushi - **Description**: Read-only mirror of https://gitlab.gnome.org/GNOME/sushi - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sushi This is Sushi, a quick previewer for Files (nautilus), the GNOME desktop file manager. ## Using Sushi Sushi is a DBus-activated service. For Sushi to popup, applications will have to call the `ShowFile` method on the `org.gnome.NautilusPreviewer2` interface. If you want to debug Sushi without a calling application, you can use the `sushi ` command. ## Reporting issues Before filing an issue here, confirm that it has not been fixed on the latest nightly build. The easiest way to do this is by installing the nightly flatpak. ``` flatpak remote-add --if-not-exists gnome-nightly https://nightly.gnome.org/gnome-nightly.flatpakrepo flatpak install gnome-nightly org.gnome.NautilusPreviewerDevel ``` After installing the nightly flatpak, you can launch Sushi via the below command, or by initiating a preview from the NautilusDevel nightly flatpak. `flatpak run org.gnome.NautilusPreviewerDevel `