[Question] How to bypass the launcher #679
Replies: 13 comments 3 replies
This comment has been minimized.
This comment has been minimized.
-
Last time i tryed this this it opened the AppImage launcher as well. If you say this works I will try this with the newest version in the next few days. |
Beta Was this translation helpful? Give feedback.
-
AIL hasn't really been updated in years, so that definitely didn't change. |
Beta Was this translation helpful? Give feedback.
-
In that case I don't think just running the appimage in the terminal works. |
Beta Was this translation helpful? Give feedback.
-
Considering the vast amount of AppImages which fail to run due to AppImageLauncher being installed (search the internet for "execv error: No such file or directory"), and considering |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
That works, but it also means not installing / uninstalling the launcher. |
Beta Was this translation helpful? Give feedback.
-
That script does not bypass AppImageLauncher, it very clearly creates a desktop shortcut which launches the AppImage directly, and if you have AppImageLauncher installed and unpatched then that script will not help you one bit. And obviously uninstalling AppImageLauncher is not bypassing it. |
Beta Was this translation helpful? Give feedback.
-
There's a lot of wrong information in this thread. Let's clear some things up. First, I'm defining "bypassing the launcher" as "you won't see the dialog". Your definition may vary, you would have to explain your motivation then. A regular AppImageLauncher installation cannot be "bypassed", as some of its components (mainly the so-called binfmt-bypass) is always used by the kernel. It's a technical limitation of the When using a terminal, you can always set If you want to make a specific AppImage never trigger the integration dialog, you need to alter its main desktop file and include one of the flags supported by libappimage, e.g., To truly avoid using AppImageLauncher's |
Beta Was this translation helpful? Give feedback.
-
Agreed! In other words, removing any intrusive parts that might affect the functionalities or deviate from what the original packer intended. P.S. I don't agree that my previous post is off-topic given the definition of bypass provided. I originally assumed that Beep6581 has similar motivations as he mentioned that:
It then becomes clear later that he still wants other functionalities of AppImageLauncher; so, he wants a different level of "bypass". The objective of each person is different, we better reconcile on that point. Some that might come across this thread might have a similar objective to mine, tho. |
Beta Was this translation helpful? Give feedback.
-
Actually I also agree, I just wanted to skip the ui and system inclusion (user managed appimages).
This sounds like what I was originally looking for. |
Beta Was this translation helpful? Give feedback.
-
No, I don't. I asked how to bypass AppImageLauncher without uninstalling it, not how to prevent seeing its GUI. |
Beta Was this translation helpful? Give feedback.
-
To be clear.
This part is the reply to the quote. (originally on my post)
And this part is a general comment on the thread, right? When you write them together like that they look related. (I know you already included a blank line but that may be too subtle.) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submit checks
Describe the bug
If i have a app i just want to run and not integrate,
there seems to be no obvious way to do that.
I have a appimage file that I like handle myself,
so I like that to be excluded by the appimage launcher.
Then the gui wont come up and it will start automatically.
Expected behavior
Maby have something like
ail-cli -run $Appimage
to just run a appimageSteps to reproduce the issue
No response
Screenshots
No response
Distribution and desktop environment
Garuda Linux x86_64
Installed AppImageLauncher version
AppImageLauncher version 2.2.0 (git commit 0f91801), built on 2024-05-25 15:13:12 UTC
List of AppImages you tried
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions