| | 150 | ==== Screen rotation fix ==== |
| | 151 | To get a proper working screen rotation the patch [https://github.com/MycroftAI/mycroft-gui/pull/87/commits/fcf02b08badbaa2d3d20188af6b0fa21cc441412 screen rotation pull request] needs to be applied. In the meantime it can be built from my fork |
| | 152 | |
| | 153 | * {{{ cd ~ }}} |
| | 154 | * {{{ mv mycroft-gui mycroft-gui.ori }}} |
| | 155 | * {{{ git clone https://github.com/guhl/mycroft-gui/ }}} |
| | 156 | * {{{ cd mycroft-gui && mkdir build && cd build }}} |
| | 157 | * {{{ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_LIBDIR=lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON }}} |
| | 158 | * {{{ make -j2 }}} |
| | 159 | * {{{ sudo make install }}} |
| | 160 | |
| | 161 | change the ExecStart in ~/.config/systemd/user/mymycroftgui.service to: |
| | 162 | {{{ |
| | 163 | ExecStart=/usr/bin/mycroft-gui-app --rotateScreen 90 --hideTextInput |
| | 164 | }}} |