Package Details: nautilus-typeahead 46.2-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.004664
First Submitted: 2015-09-11 00:39 (UTC)
Last Updated: 2024-08-21 19:19 (UTC)

Dependencies (35)

Required by (32)

Sources (1)

Latest Comments

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

jplatte commented on 2017-10-07 10:56 (UTC)

Note: If the package fails to build for you, make sure you have `en_US.UTF-8` in your `/etc/locale.gen`. The switch to building with meson includes a line that sets LANG=en_US.UTF-8 for some reason, and if you don't have that locale, you get an error about some character not being encodable. Re-run `locale-gen` after editing `/etc/locale.gen`. The Arch Linux installation guide says to always have that locale in addition to what you might use as your main locale, so I guess it's not a bug in the PKGBUILD; it's fairly easy to miss though IMO. Hope this saves somebody the time to look into the build failure as I had to.

albertvaka commented on 2017-09-17 12:00 (UTC)

I fixed the build, plus I updated it to version 3.26.0 which was released four days ago :)

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.