chore: changelog

Description: update changelog

Log: 更新日志
This commit is contained in:
zhoubin 2023-11-17 15:04:31 +08:00 committed by openkylin-cibot
parent cf5bd00aca
commit 47e9b1627f
3 changed files with 46 additions and 0 deletions

18
debian/changelog vendored
View File

@ -1,3 +1,21 @@
ukui-control-center (4.10.0.0-ok2.5) nile; urgency=medium
* BUG:#无
* 需求号: 无
* 其他改动说明:解决编译问题,去除-lxi
* 其他改动影响域:无,重新编译,commit:
-- zhoubin <zhoubin@kylinos.cn> Fri, 17 Nov 2023 15:26:27 +0800
ukui-control-center (4.10.0.0-ok2.4) nile; urgency=medium
* BUG:#无
* 需求号: 无
* 其他改动说明解决编译问题local问题
* 其他改动影响域:无,重新编译,commit:
-- zhoubin <zhoubin@kylinos.cn> Fri, 17 Nov 2023 15:01:32 +0800
ukui-control-center (4.10.0.0-ok2.3) nile; urgency=medium
* BUG:#无

View File

@ -0,0 +1,27 @@
From: zhoubin <zhoubin@kylinos.cn>
Date: Fri, 17 Nov 2023 15:04:31 +0800
Subject: chore: changelog
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Description: update changelog
Log: 更新日志
---
shell/main.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shell/main.cpp b/shell/main.cpp
index 9bfcb4f..eed70ed 100644
--- a/shell/main.cpp
+++ b/shell/main.cpp
@@ -117,7 +117,7 @@ int main(int argc, char *argv[])
// 加载 qt 翻译
QTranslator qttranslator;
if(!qttranslator.load(QLocale(), "qt", "_", "/usr/share/qt5/translations/")) {
- qDebug() << "Load qt translation file"<< QString("usr/share/qt5/translations/%1.qm").arg(locale) << " failed!";
+ qDebug() << "Load qt translation file"<< QString("usr/share/qt5/translations/%1.qm").arg(QLocale::system().name()) << " failed!";
} else {
a.installTranslator(&qttranslator);
qDebug()<<"load qt translation file success";

View File

@ -7,3 +7,4 @@
0007-feat-date.patch
0008-chore-changelog.patch
0009-chore-changelog.patch
0010-chore-changelog.patch