Skip to content

How to run AppImage files #651

Closed Locked Answered by og900aero
og900aero asked this question in 1. Q&A
Feb 9, 2024 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

app_image = [
{ exec = '"$1"', desc = "Run AppImage", for = "unix" }
]

Unfortunately not, because then this code would be good, but it still gets stuck in the task:

app_image = [
	{ exec = '"$1"', desc = "Run AppImage", for = "unix" }
]

After many attempts, the solution was:

app_image = [
	{ exec = '$TERM -e "$1"', orphan = true, desc = "Run AppImage", for = "unix" }
]

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@og900aero
Comment options

Comment options

You must be logged in to vote
2 replies
@og900aero
Comment options

@sxyazi
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by og900aero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
1. Q&A
Labels
None yet
3 participants