# bluedevil **Repository Path**: jingos/bluedevil ## Basic Information - **Project Name**: bluedevil - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-27 - **Last Updated**: 2021-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bluetooth Bluetooth module of plasma-settings for JingOS. ## Features * Plasma applet written in QML for managing network connections * Run on JingOS platform * Brand new UI & UE with JingOS-style , based on JingUI Framework * Support keyboard & touchpad & mouse & screen touch * All keys support pressed / hovered effects * Well-designed interface material: * Font * Icon * Picture * The Bluetooth that the application handles follow the [ical](https://tools.ietf.org/html/rfc5545) standard. ## Links * Home page: https://www.jingos.com/ * Project page: https://invent.kde.org/plasma/bluedevil * Issues: https://invent.kde.org/plasma/bluedevil/-/issues * Development channel: https://forum.jingos.com/ ## Dependencies * Qt5 * Cmake * KI18n * Kirigami (JingOS Version) * KIOCore * BluezQt ## Build To build Bluetooth from source on Linux, execute the below commands. ### Compile ``` mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/usr [-DDISABLE_MODEMMANAGER_SUPPORT=true] make ``` #### Run ``` /bin/plasma-settings -m bluetooth ``` #### Install ``` sudo make install ```