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 doesn't launch in Linux Mint for QT 5.5.1
Forum Updated to NodeBB v4.3 + New Features

Qt creator doesn't launch in Linux Mint for QT 5.5.1

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 3 Posters 2.5k 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.
  • T Offline
    T Offline
    te777
    wrote on last edited by
    #1

    I used the offline installer to install QT 5.5.1 (32 bit) in Linux Mint Cinnamon 17.2 (32 bit) in VirtualBox. Install was OK. Then QT creator doesn't launch. QT 5.5.0 works OK. Any ideas anyone?

    RatzzR M 2 Replies Last reply
    0
    • T te777

      I used the offline installer to install QT 5.5.1 (32 bit) in Linux Mint Cinnamon 17.2 (32 bit) in VirtualBox. Install was OK. Then QT creator doesn't launch. QT 5.5.0 works OK. Any ideas anyone?

      RatzzR Offline
      RatzzR Offline
      Ratzz
      wrote on last edited by Ratzz
      #2

      @te777
      May be because of welcome plugin.
      From command line run qtcreator -noload Welcome.
      Then you can disable the Welcome plugin Help->Plugins...

      --Alles ist gut.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        te777
        wrote on last edited by te777
        #3

        I tried that with the launcher. Doesn't work. My Linux Mint installation has 2 desktops to choose from on login: Cinnamon and Xfce. Could the installation have gotten confused with these 2 choices? Qt creator for 5.5.1 doesn't launch in either desktop. But Qt creator for 5.5.0 works fine.

        Edit: from the command line it says qtcreator is not installed.

        Edit: I forgot the "./". From the command line it says could not initialize GLX.

        1 Reply Last reply
        0
        • T te777

          I used the offline installer to install QT 5.5.1 (32 bit) in Linux Mint Cinnamon 17.2 (32 bit) in VirtualBox. Install was OK. Then QT creator doesn't launch. QT 5.5.0 works OK. Any ideas anyone?

          M Offline
          M Offline
          mjsurette
          wrote on last edited by
          #4

          @te777
          Back to the basics.
          From a terminal

          which qtcreator

          will tell you if it's in the path.

          ldd $(which qtcreator)|less

          will tell you if there are any missing dependencies.

          1 Reply Last reply
          0
          • T Offline
            T Offline
            te777
            wrote on last edited by
            #5

            ldd|less lists a lot of files: All of the files needed to run qtcreator basically.

            M 1 Reply Last reply
            0
            • T Offline
              T Offline
              te777
              wrote on last edited by
              #6

              With VirtualBox 3D acceleration for the display turned off for the virtual machine it works fine.

              1 Reply Last reply
              0
              • T te777

                ldd|less lists a lot of files: All of the files needed to run qtcreator basically.

                M Offline
                M Offline
                mjsurette
                wrote on last edited by
                #7

                @te777
                Yes, that's normal with no missing dependencies, hence the |less.

                When you have missing dependencies you hav a not found notification instead of the path.

                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