Warning, /plasma/plasma-bigscreen/README.md is written in an unsupported language. File is not indexed.

0001 # ![Logo](https://plasma-bigscreen.org/wp-content/uploads/sites/3/2020/03/bigscreen-logo.png)
0002 
0003 A big launcher giving you easy access to any installed apps and skills.
0004 Controllable via voice or TV remote.
0005 
0006 This project is using various open-source components like Plasma Bigscreen, Mycroft AI and libcec.
0007 
0008 ### Voice Control
0009 
0010 Bigscreen supports Mycroft AI, a free and open-source voice assistant that can be run completely decentralized on your own server.
0011 
0012 ### Remote control your TV via CEC
0013 
0014 CEC (Consumer Electronics Control) is a standard to control devices over HDMI.
0015 Use your normal TV remote control, or a RC with built-in microphone for voice control and optional mouse simulation.
0016 
0017 ### Voice apps
0018 
0019 Download new apps (aka skills) for your Bigscreen or add your own ones for others to enjoy.
0020 
0021 ## Test on a development machine
0022 
0023 It is recommended to use `kdesrc-build` to build this from source.
0024 See [this page](https://community.kde.org/Get_Involved/development) in order to set it up.
0025 Note that `kdesrc-build` doesn't automatically build `plasma-nano` and `plasma-settings`, so make sure to also build that before you run the shell.
0026 
0027 <details>
0028 <summary><b>Click here to see dependencies</b></summary>
0029 
0030 ### KDE Plasma Dependencies
0031 
0032 - plasma-nano - https://invent.kde.org/plasma/plasma-nano
0033 - plasma-settings - https://invent.kde.org/plasma-mobile/plasma-settings
0034 
0035 ### KDE KF5 dependencies
0036 
0037 - Activities
0038 - ActivitiesStats
0039 - Plasma
0040 - I18n
0041 - Kirigami2
0042 - Declarative
0043 - KCMUtils
0044 - Notifications
0045 - PlasmaQuick
0046 - KIO
0047 - Wayland
0048 - WindowSystem
0049 - KDEConnect
0050   
0051 ### Qt dependencies
0052 
0053 - Quick
0054 - Core
0055 - Qml
0056 - DBus
0057 - Network
0058 
0059 ### Optional dependencies
0060 
0061 The following can be installed for extra functionality but are not required to build or run:
0062 
0063 - Mycroft-Core (development branch) https://github.com/MycroftAI/Mycroft-Core
0064 - Mycroft-GUI - https://github.com/MycroftAI/Mycroft-GUI
0065 - MycroftSkillInstaller - https://github.com/AIIX/MycroftSkillInstaller
0066 
0067 </details>
0068 
0069 To start the Bigscreen homescreen in a window, run:
0070 
0071 ```
0072 QT_QPA_PLATFORM=wayland dbus-run-session kwin_wayland "plasmashell -p org.kde.plasma.mycroft.bigscreen"
0073 ```
0074