update changelog.

This commit is contained in:
Yue-Lan 2024-06-11 12:10:26 +08:00 committed by openkylin-cibot
parent f5310a639b
commit 073ef87243
3 changed files with 28 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
glib2.0 (2.80.0-ok1~0611) nile; urgency=medium
* 修复xdg-open无法打开文件问题关联issue #I9UQJ5
-- Yue Lan <lanyue@kylinos.cn> Tue, 11 Jun 2024 12:08:54 +0800
glib2.0 (2.80.0-ok1~0604) nile; urgency=medium
* no change for rebuild.

View File

@ -53,3 +53,4 @@ XB-1024-glib-XB-1000-XiB-1024-BUG-156528-GTK-19254-103652.patch
-1.patch
formatsize.patch
Translated-using-Weblate-Uyghur.patch
update-changelog.patch

21
debian/patches/update-changelog.patch vendored Normal file
View File

@ -0,0 +1,21 @@
From: Yue-Lan <lanyue@kylinos.cn>
Date: Tue, 11 Jun 2024 12:10:26 +0800
Subject: update changelog.
---
gio/gappinfo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gio/gappinfo.c b/gio/gappinfo.c
index d30f383..648dcb5 100644
--- a/gio/gappinfo.c
+++ b/gio/gappinfo.c
@@ -1153,7 +1153,7 @@ launch_default_for_uri_default_handler_cb (GObject *object,
GError *error = NULL;
app_info = g_file_query_default_handler_finish (file, result, &error);
- if (app_info && !glib_is_force_use_portal())
+ if (app_info)
launch_default_for_uri_launch_uris (g_steal_pointer (&task), g_steal_pointer (&app_info));
else
launch_default_for_uri_portal_open_uri (g_steal_pointer (&task), g_steal_pointer (&error));