From 28d09f3b42bba3e70707a96a030dde1dcd76865a Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Thu, 5 Dec 2024 19:13:33 +0300 Subject: [PATCH] 5.0.1 --- .github/release-nest-v3 | 2 +- data/config/contribute.json | 12 ++++++++++-- data/icons/hicolor/64x64/apps/pika-kofi.svg | 13 +++++++++++++ debian/changelog | 6 ++++++ locales/en_US.json | 6 ++++-- main.sh | 2 +- src/build_ui.rs | 2 +- 7 files changed, 36 insertions(+), 7 deletions(-) create mode 100644 data/icons/hicolor/64x64/apps/pika-kofi.svg diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index 9a03714..9d60796 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -10 \ No newline at end of file +11 \ No newline at end of file diff --git a/data/config/contribute.json b/data/config/contribute.json index cdc278f..ec570bc 100644 --- a/data/config/contribute.json +++ b/data/config/contribute.json @@ -9,12 +9,20 @@ "command": "xdg-open https://git.pika-os.com" }, { - "id": 0, + "id": 1, "title": "translate-weblate-title", "subtitle": "translate-weblate-subtitle", "icon": "pika-weblate", "button": "launch-label", - "command": "xdg-open https://weblate.pika-os.com" + "command": "xdg-open https://hosted.weblate.org/projects/pikaos/" + }, + { + "id": 1, + "title": "donate-kofi-title", + "subtitle": "donate-kofi-subtitle", + "icon": "pika-kofi", + "button": "launch-label", + "command": "xdg-open https://ko-fi.com/pikaos" } ] } \ No newline at end of file diff --git a/data/icons/hicolor/64x64/apps/pika-kofi.svg b/data/icons/hicolor/64x64/apps/pika-kofi.svg new file mode 100644 index 0000000..ade749d --- /dev/null +++ b/data/icons/hicolor/64x64/apps/pika-kofi.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/debian/changelog b/debian/changelog index a74506c..f4d62c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pika-welcome (5.0.1-101pika1) pika; urgency=low + + * Fix closing and change some configs + + -- Ward Nakchbandi Thu, 20 Sep 2022 22:01:00 +0000 + pika-welcome (5.0.0-101pika8) pika; urgency=low * Port to PikaOS 4 diff --git a/locales/en_US.json b/locales/en_US.json index 067e009..0198ca8 100644 --- a/locales/en_US.json +++ b/locales/en_US.json @@ -56,7 +56,7 @@ "open-gnome-tweaks-subtitle": "Open gnome-tweaks.", "open-gnome-extensions-title": "Add Extensions to your desktop", "open-gnome-extensions-subtitle": "Open Gnome extension manager.", - "contribute-gitea-title": "Visit Our Github Repository", + "contribute-gitea-title": "Visit Our Gitea", "contribute-gitea-subtitle": "Contribute code or open issues and pull request to PikaOS Github.", "translate-weblate-title": "Visit Our Weblate Page", "translate-weblate-subtitle": "Translate our Applications to your language.", @@ -70,5 +70,7 @@ "entry_row_button_remove": "Uninstall", "translators": "Translators", "recommended_addons_command_dialog_success_true": "APT Process Successful!", - "recommended_addons_command_dialog_success_false": "APT Process Failed!" + "recommended_addons_command_dialog_success_false": "APT Process Failed!", + "donate-kofi-title": "Visit Our Ko-fi Page", + "donate-kofi-subtitle": "Donate Money to PikaOS and help the developers financially." } diff --git a/main.sh b/main.sh index 22878c0..b0ba2c6 100755 --- a/main.sh +++ b/main.sh @@ -2,7 +2,7 @@ set -e -VERSION="5.0.0" +VERSION="5.0.1" source ./pika-build-config.sh diff --git a/src/build_ui.rs b/src/build_ui.rs index 4621292..6425bda 100644 --- a/src/build_ui.rs +++ b/src/build_ui.rs @@ -45,7 +45,7 @@ pub fn build_ui(app: &adw::Application) { save_window_size(&window, &glib_settings); application.remove_window(window); } - glib::Propagation::Proceed + std::process::exit(0); }); //