• 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. tkgon
  3. Posts
T
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 3
  • Groups 0

Posts

Recent Best Controversial
  • 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
    26 Feb 2022, 15:59
  • 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
    26 Feb 2022, 02:46
  • 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
    25 Feb 2022, 13:05