No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Quasar Electron Desktop App Icons

    Help
    2
    8
    580
    Loading More Posts
    • 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
      jokermartini last edited by

      Does anyone have a step by step tutorial on how to assign an Icon to an application built using Quasar and Electron + Vue.
      I want to assign a custom icon to my application so the task bar, exe, and the main windows dialog all have a custom icon.

      The solution needs to be cross platform, windows, linux and mac.

      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @jokermartini last edited by

        @jokermartini

        are you aware of the icon tool for Quasar( Icon Genie):
        https://quasar.dev/icongenie/introduction
        https://quasar.dev/quasar-cli/developing-electron-apps/app-icons-electron

        1 Reply Last reply Reply Quote 0
        • J
          jokermartini last edited by

          It says to replace the my-icon.png in the root folder. There is no such file in my project/

          dobbel 1 Reply Last reply Reply Quote 0
          • dobbel
            dobbel @jokermartini last edited by

            @jokermartini

            try installing the icon genie extension.
            https://quasar.dev/icongenie/introduction

            then run generate
            https://quasar.dev/icongenie/command-list

            The some sample icons will be generated.

            1 Reply Last reply Reply Quote 0
            • J
              jokermartini last edited by

              after doing so it the application itself fails to launch on a linux box but works on Windows. All due to the icon

              1 Reply Last reply Reply Quote 0
              • J
                jokermartini last edited by

                I did the entire process and when i compiled for windows and linux and no icons showed anywhere even after adding the following links to my index.template.html file

                <link rel=“icon” type=“image/png” sizes=“128x128” href=“icons/favicon-128x128.png”>
                <link rel=“icon” type=“image/png” sizes=“96x96” href=“icons/favicon-96x96.png”>
                <link rel=“icon” type=“image/png” sizes=“32x32” href=“icons/favicon-32x32.png”>
                <link rel=“icon” type=“image/png” sizes=“16x16” href=“icons/favicon-16x16.png”>
                <link rel=“icon” type=“image/ico” href=“favicon.ico”>

                dobbel 1 Reply Last reply Reply Quote 0
                • dobbel
                  dobbel @jokermartini last edited by dobbel

                  @jokermartini

                  Do you see any new icons in folders after running generate?

                  what’s the output of quasar info ?

                  here’s a thread about icons:
                  https://forum.quasar-framework.org/topic/6698/tray-icon-not-showing-in-production-electron/9

                  And this could be helpful:
                  https://quasar.dev/quasar-cli/developing-electron-apps/preparation#1.-Add-Quasar-Electron-Mode

                  1 Reply Last reply Reply Quote 0
                  • J
                    jokermartini last edited by

                    So i did exactly as you mentioned and use generate, however there was still no success. It doesn’t work for a Mac. Does anyone have a working example of this?

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post