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

Cyberduck doesn't work if placed into a subfolder of "Applications" #12445

Closed
cyberduck opened this issue Jun 28, 2006 · 2 comments
Closed

Cyberduck doesn't work if placed into a subfolder of "Applications" #12445

cyberduck opened this issue Jun 28, 2006 · 2 comments
Assignees
Labels

Comments

@cyberduck
Copy link
Collaborator

roeme !at_ roeme _dot! ch created the issue

Cyberduck shows the same symptoms on my PB as described in #12136.
However, there are some notable differences:

  • J2SE 5.0 Rel. 4 installed properly. Java Preferences are set; Environment defaults to J2SE 5.0
  • FileVault is activated.
  • Cyberduck works fine when launched directly in the downloaded dmg.
  • Also, it works in the system's root, in /Applications and in my Homefolder (or any of it's subfolders).
  • Cyberduck does NOT work if it is put into a subfolder of /Applications.

Firstly, i suspected FileVault or perhaps the rights of the parent folder of cyberduck to be responsible, but they aren't. The bug must reside somewhere in the interface code, as the console shows the following errors:

=#### Wednesday, June 28 , 2006 18:40:01 PM Europe/Zurich=
2006-06-28 18:43:21.687 Cyberduck[396] Unknown class `ch.cyberduck.ui.cocoa.CDMainController' in nib file, using `NSObject' instead.
2006-06-28 18:43:21.706 Cyberduck[396] Could not connect the action donateMenuClicked: to target of class NSObject
2006-06-28 18:43:21.706 Cyberduck[396] Could not connect the action licenseMenuClicked: to target of class NSObject
2006-06-28 18:43:21.706 Cyberduck[396] Could not connect the action preferencesMenuClicked: to target of class NSObject
2006-06-28 18:43:21.706 Cyberduck[396] Could not connect the action feedbackMenuClicked: to target of class NSObject
2006-06-28 18:43:21.706 Cyberduck[396] Could not connect the action newDownloadMenuClicked: to target of class NSObject
2006-06-28 18:43:21.707 Cyberduck[396] Could not connect the action newBrowserMenuClicked: to target of class NSObject
2006-06-28 18:43:21.707 Cyberduck[396] Could not connect the action newBrowserMenuClicked: to target of class NSObject
2006-06-28 18:43:21.707 Cyberduck[396] Could not connect the action downloadBookmarksFromDotMacClicked: to target of class NSObject
2006-06-28 18:43:21.707 Cyberduck[396] Could not connect the action uploadBookmarksToDotMacClicked: to target of class NSObject
2006-06-28 18:43:21.707 Cyberduck[396] Could not connect the action helpMenuClicked: to target of class NSObject
2006-06-28 18:43:21.708 Cyberduck[396] Could not connect the action bugreportMenuClicked: to target of class NSObject
2006-06-28 18:43:21.708 Cyberduck[396] Could not connect the action aboutMenuClicked: to target of class NSObject
@cyberduck
Copy link
Collaborator Author

roeme !at_ roeme _dot! ch commented

Problem resolved. The subfolder's name contained a somewhat "illegal" character (to be more specific, a forward slash). Don't know if the bug resides inside Cyberduck or Apple's Framework. Other Applications in this subfolder do work, though.

After changing the name, Cyberduck is now working.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Bug in the Cocoa Frameworks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants