Search Criteria
Package Details: nautilus-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: | 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: | |
Groups: | |
Conflicts: | |
Provides: | |
Submitter: | badwolfie |
Maintainer: | albertvaka |
Last Packager: | albertvaka |
Votes: | 37 |
Popularity: | 0.42 |
First Submitted: | 2015-09-11 00:39 |
Last Updated: | 2020-11-22 22:54 |
Dependencies (18)
- dconf (dconf-git)
- gnome-autoar
- gnome-desktop (gnome-desktop-git, gnome40)
- gst-plugins-base-libs (gst-plugins-base-git)
- gvfs (gvfs-nosystemd, gvfs-git)
- libgexiv2
- libnautilus-extension-typeahead
- tracker3 (tracker-git)
- tracker3-miners (tracker-miners-git)
- 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 (34)
- 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-web-shortcuts-extension-git (requires nautilus)
- gshowtv (requires nautilus) (optional)
- gtkhash-nautilus-git (requires nautilus)
- 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-ext-git (requires nautilus)
- nautilus-ideviceinfo-git (requires nautilus)
- nautilus-renamer (requires nautilus)
- nautilus-send-to-bluetooth (requires nautilus)
- nautilus-tmsu-rs-git (requires nautilus)
- nautilus-wipe (requires nautilus)
- nautilus-wipe (requires nautilus) (make)
- qsync (requires nautilus) (optional)
- rabbitvcs-nautilus (requires nautilus)
- remmina-plugin-folder (requires nautilus) (optional)
- seahorse-nautilus-ext (requires nautilus)
- synology-cloud-station-drive (requires nautilus) (optional)
- synology-drive (requires nautilus) (optional)
- wayfire-desktop-git (requires nautilus) (optional)
- winswitch (requires nautilus) (optional)
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