diff -Nru cinnamon-control-center-6.0.1/debian/changelog cinnamon-control-center-6.0.1/debian/changelog --- cinnamon-control-center-6.0.1/debian/changelog 2024-03-27 18:04:26.000000000 +0000 +++ cinnamon-control-center-6.0.1/debian/changelog 2024-04-03 19:47:37.000000000 +0000 @@ -1,8 +1,8 @@ -cinnamon-control-center (6.0.1-202403271358~ubuntu22.04.1) jammy; urgency=low +cinnamon-control-center (6.0.1-202404031622~ubuntu22.04.1) jammy; urgency=low * Auto build. - -- gogo Wed, 27 Mar 2024 18:04:26 +0000 + -- gogo Wed, 03 Apr 2024 19:47:37 +0000 cinnamon-control-center (6.0.1) virginia; urgency=medium diff -Nru cinnamon-control-center-6.0.1/debian/control cinnamon-control-center-6.0.1/debian/control --- cinnamon-control-center-6.0.1/debian/control 2024-03-27 18:04:26.000000000 +0000 +++ cinnamon-control-center-6.0.1/debian/control 2024-04-03 19:47:37.000000000 +0000 @@ -41,7 +41,6 @@ cinnamon-desktop-data (>= 4.8), desktop-file-utils, gettext, - gnome-online-accounts, libcinnamon-control-center1 (= ${binary:Version}), policykit-1-gnome, xdg-utils, diff -Nru cinnamon-control-center-6.0.1/debian/git-build-recipe.manifest cinnamon-control-center-6.0.1/debian/git-build-recipe.manifest --- cinnamon-control-center-6.0.1/debian/git-build-recipe.manifest 2024-03-27 18:04:26.000000000 +0000 +++ cinnamon-control-center-6.0.1/debian/git-build-recipe.manifest 2024-04-03 19:47:37.000000000 +0000 @@ -1,2 +1,2 @@ -# git-build-recipe format 0.4 deb-version {debversion}-202403271358 -lp:~trebelnik-stefina/cinnamon-test/+git/cinnamon-control-center git-commit:64ff87652e5fdd5f19701e93f277017c6b6ed10a +# git-build-recipe format 0.4 deb-version {debversion}-202404031622 +lp:~trebelnik-stefina/cinnamon-test/+git/cinnamon-control-center git-commit:496012ac78eb80aa6d4e02b8637d0135c415c8f9 diff -Nru cinnamon-control-center-6.0.1/panels/network/net-vpn.c cinnamon-control-center-6.0.1/panels/network/net-vpn.c --- cinnamon-control-center-6.0.1/panels/network/net-vpn.c 2024-03-27 18:04:26.000000000 +0000 +++ cinnamon-control-center-6.0.1/panels/network/net-vpn.c 2024-04-03 19:47:37.000000000 +0000 @@ -100,7 +100,7 @@ NMClient *client; /* - * vpnc config exmaple: + * vpnc config example: * key=IKE DH Group, value=dh2 * key=xauth-password-type, value=ask * key=ipsec-secret-type, value=save diff -Nru cinnamon-control-center-6.0.1/panels/network/panel-common.c cinnamon-control-center-6.0.1/panels/network/panel-common.c --- cinnamon-control-center-6.0.1/panels/network/panel-common.c 2024-03-27 18:04:26.000000000 +0000 +++ cinnamon-control-center-6.0.1/panels/network/panel-common.c 2024-04-03 19:47:37.000000000 +0000 @@ -76,7 +76,7 @@ * panel_device_get_sort_category: * * Try to return order of approximate connection speed. - * But sort wifi first, since thats the common case. + * But sort wifi first, since that's the common case. **/ gint panel_device_get_sort_category (NMDevice *device) diff -Nru cinnamon-control-center-6.0.1/panels/network/wireless-security/wireless-security.c cinnamon-control-center-6.0.1/panels/network/wireless-security/wireless-security.c --- cinnamon-control-center-6.0.1/panels/network/wireless-security/wireless-security.c 2024-03-27 18:04:26.000000000 +0000 +++ cinnamon-control-center-6.0.1/panels/network/wireless-security/wireless-security.c 2024-04-03 19:47:37.000000000 +0000 @@ -551,7 +551,7 @@ gtk_tree_model_get (model, &iter, AUTH_METHOD_COLUMN, &eap, -1); g_assert (eap); - /* Get previous pasword flags, if any. Otherwise default to agent-owned secrets */ + /* Get previous password flags, if any. Otherwise default to agent-owned secrets */ s_8021x = nm_connection_get_setting_802_1x (connection); if (s_8021x) nm_setting_get_secret_flags (NM_SETTING (s_8021x), eap->password_flags_name, &secret_flags, NULL); diff -Nru cinnamon-control-center-6.0.1/panels/wacom/cc-wacom-panel.c cinnamon-control-center-6.0.1/panels/wacom/cc-wacom-panel.c --- cinnamon-control-center-6.0.1/panels/wacom/cc-wacom-panel.c 2024-03-27 18:04:26.000000000 +0000 +++ cinnamon-control-center-6.0.1/panels/wacom/cc-wacom-panel.c 2024-04-03 19:47:37.000000000 +0000 @@ -353,7 +353,7 @@ } static gboolean -on_event (GtkWidget *wigdet, +on_event (GtkWidget *widget, GdkEvent *event, CcWacomPanel *panel) { @@ -715,4 +715,4 @@ bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); g_io_extension_point_implement (CC_SHELL_PANEL_EXTENSION_POINT, CC_TYPE_WACOM_PANEL, "wacom", 0); -} \ No newline at end of file +} diff -Nru cinnamon-control-center-6.0.1/panels/wacom/muffin-display-config.xml cinnamon-control-center-6.0.1/panels/wacom/muffin-display-config.xml --- cinnamon-control-center-6.0.1/panels/wacom/muffin-display-config.xml 2024-03-27 18:04:26.000000000 +0000 +++ cinnamon-control-center-6.0.1/panels/wacom/muffin-display-config.xml 2024-04-03 19:47:37.000000000 +0000 @@ -101,7 +101,7 @@ or not - "presentation" (b): whether this output is for presentation only - Note: properties might be ignored if not consistenly + Note: properties might be ignored if not consistently applied to all outputs in the same clone group. In general, it's expected that presentation or primary outputs will not be cloned. @@ -208,7 +208,7 @@ @layout_mode current layout mode represents the way logical monitors - are layed out on the screen. Possible modes include: + are laid out on the screen. Possible modes include: 1 : physical 2 : logical @@ -388,7 +388,7 @@ - -1: unknown (unsupported) A client should not attempt to change the powersave mode - from -1 (unknown) to any other value, and viceversa. + from -1 (unknown) to any other value, and vice versa. Note that the actual effects of the different values depend on the hardware and the kernel driver in use, and it's perfectly possible that all values different than on