-
Notifications
You must be signed in to change notification settings - Fork 449
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
OpenBoard AppImage for Linux #147
Comments
Hi, on Fedora 28 I get following error, when I start the AppImage.
Fedora 28 is using Glibc 2.27. |
Looks like on Fedora 28 libnsl is no longer part of the glibc package, and is no longer installed by default. Please install the I am not sure whether bundling a private copy of libnsl (copying the one from the build system into the AppImage) would work, as it used to be part of glibc and glibc is known to not react well to version mismatches of its components. I would appreciate any insigt/tests on this. References: |
You are right libnsl2 is installed. But version 1 must be installed manuell. Thanks for your help.
|
I could launch the appimage, but I've somme issues with multiscreen on two differents configurations/ Seems to work if I'm using "duplicate screen". |
@magicvince does the same work if you use a non-AppImage version? |
I can't tell, the deb doesn't work with debian stretch and I'm unable to compile the source for my stretch without issue |
Works very well on archlinux (plasma) |
Hi, Can you make Version 1.4.1 available? |
Other issue: when I use "multiscreen function", the cursor doesn't appear on the board screen, but only on the desktop screen (specialy when I use the desktop mode). |
Thank you a lot for your help. Due to our limited resources, we don't have much time to test your work, but we noticed it and will try as soon as we can to see what we can do to integrate it. If anybody encounters some issues, please let us know here. |
@probonopd, any news on successful reproducible AppImage builds for OpenBoard 1.5.x? |
I have it working since a year. The question is, when will @kaamui merge it? |
fedora 29 x86_64 workstation works after running
files in
|
This should no longer be an issue, since we are no longer blacklisting libnsl due to Fedora it shipping with glibc no more. |
Yes, please provide an Appimage. If you need help, please get in touch with me. For another Qt based project, I'm maintaining an Appimage (with Continuous Integration!) that has been created together with @probonopd . It's amazing to see how many people uses it, once it's available! |
Hi. In the past I compiled myself a working *.deb package for Debian Sid, but it is a lot of work... For your last release I tried to make a AppImage and it is working. I contributed the recipe I have for my personal use to pkg2appimage. OpenBoard's AppImage just works. And it is a good way of using it for people like me that don't use Ubuntu. Why not an official release of OpenBoard in AppImage format? The work is done by @probonopd ... |
Hi, I am happy to help resolve any remaining issues if you can point me at something that I can reproduce. Thank you very much. |
I have the AppImage I built with pkg2appimage + this recipe working on a Debian Sid with no issues. I can also try to reproduce any issue you may encounter if it could be useful. |
Providing an AppImage would have, among others, these advantages:
appimaged
--appimage-extract
parameterHere is an overview of projects that are already distributing upstream-provided, official AppImages.
A test AppImage is available at https://github.com/probonopd/OpenBoard/releases. Please test it.
If you are satisfied with it, I will send a pull request that will compile OpenBoard on Travis CI upon each
git push
, and will upload an AppImage to your GitHub Releases page automatically.The text was updated successfully, but these errors were encountered: