Changes between Version 6 and Version 7 of mycroft-gui-mark-2_20.04_standalone


Ignore:
Timestamp:
02/24/21 21:47:44 (3 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mycroft-gui-mark-2_20.04_standalone

    v6 v7  
    148148See [wiki:mycroft_mark-2_sound Mycroft Mark II - Sound]
    149149
     150==== Screen rotation fix ====
     151To 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
     161change the ExecStart in ~/.config/systemd/user/mymycroftgui.service to:
     162{{{
     163ExecStart=/usr/bin/mycroft-gui-app --rotateScreen 90 --hideTextInput
     164}}}
    150165
    151166
    152