Bug#986255: gnome-calculator: Incorrect copyright date
Vadim Naumuk
bygreen.side.tech at gmail.com
Thu Apr 1 18:51:35 BST 2021
Package: gnome-calculator
Version: 3.30.1-2
Severity: minor
Dear Maintainer, in the window "about" the copyright date is 2016. After
examining the source code, it was revealed that 2016 is spelled out in the file
/src/gnome-calculator.vala on line 350.
Possible solution:
add code to line 341:
var dt = new DateTime.now_local ();
var year = dt.format ("%Y");
edit line 350:
from "\xc2\xa9 1986–2016 The Calculator authors", => to "\xc2\xa9
1986–" + year + " The Calculator authors",
-- System Information:
Debian Release: 10.9
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.19.0-16-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages gnome-calculator depends on:
ii dconf-gsettings-backend [gsettings-backend] 0.30.1-2
ii libatk1.0-0 2.30.0-2
ii libc6 2.28-10
ii libglib2.0-0 2.58.3-2+deb10u2
ii libgtk-3-0 3.24.5-1
ii libgtksourceview-3.0-1 3.24.9-2
ii libmpc3 1.1.0-1
ii libmpfr6 4.0.2-1
ii libsoup2.4-1 2.64.2-2
ii libxml2 2.9.4+dfsg1-7+deb10u1
Versions of packages gnome-calculator recommends:
ii gvfs 1.38.1-5
pn yelp <none>
gnome-calculator suggests no packages.
-- no debconf information
More information about the pkg-gnome-maintainers
mailing list