Announcement

Collapse
No announcement yet.

AppImage My downloaded appimage files no longer work

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [RESOLVED] AppImage My downloaded appimage files no longer work

    AppImage My downloaded appimage files no longer work. So what do I have to do now? I get a window that pops up and says Are you sure you trust this app and you want to execute? I click yes and nothing happens.
    Last edited by Stefanso; Oct 08, 2024, 11:20 AM.

    #2
    For some kinds of AppImage there's a sandboxing issue. I can run BitWarden and Balena Etcher with, f.ex.,
    Code:
    ./Bitwarden.AppImage --no-sandbox
    In any case, running the AppImage from a konsole might be informative.
    Regards, John Little

    Comment


      #3
      TYVM jlittle so I ran terminal and here is the code response...I will upload an image if the system lets me:

      "stefanso@Stefanso-Air:~$ ./Trezor.AppImage [1442961:1008/084809.275122:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_TrezorfT7RjQ/chrome-sandbox is owned by root and has mode 4755. Trace/breakpoint trap (core dumped) "
      so I ran w/ sudo:
      "stefanso@Stefanso-Air:~$ sudo ./Trezor.AppImage [sudo] password for stefanso: [1008/085400.636261:FATAL:electron_main_delegate.cc(294)] Running as root without --no-sandbox is not supported. Se e https://crbug.com/638180. Trace/breakpoint trap​"

      Then I ran with the whole line ...--no-sandbox" and there it is. Sometimes I can be so DENSE in the head...DUH!
      You may only view thumbnails in this gallery. This gallery has 1 photos.
      Last edited by Stefanso; Oct 08, 2024, 10:00 AM.

      Comment


        #4
        You may only view thumbnails in this gallery. This gallery has 1 photos.

        Comment


          #5
          Originally posted by Stefanso View Post
          Then I ran with the whole line ...--no-sandbox" and there it is.
          So, you ran:
          Originally posted by Stefanso View Post
          sudo ./Trezor.AppImage --no-sandbox
          Windows no longer obstructs my view.
          Using Kubuntu Linux since March 23, 2007.
          "It is a capital mistake to theorize before one has data." - Sherlock Holmes

          Comment

          Working...
          X