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

    tkgon

    @tkgon

    1
    Reputation
    2
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    tkgon Unfollow Follow

    Best posts made by tkgon

    • RE: Use Japanese text in "clickable desktop"

      @lduboeuf I was able to solve it via clickable.yaml config file. For reference my config file:

      clickable_minimum_required: "7"
      builder: pure-qml-cmake
      kill: qmlscene
      dependencies_target:
      - language-pack-ja
      - japan*
      

      Documentation for config file

      Maybe the dependencies can be optimized, but for now it does the job.
      Again thanks @lduboeuf

      posted in App Development
      T
      tkgon

    Latest posts made by tkgon

    • RE: Use Japanese text in "clickable desktop"

      @lduboeuf I was able to solve it via clickable.yaml config file. For reference my config file:

      clickable_minimum_required: "7"
      builder: pure-qml-cmake
      kill: qmlscene
      dependencies_target:
      - language-pack-ja
      - japan*
      

      Documentation for config file

      Maybe the dependencies can be optimized, but for now it does the job.
      Again thanks @lduboeuf

      posted in App Development
      T
      tkgon
    • RE: Use Japanese text in "clickable desktop"

      @lduboeuf Thanks for the answer. Yes, I do use i18n.tr(...). Trying it without this, results to the same thing. But as mentioned, the display is fine on my actual device. I guess, the clickable desktop environment lacks some fonts or so.

      posted in App Development
      T
      tkgon
    • Use Japanese text in "clickable desktop"

      Hello. I just tried to create a sample app that contains Japanese text. I am able to have the text display properly on my Ubuntu Mobile device, but on the clickable desktop preview the Japanese text shows up garbled.

      Is there a way to install Japanese fonts (or whatever is needed) on the clickable desktop?

      If it is of any help, for I use clickable 7.1.0. I tried with both HTML5 and Python/QML.

      posted in App Development
      T
      tkgon