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. No application launcher icons after installation
Forum Updated to NodeBB v4.3 + New Features

No application launcher icons after installation

Scheduled Pinned Locked Moved Installation and Deployment
11 Posts 2 Posters 2.9k 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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #2

    Hi and welcome to devnet,

    This question is way to generic and outside of this forum scope, you need to ask this on the forum dedicated to the distribution you are using or the desktop environment(s) you are targeting

    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
    • I Offline
      I Offline
      imatefx
      wrote on last edited by
      #3

      Sorry i want to know how to target a file inside the data folder to a specific folder

      ie. my application to the installation path specified by the user and some files like icons or a symbolic link of the application to another folder.

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

        That one I didn't understand

        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
        • I Offline
          I Offline
          imatefx
          wrote on last edited by
          #5

          As far as i know Qt installer copies all the files in the data folder of package into the user selected target folder

          i want to make some files in data folder of package copied to a different location

          can you help me how to do it

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

            That depends on the installer framework you are going to use, so I can't really help you there. You have to go through the documentation

            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
            • I Offline
              I Offline
              imatefx
              wrote on last edited by
              #7

              :'-( :'( I am using Qt Installer Framework :(

              1 Reply Last reply
              0
              • I Offline
                I Offline
                imatefx
                wrote on last edited by
                #8

                found it here
                http://qt-project.org/doc/qtinstallerframework-1.5/operations.html

                but should i check differently for linux and mac like this?

                @
                if (installer.value("os") === "win") {
                component.addOperation("CreateShortcut", "@TargetDir@/MyApp.exe", "@StartMenuDir@/MyApp.lnk");
                }
                @

                shall try and see where i will reach :)

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

                  Sure you need to check, also note that on OS X you don't create "link" but you may add your application to the Dock

                  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
                  • I Offline
                    I Offline
                    imatefx
                    wrote on last edited by
                    #10

                    Hi,
                    I am stuck in OS X icon, can you give me some idea.

                    if i install the application to /Applications Path all the files will be there,

                    is installing the application to /Applications path a good choice?

                    how can i create a shortcut using the

                    "CreateShortcut" operation of Qt Installer Framework?

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

                      On OS X you create a bundle that contains everything that is needed and put that bundle in Application. OS X users don't expect shortcuts

                      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

                      • Login

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