Created
May 20, 2015 15:28
-
-
Save narze/0f044f423c2f928c804e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| . looking for programs needed by Minimal Kiosk Browser | |
| found: lxterminal | |
| found: xpdf for better PDF support (recommended: evince!) | |
| found: omxplayer | |
| for use with omxplayerGUI you should always get the latest version | |
| from http://omxplayer.sconde.net/ | |
| youtube-dl not found. It is needed for web video support. | |
| Raspbian version is broken, therefore install it with the following commands: | |
| sudo wget https://yt-dl.org/latest/youtube-dl -O /usr/bin/youtube-dl | |
| sudo chmod a+x /usr/bin/youtube-dl | |
| For an alternate method which enhances response time by 40% see: | |
| http://www.raspberrypi.org/forums/viewtopic.php?f=38&t=83763 | |
| uget download manager not found. It is highly recommended for downloads. | |
| Install it with: | |
| sudo apt-get install uget | |
| if you want to use Minimal Kiosk Browser without starting the desktop, | |
| you need the light weight task bar tint2. Install it with: | |
| sudo apt-get install tint2 | |
| vlc not found. It can be optionally used for audio playlists (disabled by default). | |
| If you want to make use of this option, you must install it with: | |
| sudo apt-get install vlc | |
| xterm not found. It can be optionally used for playing video full screen without GUI. | |
| If you want to make use of this option, you must install it with: | |
| sudo apt-get install xterm | |
| Some programs needed to use all features of Minimal Kiosk Browser are not installed. | |
| Follow the install recommendations above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment