-
-
Notifications
You must be signed in to change notification settings - Fork 554
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
Add Vircadia #2470
Add Vircadia #2470
Conversation
unable to resolve host address ‘appimage.moto9000.moe’ Is that the correct address? |
@probonopd The address is correct and works fine on my network. |
At the time when I tested it it did not work, also on my local machine. (Now it does - but how long before it goes down again?) I see that the domain is linked from https://vircadia.com/download-vircadia/#linux - so I think we can consider it trusted by the project. |
What DNS are you using? |
Whtever my provider provides ;-) now it is working btw. |
There is a permissions issue with the AppImage: Looks similar to #2102. Reference: |
Yeah I am not sure if it makes sense for me to extract the AppImages and manually sqash them for every update. EDIT: the test to see if it's the problem doesn't work btw.
I just ran it instead and looked at my /tmp/ folder. |
You need to provide the correct offset to unsquashfs, with you can get by running |
/bin/bash: /run/firejail/appimage/.appimage-11660/AppRun: Permission denied |
This is still a bug in AppImageKit AppImage/AppImageKit#1032 |
Yeah it looks like the virtual graphics adapter doesn't support the minimum required OpenGL version or even the minimum OpenGL ES version needed for a mobile build, so this will never run properly. |
Our test machine has no actual GPU. How can we still take a screenshot? |
You cannot. Like I said, you will get a black window. If you are lucky it will show you the toolbar. I tried adding AppStream information with screenshots in the past, but apparently that isn't as easy as it seems: AppImage/AppImageKit#603 |
Then again, if it passing the tests would be good enough for you to include it, then we can just have it have a broken screenshot until AppImage/AppImageKit#603 is fixed. |
https://appimage.github.io/simple-appstream-generator/ is my answer to #603 - does it work for you? |
No. I run into exactly the same issue as descripbed in the opening post of AppImage/AppImageKit#603 |
Remove appstream-util from your system and retry, please. |
Seems to have worked. It should make it into the next release. |
Forgot to wait till it was fully uploaded
This adds the latest release
Almost forgot about this. |
[ci skip]
@probonopd No it is showing a black screen when on a machine that doesn't support proper OpenGL. That is one of the reasons there are screenshots in the AppStream. |
Is there anything keeping this up? |
Does it no longer show a black screen when the computer is offline? That is required for the test to be considered a "pass". |
It doesn't show a blackscreen when the computer is offline. |
No description provided.