Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 381983 Details for
Bug 552890
PATCH: fix gthumb-importer script to properly identify gvfs gphoto2 mounts
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
PATCH: fix gthumb-importer script to properly identify gvfs gphoto2 mounts
gthumb-importer.patch (text/plain), 627 bytes, created by
Hans de Goede
on 2010-01-06 13:25:11 UTC
(
hide
)
Description:
PATCH: fix gthumb-importer script to properly identify gvfs gphoto2 mounts
Filename:
MIME Type:
Creator:
Hans de Goede
Created:
2010-01-06 13:25:11 UTC
Size:
627 bytes
patch
obsolete
>--- gthumb-importer 2008-05-02 20:24:51.000000000 +0200 >+++ /usr/bin/gthumb-importer 2010-01-06 14:19:52.000000000 +0100 >@@ -1,13 +1,9 @@ > #!/bin/bash > >-# Nautilus passes a POSIX path; resolve to URI >-# >-URI=`gvfs-ls -c "$1/"` >- >-if [ "${URI:0:10}" = "gphoto2://" ] ; then >+# Nautilus passes a POSIX path; see if this is a gvfs gphoto2 mount >+if gvfs-info "$1" | grep -q "id::filesystem: gphoto2"; then > # Yield for gthumb since it wants to access the device directly >- # >- gvfs-mount --unmount-scheme gphoto2 >+ gvfs-mount --unmount "$1" > fi > > # Launch gthumb in --import-photos mode - note that this also works
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 552890
:
381983
|
382465