-
Notifications
You must be signed in to change notification settings - Fork 803
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
Prebuilt Stable Releases for Ubuntu #1013
Comments
I have to check this - but it should be relative easy, we only need to think to merge our stable branch if we create a release |
I assume this can be closed as we do provide .deb releases in our nightly pipeline now. As the normal release pipeline will be based on this one it will be fixed for all releases. |
We currently have stable releases for 16.04 but not 18.04 (which most users have already moved to). |
Just a (maybe stupid) question: Please excuse! There is the xournal Ubuntu package, which is currently version 0.4.8, in other words, hopelessly outdated: $ dpkg -l xournal
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-============-===============-====================-=================================
ii xournal 1:0.4.8-1build1 amd64 GTK+ Application for note taking On flatpack there seem to be two packages, the outdated "xournal" package and the "xournalpp": $ flatpak search xournal
Application ID Version Branch Remotes Description
net.sourceforge.xournal 0.4.8.2016 stable flathub Application for notetaking, sketching, and keeping a journal using a stylus
com.github.xournalpp.xournalpp 1.0.16 stable flathub Take handwritten notes I only found out by accident (two videos on YouTube) that the Xournal project (seems to have evolved, the source code is finally available on GitHub, contributions are easier and actually happening, and) has a "++" version that has new, long-awaited features. Are there any efforts ongoing or planned to reduce the confusion and update the old package or remove it from the package index? |
Xournal and Xournal++ are different projects maintained by a different set of people. Xournal++ (this project) is a fork and modern C++ port/rewrite of Xournal (the one hosted on SourceForge, written in C) with more features. Xournal++ is not 100% stable and modern yet, as evidenced by our issue tracker, but we're working on it. |
Would be cool if the PPA could have a stable version. Kind of annoying to get an update notification every day, just for this one package. |
I agree. @andreasb242 can help set this up. |
I have made a stable PPA for Xournal++. https://launchpad.net/~apandada1/+archive/ubuntu/xournalpp-stable
How to configure such a PPA to build semi-automatically once a new version is released?
Comments:
Thanks to all the developers for creating this beautiful software. |
@andreasb242 Shall I send a pull request with updated Readme, mentioning this PPA? |
@apandada1 Thanks for the help, we would greatly appreciate a PR! |
Pull request sent. By the way, the nightly builds in the PPA are failing to build in Ubuntu 18.04 since August (they build successfully in 20.04). See #506 (comment) for details. The same issue may arise in the stable PPA when the next version is released (although one can manually copy packages from 20.04). I could not determine why the build failed, while it builds successfully for 20.04. |
It's probably failing because we're using the C++17 filesystem library in 1.1.0. Filesystem is not available on 18.04, so we download a shim library during build time--this is not allowed on Debian-based builds, if I recall. |
What is the recommended xournal++ version for ubuntu 16? There seem to be known bugs in some xournal versions regarding ubuntu 16, but I don't know which one's the recommended one. The ones I tested so far seem to crash non stop. |
Did you try snap/flatpak? Do they also crash?
…On Thu, 1 Dec, 2022, 5:18 am PraxTube, ***@***.***> wrote:
What is the recommended xournal++ version for ubuntu 16? There seem to be
known bugs in some versions, but I don't know which one's the recommended
one.
The ones I tested so far seem to crash non stop.
(versions 1.0.20 and 1.1.3)
—
Reply to this email directly, view it on GitHub
<#1013 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXL2XC2SIGEVCQVCK6NSXLWLB3ODANCNFSM4HA6Z3QQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I just did and it seems just fine. Thanks a lot! I guess the reason was that a lot of dependencies weren't met (i.e. I was installing it wrong) and with the flatpak install it got all the necessary dependencies. |
Hi,
The pre-built releases for Ubuntu (.deb) are available for the Master channel (as per the installation instructions in the Readme file), Can you provide ppa and or .deb releases for Stable channel for 1.0.8 since only source code is available for Linux versions...
The text was updated successfully, but these errors were encountered: