Public bug reported:
In my opinion, the required '1970-01-01 **01**:02:18' below is wrong.
The answer should be 3600 more seconds.
Note: **02:18 is 138 seconds.**
$ man date
...
%s seconds since 1970-01-01 00:00:00 UTC
...
$ date +%s -d'1970-01-01 01:02:18'
138
$ date --version
date (GNU
Corrected output:
$ echo $(( 3600 + $(date +%s -d'1970-01-01 00:02:18') ))
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970105
Title:
Date gives back wrong second count, 3600 seconds off
To mana
$ journalctl | grep evbug | wc -l
818321
$ uname -a
Linux gflap 5.13.0-52-generic #59~20.04.1-Ubuntu SMP Thu Jun 16 21:21:28 UTC
2022 x86_64 x86_64 x86_64 GNU/Linux
---
$ journalctl | grep evbug | sed -re 's/^.*(kernel.* )Code.*/\1/' | sort -u
kernel: evbug: Event. Dev: input13, Type: 0,
kernel
Public bug reported:
Freshly installed gimp,
paste and export jpg;
crash on exit, when discarding image.
---
```
GNU Image Manipulation Program version 2.10.36
git-describe: GIMP_2_10_36
Build: unknown rev 0 for linux
# C compiler #
Using built-in specs.
COLLECT_GCC=gcc
*** This bug is a duplicate of bug 2055044 ***
https://bugs.launchpad.net/bugs/2055044
Ubuntu 24.04, fairly fresh, apt update & upgrade yesterday.
0. CTRL+PrintsCR -> image in clipboard prior to...
1. sudo apt install gimp.
2. Win+"GIMP" -> Place in Dash
3. Click on icon in Dash to start gimp