Go to file
2019-08-30 10:49:41 -04:00
src Fix sending typing state when no configured alias 2019-08-30 10:49:41 -04:00
submodules Big performance refactoring & various improvements 2019-08-11 08:27:53 -04:00
.gitignore Big performance refactoring & various improvements 2019-08-11 08:27:53 -04:00
.gitmodules Big performance refactoring & various improvements 2019-08-11 08:27:53 -04:00
.pylintrc Build system, messages support and more 2019-07-02 13:59:52 -04:00
COPYING Initial commit 2019-03-21 23:28:14 -04:00
COPYING.LESSER Start rewriting backend with pyotherside+asyncio 2019-06-27 02:31:03 -04:00
harmonyqml.pro Fix qrc resources not working 2019-08-25 15:39:00 -04:00
live-reload.sh Fix qrc resources not working 2019-08-25 15:39:00 -04:00
README.md Add missing instructions to README 2019-08-30 00:07:05 -04:00
TESTS.md Fix file names to respect conventions 2019-07-17 13:40:28 -04:00
TODO.md Fix sending typing state when no configured alias 2019-08-30 10:49:41 -04:00

harmonyqml

Dependencies setup

Outside of pip/github:

Qt 5.12+, including:

  • qt5-declarative-devel

  • qt5-quickcontrols

  • qt5-quickcontrols2-devel

  • qt5-svg-devel

  • qt5-graphicaleffects

  • qt5-qmake

  • qt5-devel

  • python3

  • python3-devel

  • olm-python3 >= 3.1

Make sure the right version of Qt is used:

export QT_SELECT=5

Install pyotherside:

git clone https://github.com/thp/pyotherside
cd pyotherside
qmake && make && sudo make install

After this, verify the permissions of the installed plugin files.

sudo chmod 644 /usr/lib/qt5/qml/io/thp/pyotherside/*
sudo chmod 755 /usr/lib/qt5/qml/io/thp/pyotherside/*.so

Install the dependencies from Pypi:

pip3 install --user --upgrade \
    Pillow aiofiles appdirs dataclasses filetype hsluv html_sanitizer \
    lxml mistune uvloop

Install the dependencies from Github:

matrix-nio:

git clone https://github.com/mirukan/matrix-nio
cd matrix-nio
pip3 install --user --upgrade -e '.[e2e]'

Building

git clone <TODO>
cd harmonyqml
qmake harmonyqml.pro && make && sudo make install

After this if no errors happened, run harmonyqml.