[Bug 2080222] Re: get_keyring/get_password trying kdewallet even though it is not installed

2024-09-12 Thread Dmitry Shachnev
Maybe the KWallet backend needs some update for KWallet 6.

Can you please file a bug upstream at https://github.com/jaraco/keyring?
I am the author of Secret Service backend but not of KWallet backend, so
I don’t know its code well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080222

Title:
  get_keyring/get_password trying kdewallet even though it is not
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-keyring/+bug/2080222/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080222] Re: get_keyring/get_password trying kdewallet even though it is not installed

2024-09-12 Thread Dmitry Shachnev
Hi Nathan!

The default keyring backend is ‘chainer’, which tries to find a password
in all possible backends. So when it does not find the password in other
backends, it gets to KWallet backend, and that one produces an error
because it is installed but not configured properly.

I think the right solution here would be to specify explicitly the desired 
backend (most likely keyring.backends.SecretService.Keyring) in the 
configuration file as described in the README:
https://github.com/jaraco/keyring/blob/main/README.rst#configuring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080222

Title:
  get_keyring/get_password trying kdewallet even though it is not
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-keyring/+bug/2080222/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2073390] Re: SRU: backport GCC 14 to 24.04 LTS

2024-09-08 Thread Dmitry Lapshin
Any updates here? gcc-14 version 14.2.0-4ubuntu1 is available in Ocular.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2073390

Title:
  SRU: backport GCC 14 to 24.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-14/+bug/2073390/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2079923] Re: gcc-14 is way larger on disk

2024-09-08 Thread Dmitry Lapshin
I checked myself outputs of `gcc-13 -v` and `gcc-14 -v` and they differ
in `---enable-checking=release` vs `--enable-checking=yes,extra,rtl`. I
don't know if latter is needed for production machines in LTS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2079923

Title:
  gcc-14 is way larger on disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-14/+bug/2079923/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2079923] [NEW] gcc-14 is way larger on disk

2024-09-08 Thread Dmitry Lapshin
Public bug reported:

I wanted to ask if that's alright that gcc-14 packages are WAY larger
than gcc-13 counterparts. For example gcc-13-x86-64-linux-gnu is 74MB on
disk while gcc-14-x86-64-linux-gnu is 414MB. For prerocessor too:
cpp-13-x86-64-linux-gnu is 36MB while cpp-14-x86-64-linux-gnu is 363MB!
That seems... off.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: cpp-14-x86-64-linux-gnu 14-20240412-0ubuntu1
ProcVersionSignature: Ubuntu 6.8.0-41.41-generic 6.8.12
Uname: Linux 6.8.0-41-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
CasperMD5CheckMismatches: ./boot/grub/grub.cfg ./boot/grub/loopback.cfg
CasperMD5CheckResult: fail
CurrentDesktop: ubuntu:GNOME
Date: Sun Sep  8 15:44:14 2024
InstallationDate: Installed on 2024-07-15 (55 days ago)
InstallationMedia: Ubuntu 22.04.4 LTS "Jammy Jellyfish" - Release amd64 
(20240220)
SourcePackage: gcc-14
UpgradeStatus: Upgraded to noble on 2024-08-24 (15 days ago)
modified.conffile..etc.init.d.apport: [modified]
mtime.conffile..etc.init.d.apport: 2024-07-22T16:59:07

** Affects: gcc-14 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble wayland-session

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2079923

Title:
  gcc-14 is way larger on disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-14/+bug/2079923/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2078844] Re: Trying to copy text from lnav to clipboard leads to empty clipboard

2024-09-03 Thread Dmitry Shachnev
** Also affects: far2l (Ubuntu Noble)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078844

Title:
  Trying to copy text from lnav to clipboard leads to empty clipboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/far2l/+bug/2078844/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065932] Re: Only adds the weak key for PPAs dual-signed with both weak and strong keys

2024-09-01 Thread Dmitry Lapshin
Are they? Because it looks like the same as in original description for
me, but I'm late to this party, maybe something else happened in the
meantime?

Also, I think a problem does exist: the warning is still written even
when system is totally fine, and if that has changed it's still here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065932

Title:
  Only adds the weak key for PPAs dual-signed with both weak and strong
  keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/2065932/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065932] Re: Only adds the weak key for PPAs dual-signed with both weak and strong keys

2024-09-01 Thread Dmitry Lapshin
I believe there is a misunderstanding of the issue:

1. Yes, said archive is dual signed by two keys, one of them is 1024 rsa.
2. apt-add-repository for me added the strong 4096 rsa key in the 
sources.list.d file. It can be checked by just copying the key block out and 
feeding it into gpg, it shows it's a public key 
F911AB184317630C59970973E363C90F8F1B6217 rsa4096.
3. APT, when checking the InRelease file, trusts it (and it could only become 
trusted with the strong key signature, the only it knows), but also sees a 
second signature with a week algorithm. Emits a warning.

So, I only see a false warning for the user: the system is safe using
the stronger key, and the legacy signature raises a warning that
shouldn't be used anyway. But older systems that don't use 4096 rsa keys
yet would see two signatures, one of them they trust (even if it's weak,
HERE the warning if not rejection would be appropriate) and also another
one that they don't trust since they don't know of it yet (that may
raise a message that while the signature we trust is weak there seem to
be a better one, go check the source).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065932

Title:
  Only adds the weak key for PPAs dual-signed with both weak and strong
  keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/2065932/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2078596] [NEW] Command not found offers awscli from universe, it's not there

2024-08-31 Thread Dmitry Lapshin
Public bug reported:

$ aws
Команда «aws» не найдена, но может быть установлена с помощью:
sudo snap install aws-cli  # version 1.15.58, or
sudo apt  install awscli   # version 2.14.6-1
См. 'snap info aws-cli', чтобы посмотреть дополнительные версии.
$ aptitude search awscli
$ # nothing

So, command-not-found uses files from Ubuntu repository
(/cnf/Commands-), and a universe/cnf/Commands-amd64 has
an entry for awscli, but package isn't in Ubuntu noble.

It's probably a bug on the archive side, not the client-side package,
but I don't know how else to report it, sorry.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: command-not-found 23.04.0
ProcVersionSignature: Ubuntu 6.8.0-41.41-generic 6.8.12
Uname: Linux 6.8.0-41-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
CasperMD5CheckMismatches: ./boot/grub/grub.cfg ./boot/grub/loopback.cfg
CasperMD5CheckResult: fail
CurrentDesktop: ubuntu:GNOME
Date: Sun Sep  1 00:07:41 2024
InstallationDate: Installed on 2024-07-15 (47 days ago)
InstallationMedia: Ubuntu 22.04.4 LTS "Jammy Jellyfish" - Release amd64 
(20240220)
PackageArchitecture: all
SourcePackage: command-not-found
UpgradeStatus: Upgraded to noble on 2024-08-24 (7 days ago)
mtime.conffile..etc.init.d.apport: 2024-07-22T16:59:07

** Affects: command-not-found (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble wayland-session

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078596

Title:
  Command not found offers awscli from universe, it's not there

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/2078596/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2057687] Re: systemctl hibernate error: "Call to Hibernate failed: Invalid argument"

2024-08-30 Thread Dmitry Dechen
Thanks all

Followed ubuntuhandbook.org instructions, but hibernation failed with black 
screen on Dell Inspiron laptop.
Found "Wakeup event detected during hibernation, rolling back" in journal later.

blacklist intel_hid helped.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2057687

Title:
  systemctl hibernate error: "Call to Hibernate failed: Invalid
  argument"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2057687/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2076972] Re: Selection using Multiply (*) key not working under Wayland session

2024-08-20 Thread Dmitry Shachnev
** Also affects: far2l (Ubuntu Noble)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076972

Title:
  Selection using Multiply (*) key not working under Wayland session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/far2l/+bug/2076972/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077270] Re: you have to press ESC twice in far2l in kernel console

2024-08-20 Thread Dmitry Shachnev
** Also affects: far2l (Ubuntu Noble)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077270

Title:
  you have to press ESC twice in far2l in kernel console

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/far2l/+bug/2077270/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2075350] [NEW] gnome-shell seems to hang on monitor disconnect, killing gnome-shell process helps to bring system to life

2024-07-31 Thread Dmitry Lapshin
Public bug reported:

As title says: sometimes when I disconnect my laptop from DisplayPort-
over-USBC monitor desktop goes to black screen (sometimes with cursor
available, but only the cursor!), and over the time I've found out that
opening a tty session and executing a `killall gnome-shell` brings
system back to life! It looks very glitchy but it helps.

The only relevant part I've found out is this part of the log. It's an
extremely long thread of similar but mixed messages like:

```
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: Attempting to call back into JSAPI 
during the sweeping phase of GC. This is most likely caused by not destroying a 
Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be 
caused by using the destroy(), dispose(), or remove() vfuncs. Because it would 
crash the application, it has been blocked and the JS callback not invoked.
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: == Stack trace for context 
0x641018d41170 ==
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: The offending signal was 
window-entered-monitor on MetaDisplay 0x641018e6a160.
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: Attempting to call back into JSAPI 
during the sweeping phase of GC. This is most likely caused by not destroying a 
Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be 
caused by using the destroy(), dispose(), or remove() vfuncs. Because it would 
crash the application, it has been blocked and the JS callback not invoked.
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: The offending signal was 
window-entered-monitor on MetaDisplay 0x641018e6a160.
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: Attempting to call back into JSAPI 
during the sweeping phase of GC. This is most likely caused by not destroying a 
Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be 
caused by using the destroy(), dispose(), or remove() vfuncs. Because it would 
crash the application, it has been blocked and the JS callback not invoked.
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: The offending signal was 
window-entered-monitor on MetaDisplay 0x641018e6a160.
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: Attempting to call back into JSAPI 
during the sweeping phase of GC. This is most likely caused by not destroying a 
Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be 
caused by using the destroy(), dispose(), or remove() vfuncs. Because it would 
crash the application, it has been blocked and the JS callback not invoked.
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: The offending signal was 
window-entered-monitor on MetaDisplay 0x641018e6a160.
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: Attempting to call back into JSAPI 
during the sweeping phase of GC. This is most likely caused by not destroying a 
Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be 
caused by using the destroy(), dispose(), or remove() vfuncs. Because it would 
crash the application, it has been blocked and the JS callback not invoked.
июл 31 15:31:02 MUNIT-517 gnome-shell[3683]: The offending signal was 
window-entered-monitor on MetaDis

[Bug 2074552] Re: FTBFS mako 1.3.5-1.1: dh_sphinxdoc: error: search.html does not load searchindex.js

2024-07-31 Thread Dmitry Shachnev
mako built fine now:
https://launchpad.net/ubuntu/+source/mako/1.3.5-1.1/+build/28691785

** Changed in: mako (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2074552

Title:
  FTBFS mako  1.3.5-1.1: dh_sphinxdoc: error: search.html does not load
  searchindex.js

To manage notifications about this bug go to:
https://bugs.launchpad.net/mako/+bug/2074552/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2074525] Re: dh_sphinxdoc fails to parse search.html generated file

2024-07-30 Thread Dmitry Shachnev
** Bug watch added: Debian Bug tracker #1076969
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076969

** Changed in: sphinx
   Status: New => Unknown

** Changed in: sphinx
 Remote watch: Debian Bug tracker #1059621 => Debian Bug tracker #1076969

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2074525

Title:
  dh_sphinxdoc fails to parse search.html generated file

To manage notifications about this bug go to:
https://bugs.launchpad.net/sphinx/+bug/2074525/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2063532] Re: missing uic

2024-07-21 Thread Dmitry Shachnev
pyuic6 is provided in pyqt6-dev-tools package:
https://packages.ubuntu.com/noble/all/pyqt6-dev-tools/filelist

Does that resolve your problem?

** Changed in: pyqt6 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2063532

Title:
  missing uic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2063532/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2073113] Re: Fix unfallback from status icon

2024-07-17 Thread Dmitry Shachnev
** Merge proposal linked:
   
https://code.launchpad.net/~ballogy/ubuntu/+source/libappindicator/+git/libappindicator/+merge/469403

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2073113

Title:
  Fix unfallback from status icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/2073113/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2073113] Re: Fix unfallback from status icon

2024-07-15 Thread Dmitry Shachnev
Can you please create a merge proposal against lp:libappindicator, or if
you don’t want to deal with bzr, against ubuntu/devel branch of
https://code.launchpad.net/ubuntu/+source/libappindicator git
repository?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2073113

Title:
  Fix unfallback from status icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/2073113/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064656] Re: gnome-shell spams the journal with `Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value` multiple times every s

2024-06-12 Thread Dmitry Shachnev
Updated Russian translation.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064656

Title:
  gnome-shell spams the journal with `Failed to parse translated string
  '„24h“' for key 'clock-format' in schema
  'org.gnome.desktop.interface': 0:expected value` multiple times every
  second for users using the lt_LT , ru_RU, Indonesian (id)  and maybe
  other locales

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/2064656/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064696] Re: gnome-shell crash

2024-06-06 Thread Dmitry Gribenchuk
Hello. Have the same crash (sometimes when connect/disconnect external
monitor via type-c)

Jun 06 15:49:40 nb000566 dbus-daemon[1648633]: apparmor="DENIED" 
operation="dbus_signal"  bus="session" path="/StatusNotifierItem" 
interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" 
mask="send" name="org.freedesktop.DBus" pid=1650807 label="snap.slack.slack" 
peer_pid=1650018 peer_label="unconfined"
Jun 06 15:49:40 nb000566 dbus-daemon[1648633]: apparmor="DENIED" 
operation="dbus_signal"  bus="session" path="/StatusNotifierItem" 
interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" 
mask="send" name="org.freedesktop.DBus" pid=1650807 label="snap.slack.slack" 
peer_pid=1650018 peer_label="unconfined"
Jun 06 15:49:40 nb000566 gnome-shell[1650018]: Gio.DBusError: 
GDBus.Error:org.freedesktop.DBus.Error.Failed: error occurred in Get
   
   Stack trace:
 
_promisify/proto[asyncFunc]/https://bugs.launchpad.net/bugs/2064696

Title:
  gnome-shell crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2064696/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064492] Re: failed to execvp: /usr/lib/aarch64-linux-gnu/qt5/libexec/QtWebEngineProcess

2024-05-14 Thread Dmitry Shachnev
We have finally found the problem (thanks Scarlett Moore). The apparmor
profiles of Akregator, Kontact and Digikam have x86_64-linux-gnu
hardcoded in the path for QtWebEngineProcess. So reassigning to those 3
packages.

** Package changed: qtwebengine-opensource-src (Ubuntu) => akregator
(Ubuntu)

** Also affects: kontact (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: digikam (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: akregator (Ubuntu)
   Status: New => Triaged

** Changed in: digikam (Ubuntu)
   Status: New => Triaged

** Changed in: kontact (Ubuntu)
   Status: New => Triaged

** Also affects: digikam (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: akregator (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: kontact (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Changed in: akregator (Ubuntu Noble)
   Status: New => Triaged

** Changed in: digikam (Ubuntu Noble)
   Status: New => Triaged

** Changed in: kontact (Ubuntu Noble)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064492

Title:
  failed to execvp: /usr/lib/aarch64-linux-
  gnu/qt5/libexec/QtWebEngineProcess

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akregator/+bug/2064492/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2063332] Re: Ubuntu 24.04 Wayland and Qt5 (regression - worked in Ubuntu 22.04)

2024-05-13 Thread Dmitry Shachnev
> I have tried your tester app and Ctrl+~ is not working for me in
Ubuntu 24.04 (Gnome 46).

It’s strange that some combinations work for me and not you, and some
for you and not me.

Maybe it depends on the DE configuration? Can you try in a VM or with a
new user?

> qgnomeplatform-qt5 is unmaintained a no longer developed, so not sure
if it's the right solution.

Yes, it is replaced by QAdwaitaDecorations
(https://github.com/FedoraQt/QAdwaitaDecorations) but it was not
packaged in time for 24.04, so it will be available only in later
releases. And for 24.04 qgnomeplatform-qt5 is the best available
solution.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2063332

Title:
  Ubuntu 24.04 Wayland and Qt5 (regression - worked in Ubuntu 22.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/2063332/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059819] Re: Regression: Jammy to Noble, right clicking on some icons shows dropdown on left side of screen

2024-05-11 Thread Dmitry Shachnev
Can someone who is affected by this bug add this PPA:
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4979, update
Qt from it and see if it makes things better?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059819

Title:
  Regression: Jammy to Noble, right clicking on some icons shows
  dropdown on left side of screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-appindicator/+bug/2059819/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2063332] Re: Ubuntu 24.04 Wayland and Qt5 (regression - worked in Ubuntu 22.04)

2024-05-11 Thread Dmitry Shachnev
> Only the third one is not working (Shift+Alt+F7). Maybe that is
because Alt+F7 is toggling moving windows in GNOME. Replacing F7 with F9
makes it work fine too.

Follow-up on this: I tried in a different desktop environment (GNOME
Flashback with Metacity) and Shift+Alt+F7 is working fine there. So it's
not a problem in Qt, but rather depending on the desktop.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2063332

Title:
  Ubuntu 24.04 Wayland and Qt5 (regression - worked in Ubuntu 22.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/2063332/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2063332] Re: Ubuntu 24.04 Wayland and Qt5 (regression - worked in Ubuntu 22.04)

2024-05-11 Thread Dmitry Shachnev
So, three of four problems are solved by installing qgnomeplatform-qt5.

Today I looked at the remaining problem: the shortcuts. I made a small
test program (attached) that registers the three combinations you
mentioned, and tested it on Ubuntu 24.04.

For me, the first two combinations (Ctrl+Period and Ctrl+~) work fine.
Only the third one is not working (Shift+Alt+F7). Maybe that is because
Alt+F7 is toggling moving windows in GNOME. Replacing F7 with F9 makes
it work fine too.

If Ctrl+Period and Ctrl+~ combinations do not work in some of the apps,
please tell me what exactly are those apps.

To build my test program, you can install g++ and qtbase5-dev packages,
and then run this command:

g++ main.cpp -o main -fPIC -I/usr/include/x86_64-linux-gnu/qt5
-lQt5Widgets -lQt5Gui -lQt5Core

** Attachment added: "main.cpp"
   
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/2063332/+attachment/5777420/+files/main.cpp

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2063332

Title:
  Ubuntu 24.04 Wayland and Qt5 (regression - worked in Ubuntu 22.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/2063332/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064492] Re: failed to execvp: /usr/lib/aarch64-linux-gnu/qt5/libexec/QtWebEngineProcess

2024-05-11 Thread Dmitry Shachnev
Thank you, so here we go:

> execve("/usr/lib/aarch64-linux-gnu/qt5/libexec/QtWebEngineProcess",
["/usr/lib/aarch64-linux-gnu/qt5/l"..., "--type=zygote", "--disable-in-
process-stack-trace"..., "--application-name=akregator", "--webengine-
schemes=qrc:sLV", "--lang=de"], 0xc5a2432bb180 /* 70 vars */) = -1 EPERM
(Vorgang nicht zulässig)

This may be because of AppArmor restrictions. Can you try to disable
AppArmor using these commands and see if it helps?

sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

To re-enable it back, you can use the same commands but with 1 instead
of 0.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064492

Title:
  failed to execvp: /usr/lib/aarch64-linux-
  gnu/qt5/libexec/QtWebEngineProcess

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtwebengine-opensource-src/+bug/2064492/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064492] Re: failed to execvp: /usr/lib/aarch64-linux-gnu/qt5/libexec/QtWebEngineProcess

2024-05-11 Thread Dmitry Shachnev
One more idea (thanks Alfred from #ubuntu-qt). Can you please:

- Install strace package (if not installed yet).
- Run "strace -f akregator &>strace.txt" and wait for it to crash (it will be 
slow when running in strace).
- Either attach strace.txt here, or find the exit code of execve in the output 
and tell it.

For example, I have this:

[pid 2383148] 
execve("/usr/lib/x86_64-linux-gnu/qt5/libexec/QtWebEngineProcess", 
["/usr/lib/x86_64-linux-gnu/qt5/li"..., "--type=zygote", "--no-zygote-sandbox", 
"--application-name=simplebrowser", "--webengine-schemes=qrc:sLV", 
"--lang=en"], 0x55898c63de80 /* 69 vars */ 
[pid 2383148] <... execve resumed>) = 0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064492

Title:
  failed to execvp: /usr/lib/aarch64-linux-
  gnu/qt5/libexec/QtWebEngineProcess

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtwebengine-opensource-src/+bug/2064492/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064492] Re: failed to execvp: /usr/lib/aarch64-linux-gnu/qt5/libexec/QtWebEngineProcess

2024-05-11 Thread Dmitry Shachnev
Thank you!

These errors are quite expected, they are because you run
QtWebEngineProcess outside of the application. Unfortunately, they do
not explain why the applications fail to launch this subprocess.

Also I compared the CPU flags with ones that I have on Debian’s ARM64
porterbox, and your system is missing only one (ssbs — Speculative Store
Bypass Safe), but it should not be related.

Any ideas what else could be missing are welcome.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064492

Title:
  failed to execvp: /usr/lib/aarch64-linux-
  gnu/qt5/libexec/QtWebEngineProcess

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtwebengine-opensource-src/+bug/2064492/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064492] Re: failed to execvp: /usr/lib/aarch64-linux-gnu/qt5/libexec/QtWebEngineProcess

2024-05-11 Thread Dmitry Shachnev
What happens if you try to run /usr/lib/aarch64-linux-
gnu/qt5/libexec/QtWebEngineProcess directly from the terminal? It will
probably fail, but with what error?

Also, can you please attach your /proc/cpuinfo file to this bug? Maybe
Qt WebEngine needs some CPU features which are not available on your
systems.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064492

Title:
  failed to execvp: /usr/lib/aarch64-linux-
  gnu/qt5/libexec/QtWebEngineProcess

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtwebengine-opensource-src/+bug/2064492/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065048] Re: gnome-flashback randomly crash while unlock screen dialog on ubuntu 24.04

2024-05-07 Thread Dmitry Shachnev
Unfortunately, it still thinks that your distro-info-data is too old.

Can you try to run the command provided by Alberts in the upstream bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065048

Title:
  gnome-flashback randomly crash while unlock screen dialog on ubuntu
  24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/2065048/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065048] Re: gnome-flashback randomly crash while unlock screen dialog on ubuntu 24.04

2024-05-07 Thread Dmitry Shachnev
Thank you. Unfortunately your report was not processed because you have
not all updates installed (in particular, distro-info-data is old).

Can you install all updates and try again please?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065048

Title:
  gnome-flashback randomly crash while unlock screen dialog on ubuntu
  24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/2065048/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065048] Re: gnome-flashback randomly crash while unlock screen dialog on ubuntu 24.04

2024-05-07 Thread Dmitry Shachnev
Hi!

Do you have a file in /var/crash? Can you run ubuntu-bug command and
pass that file as an argument?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065048

Title:
  gnome-flashback randomly crash while unlock screen dialog on ubuntu
  24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/2065048/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2063919] Re: [patch] Disable ttyxi input processing under Wayland

2024-05-05 Thread Dmitry Shachnev
In Oracular, this was fixed in version 2.6.1~beta+ds-1 synced from
Debian.

** Changed in: far2l (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2063919

Title:
  [patch] Disable ttyxi input processing under Wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/far2l/+bug/2063919/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2057687] Re: systemctl hibernate error: "Call to Hibernate failed: Invalid argument"

2024-05-04 Thread Dmitry-a-durnev
Yes, for me

# echo MAJ:MIN > /sys/power/resume

helps! Set MAJ:MIN to your swap partition device major:minor numbers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2057687

Title:
  systemctl hibernate error: "Call to Hibernate failed: Invalid
  argument"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2057687/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2063919] Re: [patch] Disable ttyxi input processing under Wayland

2024-04-27 Thread Dmitry Shachnev
** Description changed:

  [ Impact ]
  
  The response to keyboard button presses has a noticeable delay, and the
  ESC key has to be pressed twice. Bug reproduces only in Wayland
  sessions, but not in X11 sessions.
  
  This seriously affects user experience, so fix should be backported to
  stable release.
  
  Fix works as follows: far2l uses X11-secific technique to receive key
  combinations often not available in common terminal emulators, like
  Ctrl+0, and also to distinguish ESC key presses from char with 27 code
  sent to terminal. It is called ttyxi mode (xi for XInput it uses). But
  under Wayland this technique is not working due to Wayland security
  model, and also introduces delay bug. This patch disables this technique
  under Wayland, and enables other way for ESC key processing using delay
  measurement, like mc does.
  
  [ Test plan ]
  
  1. Install far2l in Ubuntu 24.04:
  apt install far2l
  
  2. Run far2l:
  far2l
  
  3. Press some keys to notice input delay; open any dialog (press F1 for
  example) and try to close it using ESC key to notice you should press it
  twice.
  
  [ Where problems could occur ]
  
  The fix is already in master branch of upstream far2l, it is also
  presents in far2l ppa and no problems were found during testing by
  enthusiasts. The only problem is extended key support will not work in
  common terminals, but is can not work under Wayland anyway. Still you
  can use kitty terminal emulator that has extended keyboard protocol
  allowing apps to receive any key combinations.
  
  This patch (from upstream) fixing both issues (also attached as a file below):
  https://patch-diff.githubusercontent.com/raw/elfmz/far2l/pull/2043.diff
  
  [ Other info ]
  
  The workaround is to run far2l as follows:
  far2l --nodetect=xi --ee
  
  First option, --nodetect=xi, disables ttyxi mode (it is X11-specific and
  can not operate under Wayland anyway). The second option enables ESC key
  processing using delays measurement, as it is done in mc.
  
+ In Noble + 1 this will be fixed by auto-sync of far2l 2.6.1~beta+ds-1
+ from Debian.
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: far2l 2.6.0~beta+ds-1build2 [modified: 
usr/lib/far2l/far2l_ttyx.broker]
  ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
  Uname: Linux 6.8.0-31-generic x86_64
  ApportVersion: 2.28.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr 27 09:08:40 2024
  InstallationDate: Installed on 2024-04-25 (1 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  SourcePackage: far2l
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2063919

Title:
  [patch] Disable ttyxi input processing under Wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/far2l/+bug/2063919/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2063919] Re: [patch] Disable ttyxi input processing under Wayland

2024-04-27 Thread Dmitry Shachnev
Can you please fill the bug description according to this template?
https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template

Then I will upload the fix to noble.

** Also affects: far2l (Ubuntu Noble)
   Importance: Undecided
   Status: Confirmed

** Changed in: far2l (Ubuntu Noble)
 Assignee: (unassigned) => Dmitry Shachnev (mitya57)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2063919

Title:
  [patch] Disable ttyxi input processing under Wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/far2l/+bug/2063919/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2057687] Re: systemctl hibernate error: "Call to Hibernate failed: Invalid argument"

2024-04-26 Thread Dmitry-a-durnev
Actually it's more simple than that, initramfs(step 6) is not required. After 
each kernel upgrade (during apt dist/full upgrade) I face the "invalid 
argument" error and each time I fix it only by steps
 
1, 2, 5, 7, 8, 9.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2057687

Title:
  systemctl hibernate error: "Call to Hibernate failed: Invalid
  argument"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2057687/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2063332] Re: Multiple problems Ubuntu 24.04 with Qt5

2024-04-24 Thread Dmitry Shachnev
What you describe sounds like an effect of switching from X11 to
Wayland, not a regression in Qt.

In X11, the window decorations can be drawn either by the window manager
or by the application itself. Qt relied on window manager, so the
decorations looked uniform.

In Wayland, there is no choice, and Qt draws its own window decorations,
which may be different from GNOME ones. If you signed into a Wayland
session in Ubuntu 22.04, you would likely get the same effect.

There is a third-party package which may make things better for Qt
applications in GNOME: qgnomeplatform-qt5. After installing it, try
running your application with QT_QPA_PLATFORMTHEME=gnome environment
variable.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2063332

Title:
  Multiple problems Ubuntu 24.04 with Qt5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/2063332/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062968] Re: mc (Midnight commander) not opening/navigating archives by enter

2024-04-24 Thread Dmitry A. Koptev
Please update mc to new version.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2062968

Title:
  mc (Midnight commander) not opening/navigating archives by enter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mc/+bug/2062968/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2037195] Re: gnome-flashback-polkit assert failure: malloc(): mismatching next->prev_size (unsorted)

2024-04-13 Thread Dmitry Shachnev
** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2037195

Title:
  gnome-flashback-polkit assert failure: malloc(): mismatching
  next->prev_size (unsorted)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/2037195/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061243] [NEW] gnome-flashback-polkit assert failure: malloc(): mismatching next->prev_size (unsorted)

2024-04-13 Thread Dmitry Shachnev
Public bug reported:

Probably a duplicate of bug 2037195, but let's see if the retracer
thinks the same.

ProblemType: Crash
DistroRelease: Ubuntu 24.04
Package: gnome-flashback 3.52.1-1ubuntu3
ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1
Uname: Linux 6.8.0-22-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
AssertionMessage: malloc(): mismatching next->prev_size (unsorted)
CasperMD5CheckResult: pass
CasperVersion: 1.496
CloudArchitecture: x86_64
CloudID: nocloud
CloudName: unknown
CloudPlatform: nocloud
CloudSubPlatform: seed-dir (/var/lib/cloud/seed/nocloud)
CurrentDesktop: GNOME-Flashback:GNOME
Date: Sat Apr 13 21:37:37 2024
ExecutablePath: /usr/libexec/gnome-flashback-polkit
ExecutableTimestamp: 1712474092
JournalErrors:
 Apr 13 21:37:34 ubuntu metacity[10621]: Buggy client sent a _NET_ACTIVE_WINDOW 
message with a timestamp of 0 for 0x324 (Settings)
 Apr 13 21:37:40 ubuntu metacity[10621]: Attempt to perform window operation 1 
on window 0x324 (Settings) when operation 1 on 0x324 (Settings) already 
in effect
LiveMediaBuild: Ubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240410.2)
ProcCmdline: /usr/libexec/gnome-flashback-polkit
ProcCwd: /home/dmitry
ProcEnviron:
 LANG=C.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
Signal: 6
SignalName: SIGABRT
SourcePackage: gnome-flashback
StacktraceTop:
 __libc_message_impl (fmt=fmt@entry=0x7b3f8f04c8d7 "%s\n") at 
../sysdeps/posix/libc_fatal.c:132
 malloc_printerr (str=str@entry=0x7b3f8f04fda8 "malloc(): mismatching 
next->prev_size (unsorted)") at ./malloc/malloc.c:5772
 _int_malloc (av=av@entry=0x7b3f8f081ac0 , bytes=bytes@entry=104) 
at ./malloc/malloc.c:4083
 __libc_calloc (n=, elem_size=) at 
./malloc/malloc.c:3754
 g_malloc0 () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
Title: gnome-flashback-polkit assert failure: malloc(): mismatching 
next->prev_size (unsorted)
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo users
separator:

** Affects: gnome-flashback (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash need-amd64-retrace noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061243

Title:
  gnome-flashback-polkit assert failure: malloc(): mismatching
  next->prev_size (unsorted)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/2061243/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058975] Re: proposed-migration for flightgear 1:2020.3.18+dfsg-1build3

2024-04-09 Thread Dmitry Shachnev
Now it built on armhf:
https://launchpad.net/ubuntu/+source/flightgear/1:2020.3.18+dfsg-1.1/+build/28042948

** Changed in: flightgear (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058975

Title:
  proposed-migration for flightgear 1:2020.3.18+dfsg-1build3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flightgear/+bug/2058975/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058975] Re: proposed-migration for flightgear 1:2020.3.18+dfsg-1build3

2024-04-09 Thread Dmitry Shachnev
** Changed in: flightgear (Ubuntu)
   Status: New => Fix Committed

** Changed in: flightgear (Ubuntu)
 Assignee: (unassigned) => Dmitry Shachnev (mitya57)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058975

Title:
  proposed-migration for flightgear 1:2020.3.18+dfsg-1build3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flightgear/+bug/2058975/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060102] Re: apt dist-upgrade uninstalls quassel-client

2024-04-03 Thread Dmitry Shachnev
Hi Heinrich!

The noble archive for amd64 is currently in a semi-broken state. As an
attempt to mitigate the consequences of CVE-2024-3094, all amd64
binaries built with compromised xz-utils were removed from the archive,
which rendered some packages uninstallable.

If you want a stable archive, try using noble-updates only (without the
release pocket). It contains an older, pre-CVE-2024-3094 snapshot. Or
wait until things settle down and packages become installable in noble
again.

Also, installing the packages using "dpkg -i" may break your system, as
that command does not check the dependencies. Use "apt install ./*.deb"
instead, which is safer.

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2024-3094

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060102

Title:
  apt dist-upgrade uninstalls quassel-client

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/2060102/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2028165] Re: nvidia-dkms-* FTBS with linux 6.5

2024-03-31 Thread Dmitry Lapshin
Why nvidia-graphics-drivers-390 for jammy isn't assigned and just
confirmed? @p-pisati was the last uploader of the package for jammy, and
@albertomilone handled the mantic one, fix from the PPA seem to work
fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2028165

Title:
  nvidia-dkms-* FTBS with linux 6.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/2028165/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055686] Re: Drop ABI checks from kernel build

2024-03-29 Thread Dmitry Lapshin
Verified fix on jammy (not focal, sorry).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055686

Title:
  Drop ABI checks from kernel build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2055686/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059766] [NEW] Snapd date localization is VERY MUCH wrong

2024-03-29 Thread Dmitry Lapshin
Public bug reported:

Consider this:
```
dmitry@MUNIT-517:~$ LANG=C.UTF-8 snap info firefox | grep refresh-date
refresh-date: 3 days ago, at 11:52 EET
dmitry@MUNIT-517:~$ LANG=ru_RU.UTF-8 snap info firefox | grep refresh-date
refresh-date: 3 дня назад в 2626:52 UTC
```
2626 is a funny hour indeed.

After some research™ I've found out that:
1. Snappy asks gettext for a localized string "%d days ago, at 15:04 MST",
2. gettext finds a string from a language-pack,
3. Then this string is formatted using printf-like format and Go time 
formatting.

This language pack provides those:
```
msgid "%d day ago, at 15:04 MST"
msgid_plural "%d days ago, at 15:04 MST"
msgstr[0] "%d день назад в 22:04 UTC"
msgstr[1] "%d дня назад в 22:04 UTC"
msgstr[2] "%d дней назад в 22:04 UTC"
```

Unfortunately, Go time formatting layouts are made by writing out in the
way you like a particular magic datetime constant, and layout parser
extracts those magic digits to understand which parts of the date are to
be printed (see https://pkg.go.dev/time#pkg-constants). So, THE TIME
MUST NOT BE LOCALIZED. And there is no way to know that in advance if
you aren't aware of the ways of the Go language. Also, the magic
datetime is quite funny on it's own.

So, just change the lines to:
```
msgid "%d day ago, at 15:04 MST"
msgid_plural "%d days ago, at 15:04 MST"
msgstr[0] "%d день назад в 15:04 MST"
msgstr[1] "%d дня назад в 15:04 MST"
msgstr[2] "%d дней назад в 15:04 MST"
```

But you probably need to check the localization of every project written
in Go that formats time...

I guess if affects all releases...

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: language-pack-ru-base 1:22.04+20240212
ProcVersionSignature: Ubuntu 6.5.0-26.26~22.04.1-generic 6.5.13
Uname: Linux 6.5.0-26-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Fri Mar 29 11:45:24 2024
InstallationDate: Installed on 2022-04-19 (710 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
PackageArchitecture: all
SourcePackage: language-pack-ru-base
UpgradeStatus: Upgraded to jammy on 2022-08-21 (585 days ago)

** Affects: language-pack-ru-base (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

** Description changed:

  Consider this:
  ```
  dmitry@MUNIT-517:~$ LANG=C.UTF-8 snap info firefox | grep refresh-date
  refresh-date: 3 days ago, at 11:52 EET
  dmitry@MUNIT-517:~$ LANG=ru_RU.UTF-8 snap info firefox | grep refresh-date
  refresh-date: 3 дня назад в 2626:52 UTC
  ```
  2626 is a funny hour indeed.
  
  After some research™ I've found out that:
  1. Snappy asks gettext for a localized string "%d days ago, at 15:04 MST",
- 2. gettext founds a string from a language-pack,
+ 2. gettext finds a string from a language-pack,
  3. Then this string is formatted using printf-like format and Go time 
formatting.
  
  This language pack provides those:
  ```
  msgid "%d day ago, at 15:04 MST"
  msgid_plural "%d days ago, at 15:04 MST"
  msgstr[0] "%d день назад в 22:04 UTC"
  msgstr[1] "%d дня назад в 22:04 UTC"
  msgstr[2] "%d дней назад в 22:04 UTC"
  ```
  
  Unfortunately, Go time formatting layouts are made by writing out in the
  way you like a particular magic datetime constant, and layout parser
  extracts those magic digits to understand which parts of the date are to
  be printed (see https://pkg.go.dev/time#pkg-constants). So, THE TIME
  MUST NOT BE LOCALIZED. And there is no way to know that in advance if
  you aren't aware of the ways of the Go language. Also, the magic
  datetime is quite funny on it's own.
  
  So, just change the lines to:
  ```
  msgid "%d day ago, at 15:04 MST"
  msgid_plural "%d days ago, at 15:04 MST"
  msgstr[0] "%d день назад в 15:04 MST"
  msgstr[1] "%d дня назад в 15:04 MST"
  msgstr[2] "%d дней назад в 15:04 MST"
  ```
  
  But you probably need to check the localization of every project written
  in Go that formats time...
  
  I guess if affects all releases...
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: language-pack-ru-base 1:22.04+20240212
  ProcVersionSignature: Ubuntu 6.5.0-26.26~22.04.1-generic 6.5.13
  Uname: Linux 6.5.0-26-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar 29 11:45:24 2024
  InstallationDate: Installed on 2022-04-19 (710 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  PackageArchitecture: all
  SourcePackage: language-pack-ru-base
  

[Bug 2058117] Re: qtwebengine-opensource-src FTBFS after Python 3.12 transition and six.moves change

2024-03-21 Thread Dmitry Shachnev
** Changed in: qtwebengine-opensource-src (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058117

Title:
  qtwebengine-opensource-src FTBFS after Python 3.12 transition and
  six.moves change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtwebengine-opensource-src/+bug/2058117/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058157] Re: javascript broken in firefox 124

2024-03-19 Thread Dmitry Shachnev
** Package changed: indicator-appmenu (Ubuntu) => firefox (Ubuntu)

** Changed in: firefox (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058157

Title:
  javascript broken in firefox 124

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2058157/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058117] Re: qtwebengine-opensource-src FTBFS after Python 3.12 transition and six.moves change

2024-03-19 Thread Dmitry Shachnev
I am working on updating time_t definition in pkgkde-symbolshelper,
which will be a proper way to resolve symbols errors:

https://salsa.debian.org/qt-kde-team/pkg-kde-tools/-/merge_requests/12

I will upload both pkgkde-symbolshelper and qtwebengine when it's ready.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058117

Title:
  qtwebengine-opensource-src FTBFS after Python 3.12 transition and
  six.moves change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtwebengine-opensource-src/+bug/2058117/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058157] Re: javascript broken in firefox 124

2024-03-17 Thread Dmitry Shachnev
How is this related to indicator-appmenu?

** Changed in: indicator-appmenu (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058157

Title:
  javascript broken in firefox 124

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/2058157/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2057687] Re: systemctl hibernate error: "Call to Hibernate failed: Invalid argument"

2024-03-15 Thread Dmitry-a-durnev
Somehow this was fixed for me by the following (almost random) sequence
of steps:

1. remove resume/resume_offset kernel parameters from /etc/default/grub
2. update-grub, reboot: hibernate options appear in ubuntu shutdown menu
3. hibernate: works, no more "invalid argument" error.
4. resume(power on): not works - just regular power on. Tried several times.
5. return resume/resume_offset kernel parameters back to /etc/default/grub. 
6. initramfs -c -k all : maybe this fixed it? (should not be necessary to do)
7. update-grub
8. hibernate
9. resume: works (!)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2057687

Title:
  systemctl hibernate error: "Call to Hibernate failed: Invalid
  argument"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2057687/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2047256] Re: Ubuntu 24.04 Some image thumbnails no longer displayed

2024-03-15 Thread Dmitry
The same problem. Neither photo nor video icons are created.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2047256

Title:
  Ubuntu 24.04 Some image thumbnails no longer displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/2047256/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2057687] [NEW] systemctl hibernate error: "Call to Hibernate failed: Invalid argument"

2024-03-12 Thread Dmitry-a-durnev
Public bug reported:

After upgrading systemd to 255(255.2-3ubuntu2) hibernate stopped
working.

Trying to hibernate:
systemctl hibernate

I get:
Call to Hibernate failed: Invalid argument

systemctl status systemd-hibernate.service

-
× systemd-hibernate.service - Hibernate
 Loaded: loaded (/usr/lib/systemd/system/systemd-hibernate.service; static)
 Active: failed (Result: exit-code) since Tue 2024-03-12 18:48:12 MSK; 1min 
33s ago
   Docs: man:systemd-hibernate.service(8)
Process: 4473 ExecStart=/usr/lib/systemd/systemd-sleep hibernate 
(code=exited, status=1/FAILURE)
   Main PID: 4473 (code=exited, status=1/FAILURE)
CPU: 5ms

мар 12 18:48:12 ASUSPRO-P3540FA systemd[1]: Starting systemd-hibernate.service 
- Hibernate...
мар 12 18:48:12 ASUSPRO-P3540FA systemd-sleep[4473]: Failed to find location to 
hibernate to: Invalid argument
мар 12 18:48:12 ASUSPRO-P3540FA systemd[1]: systemd-hibernate.service: Main 
process exited, code=exited, status=1/FAILURE
мар 12 18:48:12 ASUSPRO-P3540FA systemd[1]: systemd-hibernate.service: Failed 
with result 'exit-code'.
мар 12 18:48:12 ASUSPRO-P3540FA systemd[1]: Failed to start 
systemd-hibernate.service - Hibernate.
--

Previous version (254.x) worked: swapfile(on EXT4 fs) is used to
hibernate/resume, resume with resume_offset kernel parameters.

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2057687

Title:
  systemctl hibernate error: "Call to Hibernate failed: Invalid
  argument"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2057687/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1981807] Re: qt5-network openssl3 armhf does not support tls1.3

2022-09-03 Thread Dmitry Shachnev
Marking as verified per comment #23. I also restarted the failed
autopkgtest.

** Tags removed: verification-needed verification-needed-jammy
** Tags added: verification-done verification-done-jammy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1981807

Title:
  qt5-network openssl3 armhf does not support tls1.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1981807/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1981807] Re: qt5-network openssl3 armhf does not support tls1.3

2022-08-31 Thread Dmitry Shachnev
Oops, forgot about that. Done.

Also, ABI is not affected. We have symbols to track ABI, and there are
no symbols changes for libqt5network5.

** Description changed:

+ [Impact]
+ 
+ Qt 5 Network library does not use TLS 1.3 on armhf, and falls back to
+ less secure protocols.
+ 
+ [Test Plan]
+ 
+ 1. Create test.cpp with the following contents:
+ 
+ #include 
+ #include 
+ #include 
+ #include 
+ 
+ int main(int argc, char **argv) {
+ QCoreApplication app(argc, argv);
+ QSslSocket s;
+ QSslConfiguration cfg = s.sslConfiguration();
+ cfg.setProtocol(QSsl::TlsV1_3OrLater);
+ s.setSslConfiguration(cfg);
+ s.connectToHostEncrypted("www.ubuntu.com", 443);
+ s.waitForConnected();
+ qDebug() << s.sessionProtocol();
+ return 0;
+ }
+ 
+ 2. Create test.pro with the following contents:
+ 
+ CONFIG += debug warn_all
+ QT = core network
+ SOURCES = test.cpp
+ 
+ 3. Install qtbase5-dev package.
+ 
+ 4. Compile using `qmake && make`.
+ 
+ 5. Run the generated ./test executable. It should print 15, not -1.
+ 
+ [Where problems could occur]
+ 
+ It is unlikely to cause issues on 64-bit platforms because long and
+ uint64_t are both 64 bits long. On armhf potential problems may be
+ related to availability of other protocols.
+ 
+ [Original Description]
+ 
  lsb_release
  Description:Ubuntu 22.04 LTS
  Release:22.04
  
  libqt5network5/jammy,now 5.15.3+dfsg-2 armhf
  libssl3/jammy-updates,jammy-security,now 3.0.2-0ubuntu1.6 armhf
  
  the qt5 armhf version shipped with ubuntu jammy has a regression in
  tls1.3 support (simply missing in runtime).
  
  openssl supports tls1.3, so the underlying library works.
  x86_64 is obviously not affected
  the short sample applications writes -1 on armhf, 15 on x86_64 (unknown 
protocol vs tls1.3)
  
  QSslSocket* s = new QSslSocket();
  QSslConfiguration cfg = s->sslConfiguration();
  cfg.setProtocol(QSsl::TlsV1_3OrLater);
  s->setSslConfiguration(cfg);
  s->connectToHostEncrypted("tls13-enabled.server",443);
  s->waitForConnected();
  printf("%d\n",s->sessionProtocol());
  
  marking it as security since the most secure tls protocol is not used on
  some platforms

** Changed in: qtbase-opensource-src (Ubuntu Jammy)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1981807

Title:
  qt5-network openssl3 armhf does not support tls1.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1981807/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1981807] Re: qt5-network openssl3 armhf does not support tls1.3

2022-08-25 Thread Dmitry Shachnev
A few days ago I asked on #ubuntu-security about it and was told that it's 
better to make a non-security SRU upload for it:
https://irclogs.ubuntu.com/2022/08/22/%23ubuntu-security.html#t12:01

So I uploaded it, and now it's waiting in unapproved queue for a release team 
member review:
https://launchpad.net/ubuntu/jammy/+queue?queue_state=1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1981807

Title:
  qt5-network openssl3 armhf does not support tls1.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1981807/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1981807] Re: qt5-network openssl3 armhf does not support tls1.3

2022-08-10 Thread Dmitry Shachnev
I was not able to test it on Ubuntu because I don't have armhf hardware,
but I have just tested it on a Debian porterbox. The only difference
between Debian bookworm and sid versions of Qt is presence of this
patch.

I used this test code and complied it with qmake && make.

mitya57@harris:~/test$ cat test.pro
CONFIG += debug warn_all
QT = core network
SOURCES = test.cpp

mitya57@harris:~/test$ cat test.cpp
#include 
#include 
#include 
#include 

int main(int argc, char **argv) {
QCoreApplication app(argc, argv);
QSslSocket s;
QSslConfiguration cfg = s.sslConfiguration();
cfg.setProtocol(QSsl::TlsV1_3OrLater);
s.setSslConfiguration(cfg);
s.connectToHostEncrypted("www.ubuntu.com", 443);
s.waitForConnected();
qDebug() << s.sessionProtocol();
return 0;
}

Without patch:

(bookworm_armhf-dchroot)mitya57@harris:~/test$ ./test 
-1

With patch:

(sid_armhf-dchroot)mitya57@harris:~/test$ ./test 
15

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1981807

Title:
  qt5-network openssl3 armhf does not support tls1.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1981807/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1981807] Re: qt5-network openssl3 armhf does not support tls1.3

2022-08-10 Thread Dmitry Shachnev
I used your patch from comment #10 with only one minor change: for old
OpenSSL versions I replaced long with unsigned long to match the latest
version of upstream patch. But it doesn't matter for Ubuntu anyway.

I am attaching a debdiff for jammy-security and subscribing ~ubuntu-
security-sponsors.

** Patch added: "qtbase-opensource-src_5.15.3+dfsg-2ubuntu0.2.diff"
   
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1981807/+attachment/5607636/+files/qtbase-opensource-src_5.15.3+dfsg-2ubuntu0.2.diff

** Also affects: qtbase-opensource-src (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: qtbase-opensource-src (Ubuntu Jammy)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1981807

Title:
  qt5-network openssl3 armhf does not support tls1.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1981807/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1981807] Re: qt5-network openssl3 armhf does not support tls1.3

2022-08-04 Thread Dmitry Shachnev
Thank you. I will be offline for a few days, so I will upload this next
week.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1981807

Title:
  qt5-network openssl3 armhf does not support tls1.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1981807/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1981807] Re: qt5-network openssl3 armhf does not support tls1.3

2022-07-20 Thread Dmitry Shachnev
Thank you. Once the patch is accepted upstream, I will backport it to
Debian/Ubuntu packaging.

In Ubuntu we don't care about older OpenSSL versions, but upstream Qt
does care.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1981807

Title:
  qt5-network openssl3 armhf does not support tls1.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1981807/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1981807] Re: qt5-network openssl3 armhf does not support tls1.3

2022-07-18 Thread Dmitry Shachnev
Thank you for the patch!

Qt 6 still uses unsigned long:
https://code.qt.io/cgit/qt/qtbase.git/tree/src/plugins/tls/openssl/qsslsocket_openssl_symbols.cpp#n126

Can you please submit your patch to codereview.qt-project.org, or at
least file a bug at bugreports.qt.io?

We usually don't add patches that were not merged upstream.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1981807

Title:
  qt5-network openssl3 armhf does not support tls1.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1981807/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1975822] Re: [U 22.04] custom app-starter cannot be changed

2022-05-29 Thread Dmitry Shachnev
** Also affects: gnome-panel (Ubuntu Jammy)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1975822

Title:
  [U 22.04] custom app-starter cannot be changed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1975822/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970057] Re: Qt6 QLibraryInfo returns wrong paths

2022-05-27 Thread Dmitry Shachnev
** Also affects: qt6-base (Ubuntu Jammy)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970057

Title:
  Qt6 QLibraryInfo returns wrong paths

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt6-base/+bug/1970057/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-23 Thread Dmitry Batrak
I believe, libmutter package (libmutter-10-0 to be exact) should be
upgraded to fix the problem, as mutter binary by itself isn't used by
gnome-shell.

I couldn't upgrade libmutter-10-0 selectively as per
https://wiki.ubuntu.com/Testing/EnableProposed due to some errors. I'm
not experienced enough in Ubuntu package management system to resolve
them.

I can confirm though, that a 'full' upgrade from -proposed does fix the
issue for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971693

Title:
  Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1971693/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] Re: Kernel Panic on linux-image-5.15.0-18-generic

2022-05-09 Thread Dmitry Gribenchuk
It seems that adding "intel_iommu=off" doesn't help to solve the issue

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] Re: Kernel Panic on linux-image-5.15.0-18-generic

2022-05-05 Thread Dmitry Gribenchuk
Sure. Now I reinstall to Ubuntu 22.04 and only 5.15.0-23-generic working
correctly

** Attachment added: "packages.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+attachment/5587159/+files/packages.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-05 Thread Dmitry Batrak
The bot strongly recommends to set package for the bug, but I have no idea at 
the moment where the problem is exactly. This is definitely not a Java bug, my 
best guess is that it's a recent problem in mutter Wayland compositor, so I'll 
pick that. But this just as well might be e.g. an XWayland issue.
If anyone knows better, please update the package field, or let me know if I 
should update it.

** Package changed: ubuntu => mutter (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971693

Title:
  Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1971693/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-05 Thread Dmitry Batrak
The problem seems to be related to Java apps using 'Globally Active'
input focus model (as per https://www.x.org/releases/current/doc/xorg-
docs/icccm/icccm.html#Input_Focus). I'm attaching a minimal native X
application's code, for which the problem can be reproduced as well -
see focusTest.c file. Steps to reproduce are the same as for Java app -
launch the app from terminal, click back at terminal window, press
Alt+Tab, then type some text. App's window will be raised but won't
receive keyboard focus, while will still receive X protocol's FocusIn
event.

** Attachment added: "focusTest.c"
   
https://bugs.launchpad.net/ubuntu/+bug/1971693/+attachment/5586953/+files/focusTest.c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971693

Title:
  Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1971693/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1971693] [NEW] Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-05 Thread Dmitry Batrak
Public bug reported:

When switching to a Java UI application using Alt+Tab, very often application's 
window is raised, but it doesn't get keyboard focus - it stays in the previous 
application, and that application continues to process keyboard events. When 
the problem occurs, hovering mouse over Java app's window gets the focus 
transferred to it.
This problem only happens in Wayland session, not in X.Org session. It can be 
reproduced in Ubuntu 22.04, but not in 20.04.4 version.
---
$ lsb_release -rd
Description:Ubuntu 22.04 LTS
Release:22.04
---
The problem seems to affect all Java versions - reproduced for different 
OpenJDK builds (8, 11, 17, 18). It can also be observed for Java version 
provided by Ubuntu's 'default-jre' package (11.0.15+10-Ubuntu-0ubuntu0.22.04.1).

Source code for a minimal Java application, for which the problem can be 
reproduced, is attached. Download the provided JTextFieldTest.java file, then 
from terminal prompt execute 'java JTextFieldTest.java' (Java 11 or later is 
required, command should be executed from the location of the downloaded file). 
App's window with a text field will be opened. Click with mouse on the terminal 
window, then press Alt+Tab and enter some text.
Expected result: focus is switched to Java app's window, and text appears in 
its text field.
Actual result: Java app's window is raised, but focus stays in terminal window, 
and typed text appears there.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: jammy wayland

** Attachment added: "JTextFieldTest.java"
   
https://bugs.launchpad.net/bugs/1971693/+attachment/5586950/+files/JTextFieldTest.java

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971693

Title:
  Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1971693/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] Re: Kernel Panic on linux-image-5.15.0-18-generic

2022-05-05 Thread Dmitry Gribenchuk
have the same on 5.15.0-29-generic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1939255] Re: dhclient triggers systemd-resolved start limit when processing more than 5 interfaces at once

2022-04-18 Thread Dmitry Teselkin
Hi. It seems this issue may occur not only when receiving addresses on multiple 
interfaces, but also when dhcp requests on multiple interfaces times out and 
the hook script was called with 'reason' == FAIL.
Found on Ubuntu 20.04.3 LTS, systemd is 245.4-4ubuntu3.15.

** Attachment added: "DHCPDISCOVER-no_DHCPOFFERS-exit_1.png"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1939255/+attachment/5581263/+files/DHCPDISCOVER-no_DHCPOFFERS-exit_1.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939255

Title:
  dhclient triggers systemd-resolved start limit when processing more
  than 5 interfaces at once

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1939255/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969182] [NEW] package linux-image-5.15.0-25-generic 5.15.0-25.25 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2022-04-14 Thread Dmitry Gribenchuk
Public bug reported:

Have this problem and kernel panic when boot on 5.15.0-25.

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: linux-image-5.15.0-25-generic 5.15.0-25.25
ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
Uname: Linux 5.15.0-23-generic x86_64
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  grid   2148 F pulseaudio
 /dev/snd/pcmC0D0p:   grid   2148 F...m pulseaudio
CasperMD5CheckResult: fail
Date: Fri Apr 15 08:32:07 2022
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
InstallationDate: Installed on 2022-04-04 (10 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Beta amd64 (20220329.1)
MachineType: LENOVO 20RA002SRT
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-23-generic 
root=/dev/mapper/vg_core-sys ro quite splash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.10, Python 3.10.4, python3-minimal, 
3.10.4-0ubuntu2
PythonDetails: N/A
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions: grub-pc N/A
SourcePackage: initramfs-tools
Title: package linux-image-5.15.0-25-generic 5.15.0-25.25 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/15/2021
dmi.bios.release: 1.19
dmi.bios.vendor: LENOVO
dmi.bios.version: R16ET33W (1.19 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20RA002SRT
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.ec.firmware.release: 1.13
dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
dmi.product.family: ThinkPad E14
dmi.product.name: 20RA002SRT
dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
dmi.product.version: ThinkPad E14
dmi.sys.vendor: LENOVO

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package jammy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969182

Title:
  package linux-image-5.15.0-25-generic 5.15.0-25.25 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1969182/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1966066] Re: audio from external sound card is distorted

2022-04-13 Thread Ushakov Dmitry
** Changed in: linux (Ubuntu Impish)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1966066

Title:
  audio from external sound card is distorted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966066/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] Re: Kernel Panic on linux-image-5.15.0-18-generic

2022-03-25 Thread Dmitry Gribenchuk
** Attachment added: "IMG_20220320_095120.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+attachment/5573001/+files/IMG_20220320_095120.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] Re: Kernel Panic on linux-image-5.15.0-18-generic

2022-03-25 Thread Dmitry Gribenchuk
Have the same on 5.15.0-23-generic

** Attachment added: "IMG_20220320_095041.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+attachment/5573000/+files/IMG_20220320_095041.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964679] Re: gnome-panel crashed with signal 5 in g_settings_get_value()

2022-03-13 Thread Dmitry Shachnev
Thank you for your report. The fix is on its way to Jammy.

** Package changed: gnome-panel (Ubuntu) => gnome-applets (Ubuntu)

** Changed in: gnome-applets (Ubuntu)
   Status: New => Fix Committed

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-applets/+bug/1964679/+attachment/5568273/+files/CoreDump.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964679

Title:
  gnome-panel crashed with signal 5 in g_settings_get_value()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-applets/+bug/1964679/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964679] Re: gnome-panel crashed with signal 5 in g_settings_get_value()

2022-03-12 Thread Dmitry Shachnev
** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964679

Title:
  gnome-panel crashed with signal 5 in g_settings_get_value()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1964679/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] Re: Kernel Panic on linux-image-5.15.0-18-generic

2022-02-20 Thread Dmitry Gribenchuk
Hello. Works on 5.15.0-22-generic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1961057] Re: export to PDF from CLI

2022-02-16 Thread Dmitry Shachnev
Hi!

It's unlikely that I will have time to implement it as a separate mode.

But for Markdown, you can get almost the same output if you use a
combination of markup2html [1] and wkhtmltopdf [2] tools.

If you don't have any complex JS and CSS in your files, then a
combination of markdown_py (from python3-markdown package) and any HTML
to PDF converter will also work.

[1]: https://github.com/retext-project/pymarkups/blob/master/markup2html.py
[2]: https://wkhtmltopdf.org/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1961057

Title:
  export to PDF from CLI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/retext/+bug/1961057/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1845214] Re: Keyboard NumLock indicator turns off on connecting another keyboard

2022-02-12 Thread Dmitry Lapshin
It's been several years since my report! Still reproducible on latest
Ubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845214

Title:
  Keyboard NumLock indicator turns off on connecting another keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-hwe/+bug/1845214/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] acpidump.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559918/+files/acpidump.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] UdevDb.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1960213/+attachment/5559917/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] RfKill.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1960213/+attachment/5559916/+files/RfKill.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] ProcModules.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559914/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] PulseList.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559915/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] ProcInterrupts.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559913/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] ProcEnviron.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559912/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] ProcCpuinfoMinimal.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559911/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] ProcCpuinfo.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559910/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] PciMultimedia.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "PciMultimedia.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559909/+files/PciMultimedia.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] Lsusb-v.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559908/+files/Lsusb-v.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] Lsusb-t.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559907/+files/Lsusb-t.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] Lsusb.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1960213/+attachment/5559906/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] Lspci-vt.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559905/+files/Lspci-vt.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] CurrentDmesg.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559902/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] Lspci.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1960213/+attachment/5559904/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] IwConfig.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559903/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] Card0.Codecs.codec.2.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "Card0.Codecs.codec.2.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559901/+files/Card0.Codecs.codec.2.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960213] Card0.Codecs.codec.0.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "Card0.Codecs.codec.0.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559900/+files/Card0.Codecs.codec.0.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   7   8   9   10   >