Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Creator letter "i" problem (Not Turkish Keboard)
Qt 6.11 is out! See what's new in the release blog

Qt Creator letter "i" problem (Not Turkish Keboard)

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 1 Posters 870 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    berkay.dedeoglu
    wrote on last edited by
    #1

    Re: Qt Creator 5.8 - (i) letter not writting
    I've some bad news. I'm using also a Turkish system but not with Turkish keyboard. My keyboard is a classic US keyboard.. But I can't write the letter "I' or "i" in Qt creator.

    System: Korora 25 Gurgle
    Qt Creator: Qt Creator 4.2.2
    Qt Version: Qt 5.8.0

    1 Reply Last reply
    0
    • B Offline
      B Offline
      berkay.dedeoglu
      wrote on last edited by
      #2

      Ok. Sorry. I've fixed it from a solution in bug report.

      this is Issue report link: https://bugreports.qt.io/browse/QTBUG-58413

      This is solution:
      " @Tolga Berber's solution
      You can modify the desktop file which is located at [Home Path]/.local/share/applications/DigiaQt-qtcreator-community.desktop to solve problem with qt creator. You have to modify the Exec directive as follows:

      Exec=env LANG=en_US.UTF-8 [Qt Path]/Tools/QtCreator/bin/qtcreator

      Moreover, you have to update the run profiles of your applications in qt creator to make your applications does not affected by this issue. You can add LANG environment variable to your Qt kit by using Tools>Options>Build & Run>Kits settings. Select your kit/kits and add following line to the Environment property:

      LANG=en_US-UTF-8

      After this operation you need to erase all the .pro.user files from your project folders to apply the changes to your existing projects.
      "

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved