This commit is contained in:
Dylan 2016-01-28 09:14:02 +11:00
parent e9cf6b7182
commit e621777dd8
1 changed files with 11 additions and 1 deletions

View File

@ -59,7 +59,6 @@ https://github.com/dylanaraps/fetch/wiki/Customizing-Info
## Dependencies
### Required dependencies:
**All OS:**
@ -70,8 +69,11 @@ https://github.com/dylanaraps/fetch/wiki/Customizing-Info
- Uptime detection: `procps` or `procps-ng`
### Optional dependencies:
**NOTE:** If `w3m` or `Imagemagick` aren't found then image support will be disabled.
**All OS:**
- Displaying Images: `w3m`
@ -278,6 +280,14 @@ or you know where it's stored then adding support won't be a problem!<br \>
## Issues and Workarounds
#### fetch: line 1655: /usr/lib/w3m/w3mimgdisplay: No such file or directory
You're getting this error because the script can't find w3mimgdisplay in it's<br \>
default location. You can fix this by setting the config option `$w3m_img_path`<br \>
to the correct location of w3mimgdisplay.
#### The image is blank and won't show up.