| 6 | |
| 7 | |
| 8 | |
| 9 | == Vision does not contain Freenode server settings == |
| 10 | * '''Error Message''': Upon launching Vision a "Setup Window" will display, requiring users to enter the freenode server information. |
| 11 | * '''Reproduction''': Launch Vision. |
| 12 | * '''Resolution''': To remedy this you need to open the Terminal application and run the following commands. It will download a settings file for Vision. Afterwards, simply launch Vision and select "Freenode" from the drop down selection list and press "Connect". |
| 13 | {{{ |
| 14 | mkdir -p /boot/home/config/settings/Vision |
| 15 | cd /boot/home/config/settings/Vision |
| 16 | wget -O VisionSettings http://ports.haiku-files.org/svn/haikuports/trunk/haiku-apps/vision/VisionSettings |
| 17 | }}} |
| 18 | |
| 19 | |
| 20 | == command line applications fail on SSL secured sites == |
| 21 | * '''Error Message''': ''ERROR: cannot verify <host>'s certificate, issued by `/C....':'' |
| 22 | * '''Reproduction''': {{{ wget https://... }}} or {{{ git clone https://.... }}} |
| 23 | * '''Resolution''': The following commands will symlink the certificates file into the correct location. |
| 24 | {{{ |
| 25 | ln -sf /boot/common/ssl/certs/cacert.pem /boot/common/data/cert.pem |
| 26 | }}} |
| 27 | |
| 28 | |