Search Criteria
Package Details: nautilus-typeahead 44.2-1
Package Actions
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://wiki.gnome.org/Apps/Files |
Keywords: | files gnome nautilus typeahead |
Licenses: | GPL |
Conflicts: | nautilus |
Provides: | nautilus |
Submitter: | badwolfie |
Maintainer: | albertvaka |
Last Packager: | albertvaka |
Votes: | 43 |
Popularity: | 0.000073 |
First Submitted: | 2015-09-11 00:39 (UTC) |
Last Updated: | 2023-06-05 07:58 (UTC) |
Dependencies (22)
- dconf (dconf-git)
- gdk-pixbuf2 (gdk-pixbuf2-git)
- gnome-autoar
- gnome-desktop-4 (gnome-desktop-4-git)
- gst-plugins-base-libs (gst-plugins-base-libs-git)
- gvfs (gvfs-git)
- libadwaita (libadwaita-without-adwaita-git, libadwaita-git, libadwaita-testing)
- libcloudproviders
- libgexiv2
- libnautilus-extension-typeahead
- libportal-gtk4
- tracker3 (tracker-docs-git)
- appstream-glib (appstream-glib-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- gobject-introspection (gobject-introspection-git) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-kitware, ninja-mem, python-ninja) (make)
- tracker3-miners (tracker-miners-git) (make)
- python-gobject (python-gobject-git) (check)
- nautilus-sendto (optional) – Share files from the right click menu
- Show 2 more dependencies...
Required by (38)
- actions-for-nautilus-git (requires nautilus)
- cloudstation-3.0 (requires nautilus) (optional)
- eiciel (requires nautilus)
- fluxable-newmenu (requires nautilus) (optional)
- folder-color-nautilus-git (requires nautilus)
- gnome-critical-packages (requires nautilus)
- gnome-meta (requires nautilus)
- gnome-mplayer-light-theme (requires nautilus) (make)
- gnome-nds-thumbnailer (requires nautilus) (optional)
- gnome-search-tool (requires nautilus)
- gnome-shell-extension-desktop-icons-neo (requires nautilus)
- gnome-shell-extension-desktop-icons-ng (requires nautilus)
- gnome-shell-extension-gtk4-desktop-icons-ng (requires nautilus)
- gnome-web-shortcuts-extension-git (requires nautilus)
- gshowtv (requires nautilus) (optional)
- imdb-thumbnailer (requires nautilus) (optional)
- insync-nautilus (requires nautilus)
- nautilus-admin (requires nautilus)
- nautilus-admin-git (requires nautilus)
- nautilus-admin-gtk4 (requires nautilus)
- Show 18 more...
Latest Comments
1 2 3 4 5 6 .. 10 Next › Last »
albertvaka commented on 2023-05-08 10:36 (UTC)
Thanks DragoonAethis, I'll update the patch with your version.
DragoonAethis commented on 2023-05-02 13:19 (UTC)
Rebased the patch for 44.1 and synchronized PKGBUILD with the upstream Arch repo: https://gist.github.com/DragoonAethis/fa8122cd7032bab6d9a0795a6acb3ae4
The patch mostly worked as-is, but the typeahead lookups don't work in opened subtrees, as the patch looks up just the current location. There are two ways to handle that:
(The Gtk4 branch is still kinda a janky downgrade, but it's getting there...)
albertvaka commented on 2023-02-16 13:10 (UTC)
The new implementation is brand new so the behavior might be slightly different. Patches welcome :) The first thing you mention seems like a bug to me.
kuba-orlik commented on 2023-02-16 12:33 (UTC)
In the newest version, the typeahead candidates are taken in a different order than they are being displayed. So, if I have the following files sorted by last modified:
file_new.txt someotherfile.txt file.txt
and type
file
, thefile.txt
is highlighted, not file_new, which appears first in the file list.Additionally, the up/down keys used to iterate between matches, so I could type
file
and use the down arrow to navigate to a different match if the file initially matched is different than the one I'm looking for. This behavior is absent. Perhaps the keybindings for iterating between matches have changed?albertvaka commented on 2023-02-06 22:01 (UTC)
Also, to everyone reading this: Please upvote the upstream issue requesting typeahead to be added back to Nautilus: https://gitlab.gnome.org/Teams/Design/whiteboards/-/issues/142
albertvaka commented on 2023-02-06 21:59 (UTC)
Thanks a lot @bryango, I tested the patch and it seems to work. I'll update the package to 43.2 now 🥳🥳
bryango commented on 2023-02-04 10:44 (UTC) (edited on 2023-02-04 10:49 (UTC) by bryango)
I have checked that the patch https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/1030 by
@xclaesse
works for me. Do note that some nautilus extensions (python or otherwise) may no longer work in v43
. I've hence ported the patch back to v43.2
. See:The PKGBUILD is forked from the official arch repo.
Armag67 commented on 2022-11-11 18:02 (UTC)
Solved by a temporary return to Manjaro Community
libnautilus-extension
via PACAUR.Armag67 commented on 2022-11-11 17:23 (UTC) (edited on 2022-11-11 17:24 (UTC) by Armag67)
Hello,
Even by the git way:
or with only
the build fails with this traceback:
And I have the last ninja package (1.11.1-1) from Community on my Manjaro Xfce system (Oddly, this package doesn't seem to be dependent on any other and isn't marked orphaned...).
EDIT: I just saw that I have nautilus installed as fallback file browser and easytag which needs libnautilus-extension or libnautilus-extension-typeahead...
1 2 3 4 5 6 .. 10 Next › Last »