• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
UBports Robot Logo UBports Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. Home
  2. greyback
G
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 0
  • Posts 1
  • Groups 0

greyback

@greyback

2
Reputation
5
Profile views
1
Posts
0
Followers
0
Following
Joined 16 Aug 2019, 13:23
Last Online 12 Jan 2021, 19:10

greyback Unfollow Follow

Best posts made by greyback

  • RE: Introducing Miroil

    Hey folks,
    I can make this slightly easier with a few handy env vars.

    @alan_g said in Introducing Miroil:

    sudo ln -s /usr/local/lib/qt5/plugins/platforms/libqpa-mirserver.so /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/
    

    Allows Qt to find the platform.

    You can avoid this soft link by setting this env var instead:

    export QT_QPA_PLATFORM_PLUGIN_PATH=/usr/local/lib/qt5/plugins/platforms
    

    @alan_g said in Introducing Miroil:

    So Let's make that easier to find too:

    sudo ln -s /usr/local/lib/qt5/qml/Unity/ /usr/lib/x86_64-linux-gnu/qt5/qml/
    

    Similarly, you can avoid the soft link again and point Qt directly to where those QML plugins live with:

    export QML2_IMPORT_PATH=/usr/local/lib/qt5/qml
    

    Hope this helps
    -G

    posted in Lomiri (was Unity8)
    G
    greyback
    12 Jan 2021, 19:10

Latest posts made by greyback

  • RE: Introducing Miroil

    Hey folks,
    I can make this slightly easier with a few handy env vars.

    @alan_g said in Introducing Miroil:

    sudo ln -s /usr/local/lib/qt5/plugins/platforms/libqpa-mirserver.so /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/
    

    Allows Qt to find the platform.

    You can avoid this soft link by setting this env var instead:

    export QT_QPA_PLATFORM_PLUGIN_PATH=/usr/local/lib/qt5/plugins/platforms
    

    @alan_g said in Introducing Miroil:

    So Let's make that easier to find too:

    sudo ln -s /usr/local/lib/qt5/qml/Unity/ /usr/lib/x86_64-linux-gnu/qt5/qml/
    

    Similarly, you can avoid the soft link again and point Qt directly to where those QML plugins live with:

    export QML2_IMPORT_PATH=/usr/local/lib/qt5/qml
    

    Hope this helps
    -G

    posted in Lomiri (was Unity8)
    G
    greyback
    12 Jan 2021, 19:10