diff --git a/99_unikylin-mate-application-calculator.gschema.override b/99_unikylin-mate-application-calculator.gschema.override index c14a549aa3ff83738dd58bcb2f15d2df97a4b431..540049398d35f2d1cefe5e08db139f2aff507099 100644 --- a/99_unikylin-mate-application-calculator.gschema.override +++ b/99_unikylin-mate-application-calculator.gschema.override @@ -1,3 +1,3 @@ [org.mate.applications-calculator] -exec=kiran-calculator +exec='kiran-calculator' diff --git a/kiran-desktop.spec b/kiran-desktop.spec index 8d3440ac6525f414b2d26ca7323a248c843f8b7c..eab6de11939954e5049cd35b47def0ffbc7d53a8 100644 --- a/kiran-desktop.spec +++ b/kiran-desktop.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: kiran-desktop Version: 2.5.0 -Release: 8 +Release: 9 Summary: Kiran desktop environment #Group: License: MulanPSL-2.0 @@ -168,6 +168,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null || : %{_datadir}/glib-2.0/schemas/99_unikylin-mate-application-calculator.gschema.override %changelog +* Thu Jun 29 2023 liuxinhao - 2.5.0-9 +- KYOS-F: fix org.mate.applications-calculator value error + * Tue Jun 27 2023 liuxinhao - 2.5.0-8 - KYOS-F: Community version adds dependency mate-screenshot, add Gsettings overlay to start kiran calculator(#I7C0TD)