From 56bd57d397c840ec294aabb753b046f5e2b7c5be Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 21 Nov 2025 09:36:57 +0600 Subject: [PATCH] Added pacman database unlock after successful installation --- source/ubl-settings-kernel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/ubl-settings-kernel.c b/source/ubl-settings-kernel.c index aab661e..aea3bbd 100644 --- a/source/ubl-settings-kernel.c +++ b/source/ubl-settings-kernel.c @@ -562,6 +562,7 @@ gboolean on_command_execute_success(GtkWidget *,gint status,main_window *widgets if (!status) gtk_button_clicked(GTK_BUTTON(widgets->MoreButton)); } + yon_launch(pacman_unlock_database_command); yon_packages_update(); return G_SOURCE_REMOVE; }