| 30 | |
| 31 | === Advanced configuration options === |
| 32 | There are some settings which aren't yet available in the Preferences either because they are not considered stable yet or not of general interest. These are the following: (To enable one of these features type the commands in a Terminal.app window.) |
| 33 | |
| 34 | |
| 35 | * Don't save bookmarks |
| 36 | {{{ |
| 37 | defaults write ch.sudo.cyberduck favorites.save false |
| 38 | }}} |
| 39 | |
| 40 | * Don't change document icon to Cyberduck icon while downloading |
| 41 | {{{ |
| 42 | defaults write ch.sudo.cyberduck queue.download.updateIcon false |
| 43 | }}} |
| 44 | |
| 45 | * Disable Bonjour support |
| 46 | {{{ |
| 47 | defaults write ch.sudo.cyberduck rendezvous.enable false |
| 48 | }}} |
| 49 | |
| 50 | * Disable Growl support |
| 51 | {{{ |
| 52 | defaults write ch.sudo.cyberduck growl.enable false |
| 53 | }}} |
| 54 | |
| 55 | * ''Add to Keychain'' unchecked by default in login prompt |
| 56 | {{{ |
| 57 | defaults write ch.sudo.cyberduck connection.login.addKeychain false |
| 58 | }}} |
| 59 | |