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

    electron-builder snap not running

    Help
    electron snap
    2
    4
    313
    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.
    • W
      walfin last edited by

      Hi, I have built my app using electron-builder. However, the snap generated does not run on linux when clicking on the installed app icon or running the command <app name> on the command line. However, if I manually run /snap/<app_name>/current/<app_name>, the app is able to run.

      I have filed a GitHub issue, to no avail: https://github.com/electron-userland/electron-builder/issues/5067

      Anyone else encountering this and have any idea how to fix it? I would really like to submit my snaps to the Snap Store but with things in this state I can’t submit an app which can’t even start.

      1 Reply Last reply Reply Quote 0
      • W
        walfin last edited by

        Anybody found a solution? I have tried updating to the latest electron; however, it still does not work.

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

          @walfin

          running the command <app name> on the command line.

          What happens(console output) when you run it on the console?

          What happens if you run it on not Ubuntu , let say Debian?

          Any way to debug(logs) what is going on?

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

            @dobbel Completely blank (if I type just <app name>). “which <app name>” works fine.

            If I type /snap/<app_name>/current/<app_name> it works perfectly.

            But I want it to run on Ubuntu. Most (if not all) snap store users are on Ubuntu.

            I think the snap is somehow creating the symlink wrongly.

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