This is my own custom fork of Nautilus that addresses some issues I have with the official version.
Changes in this fork are as follows:
- Remove "Starred" and "Recent" from the sidebar
- Change available zoom levels slightly
- Make it so images and videos display their thumbnails at all zoom levels
- Remove border from image thumbnails
- Slightly change film borders on video thumbnails
To install this fork, first ensure you have meson
and ninja
installed (package names may be different depending on your distro), then do the following commands in your terminal (this will replace any already-installed version of Nautilus):
git clone https://github.com/cheesits456/Nautilus.git
cd Nautilus
./build.sh
(will ask for root password)cd ..
rm -rf Nautilus