This skill enables an user to control the Kate editor client on the Desktop.
- 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
- 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/
- 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/.
- "Hey Mycroft, create new file "
- "Hey Mycroft, close file "
- "Hey Mycroft, save documents "
- "Hey Mycroft, goto next tab "
- "Hey Mycroft, goto previous tab "
- "Hey Mycroft, split view horizontally "
- "Hey Mycroft, split view vertically "
- "Hey Mycroft, goto next view "
- "Hey Mycroft, goto previous view "
- "Hey Mycroft, show config "
(AIX) Aditya Mehra