Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Installation freezes in ubuntu 11.40 (x32)
Qt 6.11 is out! See what's new in the release blog

Installation freezes in ubuntu 11.40 (x32)

Scheduled Pinned Locked Moved Installation and Deployment
9 Posts 7 Posters 11.2k 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.
  • P Offline
    P Offline
    perdigao1
    wrote on last edited by
    #1

    I tried to install Qt SDK on a linux machine but the installation hangs my computer.

    According to the instructions, I chmod the file Qt_SDK_Lin32_offline_v1_1_3_en.run and run it under terminal (so that I can see the output). I get the error message appearing several times

    @(Qt_SDK_Lin32_offline_v1_1_3_en.run:3126): Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed@

    A window appears welcoming to the setup wizard, click next, select installation folder, and default (or custom) installation. When I click Next, the computer practically hangs, uses the hardrive quite a lot, mouse pointer freezes and occasionally moves and nothing much happens. It is still possible (but very slow) to go to a text console (ctrl+alt+F1) and kill the installation. The same freezing behaviour occurs with the online installer.

    I was wondering if there is a solution or a way around this problem, please.

    I recently noticed that I can install Qt-creator using Ubuntu software centre but it is an older version that does not install mobile devices tools and libraries, neither it gives choice of updates.

    Thanks

    1 Reply Last reply
    0
    • I Offline
      I Offline
      ivanov-yordan
      wrote on last edited by
      #2

      Start the installer with parameter:
      @-style cleanlooks@
      That should work.

      1 Reply Last reply
      0
      • P Offline
        P Offline
        perdigao1
        wrote on last edited by
        #3

        That worked. Thanks Yordan.

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dangcheng
          wrote on last edited by
          #4

          [quote author="Yordan Ivanov" date="1320243661"]Start the installer with parameter:
          @-style cleanlooks@
          That should work.[/quote]

          I am using ubuntu 11.10 i follow your guide like below:

          ./Qt_SDK_Lin32_offline_v1_1_1_en.run -style cleanlooks

          then error still :

          QCoreApplication::applicationFilePath: Please instantiate the QApplication object first
          Unknown option: -style

          could you help me ? thanks!

          1 Reply Last reply
          0
          • D Offline
            D Offline
            dangcheng
            wrote on last edited by
            #5

            [quote author="perdigao1" date="1320245765"]That worked. Thanks Yordan.[/quote]

            perdigao,

            I just follow Yordan opinion,add "-style cleanlooks ", but it still doesn't work, could you give me some guide.

            below is what I got in terminal:

            ./Qt_SDK_Lin32_offline_v1_1_1_en.run -style cleanlooks
            then error still :
            QCoreApplication::applicationFilePath: Please instantiate the QApplication object first
            Unknown option: -style

            thanks!

            1 Reply Last reply
            0
            • A Offline
              A Offline
              andreagrandi
              wrote on last edited by
              #6

              [quote author="Yordan Ivanov" date="1320243661"]Start the installer with parameter:
              @-style cleanlooks@
              That should work.[/quote]

              It worked for me too on Ubuntu Oneiric 11.10 (32 bit), thanks!

              1 Reply Last reply
              0
              • K Offline
                K Offline
                kromacast
                wrote on last edited by
                #7

                -style cleanLooks

                Worked like a charm for me too on Ubuntu 11.10 (32-bit).

                Seems that just the installer is incompatible with the Ubuntu Unity Desktop. Once installed, Qt Creator, Qt Designer, Qt Linguist and the package manager/updater work fine without any additional startup parameters.

                1 Reply Last reply
                0
                • U Offline
                  U Offline
                  uribeuribe
                  wrote on last edited by
                  #8

                  Try using sudo
                  sudo ./Qt_SDK_Lin32_offline_v1_1_1_en.run

                  1 Reply Last reply
                  0
                  • G Offline
                    G Offline
                    geocool
                    wrote on last edited by
                    #9

                    I confirm that "-style cleanlooks" worked in Ubuntu 12.04 64bit.

                    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