miruka 3082c64666 Show user ID as member tile subtitle
Also move member styling in theme to the right place
2019-08-22 05:42:48 -04:00
2019-08-22 05:42:48 -04:00
2019-03-21 23:28:14 -04:00
2019-08-16 09:47:44 -04:00
2019-07-17 13:40:28 -04:00
2019-08-22 05:42:48 -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

  • olm-python3 >= 3.1

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 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 && make && sudo make install

After this if no errors happened, run harmonyqml.

Description
No description provided
Readme 31 MiB
Languages
QML 64.4%
Python 32.2%
C++ 2.8%
QMake 0.4%
Shell 0.2%