KDE-Kate-Control

kde-kate-control.AIIX

Description:

Installation of skill:

  • Download or Clone Git (run: git clone https://github.com/AIIX/kde-kate-control inside /opt/mycroft/skills)

  • Create /opt/mycroft/skills folder if it does not exist

  • Extract Downloaded Skill into a folder. "kde-kate-control". (Clone does not require this step)

  • Copy the kde-kate-control folder to /opt/mycroft/skills/ folder

Installation of requirements:

Fedora:

  • sudo dnf install dbus-python

  • From terminal: cp -R /usr/lib64/python2.7/site-packages/dbus* /home/$USER/.virtualenvs/mycroft/lib/python2.7/site-packages/

  • From terminal: cp /usr/lib64/python2.7/site-packages/_dbus* /home/$USER/.virtualenvs/mycroft/lib/python2.7/site-packages/

Ubuntu / KDE Neon:

  • sudo apt install python-dbus

  • From terminal: cp -R /usr/lib/python2.7/dist-packages/dbus* /home/$USER/.virtualenvs/mycroft/lib/python2.7/site-packages/

  • From terminal: cp /usr/lib/python2.7/dist-packages/_dbus* /home/$USER/.virtualenvs/mycroft/lib/python2.7/site-packages/

  • For other distributions:

  • Python Dbus package is required and copying the Python Dbus folder and lib from your system python install over to /home/$USER/.virtualenvs/mycroft/lib/python2.7/site-packages/.

Platform:

Examples:

Create new file. Close file. Save documents. Goto next tab. Goto previous tab. Split view horizontally. Split view vertically. Goto next view. Goto previous view. Show config.

This skill Did not pass the Abstract Syntax Trees testing. Skill properly do not work in current state.

Summary:

Github: https://github.com/AIIX/kde-kate-control Owner: @AIIX Created: 2017 Nov 28 13:32:40 UTC Last updated: 2017 Dec 08 08:54:08 UTC License: GNU General Public License v3.0

Categories: [ uncategorized ]

Last updated