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 10 11 Next › Last »

acidrain42 commented on 2020-03-09 15:51 (UTC)

@yochananmarqos Isn't that redundant though? The submodule's url is already

https://gitlab.gnome.org/GNOME/libgd.git

by default. Removing the following line has the same effect.

git config submodule.libgd.url $srcdir/libgd

yochananmarqos commented on 2020-03-09 15:39 (UTC)

@albertvaka:

Please make the following corrections according to VCS package guidelines for Git Submodules:

source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit"
        'git+https://gitlab.gnome.org/GNOME/libgd.git'
        'nautilus-restore-typeahead.patch')
prepare() {
  cd $_pkgbase

  git submodule init subprojects/libgd
  git config submodule.libgd.url $srcdir/libgd
  git submodule update

  patch -p1 -i ../nautilus-restore-typeahead.patch
}

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:

git submodule set-url subprojects/libgd "$srcdir/libgd"

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.