Hello community,
here is the log from the commit of package cinnamon-desktop for
openSUSE:Factory checked in at 2019-07-22 12:21:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cinnamon-desktop (Old)
and /work/SRC/openSUSE:Factory/.cinnamon-desktop.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cinnamon-desktop"
Mon Jul 22 12:21:01 2019 rev:15 rq:717336 version:4.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/cinnamon-desktop/cinnamon-desktop.changes
2019-07-16 08:41:18.519035924 +0200
+++
/work/SRC/openSUSE:Factory/.cinnamon-desktop.new.4126/cinnamon-desktop.changes
2019-07-22 12:21:02.539654104 +0200
@@ -1,0 +2,9 @@
+Sun Jul 21 05:22:22 UTC 2019 - Marguerite Su <[email protected]>
+
+- Update to version 4.2.0
+ * gnome-wall-clock.c: Fix memory leak when a custom format
+ string is in use.
+ * Privacy: Enable recents by default
+ * Remove legacy migration script from cinnamon 2.4
+
+-------------------------------------------------------------------
Old:
----
cinnamon-desktop-4.0.1.tar.gz
New:
----
cinnamon-desktop-4.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cinnamon-desktop.spec ++++++
--- /var/tmp/diff_new_pack.gOn9a6/_old 2019-07-22 12:21:03.039653973 +0200
+++ /var/tmp/diff_new_pack.gOn9a6/_new 2019-07-22 12:21:03.043653972 +0200
@@ -23,13 +23,13 @@
%define typelib typelib-1_0-CinnamonDesktop-3_0
%define typelib_cvc typelib-1_0-Cvc-1_0
Name: cinnamon-desktop
-Version: 4.0.1
+Version: 4.2.0
Release: 0
Summary: Libcinnamon-desktop API
License: GPL-2.0-or-later AND MIT
Group: System/GUI/Other
URL: https://github.com/linuxmint/cinnamon-desktop
-Source:
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source:
https://github.com/linuxmint/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
# Some documentation for people writing branding packages, shipped in the
branding-upstream package.
Source1: README.Gsettings-overrides
Source2: baselibs.conf
@@ -238,7 +238,7 @@
%files -n %{soname}-data
%license COPYING*
%doc AUTHORS README debian/changelog
-%{_bindir}/cinnamon-desktop-migrate-mediakeys
+#%{_bindir}/cinnamon-desktop-migrate-mediakeys
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/%{soname}/
++++++ cinnamon-desktop-4.0.1.tar.gz -> cinnamon-desktop-4.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-desktop-4.0.1/README
new/cinnamon-desktop-4.2.0/README
--- old/cinnamon-desktop-4.0.1/README 2018-11-12 16:05:41.000000000 +0100
+++ new/cinnamon-desktop-4.2.0/README 2019-06-14 13:45:56.000000000 +0200
@@ -14,8 +14,21 @@
Installation
============
-See the file 'INSTALL'. If you are not using a released version of
-cinnamon-desktop (for example, if you checked out the code from git), you
-first need to run './autogen.sh'.
+1) Run meson with options you like. The following configuration installs
+ all binaries, libs, and shared files into /usr/local, and enables all
+ available options:
+ meson debian/build \
+ --prefix=/usr/local \
+ --buildtype=plain \
+ -D deprecated_warnings=false
+
+2) Compile and install (sudo is needed for install)
+
+ ninja -C debian/build
+ ninja -C debian/build install
+
+3) You can uninstall the installed files with
+
+ ninja -C debian/build uninstall
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-desktop-4.0.1/debian/changelog
new/cinnamon-desktop-4.2.0/debian/changelog
--- old/cinnamon-desktop-4.0.1/debian/changelog 2018-11-12 16:05:41.000000000
+0100
+++ new/cinnamon-desktop-4.2.0/debian/changelog 2019-06-14 13:45:56.000000000
+0200
@@ -1,3 +1,23 @@
+cinnamon-desktop (4.2.0) tina; urgency=medium
+
+ [ Michael Webster ]
+ * gnome-wall-clock.c: Fix memory leak when a custom format string is in use.
+
+ [ Dušan Kazik ]
+ * Update slovak translation (#123)
+
+ [ Leigh Scott ]
+ * Update for meson changes (#126)
+
+ [ Clement Lefebvre ]
+ * Privacy: Enable recents by default
+
+ [ Eli Schwartz ]
+ * Remove legacy migration script from cinnamon 2.4 (#127)
+ * Meson deprecations (#128)
+
+ -- Clement Lefebvre <[email protected]> Fri, 14 Jun 2019 12:45:15 +0100
+
cinnamon-desktop (4.0.1) tessa; urgency=medium
[ Clement Lefebvre ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-desktop-4.0.1/debian/cinnamon-desktop-data.install
new/cinnamon-desktop-4.2.0/debian/cinnamon-desktop-data.install
--- old/cinnamon-desktop-4.0.1/debian/cinnamon-desktop-data.install
2018-11-12 16:05:41.000000000 +0100
+++ new/cinnamon-desktop-4.2.0/debian/cinnamon-desktop-data.install
2019-06-14 13:45:56.000000000 +0200
@@ -1,3 +1,2 @@
-usr/bin/cinnamon-desktop-migrate-mediakeys /usr/share/cinnamon/
usr/share/glib-2.0/schemas
usr/share/locale
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-desktop-4.0.1/debian/not-installed
new/cinnamon-desktop-4.2.0/debian/not-installed
--- old/cinnamon-desktop-4.0.1/debian/not-installed 2018-11-12
16:05:41.000000000 +0100
+++ new/cinnamon-desktop-4.2.0/debian/not-installed 2019-06-14
13:45:56.000000000 +0200
@@ -1,5 +1,3 @@
-# Installed in /usr/share
-usr/bin/cinnamon-desktop-migrate-mediakeys
# not needed
usr/lib/*/cinnamon-rr-debug
usr/lib/*/libcinnamon-desktop.la
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-desktop-4.0.1/files/meson.build
new/cinnamon-desktop-4.2.0/files/meson.build
--- old/cinnamon-desktop-4.0.1/files/meson.build 2018-11-12
16:05:41.000000000 +0100
+++ new/cinnamon-desktop-4.2.0/files/meson.build 1970-01-01
01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-install_subdir('usr/bin',
- install_dir: get_option('prefix'),
-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-desktop-4.0.1/files/usr/bin/cinnamon-desktop-migrate-mediakeys
new/cinnamon-desktop-4.2.0/files/usr/bin/cinnamon-desktop-migrate-mediakeys
--- old/cinnamon-desktop-4.0.1/files/usr/bin/cinnamon-desktop-migrate-mediakeys
2018-11-12 16:05:41.000000000 +0100
+++ new/cinnamon-desktop-4.2.0/files/usr/bin/cinnamon-desktop-migrate-mediakeys
1970-01-01 01:00:00.000000000 +0100
@@ -1,107 +0,0 @@
-#!/usr/bin/python3
-
-from gi.repository import Gio
-import os
-
-OLD_MEDIA_KEYS_PATH = "/org/cinnamon/settings-daemon/plugins/media-keys/"
-OLD_MEDIA_KEYS_SCHEMA = "org.cinnamon.settings-daemon.plugins.media-keys"
-NEW_MEDIA_KEYS_SCHEMA = "org.cinnamon.desktop.keybindings.media-keys"
-
-OLD_WM_KEYBINDINGS_PATH = "/org/cinnamon/muffin/keybindings/"
-OLD_WM_KEYBINDINGS_SCHEMA = "org.cinnamon.muffin.keybindings"
-NEW_WM_KEYBINDINGS_SCHEMA = "org.cinnamon.desktop.keybindings.wm"
-
-OLD_CUSTOM_KEYS_PARENT_SCHEMA = "org.cinnamon.keybindings"
-OLD_CUSTOM_KEYS_BASENAME = "/org/cinnamon/keybindings/custom-keybindings"
-OLD_CUSTOM_KEYS_SCHEMA = "org.cinnamon.keybindings.custom-keybinding"
-
-NEW_CUSTOM_KEYS_PARENT_SCHEMA = "org.cinnamon.desktop.keybindings"
-NEW_CUSTOM_KEYS_BASENAME =
"/org/cinnamon/desktop/keybindings/custom-keybindings"
-NEW_CUSTOM_KEYS_SCHEMA = "org.cinnamon.desktop.keybindings.custom-keybinding"
-
-def migrate(old, new, array):
- old_settings = Gio.Settings.new(old)
- new_settings = Gio.Settings.new(new)
-
- old_list = old_settings.list_keys()
- new_list = new_settings.list_keys()
-
- for k in new_list:
- try:
- try:
- if k in old_list and old_settings.get_user_value(k) is not
None:
- if array:
- new_settings.set_value(k, old_settings.get_value(k))
- else:
- ov = old_settings.get_string(k)
- new_settings.set_strv(k, (ov,))
- except:
- if k in old_list:
- if array:
- if len(old_settings.get_strv(k)) > 0:
- new_settings.set_value(k,
old_settings.get_value(k))
- else:
- ov = old_settings.get_string(k)
- if ov != "":
- new_settings.set_strv(k, (ov,))
- except:
- print("Problem migrating key %s from %s to %s, skipping it" % (k,
old, new))
- Gio.Settings.sync()
-
-def migrate_custom_keys():
- old_parent = Gio.Settings.new(OLD_CUSTOM_KEYS_PARENT_SCHEMA)
- new_parent = Gio.Settings.new(NEW_CUSTOM_KEYS_PARENT_SCHEMA)
-
- custom_list = old_parent.get_strv("custom-list")
- new_parent.set_strv("custom-list", custom_list)
- old_parent.set_strv("custom-list", None)
-
- for entry in custom_list:
- old_custom_path = OLD_CUSTOM_KEYS_BASENAME + "/" + entry + "/"
- old_schema = Gio.Settings.new_with_path(OLD_CUSTOM_KEYS_SCHEMA,
old_custom_path)
-
- new_custom_path = NEW_CUSTOM_KEYS_BASENAME + "/" + entry + "/"
- new_schema = Gio.Settings.new_with_path(NEW_CUSTOM_KEYS_SCHEMA,
new_custom_path)
-
- new_schema.set_string("name", old_schema.get_string("name"))
- new_schema.set_string("command", old_schema.get_string("command"))
- new_schema.set_strv("binding", (old_schema.get_string("binding"),))
-
- old_schema.delay()
- old_schema.reset("name")
- old_schema.reset("command")
- old_schema.reset("binding")
- old_schema.apply()
- Gio.Settings.sync()
-
-if
os.path.exists(os.path.expanduser("~/.cinnamon/.keybindings-migration-2.4-complete-do-not-erase")):
- print("Migration has been performed already for this user.")
- exit(0)
-
-print("Migrating keybindings from previous release...")
-
-try:
- source = Gio.SettingsSchemaSource.get_default()
-
- if source.lookup(OLD_MEDIA_KEYS_SCHEMA, True) != None:
- migrate(OLD_MEDIA_KEYS_SCHEMA, NEW_MEDIA_KEYS_SCHEMA, False)
- print(" ... media keybindings: done.")
-
- if source.lookup(OLD_WM_KEYBINDINGS_SCHEMA, True) != None:
- migrate(OLD_WM_KEYBINDINGS_SCHEMA, NEW_WM_KEYBINDINGS_SCHEMA, True)
- print(" ... wm keybindings: done.")
-
- if source.lookup(OLD_CUSTOM_KEYS_PARENT_SCHEMA, True) != None:
- migrate_custom_keys()
- print(" ... custom keybindings: done.")
-
- Gio.Settings.sync()
-
-
open(os.path.expanduser("~/.cinnamon/.keybindings-migration-2.4-complete-do-not-erase"),
"w").close()
-
-except Exception as detail:
- print(" !! %s" % detail)
-
-print(" Done.")
-
-exit(0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-desktop-4.0.1/libcinnamon-desktop/gnome-wall-clock.c
new/cinnamon-desktop-4.2.0/libcinnamon-desktop/gnome-wall-clock.c
--- old/cinnamon-desktop-4.0.1/libcinnamon-desktop/gnome-wall-clock.c
2018-11-12 16:05:41.000000000 +0100
+++ new/cinnamon-desktop-4.2.0/libcinnamon-desktop/gnome-wall-clock.c
2019-06-14 13:45:56.000000000 +0200
@@ -343,6 +343,7 @@
new_format = g_strdup (format_string);
}
+ g_date_time_unref (test_now);
g_clear_pointer (&str, g_free);
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-desktop-4.0.1/meson.build
new/cinnamon-desktop-4.2.0/meson.build
--- old/cinnamon-desktop-4.0.1/meson.build 2018-11-12 16:05:41.000000000
+0100
+++ new/cinnamon-desktop-4.2.0/meson.build 2019-06-14 13:45:56.000000000
+0200
@@ -1,8 +1,8 @@
# Meson build file
# https://github.com/linuxmint/cinnamon-desktop
-project('cinnamon-desktop', 'c', version: '4.0.1',
- meson_version: '>=0.37.0'
+project('cinnamon-desktop', 'c', version: '4.2.0',
+ meson_version: '>=0.41.0'
)
# Before making a release, the LT_VERSION string should be modified.
@@ -124,7 +124,6 @@
subdir('install-scripts')
subdir('po')
-subdir('files')
subdir('libcinnamon-desktop')
subdir('libcvc')
subdir('schemas')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-desktop-4.0.1/po/sk.po
new/cinnamon-desktop-4.2.0/po/sk.po
--- old/cinnamon-desktop-4.0.1/po/sk.po 2018-11-12 16:05:41.000000000 +0100
+++ new/cinnamon-desktop-4.2.0/po/sk.po 2019-06-14 13:45:56.000000000 +0200
@@ -4,19 +4,21 @@
# Stanislav Višňovský <[email protected]>, 2002, 2003.
# Stanislav Višňovský <[email protected]>, 2003.
# Marcel Telka <[email protected]>, 2005, 2006, 2008, 2010.
+# Dušan Kazik <[email protected]>, 2018.
#
msgid ""
msgstr ""
"Project-Id-Version: cinnamon-desktop\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-04-26 15:14+0200\n"
-"PO-Revision-Date: 2010-04-21 23:17+0200\n"
-"Last-Translator: Marcel Telka <[email protected]>\n"
+"PO-Revision-Date: 2018-12-15 21:56+0100\n"
+"Last-Translator: Dušan Kazik <[email protected]>\n"
"Language-Team: Slovak <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sk\n"
+"X-Generator: Poedit 2.2\n"
#. Translators: "Unknown" here is used to identify a monitor for which
#. * we don't know the vendor. When a vendor is known, the name of the
@@ -32,8 +34,8 @@
"Nepodarilo sa nájsť terminál. Použije sa xterm, aj napriek tomu, že nemusí "
"fungovať"
-#. Translators: a CRTC is a CRT Controller (this is X terminology).
# * https://bugzilla.gnome.org/show_bug.cgi?id=610571
+#. Translators: a CRTC is a CRT Controller (this is X terminology).
#: ../libcinnamon-desktop/gnome-rr.c:452
#, c-format
msgid "could not get the screen resources (CRTCs, outputs, modes)"
@@ -87,8 +89,7 @@
#: ../libcinnamon-desktop/gnome-rr-config.c:713
#, c-format
-msgid ""
-"none of the saved display configurations matched the active configuration"
+msgid "none of the saved display configurations matched the active
configuration"
msgstr ""
"žiadna z uložených konfigurácií displeja nezodpovedá aktívnej konfigurácii"
@@ -133,8 +134,7 @@
#: ../libcinnamon-desktop/gnome-rr-config.c:1709
#, c-format
msgid "CRTC %d: trying mode %dx%d@%dHz with output at %dx%d@%dHz (pass %d)\n"
-msgstr ""
-"CRTC %d: skúšanie režimu %dx%d@%dHz s výstupom %dx%d@%dHz (prechod %d)\n"
+msgstr "CRTC %d: skúšanie režimu %dx%d@%dHz s výstupom %dx%d@%dHz (prechod
%d)\n"
#: ../libcinnamon-desktop/gnome-rr-config.c:1756
#, c-format
@@ -163,8 +163,8 @@
"required virtual size does not fit available size: requested=(%d, %d), "
"minimum=(%d, %d), maximum=(%d, %d)"
msgstr ""
-"vyžadovaná virtuálna veľkosť nezodpovedá dostupnej veľkosti: vyžadované=(%d,"
-" %d), minimum=(%d, %d), maximum=(%d, %d)"
+"vyžadovaná virtuálna veľkosť nezodpovedá dostupnej veľkosti: vyžadované=(%d, "
+"%d), minimum=(%d, %d), maximum=(%d, %d)"
#. Keep this string in sync with gnome-control-center/capplets/display/xrandr-
#. capplet.c:get_display_name()
@@ -174,28 +174,27 @@
#. * the Spanish translation could be "Pantallas en Espejo".
#: ../libcinnamon-desktop/gnome-rr-labeler.c:451
msgid "Mirrored Displays"
-msgstr ""
+msgstr "Zrkadlené displeje"
#. Translators: This is the time format with full date used
#. in 24-hour mode.
#: ../libcinnamon-desktop/gnome-wall-clock.c:238
msgid "%A %B %e, %R:%S"
-msgstr "%A %e. %B, %R:%S"
+msgstr "%A, %e. %B, %R:%S"
#: ../libcinnamon-desktop/gnome-wall-clock.c:239
msgid "%A %B %e, %R"
-msgstr "%A %e. %B, %R"
+msgstr "%A, %e. %B, %R"
#. Translators: This is the time format without date used
#. in 24-hour mode.
#: ../libcinnamon-desktop/gnome-wall-clock.c:243
-#, fuzzy
msgid "%R:%S"
-msgstr "%A, %R:%S"
+msgstr "%R:%S"
#: ../libcinnamon-desktop/gnome-wall-clock.c:243
msgid "%R"
-msgstr ""
+msgstr "%R"
#. Translators: This is a time format with full date used
#. for AM/PM.
@@ -210,164 +209,12 @@
#. Translators: This is a time format without date used
#. for AM/PM.
#: ../libcinnamon-desktop/gnome-wall-clock.c:254
-#, fuzzy
msgid "%l:%M:%S %p"
-msgstr "%A, %l:%M:%S %p"
+msgstr "%l:%M:%S %p"
#: ../libcinnamon-desktop/gnome-wall-clock.c:255
-#, fuzzy
msgid "%l:%M %p"
-msgstr "%A, %l:%M %p"
+msgstr "%l:%M %p"
msgid "%A, %B %e"
-msgstr "%A, %B %e"
-
-#~ msgid "About GNOME"
-#~ msgstr "O GNOME"
-
-#~ msgid "Learn more about GNOME"
-#~ msgstr "Naučiť sa viac o GNOME"
-
-#~ msgid "News"
-#~ msgstr "Novinky"
-
-#~ msgid "GNOME Library"
-#~ msgstr "Knižnica GNOME"
-
-#~ msgid "Friends of GNOME"
-#~ msgstr "Priatelia GNOME"
-
-#~ msgid "Contact"
-#~ msgstr "Kontakt"
-
-#~ msgid "The Mysterious GEGL"
-#~ msgstr "Tajomný GEGL"
-
-#~ msgid "The Squeaky Rubber GNOME"
-#~ msgstr "GNOME vŕzgavá guma"
-
-#~ msgid "Wanda The GNOME Fish"
-#~ msgstr "GNOME ryba menom Wanda"
-
-#~ msgid "_Open URL"
-#~ msgstr "_Otvoriť URL"
-
-#~ msgid "_Copy URL"
-#~ msgstr "_Kopírovať URL"
-
-#~ msgid "About the GNOME Desktop"
-#~ msgstr "O prostredí GNOME"
-
-#~ msgid "%(name)s: %(value)s"
-#~ msgstr "%(name)s: %(value)s"
-
-#~ msgid "Welcome to the GNOME Desktop"
-#~ msgstr "Víta vás prostredie GNOME"
-
-#~ msgid "Brought to you by:"
-#~ msgstr "Vám priniesli:"
-
-#~ msgid "<b>%(name)s:</b> %(value)s"
-#~ msgstr "<b>%(name)s:</b> %(value)s"
-
-#~ msgid "Version"
-#~ msgstr "Verzia"
-
-#~ msgid "Distributor"
-#~ msgstr "Distribútor"
-
-#~ msgid "Build Date"
-#~ msgstr "Dátum zostavenia"
-
-#~ msgid "Display information on this GNOME version"
-#~ msgstr "Zobraziť informácie o tejto verzii GNOME"
-
-#~ msgid ""
-#~ "GNOME also includes a complete development platform for applications "
-#~ "programmers, allowing the creation of powerful and complex applications."
-#~ msgstr ""
-#~ "GNOME obsahuje aj kompletnú vývojovú platformu pre programátorov
aplikácií, "
-#~ "ktorá umožňuje vytváranie výkonných a zložitých aplikácií."
-
-#~ msgid ""
-#~ "GNOME includes most of what you see on your computer, including the file "
-#~ "manager, web browser, menus, and many applications."
-#~ msgstr ""
-#~ "GNOME obsahuje väčšinu toho, čo vidíte na svojom počítači, vrátane správcu
"
-#~ "súborov, internetového prehliadača, ponúk a veľa aplikácií."
-
-#~ msgid ""
-#~ "GNOME is a Free, usable, stable, accessible desktop environment for the "
-#~ "Unix-like family of operating systems."
-#~ msgstr ""
-#~ "GNOME je slobodné, použiteľné, stabilné a dostupné pracovné prostredie pre
"
-#~ "rodinu operačných systémov podobných Unix-u."
-
-#~ msgid ""
-#~ "GNOME's focus on usability and accessibility, regular release cycle, and "
-#~ "strong corporate backing make it unique among Free Software desktops."
-#~ msgstr ""
-#~ "Zameranie GNOME na použiteľnosť a prístupnosť, pravidelné uvoľňovanie
nových"
-#~ " verzií a silné firemné zázemie ho robí jedinečným medzi ostatnými "
-#~ "slobodnými prostrediami."
-
-#~ msgid ""
-#~ "GNOME's greatest strength is our strong community. Virtually anyone, with
or"
-#~ " without coding skills, can contribute to making GNOME better."
-#~ msgstr ""
-#~ "Najväčšia sila GNOME je silná komunita. Prakticky každý, programátor alebo
"
-#~ "neprogramátor, sa môže zapojiť do vylepšovania GNOME."
-
-#~ msgid ""
-#~ "Hundreds of people have contributed code to GNOME since it was started in "
-#~ "1997; many more have contributed in other important ways, including "
-#~ "translations, documentation, and quality assurance."
-#~ msgstr ""
-#~ "Stovky ľudí prispeli kódom do GNOME od doby, ako vzniklo v roku 1997. Veľa
"
-#~ "ďalších prispelo iným významným spôsobom, napríklad prekladmi,
dokumentáciou"
-#~ " a kontrolou kvality."
-
-#~ msgid "Error reading file '%s': %s"
-#~ msgstr "Chyba pri čítaní súboru '%s': %s"
-
-#~ msgid "Error rewinding file '%s': %s"
-#~ msgstr "Chyba pri presune v súbore '%s': %s"
-
-#~ msgid "No name"
-#~ msgstr "Bez názvu"
-
-#~ msgid "File '%s' is not a regular file or directory."
-#~ msgstr "Súbor '%s' nie je normálny súbor alebo adresár."
-
-#~ msgid "Cannot find file '%s'"
-#~ msgstr "Nepodarilo sa nájsť súbor '%s'"
-
-#~ msgid "No filename to save to"
-#~ msgstr "Nezadaný názov súboru pre uloženie"
-
-#~ msgid "Starting %s"
-#~ msgstr "Spúšťa sa %s"
-
-#~ msgid "No URL to launch"
-#~ msgstr "Nezadané URL, ktoré sa má spustiť"
-
-#~ msgid "Not a launchable item"
-#~ msgstr "Položka nie je spustiteľná"
-
-#~ msgid "No command (Exec) to launch"
-#~ msgstr "Nezadaný príkaz (Exec), ktorý sa má spustiť"
-
-#~ msgid "Bad command (Exec) to launch"
-#~ msgstr "Neplatný príkaz (Exec), ktorý sa má spustiť"
-
-#~ msgid "Unknown encoding of: %s"
-#~ msgstr "Neznáme kódovanie pre: %s"
-
-#~ msgid "Mirror Screens"
-#~ msgstr "Zrkadliť obrazovky"
-
-#~ msgid "%A %R"
-#~ msgstr "%A, %R"
-
-#~ msgid "could not find a suitable configuration of screens"
-#~ msgstr "nepodarilo sa nájsť použiteľnú konfiguráciu obrazoviek"
+msgstr "%A, %e. %B"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-desktop-4.0.1/schemas/meson.build
new/cinnamon-desktop-4.2.0/schemas/meson.build
--- old/cinnamon-desktop-4.0.1/schemas/meson.build 2018-11-12
16:05:41.000000000 +0100
+++ new/cinnamon-desktop-4.2.0/schemas/meson.build 2019-06-14
13:45:56.000000000 +0200
@@ -42,7 +42,7 @@
command : ['intltool-merge', '--quiet', '--xml-style', '--utf8',
po_subdir, '@INPUT@', '@OUTPUT@'],
install : true,
install_dir : join_paths(get_option('datadir'), 'glib-2.0', 'schemas'),
- build_always : true,
+ build_by_default : true,
)
endforeach
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-desktop-4.0.1/schemas/org.cinnamon.desktop.privacy.gschema.xml.in.in
new/cinnamon-desktop-4.2.0/schemas/org.cinnamon.desktop.privacy.gschema.xml.in.in
---
old/cinnamon-desktop-4.0.1/schemas/org.cinnamon.desktop.privacy.gschema.xml.in.in
2018-11-12 16:05:41.000000000 +0100
+++
new/cinnamon-desktop-4.2.0/schemas/org.cinnamon.desktop.privacy.gschema.xml.in.in
2019-06-14 13:45:56.000000000 +0200
@@ -17,12 +17,12 @@
<_description>Consider trash and temporary files old after this many
days.</_description>
</key>
<key name="remember-recent-files" type="b">
- <default>false</default>
+ <default>true</default>
<_summary>Whether to remember recently used files</_summary>
<_description>If FALSE, applications will not remember recently used
files.</_description>
</key>
<key name="recent-files-max-age" type="i">
- <default>-1</default>
+ <default>7</default>
<_summary>Number of days to remember recently used files for</_summary>
<_description>Recently used files will be remembered for this many days.
If set to 0, recent files will not be remembered; if set to -1, they will be
retained indefinitively.</_description>
</key>