Search Criteria
Package Details: libnautilus-extension-typeahead 47.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nautilus-typeahead.git (read-only, click to copy) |
---|---|
Package Base: | nautilus-typeahead |
Description: | Extension interface for Nautilus |
Upstream URL: | https://apps.gnome.org/Nautilus/ |
Keywords: | files gnome nautilus typeahead |
Licenses: | GPL |
Conflicts: | libnautilus-extension, libnautilus-extension.so |
Provides: | libnautilus-extension, libnautilus-extension.so |
Submitter: | badwolfie |
Maintainer: | albertvaka |
Last Packager: | albertvaka |
Votes: | 45 |
Popularity: | 0.001720 |
First Submitted: | 2015-09-11 00:39 (UTC) |
Last Updated: | 2024-09-30 01:22 (UTC) |
Dependencies (10)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- appstream-glib (appstream-glib-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2-devel (make)
- gobject-introspection (gobject-introspection-gitAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- pkgconfig (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- python-gobject (python-gobject-gitAUR) (check)
Required by (39)
- brasero-git (requires libnautilus-extension) (make)
- file-roller-git (requires libnautilus-extension)
- file-roller-linuxmint (requires libnautilus-extension) (make)
- gnome-console-git (requires libnautilus-extension) (make)
- gnome-papers-git (requires libnautilus-extension)
- gnome-system-tools (requires libnautilus-extension)
- gnome-terminal-fedora (requires libnautilus-extension) (make)
- gnome-terminal-fedora (requires libnautilus-extension) (optional)
- gnome-terminal-git (requires libnautilus-extension) (make)
- gnome-terminal-git (requires libnautilus-extension) (optional)
- gnome-terminal-transparency (requires libnautilus-extension) (make)
- gnome-terminal-transparency (requires libnautilus-extension) (optional)
- nautilus-annotations (requires libnautilus-extension)
- nautilus-annotations-git (requires libnautilus-extension)
- nautilus-backspace (requires libnautilus-extension)
- nautilus-bluetooth (requires libnautilus-extension)
- nautilus-bluetooth-git (requires libnautilus-extension)
- nautilus-checksums (requires libnautilus-extension)
- nautilus-checksums-git (requires libnautilus-extension)
- nautilus-code (requires libnautilus-extension)
- nautilus-copy-file-contents-git (requires libnautilus-extension)
- nautilus-dropbox (requires libnautilus-extension)
- nautilus-git (requires libnautilus-extension)
- nautilus-hide (requires libnautilus-extension)
- nautilus-hide-git (requires libnautilus-extension)
- nautilus-launch (requires libnautilus-extension)
- nautilus-launch-git (requires libnautilus-extension)
- nautilus-metadata-editor (requires libnautilus-extension)
- nautilus-metadata-editor-git (requires libnautilus-extension)
- nautilus-nutstore (requires libnautilus-extension)
- nautilus-tmsu-rs-git (requires libnautilus-extension)
- nautilus-typeahead
- nextgen (requires libnautilus-extension)
- nextgen-git (requires libnautilus-extension)
- papers (requires libnautilus-extension) (make)
- papers-lib-docs (requires libnautilus-extension) (make)
- seahorse-nautilus-ext (requires libnautilus-extension)
- seahorse-nautilus-ext (requires libnautilus-extension.so)
- totem-git (requires libnautilus-extension) (make)
Latest Comments
1 2 3 4 5 6 .. 11 Next › Last »
albertvaka commented on 2024-07-13 14:53 (UTC)
Thanks for posting @empr, I added glib2-devel as a build dependency now.
empr commented on 2024-07-06 10:05 (UTC)
I had to manually install the package core/glib2-devel before this would build. I had this error:
nautilus/libnautilus-extension/meson.build:22:36: ERROR: Dependency 'glib-2.0' tool variable 'glib_mkenums' contains erroneous value: '/usr/bin/glib-mkenums'
This is a distributor issue -- please report it to your glib-2.0 provider.
A full log can be found at /home/mpr/.cache/yay/nautilus-typeahead/src/build/meson-logs/meson-log.txt ==> ERROR: A failure occurred in build(). Aborting... -> error making: nautilus-typeahead-exit status 4 -> Failed to install the following packages. Manual intervention is required: libnautilus-extension-typeahead - exit status 4
miscuser93 commented on 2024-06-10 07:58 (UTC)
thanks a lot for this, i cannot believe they removed this from the official package!
albertvaka commented on 2024-04-06 19:25 (UTC) (edited on 2024-04-06 19:26 (UTC) by albertvaka)
I would start by asking the Nautilus maintainers upstream at Gnome to re-add that feature. Only if they are against it (like they are for typeahead) we should consider maintaining an external patch for it. Having to maintain a patch like this one is a pain, I would be happier if we didn't need to do this.
Anuskuss6 commented on 2024-04-06 19:12 (UTC)
Okay, I found the issue: My files used to be sorted by "Modified — Time" but after upgrading, that option is no longer available yet the files were still sorted by something (neither alphabetical nor chronological). Re-sorting by "Modified" fixes it.
Anyway, speaking of, is there a chance that you could reintroduce "Modified — Time"? GNOME certainly loves taking features away...
albertvaka commented on 2024-04-06 11:16 (UTC)
It works for me on a 7k files directory. Does the standard nautilus package not crash?
Anuskuss6 commented on 2024-04-06 02:23 (UTC)
Crashes when inside of a big directory (>1000 files).
prurigro commented on 2024-04-05 20:45 (UTC) (edited on 2024-04-05 20:48 (UTC) by prurigro)
@artofakume: The build runs correctly for me, are you building a fresh package?
mkdir ~/temp
cd ~/temp
git clone https://aur.archlinux.org/nautilus-typeahead.git
cd nautilus-typeahead
makepkg -sr
artofakume commented on 2024-04-05 20:42 (UTC)
I just wanted to report back that the build is still broken. The error is still the same. Cheers!
artofakume commented on 2024-04-05 13:41 (UTC)
Thanks! I'll try again in a few hours and report back if the build still fails :)
1 2 3 4 5 6 .. 11 Next › Last »