Package Details: nautilus-typeahead 46.1-1

Git Clone URL: https://aur.archlinux.org/nautilus-typeahead.git (read-only, click to copy)
Package Base: nautilus-typeahead
Description: Default file manager for GNOME - Patched to bring back the 'typeahead find' feature
Upstream URL: https://apps.gnome.org/Nautilus/
Keywords: files gnome nautilus typeahead
Licenses: GPL
Groups: gnome
Conflicts: nautilus
Provides: nautilus
Submitter: badwolfie
Maintainer: albertvaka
Last Packager: albertvaka
Votes: 45
Popularity: 0.033547
First Submitted: 2015-09-11 00:39 (UTC)
Last Updated: 2024-05-01 16:47 (UTC)

Required by (35)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 Next › Last »

rhoit commented on 2017-09-16 09:14 (UTC)

thanks joca.bt I thought there is problem with the repo. I was checking every other day to build it, because of nautilus frustration auto find and thunar crappy look. Today frustation won! Problem was in the source link, change it to. source=("git+https://git.gnome.org/browse/nautilus#commit=$_commit" "git+https://git.gnome.org/browse/libgd" nautilus-restore-typeahead.patch) I found the correct link via official build, asp checkout nautilus NOW, have to configure the open terminal shortcut! Wish me luck!

joca.bt commented on 2017-09-09 11:03 (UTC) (edited on 2017-09-09 11:04 (UTC) by joca.bt)

I'm obtaining some kind of error when building the package, on the git clone step: fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Which is probably related to the fact that they are now using GitLab.

albertvaka commented on 2017-07-09 22:08 (UTC)

I adopted the package and updated it to 3.24.1 using eprk's updated patch. I've also updated the build system to use meson (which will be the only supported system for 3.26), following the changes in the main nautilus package.

electricprism commented on 2017-06-18 21:02 (UTC)

@eprk thanks for the 3.24.1 patch, I have updated the PKGBUILD in my personal repository here: https://github.com/ElectricPrism/nautilus-typeahead-desktop-buff-aur I have a personal experimental patch where I have changed the desktop icon layout to horizontal instead of vertical, it's not complete yet so if anyone wants 3.24 typeahead they can install from there and disable the patch in the PKGBUILD.

qgpmass commented on 2017-05-07 22:13 (UTC) (edited on 2017-05-08 06:31 (UTC) by qgpmass)

Here's the updated patch for 3.24.1 (1bab05578caf4c6eab15d385b95358efd3354c8b) https://pastebin.com/UZMRb4Sz

albertvaka commented on 2017-05-07 17:39 (UTC)

Is this package unmaintained?

electricprism commented on 2016-11-02 02:28 (UTC)

I'm experiencing crashes when doing Ctrl + F and type in "el dewr"

joelongjiamian commented on 2016-10-20 01:37 (UTC)

The functions isearch_activate_event and isearch_activate_items_alternate need to be modified because nautilus now segfaults when enter is pressed when no items are selected (this behaviour is new in 3.22). See https://gist.github.com/darthoctopus/9580eb8d68328a607d47 for @badwolfie's patch with these fixes applied.

daltones commented on 2016-10-17 15:55 (UTC)

Thank you so much, @badwolfie! It's hard to believe that Gnome team thinks I want to search recursively whenever I hit any key instead of press Ctrl+F explicitly... It really makes no sense.

kossa commented on 2016-10-17 07:39 (UTC)

Cool, thank you @badwolfie