Search Criteria
Package Details: nautilus-typeahead 42.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.26 |
First Submitted: | 2015-09-11 00:39 (UTC) |
Last Updated: | 2022-07-13 20:16 (UTC) |
Dependencies (20)
- dconf (dconf-git)
- gnome-autoar
- gnome-desktop (gnome-desktop-git, gnome-desktop-4-git)
- gst-plugins-base-libs (gst-plugins-base-git)
- gvfs (gvfs-nosystemd, gvfs-git)
- libgexiv2
- libhandy (libhandy-glade-catalog-disabled-git, libhandy-git)
- libnautilus-extension-typeahead
- libportal-gtk3
- tracker3 (tracker-git)
- tracker3-miners (tracker-miners-git)
- appstream-glib (appstream-glib-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- gtk-doc (gtk-doc-git) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- python-gobject (python-gobject-git) (check)
- nautilus-sendto (optional) – right click to send files
Required by (35)
- cloudstation-3.0 (requires nautilus) (optional)
- eiciel (requires nautilus)
- fluxable-newmenu (requires nautilus) (optional)
- folder-color-nautilus (requires nautilus)
- folder-color-nautilus-bzr (requires nautilus)
- folder-color-nautilus-git (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-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-compare (requires nautilus)
- nautilus-dropbox (requires nautilus)
- nautilus-emblems-menu-extension-git (requires nautilus)
- nautilus-empty-file (requires nautilus)
Latest Comments
dave.z commented on 2022-05-07 15:11 (UTC)
That makes sense, I'm on Wayland. This still doesn't explain the behavior though. After I type a second character it goes fully into search mode and doesn't highlight folders/files that start with that second character. Is this the intended behavior or am I missing something?
albertvaka commented on 2022-05-07 07:47 (UTC)
Ok, turns out the fact that the input box appears centered is because of Wayland. On X11 it appears where it should, but since positioning a window isn't possible on Wayland, there it appears centered. Apart from that, this still works as intended.
albertvaka commented on 2022-05-07 07:27 (UTC)
It is true that the text input appears centered (instead of on the lower right corner as before) since some Nautilus version and I haven't looked into why. But the functionality should still be fully working :) Whatever you type should both go into the input field and cause the selected file to change.
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:
To correct it, edit PKGBUILD, go to prepare(), add quotation marks to the two lines:
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.
yochananmarqos commented on 2021-05-03 23:59 (UTC)
@zhou: It's an issue with
meson
0.58.0-1, I was able to build it with 0.57.2-1. Also that's what the Archnautilus
40.1-1 was built with.zhou13 commented on 2021-05-03 23:47 (UTC) (edited on 2021-05-03 23:47 (UTC) by zhou13)
I got
albertvaka commented on 2021-03-28 16:26 (UTC)
Works for me. Try this:
light987 commented on 2021-03-27 14:31 (UTC) (edited on 2021-03-27 14:32 (UTC) by light987)
Apologies for the typo. Even if I use
makepkg
alone I still get the error:==> Validating source files with sha256sums...
nautilus ... Skipped
libgd ... Skipped
nautilus-restore-typeahead.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!
albertvaka commented on 2021-03-27 11:54 (UTC)
@light987 it looks like you are trying to build
libcgroup
[1]. This is the entry fornautilus-typeahead
, so you are probably posting on the wrong page (or you copy-pasted the wrong git URL, or you are really confused). Also all those commands shouldn't be needed, justmakepkg
.[1] https://aur.archlinux.org/packages/libcgroup/
light987 commented on 2021-03-27 09:37 (UTC) (edited on 2021-03-27 14:31 (UTC) by light987)
I'm trying to install this package but I'm getting this error:
==> ERROR: A failure occurred in prepare().
I'm doing this:
git clone https://aur.archlinux.org/nautilus-typeahead
sed -e $'s|\r||g' -i PKGBUILD .SRCINFO
makepkg -g >> PKGBUILD
makepkg
makepkg -si
albertvaka commented on 2020-03-09 21:13 (UTC)
Sorry for breaking this folks, I just fixed it using your suggestions :)
yochananmarqos commented on 2020-03-09 20:36 (UTC)
@acidrain42: Perhaps, but the real issue is that the current PKGBUILD is missing the source URL for
libgd
.electricprism commented on 2020-03-09 20:30 (UTC) (edited on 2020-03-09 20:31 (UTC) by electricprism)
@gm666q -- Thanks, I had trouble copy/pasting and patching so I manually did it and uploaded the plain text here:
http://ix.io/2dQg
Compiling and everything seems to work.
gm666q commented on 2020-03-09 19:03 (UTC) (edited on 2020-03-09 19:09 (UTC) by gm666q)
@acidrain42 I made this patch to fix submodule issue and building packages depended on libnautilus-extension
acidrain42 commented on 2020-03-09 15:51 (UTC)
@yochananmarqos Isn't that redundant though? The submodule's url is already
by default. Removing the following line has the same effect.
yochananmarqos commented on 2020-03-09 15:39 (UTC)
@albertvaka:
Please make the following corrections according to VCS package guidelines for Git Submodules:
acidrain42 commented on 2020-03-09 15:25 (UTC) (edited on 2020-03-09 15:25 (UTC) by acidrain42)
I can't build because of this line:
I don't have the libgd folder.
albertvaka commented on 2019-09-28 12:09 (UTC)
Updated to follow the main package, although I would have liked better to wait to an official release.
@ryanw: the linkining you are doing there is a bad practice, and I bet re-building this package would have made it work (nautilus should then pick the newly installed version).
joelongjiamian commented on 2019-09-28 04:40 (UTC) (edited on 2019-09-28 04:46 (UTC) by joelongjiamian)
There's a bug in Nautilus 3.34 that's been patched in the Extras repository pertaining to launching the previewer: see https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/nautilus&id=fb77df4de2e4ceedaf3bb55c9992ff6a3f5184dc . A fix for the issue has been merged upstream.
ryanw commented on 2019-09-21 01:49 (UTC) (edited on 2019-09-21 03:10 (UTC) by ryanw)
on 3.34
nautilus: error while loading shared libraries: libgnome-desktop-3.so.17: cannot open shared object file: No such file or directory
temporary solution: run
cd /usr/lib && sudo ln -s libgnome-desktop-3.so.18.0.3 libgnome-desktop-3.so.17
joelongjiamian commented on 2019-09-12 01:24 (UTC)
patch applies on 3.34 (from git) with no modifications needed.
manolollr commented on 2019-05-08 19:00 (UTC)
Fixed with new version. Thanks!
manolollr commented on 2019-05-07 17:52 (UTC)
Thumbnails not working well.
With normal version thumbnails work without problems, with this patched version doesn't appear thumbnails. If you press F5 key appears only the thumbnail of one image, you need to press F5 for every image to get thumbnails of all.
albertvaka commented on 2019-03-19 07:38 (UTC)
Should be fixed now.
smallmouse commented on 2019-03-18 23:36 (UTC)
I'm getting a git problem:
fatal: reference is not a tree: 35d98c95016dbdb64ec6d9784b61eaad8321d14b
when I try to install this (with trizen)
albertvaka commented on 2018-10-13 05:38 (UTC)
Indeed, the patch still applies. Updated.
bryango commented on 2018-10-13 04:30 (UTC) (edited on 2018-10-13 04:31 (UTC) by bryango)
For 3.30.2:
Works for me!
joelongjiamian commented on 2018-09-23 15:34 (UTC)
Many thanks! I rely heavily on this, and your efforts are very much appreciated.
albertvaka commented on 2018-09-18 18:43 (UTC)
Upgraded to 3.30 :)
albertvaka commented on 2018-03-26 12:04 (UTC)
Upgraded to 3.28.0.1, this should fix it!
Also, now the dependency nautilus-sendto is optional.
bibekdahal commented on 2018-03-26 06:15 (UTC)
Looks like this need to be updated. After updating to latest Gnome, I get the following error:
nautilus: error while loading shared libraries: libgnome-desktop-3.so.12: cannot open shared object file: No such file or directory
jematee commented on 2018-02-27 20:49 (UTC)
Build fails: Meson encountered an error in file meson.build, line 56, column 0: C library 'libm' not found
This might be related: https://bugzilla.gnome.org/show_bug.cgi?id=784189
bobo1239 commented on 2017-10-16 23:23 (UTC)
jplatte commented on 2017-10-07 10:56 (UTC)
albertvaka commented on 2017-09-17 12:00 (UTC)
rhoit commented on 2017-09-16 09:14 (UTC)
joca.bt commented on 2017-09-09 11:03 (UTC) (edited on 2017-09-09 11:04 (UTC) by joca.bt)
albertvaka commented on 2017-07-09 22:08 (UTC)
electricprism commented on 2017-06-18 21:02 (UTC)
qgpmass commented on 2017-05-07 22:13 (UTC) (edited on 2017-05-08 06:31 (UTC) by qgpmass)
albertvaka commented on 2017-05-07 17:39 (UTC)
electricprism commented on 2016-11-02 02:28 (UTC)
joelongjiamian commented on 2016-10-20 01:37 (UTC)
daltones commented on 2016-10-17 15:55 (UTC)
kossa commented on 2016-10-17 07:39 (UTC)
badwolfie commented on 2016-10-17 05:44 (UTC)
kossa commented on 2016-10-16 19:38 (UTC)
badwolfie commented on 2016-10-14 07:25 (UTC)
electricprism commented on 2016-09-21 19:48 (UTC)
thatwill commented on 2016-09-01 20:55 (UTC)
electricprism commented on 2016-06-11 06:38 (UTC)
badwolfie commented on 2016-06-11 03:29 (UTC)
electricprism commented on 2016-06-11 01:57 (UTC)
electricprism commented on 2016-05-17 08:49 (UTC)
vagonpop commented on 2016-05-06 10:13 (UTC) (edited on 2016-05-06 10:21 (UTC) by vagonpop)
joelongjiamian commented on 2015-10-11 11:13 (UTC) (edited on 2015-10-11 11:13 (UTC) by joelongjiamian)
badwolfie commented on 2015-10-09 20:42 (UTC) (edited on 2015-10-09 20:42 (UTC) by badwolfie)
joelongjiamian commented on 2015-10-03 00:11 (UTC)
electricprism commented on 2015-10-01 22:51 (UTC)
jonarnold commented on 2015-09-29 01:09 (UTC)
badwolfie commented on 2015-09-28 22:10 (UTC)
jonarnold commented on 2015-09-27 01:25 (UTC)
mayamcdougall commented on 2015-09-27 01:14 (UTC)
badwolfie commented on 2015-09-22 23:33 (UTC)
jonarnold commented on 2015-09-22 12:57 (UTC)
jonarnold commented on 2015-09-22 12:49 (UTC)
badwolfie commented on 2015-09-21 20:21 (UTC)
jonarnold commented on 2015-09-21 20:00 (UTC)
badwolfie commented on 2015-09-21 19:14 (UTC)
jonarnold commented on 2015-09-19 03:29 (UTC)