-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 2d9b063. Gvfs is still needed. Only the tools were moved to GLib. http://www.linuxfromscratch.org/blfs/view/9.0/gnome/gvfs.html
Add the latest version for Gvfs 1.42.0. Run-time dependency libmtp found: NO (tried cmake) meson.build:441:2: ERROR: Invalid version of dependency, need 'libmtp' ['>= 1.1.12'] found '1.1.8'.
Work around the configure failure below. Run-time dependency avahi-client found: NO (tried pkgconfig and cmake) meson.build:319:2: ERROR: Dependency "avahi-client" not found, tried pkgconfig and cmake
Work around the configure error below. Run-time dependency fuse3 found: NO (tried pkgconfig and cmake) meson.build:334:2: ERROR: Dependency "fuse3" not found, tried pkgconfig and cmake
Work around the configure error below. Run-time dependency libimobiledevice-1.0 found: NO (tried pkgconfig and cmake) meson.build:360:2: ERROR: Dependency "libimobiledevice-1.0" not found, tried pkgconfig and cmake
Work around the configure error below. Run-time dependency goa-1.0 found: NO (tried pkgconfig and cmake) meson.build:367:2: ERROR: Dependency "goa-1.0" not found, tried pkgconfig and cmake
Work around the configure error below. Run-time dependency smbclient found: NO (tried pkgconfig and cmake) meson.build:394:2: ERROR: Dependency "smbclient" not found, tried pkgconfig and cmake
Run-time dependency libcdio_paranoia found: NO (tried pkgconfig and cmake) meson.build:410:2: ERROR: Dependency "libcdio_paranoia" not found, tried pkgconfig and cmake
Work around the configure error below. meson.build:417:2: ERROR: Assert failed: Google backend requested but GOA is required
Run-time dependency libnfs found: NO (tried pkgconfig and cmake) meson.build:454:2: ERROR: Dependency "libnfs" not found, tried pkgconfig and cmake
there's a somethings wrong here, could you check please ? |
Thanks you for noticing. Fixed in #1380. |
Logging out and back in seems to be required to be able to unmount an automatically mounted device. It is unknown, if restarting the process |
Sign in
to join this conversation on GitHub.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Gvfs is still needed. Only the Gvfs tools
gvfs-*
are replaced by gio. So revert the removal, and update to the latest version. External devices are now automatically mounted (at least in Xfce).Tested on rabammel and machmal.
Update with
sudo bee update libmtp gsettings-desktop-schemas gvfs
.