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. Entering Turkish character from keyboard..
Forum Update on Monday, May 27th 2025

Entering Turkish character from keyboard..

Scheduled Pinned Locked Moved Solved General and Desktop
keyboardstatic
9 Posts 3 Posters 3.0k Views
  • 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.
  • Z Offline
    Z Offline
    zeroptr
    wrote on last edited by
    #1

    Hi all,

    A make a static compile on linux for test pusposes ...

    I compile the software with this options...

    ./configure -debug-and-release -opensource -confirm-license -c++11 -static -largefile -platform linux-g++ -prefix /home/burak/qt551static -xcb -tslib -gtkstyle -icu -gui -xinput2 -xcb-xlib -fontconfig -glib -opengl desktop -qt-sql-psql -nomake examples -nomake tests -no-compile-examples -v

    but I cannot type turkish character "i" and "ı" from keyboard but application shows this characters very well... problem is from key board..

    The Linux system or other applications doesn't have this kind of problem... I typing this from the same machine..

    If I use the distribution from qt shared libraries which I downloaded from qt.io doesn't have this problem..

    any ideas..

    Linux Mint 20.04 64 Bit QT6.0.1

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      zeroptr
      wrote on last edited by
      #2

      @Moderators I really need help I strugling this for a week.... for compiling...
      this is my 2nd topic...
      please help..

      Linux Mint 20.04 64 Bit QT6.0.1

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        If it's only for testing purpose then I'd rather start by just building with the defaults and let auto-detect work i.e.
        ./configure -debug-and-release -opensource -confirm-license -static -nomake example -nomake tests

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          Hi!
          Did you try a very simple configuration like the following?
          ./configure -opensource -confirm-license -static -prefix /home/burak/qt551static

          1 Reply Last reply
          0
          • Z Offline
            Z Offline
            zeroptr
            wrote on last edited by
            #5

            I make the compiling again from a fresh source nothing changed.. I'll make a clean linux install and try your suggestion again..

            thanks I'll inform u after clean linux compile..

            Linux Mint 20.04 64 Bit QT6.0.1

            1 Reply Last reply
            0
            • Z Offline
              Z Offline
              zeroptr
              wrote on last edited by zeroptr
              #6

              Hi @Moderators
              I make two clean linux installations.. One is LinuxMint 17.3 and the Ubuntu 14.04 LTS becouse my enviroment depends on Ubuntu 14.04 LTS

              I installed this libs dev files to system.

              libfontconfig1-dev libfreetype6-dev libx11-dev libxext-dev libxfixes-dev libxi-dev libxrender-dev libxcb1-dev libx11-xcb-dev libxcb-glx0-dev libxcb-keysyms1-dev libxcb-image0-dev libxcb-shm0-dev libxcb-icccm4-dev libxcb-sync0-dev libxcb-xfixes0-dev libxcb-shape0-dev libxcb-randr0-dev
              libpq5 libpq-dev unixodbc unixodbc-dev

              ./configure -opensource -confirm-license -static -qt-sql-psql -prefix /home/burak/qt551static -nomake examples -nomake tests -no-compile-examples -v

              every time use clean source from the original tar.gz source..

              The problem continues..
              I cannot type "ı" and "i" from keyboard,when I use the new kit... Otherwise the default kit and the systems other X applications doesn't have any problem like this...

              any ideas ?

              Linux Mint 20.04 64 Bit QT6.0.1

              1 Reply Last reply
              0
              • Z Offline
                Z Offline
                zeroptr
                wrote on last edited by
                #7

                on ubuntu 14.04

                I follow the steps at http://wiki.qt.io/Building_Qt_5_from_Git

                and success !

                Linux Mint 20.04 64 Bit QT6.0.1

                ? 1 Reply Last reply
                0
                • Z zeroptr

                  on ubuntu 14.04

                  I follow the steps at http://wiki.qt.io/Building_Qt_5_from_Git

                  and success !

                  ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #8

                  @zeroptr Glad to hear you could solve it. Do you know what caused the issue?

                  1 Reply Last reply
                  1
                  • Z Offline
                    Z Offline
                    zeroptr
                    wrote on last edited by
                    #9

                    I think problem coused from dependent dev libraries...

                    sudo apt-get build-dep qt5-default

                    solved the problem..

                    Linux Mint 20.04 64 Bit QT6.0.1

                    1 Reply Last reply
                    0

                    • Login

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