-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't change LD_LIBRARY_PATH when running as an AppImage #8056
Conversation
04b3a7a
to
18fb126
Compare
Worked for me on Rocky 9.5 (after deleting [suse@localhost Downloads]$ ./rancher-desktop-9.main.1736353955.944c6913-Build2894.1.glibc2.34-x86_64.AppImage
/bin/sh: line 1: p11tool: command not found
[41704:0108/170507.425218:ERROR:connection.cc(711)] Cannot send request of length 18215856
/bin/sh: line 1: p11tool: command not found I believe all these messages are expected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a comment on why we need to skip this for AppImage.
We should also extend LD_LIBRARY_PATH
instead of clobbering it, in case the user has other reasons to set it.
ea635ec
to
0ee17de
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why you prefer env['X']
over env.X
, but whatever.
0ee17de
to
b98f668
Compare
Signed-off-by: Jan Dubois <jan.dubois@suse.com>
b98f668
to
0c348d0
Compare
I don't actually, but somehow my brain is not compatible with JavaScript... |
No description provided.