Giter VIP home page Giter VIP logo

fedora-nautilus-typeahead-rpm's Introduction

fedora-nautilus-typeahead-rpm

Automatically builds a GNOME Files (Nautilus) RPM with type-ahead functionality for Fedora Linux.

✨ The resulting RPM is available for download under Releases for Fedora 39/40 (Workstation/Silverblue).

Description

The default behavior on Nautilus nowadays is to type to search, i.e., to start a search when typing a character. This package simply applies a pre-existing patch developed by the community to restore the type-ahead functionality, i.e., browsing/navigating on key press, the default behavior on many file managers.

The new functionality may be toggled on the Preferences window (Search on type ahead):

image

Install

On Fedora Workstation

To install the package on Fedora Workstation, use the following command:

dnf swap nautilus ./nautilus-typeahead-*.rpm

This will replace one package with the other and avoid file conflicts.

On Fedora Silverblue

To layer the package on Silverblue, use the following command:

rpm-ostree install --force-replacefiles ./nautilus-typeahead-*.rpm

The installed version will be replaced and type-ahead functionality will be enabled. Restart your machine in order to boot into the updated deployment.

Building the RPM file

Simply run the script to install prerequisites with dnf and build Nautilus:

bash build-nautilus-typeahead-rpm.sh

Note: on Silverblue, run the command above inside a toolbox to avoid the need to layer the required dependencies on your base system.

A new file nautilus-typeahead-*.rpm will be created by the end of the process.

Clean up dependencies

After building the RPM file, you may remove any installed dependencies with:

dnf history undo $(dnf history list --reverse | tail -n1 | cut -f1 -d\|)

The command above will undo the changes made on the last dnf execution.


Notes

  • ❓ For more information on the issue, please check the corresponding ticket (one of many) on GitLab.

  • ❤️ Thanks to all contributors responsible for developing and maintaining the type-ahead patch to restore this functionality to Nautilus!

Contributors

fedora-nautilus-typeahead-rpm's People

Contributors

nelsonaloysio avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.