This repository was archived by the owner on Aug 30, 2026. It is now read-only.
Ubuntu 25.10 Compatibility - #559
Merged
Merged
Conversation
Contributor
Author
|
The change only includes fixes for Ubuntu 25.10, the other features will be released in other PRs. |
Co-Authored by @neidiom
Kasui92
force-pushed
the
master
branch
2 times, most recently
from
October 28, 2025 09:06
5b6b6df to
b72e64b
Compare
Contributor
|
Nice work, man. |
Kasui92
marked this pull request as ready for review
October 28, 2025 10:44
dhh
reviewed
Oct 29, 2025
ki11e6
added a commit
to ki11e6/omakub
that referenced
this pull request
Dec 23, 2025
The Nautilus extension introduced in PR omacom#435 had a bug where it used a blocking os.system() call, causing the context menu to freeze until Alacritty was closed. PR omacom#559 removed the extension from the install script but did not clean up the already-installed file for existing users. This migration removes the orphaned extension file and restarts Nautilus to apply the changes. Fixes: context menu freeze when using "Open in Alacritty" Related: omacom#435, omacom#559
3 tasks
burno-lima
pushed a commit
to burno-lima/omakdot
that referenced
this pull request
May 15, 2026
* Update signal installation * Update uninstall script to remove Neovim files * Prevents keyring duplication in vscode installation Co-Authored by @neidiom * Move pipx installation into libraries * Use pipx for tldr installation * Removed Open with Alacritty option on Nautilus * Replace Flatpak installation with direct download and installation of Obsidian * Replace snap installation of Pinta with Flatpak installation * Refactor Typora installation to use official repository and keyring * Update Gum version to 0.17.0 for improved functionality * Move gir1 installation into gnome-extensions step * Replace Flatpak uninstallation of Obsidian with APT removal * Replace snap removal of Pinta with Flatpak uninstallation * Fix typo * Simplify 1Password installation by using direct download instead of repository setup * Update Obsidian installation script to use correct version retrieval method Fix typo * Use 'apt' instead of 'apt-get' for 1Password uninstallation * Add migration script to force upgrade gum to version 0.17.0 * Refactor applications installation scripts to use a more robust method * Remove existing Microsoft GPG key before downloading a new one * Add fallback to reboot confirmation in desktop installer script * Remove both keyring and sources files after installation in app-signal.sh
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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