-
Notifications
You must be signed in to change notification settings - Fork 778
Ubuntu 25.10 Compatibility #559
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
The change only includes fixes for Ubuntu 25.10, the other features will be released in other PRs. |
Co-Authored by @neidiom
5b6b6df to
b72e64b
Compare
Contributor
|
Nice work, man. |
dhh
reviewed
Oct 29, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes the main adjustments required to ensure Omakub installs and runs properly on Ubuntu 25.10.
What's Changed
pipxfortldrinstallation by @Kasui92pipxinstallation into libraries by @Kasui92gumversion to 0.17.0 for improved functionality by @Kasui92Pending Fixes & Adjustments
accent-colorin Ubuntu 25.10 have changed from previous releases, fallbacks should be providedtree-sitter-cli, which is missing from versions prior to Ubuntu 25.10. We'll need to consider either a fallback to the previous version of LazyVim or force the installation ofnodeto updatetree-sitter-cliHow to Test the Update
For anyone interested in testing this update, a temporary installation script is provided below.
This script is intended only for testing purposes on fresh or disposable environments (for example, a virtual machine).
It is not a production-ready update, and should not be used on systems already running Omakub.
Once the update is finalized, it will be included in the normal Omakub update flow.
wget -qO- https://omakasui.org/omakub | bashFixing & Closing
Closes #554
Closes #552
Closes #510
Fixes #558
Fixes #553
Fixes #536
Fixes #347