[Bug 2065937] Re: Freshly installed gimp, paste and export jpg; crash on exit when discarding image.

2024-05-16 Thread Hannu E K N
*** 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

[Bug 2065937] [NEW] Freshly installed gimp, paste and export jpg; crash on exit when discarding image.

2024-05-16 Thread Hannu E K N
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

[Bug 240553] Re: evbug.c spams logs and causes high system loads

2022-09-18 Thread Hannu E K N
$ 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

[Bug 1970105] Re: Date gives back wrong second count, 3600 seconds off

2022-04-24 Thread Hannu E K N
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

[Bug 1970105] [NEW] Date gives back wrong second count, 3600 seconds off

2022-04-24 Thread Hannu E K N
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