Search Criteria
Package Details: libnautilus-extension-typeahead 3.38.2-1
Git Clone URL: | https://aur.archlinux.org/nautilus-typeahead.git (read-only, click to copy) |
---|---|
Package Base: | nautilus-typeahead |
Description: | Library for extending the 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: | |
Conflicts: | |
Provides: | |
Submitter: | badwolfie |
Maintainer: | albertvaka |
Last Packager: | albertvaka |
Votes: | 37 |
Popularity: | 0.88 |
First Submitted: | 2015-09-11 00:39 |
Last Updated: | 2020-11-22 22:54 |
Dependencies (10)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-typeahead, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-patched-filechooser-icon-view)
- python-gobject (python-gobject-git) (check)
- appstream-glib (appstream-glib-git) (make)
- git (git-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)
- meson>=0.44.1 (meson-git) (make)
- nautilus-sendto (optional) – right click to send files
Required by (36)
- brasero-git (requires libnautilus-extension) (make)
- evince-git (requires libnautilus-extension) (make)
- evince-lcd-standalone (requires libnautilus-extension) (make)
- evince-lcdfilter (requires libnautilus-extension) (make)
- file-roller-git (requires libnautilus-extension) (make)
- file-roller-ja (requires libnautilus-extension) (make)
- file-roller-pantheon (requires libnautilus-extension) (make)
- file-roller-tmp (requires libnautilus-extension) (make)
- gnome-system-tools (requires libnautilus-extension)
- gnome-terminal-fedora (requires libnautilus-extension) (optional)
- gnome-terminal-fedora (requires libnautilus-extension) (make)
- gnome-terminal-kali (requires libnautilus-extension) (make)
- gnome-terminal-middle-click-close-tab (requires libnautilus-extension) (make)
- gnome-terminal-transparency (requires libnautilus-extension) (make)
- gnome-user-share-git (requires libnautilus-extension) (make)
- gtkhash-git (requires libnautilus-extension) (make)
- gtkhash-nautilus (requires libnautilus-extension)
- gtkhash-nautilus-git (requires libnautilus-extension) (make)
- gtkhash-nemo-git (requires libnautilus-extension) (make)
- gtkhash-thunar-git (requires libnautilus-extension) (make)
- meocloud-gui (requires libnautilus-extension)
- nautilus-bluetooth (requires libnautilus-extension)
- nautilus-bluetooth-git (requires libnautilus-extension)
- nautilus-git (requires libnautilus-extension)
- nautilus-launch (requires libnautilus-extension)
- nautilus-launch-git (requires libnautilus-extension)
- nautilus-legacy (requires libnautilus-extension)
- nautilus-lxsplit (requires libnautilus-extension)
- nautilus-megasync (requires libnautilus-extension)
- nautilus-nutstore (requires libnautilus-extension)
- nautilus-seafile (requires libnautilus-extension)
- nautilus-tmsu-rs-git (requires libnautilus-extension)
- nautilus-typeahead
- nextgen (requires libnautilus-extension)
- nextgen-git (requires libnautilus-extension)
- totem-git (requires libnautilus-extension) (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
albertvaka commented on 2020-03-09 21:13
Sorry for breaking this folks, I just fixed it using your suggestions :)
yochananmarqos commented on 2020-03-09 20:36
@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
@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
@acidrain42 I made this patch to fix submodule issue and building packages depended on libnautilus-extension
acidrain42 commented on 2020-03-09 15:51
@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
@albertvaka:
Please make the following corrections according to VCS package guidelines for Git Submodules:
acidrain42 commented on 2020-03-09 15:25
I can't build because of this line:
I don't have the libgd folder.
albertvaka commented on 2019-09-28 12:09
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
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
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