Package Details: nautilus-typeahead 47.0-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.001758
First Submitted: 2015-09-11 00:39 (UTC)
Last Updated: 2024-09-30 01:22 (UTC)

Required by (30)

Sources (1)

Latest Comments

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

dave.z commented on 2022-05-07 01:46 (UTC)

After installing this, when I first type a character the first result is highlighted, but also a small search window comes up in the center. After typing another character, it goes into the search field and does not highlight with typeahead anymore.

albertvaka commented on 2022-04-09 00:25 (UTC)

Updated to 42.0! I had to update the patch, let me know if anything broke :)

ejona86 commented on 2021-12-26 01:54 (UTC)

For libportal 0.5, see https://github.com/archlinux/svntogit-packages/commit/0c4d93f71fd425d20a421d90ad401e84ddd5daa5

yochananmarqos commented on 2021-11-11 20:26 (UTC)

@albertvaka: It's working, thanks. By the way, the tests pass in a clean chroot, y you can enable them.

albertvaka commented on 2021-11-11 20:19 (UTC)

I've updated the patch, I hope it works but let me know if you see anything wrong :)

albertvaka commented on 2021-10-24 21:24 (UTC)

@light9876 should be fixed now.

light9876 commented on 2021-10-19 20:24 (UTC) (edited on 2021-10-19 20:25 (UTC) by light9876)

Currently there is a bug:

==> ERROR: A failure occurred in prepare().
    Aborting...

To correct it, edit PKGBUILD, go to prepare(), add quotation marks to the two lines:

cd "$_pkgbase"
git config submodule.libgd.url "$srcdir/libgd"

electricprism commented on 2021-05-05 17:28 (UTC)

Thanks @zhou -- sudo pacman -U /var/cache/pacman/pkg/meson-0.57.2-1-any.pkg.tar.zst temp-fixed it.

zhou13 commented on 2021-05-04 00:49 (UTC)

@yochananmarqos Thanks! That solves the problem.