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. Cant select Qt Creator in Ubuntu Select Application Menu
Forum Updated to NodeBB v4.3 + New Features

Cant select Qt Creator in Ubuntu Select Application Menu

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 269 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.
  • J Offline
    J Offline
    JacobNovitsky
    wrote on 6 Apr 2024, 00:24 last edited by JacobNovitsky 4 Jun 2024, 00:25
    #1

    Installing Qt Creator and Qt from source, usually it was fine
    Kindly advise

    2.png
    1.png

    C 1 Reply Last reply 6 Apr 2024, 03:55
    0
    • J JacobNovitsky
      6 Apr 2024, 00:24

      Installing Qt Creator and Qt from source, usually it was fine
      Kindly advise

      2.png
      1.png

      C Offline
      C Offline
      ChrisW67
      wrote on 6 Apr 2024, 03:55 last edited by
      #2

      @JacobNovitsky There is either:

      • No Qt Creator desktop file present in the places Ubuntu looks (possible). That would include:
        • /usr/share/applications
        • ~/.local/share/applications
      • Or the desktop file does not list text/plain as an associated MIME type. Cannot see why Qt Creator would associate this out-of-the-box
      J 1 Reply Last reply 6 Apr 2024, 12:14
      1
      • C ChrisW67
        6 Apr 2024, 03:55

        @JacobNovitsky There is either:

        • No Qt Creator desktop file present in the places Ubuntu looks (possible). That would include:
          • /usr/share/applications
          • ~/.local/share/applications
        • Or the desktop file does not list text/plain as an associated MIME type. Cannot see why Qt Creator would associate this out-of-the-box
        J Offline
        J Offline
        JacobNovitsky
        wrote on 6 Apr 2024, 12:14 last edited by
        #3

        @ChrisW67 said in Cant select Qt Creator in Ubuntu Select Application Menu:

        Or the desktop file does not list text/plain as an associated MIME type. Cannot see why Qt Creator would associate this out-of-the-box

        Thanks for lead!

        What helped me:

        both location ammended my desktop file to

        [Desktop Entry]
        Name=Qt Creator
        Exec=/home/j/qtcreator_build/bin/qtcreator
        Icon=/home/j/s/icons/qtcreator.png
        Type=Application
        Categories=Development;
        Terminal=false
        MimeType=text/plain;

        279 xdg-mime query default text/plain
        280 xdg-mime default qtcreator.desktop text/plain
        281 sudo update-desktop-database

        J 1 Reply Last reply 6 Apr 2024, 12:21
        0
        • J JacobNovitsky
          6 Apr 2024, 12:14

          @ChrisW67 said in Cant select Qt Creator in Ubuntu Select Application Menu:

          Or the desktop file does not list text/plain as an associated MIME type. Cannot see why Qt Creator would associate this out-of-the-box

          Thanks for lead!

          What helped me:

          both location ammended my desktop file to

          [Desktop Entry]
          Name=Qt Creator
          Exec=/home/j/qtcreator_build/bin/qtcreator
          Icon=/home/j/s/icons/qtcreator.png
          Type=Application
          Categories=Development;
          Terminal=false
          MimeType=text/plain;

          279 xdg-mime query default text/plain
          280 xdg-mime default qtcreator.desktop text/plain
          281 sudo update-desktop-database

          J Offline
          J Offline
          JacobNovitsky
          wrote on 6 Apr 2024, 12:21 last edited by JacobNovitsky 4 Jun 2024, 12:26
          #4

          @JacobNovitsky now my open qt projects looks like that
          how to fix it? previously all was concat to one icon, so I could easy click on icon and select project I need to switch
          not max convinient, but still was fine
          how to rollback to that usually state
          1.png

          C 1 Reply Last reply 7 Apr 2024, 06:35
          0
          • J JacobNovitsky
            6 Apr 2024, 12:21

            @JacobNovitsky now my open qt projects looks like that
            how to fix it? previously all was concat to one icon, so I could easy click on icon and select project I need to switch
            not max convinient, but still was fine
            how to rollback to that usually state
            1.png

            C Offline
            C Offline
            ChrisW67
            wrote on 7 Apr 2024, 06:35 last edited by
            #5

            @JacobNovitsky If you want to undo what you did then just do so. You did keep a backup, right?

            1 Reply Last reply
            0

            1/5

            6 Apr 2024, 00:24

            • Login

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