-
-
Notifications
You must be signed in to change notification settings - Fork 666
Create OSCAR #2825
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
base: master
Are you sure you want to change the base?
Create OSCAR #2825
Conversation
OSCAR is a free CPAP data analyzer suite.
|
Thanks @doccaz. |
|
That is weird. This AppImage runs fine on my local system. Could it be because it uses libGLU? I noticed a "blacklisted" message about openGL in the build logs. How should I proceed? |
|
Possibly we can't run applications that need openGL on our headless server. So the issue might be in our test. |
E.g., github.com/AppImage/appimage.github.io/pull/2825
|
That wasn't a fix, but I guess it worked to debug it: https://github.com/AppImage/appimage.github.io/pull/2825/files#diff-7f2559bb01bc5003d024c260a3c6df2972057543e2034bbc0e59ed0722f232fa It took a screenshot of the xterm with an error message :-) |
|
@probonopd can you add that lib to the sandbox as well? |
|
@probonopd I think the sandbox is still missing libxcb-iccm.so. Could that be added? |
|
This PR contains more than one file. It needs to contain exactly one file in
All required libxcb-*.so libraries must be bundled inside the AppImage, because they cannot be assumed to be present on all systems; or else they could be listed in https://github.com/AppImage/pkg2appimage/blob/master/excludelist. |
|
@probonopd the library is inside the appimage, I don't know what else to do... help? |
|
Hwo do you produce the AppImage? How does the application know to load libs from ./usr/lib64? |
|
With Open Build Service. I can see it removing libxcb-icccm at the end of
the logs, so I just copied it from the build environment in appimage.yml:
https://build.opensuse.org/package/view_file/home:emendonca:oscar/oscar-appimage/appimage.yml?expand=1
…On Mon, Sep 19, 2022 at 7:04 PM probonopd ***@***.***> wrote:
Hwo do you produce the AppImage? How does the application know to load
libs from ./usr/lib64?
—
Reply to this email directly, view it on GitHub
<#2825 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEOXJ3Z2U2TBPHS2MKRIULDV7DPN5ANCNFSM5NX3IIYA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
-- Erico
|
|
Still failing on firejail after all this time. I guess I should give up on this one. |
OSCAR is a free CPAP data analyzer suite.