Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit in Subethaedit fails #6093

Closed
cyberduck opened this issue Jul 21, 2011 · 9 comments
Closed

Edit in Subethaedit fails #6093

cyberduck opened this issue Jul 21, 2011 · 9 comments
Assignees
Labels
Milestone

Comments

@cyberduck
Copy link
Collaborator

f4f32ae created the issue

Double clicking a file causes Cyberduck to hang while it opens in SubEthaEdit and "Computes MD5 Hash." Similarly, on save, Cyberduck hangs and the save is not uploaded as it was in Snow Leopard.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Upon save we get handleModifiedFileEvent: Got ODB editor event for unknown file..

@cyberduck
Copy link
Collaborator Author

@dkocher commented

See also #4117.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Subethaedit writes a suspicious SubEthaEdit[57852]: -[PlainTextDocument setDisplayName:] oh look, super supports us!.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

As a workaround you can disable the ODB editor support and instead work with the file notifications editor support now available. Use

defaults write ch.sudo.cyberduck editor.odb.enable false

in Terminal.app and restart Cyberduck.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Looks like a regression in 10.7 that doesn't properly resolve symbolic links in filenames using stringByResolvingSymlinksInPath.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The status returned from the ODB event from Subethaedit is 1712 which is not expected.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Logging failed edit attempt in 9562754.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#6178 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Workaround in 1020cca.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants