diff options
author | Rael Gugelmin Cunha <rael.gc@gmail.com> | 2015-09-23 08:57:49 -0300 |
---|---|---|
committer | Rael Gugelmin Cunha <rael.gc@gmail.com> | 2015-09-23 08:57:49 -0300 |
commit | 8e2317b5f60df745cd9ff1d402c78bc229a3d31b (patch) | |
tree | 2cc221143381d620d52fd8e918ac12777f163571 | |
parent | 5aa257edb12739577e5c5cd3ce733d62f02d1a12 (diff) | |
download | scudcloud-8e2317b5f60df745cd9ff1d402c78bc229a3d31b.zip scudcloud-8e2317b5f60df745cd9ff1d402c78bc229a3d31b.tar.gz scudcloud-8e2317b5f60df745cd9ff1d402c78bc229a3d31b.tar.bz2 |
Simple change to troubleshooting
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -96,17 +96,17 @@ sudo ln -sf $INSTALL/scudcloud /usr/bin/scudcloud # Troubleshooting -### 1. Default domain +#### 1. Default domain You can change the default domain editing or just deleting the config file: ~/.config/scudcloud/scudcloud.cfg -### 2. Where is the package for my distro? +#### 2. Where is the package for my distro? If not listed above, you're welcome [to contribute](/CONTRIBUTING.md). In this meanwhile, try the [Manual Install](#manual-install) instructions. -### 3. Spell checking is not working +#### 3. Spell checking is not working Make sure you have the following packages installed: @@ -114,25 +114,25 @@ Make sure you have the following packages installed: * `python3-hunspell` * `hunspell-en-us` -### 4. `Keep me signed in` is not working +#### 4. `Keep me signed in` is not working For some reason, ScudCloud was not able to create the configuration folder. Please, manually create this folder: ~/.config/scudcloud/ -### 5. How to disable Flash? +#### 5. How to disable Flash? Flash is required to display embedded videos, but if you don't care, disable it starting with: scudcloud --no_plugins=True -### 6. How to start ScudCloud minimized? +#### 6. How to start ScudCloud minimized? You can start ScudCloud minized to tray with: scudcloud --minimized=True -### 7. High DPI Support +#### 7. High DPI Support ScudCloud offers zoom support. The zoom level will be persisted between sessions. |