[Desktop-packages] [Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2022-10-16 Thread Steve Langasek
** Changed in: dnscrypt-proxy (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pppconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1713803

Title:
  replacement of resolvconf with systemd needs integration

Status in android-androresolvd package in Ubuntu:
  Invalid
Status in avahi package in Ubuntu:
  Invalid
Status in bind9 package in Ubuntu:
  Invalid
Status in cloud-init package in Ubuntu:
  Invalid
Status in cloud-initramfs-tools package in Ubuntu:
  Invalid
Status in dhcpcd5 package in Ubuntu:
  Invalid
Status in dibbler package in Ubuntu:
  Won't Fix
Status in dnscrypt-proxy package in Ubuntu:
  Invalid
Status in dnsmasq package in Ubuntu:
  Invalid
Status in dnssec-trigger package in Ubuntu:
  Invalid
Status in fetchmail package in Ubuntu:
  Invalid
Status in freedombox-setup package in Ubuntu:
  Confirmed
Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in isc-dhcp package in Ubuntu:
  Fix Released
Status in ndisc6 package in Ubuntu:
  Fix Released
Status in netscript-2.4 package in Ubuntu:
  Won't Fix
Status in open-iscsi package in Ubuntu:
  Triaged
Status in openvpn package in Ubuntu:
  Confirmed
Status in postfix package in Ubuntu:
  Invalid
Status in pppconfig package in Ubuntu:
  Confirmed
Status in pump package in Ubuntu:
  Confirmed
Status in resolvconf package in Ubuntu:
  Invalid
Status in sendmail package in Ubuntu:
  Invalid
Status in squid3 package in Ubuntu:
  Invalid
Status in systemd package in Ubuntu:
  Invalid
Status in unbound package in Ubuntu:
  Triaged
Status in vpnc package in Ubuntu:
  Invalid
Status in vpnc-scripts package in Ubuntu:
  Invalid
Status in whereami package in Ubuntu:
  Triaged

Bug description:
  There is a plan to remove resolvconf from the Ubuntu Server image.
  resolvconf integrated with other parts of the system in 2 ways:
   * hooks invoked on change (/etc/resolvconf/update.d/)
   * resolvconf tool (invoked with -a and -d or -u)

  Packages which install files into /etc/resolvconf/update.d are:
  - dnsmasq: This may be mostly covered by systemd-resolved itself (the dns
    caching path).
  - resolvconf: This probably isn't necessary in systemd-resolved path.
  - unbound: This is another "validating, recursive, caching DNS resolver".

  The list of Depends/Suggests/Recommends on resolvconf.

  # for pkg in $(apt-cache rdepends resolvconf | grep -v openreso | grep -v 
Reverse); do out=$(apt-cache show $pkg | grep resolvconf); src=$(apt-cache show 
$pkg | awk '$1 == "Source:" { print $2 }'); [ -n "$src" ] || src=$pkg; case 
"$out" in Depends:*resolvconf) r=depends;; Suggests:*) r=suggests;; 
Recommends:*) r=recommends;; esac; echo "$r $src"; done  | sort -u
  depends android-androresolvd
  recommends avahi
  recommends dhcpcd5
  recommends dibbler
  recommends ndisc6
  recommends whereami
  suggests bind9
  suggests dnscrypt-proxy
  suggests dnsmasq
  suggests dnssec-trigger
  suggests fetchmail
  suggests freedombox-setup
  suggests isc-dhcp
  suggests netscript-2.4
  suggests openvpn
  suggests postfix
  suggests pppconfig
  suggests pump
  suggests resolvconf
  suggests sendmail
  suggests squid3
  suggests vpnc
  suggests vpnc-scripts

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: systemd 234-2ubuntu9
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  Date: Tue Aug 29 18:53:50 2017
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.12.0-11-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.vendor: Intel Corporation

  Related bugs:
   * bug 1698181: Switch to netplan renderer in Artful
   * bug 1714308: dns does not work in initramfs after configure_networking
   * bug 1717983 replacement of isc-dhcp-client with with systemd-networkd for 
dhclient needs integration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-androresolvd/+bug/1713803/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2022-10-16 Thread Steve Langasek
The resolvconf interface is now implemented in the systemd-resolved
package and integrates correctly with systemd.  There is no longer a
need for packages to port away from this interface.

** Changed in: android-androresolvd (Ubuntu)
   Status: Triaged => Invalid

** Changed in: avahi (Ubuntu)
   Status: Triaged => Invalid

** Changed in: bind9 (Ubuntu)
   Status: Triaged => Invalid

** Changed in: dhcpcd5 (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pppconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1713803

Title:
  replacement of resolvconf with systemd needs integration

Status in android-androresolvd package in Ubuntu:
  Invalid
Status in avahi package in Ubuntu:
  Invalid
Status in bind9 package in Ubuntu:
  Invalid
Status in cloud-init package in Ubuntu:
  Invalid
Status in cloud-initramfs-tools package in Ubuntu:
  Invalid
Status in dhcpcd5 package in Ubuntu:
  Invalid
Status in dibbler package in Ubuntu:
  Won't Fix
Status in dnscrypt-proxy package in Ubuntu:
  Confirmed
Status in dnsmasq package in Ubuntu:
  Invalid
Status in dnssec-trigger package in Ubuntu:
  Invalid
Status in fetchmail package in Ubuntu:
  Confirmed
Status in freedombox-setup package in Ubuntu:
  Confirmed
Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in isc-dhcp package in Ubuntu:
  Fix Released
Status in ndisc6 package in Ubuntu:
  Fix Released
Status in netscript-2.4 package in Ubuntu:
  Won't Fix
Status in open-iscsi package in Ubuntu:
  Triaged
Status in openvpn package in Ubuntu:
  Confirmed
Status in postfix package in Ubuntu:
  Invalid
Status in pppconfig package in Ubuntu:
  Confirmed
Status in pump package in Ubuntu:
  Confirmed
Status in resolvconf package in Ubuntu:
  Invalid
Status in sendmail package in Ubuntu:
  Invalid
Status in squid3 package in Ubuntu:
  Invalid
Status in systemd package in Ubuntu:
  Invalid
Status in unbound package in Ubuntu:
  Triaged
Status in vpnc package in Ubuntu:
  Invalid
Status in vpnc-scripts package in Ubuntu:
  Invalid
Status in whereami package in Ubuntu:
  Triaged

Bug description:
  There is a plan to remove resolvconf from the Ubuntu Server image.
  resolvconf integrated with other parts of the system in 2 ways:
   * hooks invoked on change (/etc/resolvconf/update.d/)
   * resolvconf tool (invoked with -a and -d or -u)

  Packages which install files into /etc/resolvconf/update.d are:
  - dnsmasq: This may be mostly covered by systemd-resolved itself (the dns
    caching path).
  - resolvconf: This probably isn't necessary in systemd-resolved path.
  - unbound: This is another "validating, recursive, caching DNS resolver".

  The list of Depends/Suggests/Recommends on resolvconf.

  # for pkg in $(apt-cache rdepends resolvconf | grep -v openreso | grep -v 
Reverse); do out=$(apt-cache show $pkg | grep resolvconf); src=$(apt-cache show 
$pkg | awk '$1 == "Source:" { print $2 }'); [ -n "$src" ] || src=$pkg; case 
"$out" in Depends:*resolvconf) r=depends;; Suggests:*) r=suggests;; 
Recommends:*) r=recommends;; esac; echo "$r $src"; done  | sort -u
  depends android-androresolvd
  recommends avahi
  recommends dhcpcd5
  recommends dibbler
  recommends ndisc6
  recommends whereami
  suggests bind9
  suggests dnscrypt-proxy
  suggests dnsmasq
  suggests dnssec-trigger
  suggests fetchmail
  suggests freedombox-setup
  suggests isc-dhcp
  suggests netscript-2.4
  suggests openvpn
  suggests postfix
  suggests pppconfig
  suggests pump
  suggests resolvconf
  suggests sendmail
  suggests squid3
  suggests vpnc
  suggests vpnc-scripts

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: systemd 234-2ubuntu9
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  Date: Tue Aug 29 18:53:50 2017
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.12.0-11-generic 
root=UUID=f897b32a-eacf-4191-9717-844918947069 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.vendor: Intel Corporation

  Related bugs:
   * bug 1698181: Switch to netplan renderer in Artful
   * bug 1714308: dns does not work in initramfs after configure_networking
   * bug 1717983 replacement of isc-dhcp-client with with systemd-networkd for 
dhclient needs integration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-androresolvd/+bug/1713803/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1971984] Re: pcscd 1.9.5-3 do not start automatically, only manual

2022-10-16 Thread Peter Surda
The bug described here looks like the one I'm experiencing. I have
multiple yubikeys which I use for SSH and GPG (occasionally U2F but that
doesn't appear to be affected by this). If I just enable the pcscd
service, the daemon doesn't auto-start after a reboot. Running ssh or
gpg commands fails to access the key. I also need to enable the socket.
Then the daemon auto-starts and I can use ssh/gpg:

$ systemctl enable pcscd
# after a reboot, pcscd is stopped, ssh/gpg unable to access the key. Need to 
start pcscd manually.

$ systemctl enable pcscd.socket
# now after reboot both the socket and the service are running and ssh/gpg works

It wasn't like this with 20.04, there enabling pcscd.service was enough.

Hope this helps others with the issue, and/or the maintainers to address
it.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pcsc-lite in Ubuntu.
https://bugs.launchpad.net/bugs/1971984

Title:
  pcscd 1.9.5-3 do not start automatically, only manual

Status in pcsc-lite package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu Mate 22.04 with the latest updates.
  Problem is present with internal smart-card reader and also external usb 
smart-card reader.

  eid-viewer sees no card reader,but When i do:

  sudo pcscd -f

  it is working, also following the tips of Ludovic:
  
https://ludovicrousseau.blogspot.com/2011/11/pcscd-auto-start-using-systemd.html

  sudo systemctl stop pcscd.socket
  sudo systemctl start pcscd.socket

  It is working until next restart.

  libacsccid1  version: 1.1.8-1
  libccid version: 1.5.0-2
  pcscd version: 1.9.5-3
  eid-archive version: 2022.3
  eid-mw version: 5.0.28v5.0.28-0u2204-1
  eid-viewer version: 5.0.28v5.0.28-0u2204-1

  In Firefox, my eid card is then also recognized, but only in the ESR
  version, but this is a know Mozilla bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1971984/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993027] Re: Display settings lost when leaving screen saver / screen switch

2022-10-16 Thread Daniel van Vugt
Supporting manual xrandr settings is generally not a priority for shell
developers. The shell expects to own and control everything, and that
the user has chosen their settings in the GUI provided by the shell /
desktop environment.

But we can make it an enhancement request to see if it's possible for
them all to co-exist.

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

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1993027

Title:
  Display settings lost when leaving screen saver / screen switch

Status in kwin package in Ubuntu:
  New

Bug description:
  The settings of the screen, in particular brightness and gamma, are being 
lost in numerous situations:
  - leaving a screen saver/lock
  - switching users
  - random time
  - logging in

  This applies to settings set via xrandr, or using the nvidia-settings
  tool.

  This did not happen in previous versions of Ubuntu (20.04 for
  example).  I am using Kubuntu as a desktop.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: xorg 1:7.7+23ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-50.56-generic 5.15.60
  Uname: Linux 5.15.0-50-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia wl
  .proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
  .proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
  .proc.driver.nvidia.gpus..65.00.0: Error: path was not a regular file.
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  515.76  Mon Sep 12 19:21:56 
UTC 2022
   GCC version:
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: unknown
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Sat Oct 15 11:43:15 2022
  DistUpgraded: 2022-09-22 20:03:38,859 ERROR found exception: 'E:Sub-process 
/usr/bin/dpkg returned an error code (1)'
  DistroCodename: jammy
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl/6.30.223.271+bdcom, 5.15.0-48-generic, x86_64: installed
   bcmwl/6.30.223.271+bdcom, 5.15.0-50-generic, x86_64: installed
   virtualbox/6.1.38, 5.15.0-48-generic, x86_64: installed
   virtualbox/6.1.38, 5.15.0-50-generic, x86_64: installed
  ExtraDebuggingInterest: No
  GraphicsCard:
   NVIDIA Corporation GP106 [GeForce GTX 1060 6GB] [10de:1c03] (rev a1) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. GP106 [GeForce GTX 1060 6GB] [1043:85a4]
  MachineType: Micro-Star International Co., Ltd. MS-7A94
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-50-generic 
root=UUID=937cdc48-c0d2-45e6-a578-a819d2b1378f ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to jammy on 2022-09-22 (22 days ago)
  dmi.bios.date: 07/12/2019
  dmi.bios.release: 5.13
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.B0
  dmi.board.asset.tag: Default string
  dmi.board.name: X299 RAIDER (MS-7A94)
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Micro-Star International Co., Ltd.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.B0:bd07/12/2019:br5.13:svnMicro-StarInternationalCo.,Ltd.:pnMS-7A94:pvr1.0:rvnMicro-StarInternationalCo.,Ltd.:rnX299RAIDER(MS-7A94):rvr1.0:cvnMicro-StarInternationalCo.,Ltd.:ct3:cvr1.0:skuDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: MS-7A94
  dmi.product.sku: Default string
  dmi.product.version: 1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.110-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 22.0.5-0ubuntu0.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 22.0.5-0ubuntu0.1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:21.1.3-2ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.17-2build1

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1992199] Re: gnome-shell crashed with SIGSEGV in clutter_actor_contains() from clutter_stage_notify_grab_on_key_focus()

2022-10-16 Thread Daniel van Vugt
** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1992199/+attachment/5622138/+files/CoreDump.gz

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1992199

Title:
  gnome-shell crashed with SIGSEGV in clutter_actor_contains() from
  clutter_stage_notify_grab_on_key_focus()

Status in Mutter:
  New
Status in mutter package in Ubuntu:
  New

Bug description:
  Simply attempted to install a decent MP4 player via snap resulting in
  software updating corruption

  ProblemType: Crash
  DistroRelease: Ubuntu 22.10
  Package: gnome-shell 43.0-1ubuntu1
  ProcVersionSignature: Ubuntu 5.19.0-19.19-generic 5.19.7
  Uname: Linux 5.19.0-19-generic x86_64
  ApportVersion: 2.23.1-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Oct  7 12:46:50 2022
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2022-10-04 (3 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  JournalErrors: -- No entries --
  ProcCmdline: /usr/bin/gnome-shell
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  RelatedPackageVersions: mutter-common 43.0-1ubuntu1
  Signal: 11
  SourcePackage: gnome-shell
  StacktraceTop:
   clutter_actor_contains () from 
/usr/lib/x86_64-linux-gnu/mutter-11/libmutter-clutter-11.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/mutter-11/libmutter-clutter-11.so.0
   clutter_stage_grab () from 
/usr/lib/x86_64-linux-gnu/mutter-11/libmutter-clutter-11.so.0
   ?? () from /usr/lib/gnome-shell/libst-1.0.so
   ?? () from /usr/lib/x86_64-linux-gnu/mutter-11/libmutter-clutter-11.so.0
  Title: gnome-shell crashed with SIGSEGV in clutter_actor_contains()
  UpgradeStatus: Upgraded to kinetic on 2022-10-06 (0 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  separator:

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993074] Re: Many recvmsg messages

2022-10-16 Thread Daniel van Vugt
Also note there is a memory leak in the graphics driver affecting your
particular GPU: bug 1972977. So we should check to see if that fixes it
when the fix is available for 22.04.

** Changed in: gnome-shell (Ubuntu)
   Status: New => Incomplete

** Summary changed:

- Many recvmsg messages
+ gnome-shell uses 30-100% CPU

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1993074

Title:
  gnome-shell uses 30-100% CPU

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  gnome-shell uses 30-100% CPU
  After investigation problem is because a lot of recvmsg:

  strace:
  -
  recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  --

  
  lsof output:
  gnome-she 14772  xxx6u unix 0x  0t0   133056 
type=STREAM
  gnome-she 14772  xxx   16u unix 0x  0t0   133062 
type=STREAM

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.4-0ubuntu0.22.04.1
  ProcVersionSignature: Ubuntu 5.15.0-50.56-generic 5.15.60
  Uname: Linux 5.15.0-50-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Oct 16 18:50:20 2022
  DisplayManager: gdm3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2022-09-29 (17 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 42.2-0ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993074] Re: Many recvmsg messages

2022-10-16 Thread Daniel van Vugt
It's unlikely even busy system calls like that are the real issue here.

Please start by disabling all your shell extensions and tell us if that
improves the situation.

Please also try deleting local unsupported extensions:

  cd ~/.local/share/gnome-shell/
  rm -rf extensions

and then log in again.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1993074

Title:
  gnome-shell uses 30-100% CPU

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  gnome-shell uses 30-100% CPU
  After investigation problem is because a lot of recvmsg:

  strace:
  -
  recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  --

  
  lsof output:
  gnome-she 14772  xxx6u unix 0x  0t0   133056 
type=STREAM
  gnome-she 14772  xxx   16u unix 0x  0t0   133062 
type=STREAM

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.4-0ubuntu0.22.04.1
  ProcVersionSignature: Ubuntu 5.15.0-50.56-generic 5.15.60
  Uname: Linux 5.15.0-50-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Oct 16 18:50:20 2022
  DisplayManager: gdm3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2022-09-29 (17 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 42.2-0ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1992995] Re: Graphics

2022-10-16 Thread Daniel van Vugt
Can you provide a screenshot or photo of the screen?

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

** Changed in: ubuntu
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1992995

Title:
  Graphics

Status in Ubuntu:
  Incomplete

Bug description:
  I am trying to use MATLAB plots but no graphics are showing.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-128.144-generic 5.4.210
  Uname: Linux 5.4.0-128-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Oct 14 19:23:11 2022
  DistUpgraded: 2020-11-09 21:29:05,838 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
“./xorg_fix_proprietary.py” (No such file or directory) (8))
  DistroCodename: focal
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
 Subsystem: Dell UHD Graphics 620 [1028:081c]
  InstallationDate: Installed on 2019-06-20 (1212 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: Dell Inc. Latitude 7490
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-128-generic 
root=UUID=38ffaac9-4782-4848-b6e2-86ba57246327 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to focal on 2020-11-09 (703 days ago)
  dmi.bios.date: 01/07/2021
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.18.0
  dmi.board.name: 0KP0FT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.18.0:bd01/07/2021:svnDellInc.:pnLatitude7490:pvr:rvnDellInc.:rn0KP0FT:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Latitude
  dmi.product.name: Latitude 7490
  dmi.product.sku: 081C
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.107-8ubuntu1~20.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.6-0ubuntu0.1~20.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 21.2.6-0ubuntu0.1~20.04.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1~20.04.3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1988485] Re: Xorg crashed with SIGABRT in drmmode_sprite_do_set_cursor() from drmmode_sprite_move_cursor() from ProcXTestFakeInput() from Dispatch() from dix_main()

2022-10-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg-server (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1988485

Title:
  Xorg crashed with SIGABRT in drmmode_sprite_do_set_cursor() from
  drmmode_sprite_move_cursor() from ProcXTestFakeInput() from Dispatch()
  from dix_main()

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
xorg-server.  This problem was most recently seen with package version 
2:21.1.3-2ubuntu2.1, the problem page at 
https://errors.ubuntu.com/problem/26ded3434f39288e868271351fe11eff869c4b07 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1988485/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1992684] Re: Opening programs crashes xorg to login screen Ubuntu 20.04

2022-10-16 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1988485 ***
https://bugs.launchpad.net/bugs/1988485

Thanks. That crash is already being tracked in bug 1988485.

Potential workaround ideas:

 * Change your cursor theme.

 * Add a Xorg config file that contains:

   Option "SWcursor" "on"


** This bug has been marked a duplicate of bug 1988485
   Xorg crashed with SIGABRT in drmmode_sprite_do_set_cursor() from 
drmmode_sprite_move_cursor() from ProcXTestFakeInput() from Dispatch() from 
dix_main()

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1992684

Title:
  Opening programs crashes xorg to login screen Ubuntu 20.04

Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  Opening programs such as Firefox, terminal, and files crashes Ubuntu
  20.04 to the login screen. When Ubuntu crashes, it makes a core file
  from xorg crash.

  This crash behavior began around September 25 2022. I have been using
  Ubuntu 20.04 since it was released and I have not experienced any
  crashing before.

  I am unsure what other information would be useful. The computer is a
  dell poweredge r410.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.15.0-48.54~20.04.1-generic 5.15.53
  Uname: Linux 5.15.0-48-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  BootLog:
   
  CasperMD5CheckResult: skip
  CompositorRunning: None
  Date: Wed Oct 12 13:47:05 2022
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Matrox Electronics Systems Ltd. MGA G200eW WPCM450 [102b:0532] (rev 0a) 
(prog-if 00 [VGA controller])
 Subsystem: Dell PowerEdge R410 MGA G200eW WPCM450 [1028:028c]
  InstallationDate: Installed on 2020-05-25 (870 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: Dell Inc. PowerEdge R410
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-48-generic 
root=UUID=bb831c8f-6ec7-4c90-b98b-f4dc367f632b ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/30/2018
  dmi.bios.release: 1.14
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.14.0
  dmi.board.name: 01V648
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A06
  dmi.chassis.type: 23
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.14.0:bd05/30/2018:br1.14:svnDellInc.:pnPowerEdgeR410:pvr:rvnDellInc.:rn01V648:rvrA06:cvnDellInc.:ct23:cvr:sku:
  dmi.product.name: PowerEdge R410
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.107-8ubuntu1~20.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.6-0ubuntu0.1~20.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1~20.04.3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1992684/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1799679] Re: Nvidia driver causes Xorg to use 100% CPU and huge lag when dragging OpenGL app windows

2022-10-16 Thread Daniel van Vugt
NVIDIA says the fix is coming in driver 525:

https://gitlab.gnome.org/GNOME/mutter/-/issues/2233#note_1575235

** Changed in: nvidia-graphics-drivers-390 (Ubuntu)
   Status: Confirmed => Won't Fix

** Changed in: nvidia-graphics-drivers-470 (Ubuntu)
   Status: Confirmed => Won't Fix

** Changed in: nvidia-graphics-drivers-510 (Ubuntu)
   Status: Confirmed => Won't Fix

** Changed in: nvidia-graphics-drivers-515 (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1799679

Title:
  Nvidia driver causes Xorg to use 100% CPU and huge lag when dragging
  OpenGL app windows

Status in Mutter:
  Unknown
Status in metacity package in Ubuntu:
  Invalid
Status in mutter package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Won't Fix
Status in nvidia-graphics-drivers-410 package in Ubuntu:
  Won't Fix
Status in nvidia-graphics-drivers-418 package in Ubuntu:
  Won't Fix
Status in nvidia-graphics-drivers-470 package in Ubuntu:
  Won't Fix
Status in nvidia-graphics-drivers-510 package in Ubuntu:
  Won't Fix
Status in nvidia-graphics-drivers-515 package in Ubuntu:
  Won't Fix

Bug description:
  Nvidia driver causes Xorg to use 100% CPU and shows high lag and
  stutter... but only when dragging glxgears/glxheads, or any window
  over them. Other apps do not exhibit the problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: nvidia-driver-390 390.87-0ubuntu1
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  Date: Wed Oct 24 19:11:15 2018
  InstallationDate: Installed on 2018-05-26 (151 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Alpha amd64 (20180525)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: nvidia-graphics-drivers-390
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1992257] Re: gnome-control-center crashed with SIGSEGV

2022-10-16 Thread Daniel van Vugt
Tracking in
https://errors.ubuntu.com/problem/1cb8db326cd012507ef5cb0f421d0d1cb07c961f

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1992257/+attachment/5622364/+files/CoreDump.gz

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Confirmed

** Information type changed from Private Security to Public

** Description changed:

+ https://errors.ubuntu.com/problem/1cb8db326cd012507ef5cb0f421d0d1cb07c961f
+ 
+ ---
+ 
  Crashes instantly and consistently on the Sharing page on multiple
  installs.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 22.10
  Package: gnome-control-center 1:43.0-1ubuntu2
  ProcVersionSignature: Ubuntu 5.19.0-19.19-generic 5.19.7
  Uname: Linux 5.19.0-19-generic x86_64
  ApportVersion: 2.23.1-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Oct  8 21:54:48 2022
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2022-10-08 (0 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Beta amd64 (20220927.1)
  JournalErrors:
-  أكتوبر 08 21:54:38 hostname gnome-control-c[13302]: Could not set system 
time: GDBus.Error:org.freedesktop.timedate1.AutomaticTimeSyncEnabled: Automatic 
time synchronization is enabled
-  أكتوبر 08 21:54:49 hostname kernel: [UFW BLOCK] IN=eno1 OUT= 
MAC=01:00:5e:00:00:01:c0:05:c2:16:ce:e0:08:00 SRC=192.168.0.1 DST=224.0.0.1 
LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=58818 PROTO=2 
-  أكتوبر 08 21:54:51 hostname kernel: [UFW BLOCK] IN=eno1 OUT= 
MAC=01:00:5e:00:00:fb:90:56:82:00:cf:8c:08:00 SRC=192.168.0.11 DST=224.0.0.251 
LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2
+  أكتوبر 08 21:54:38 hostname gnome-control-c[13302]: Could not set system 
time: GDBus.Error:org.freedesktop.timedate1.AutomaticTimeSyncEnabled: Automatic 
time synchronization is enabled
+  أكتوبر 08 21:54:49 hostname kernel: [UFW BLOCK] IN=eno1 OUT= 
MAC=01:00:5e:00:00:01:c0:05:c2:16:ce:e0:08:00 SRC=192.168.0.1 DST=224.0.0.1 
LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=58818 PROTO=2
+  أكتوبر 08 21:54:51 hostname kernel: [UFW BLOCK] IN=eno1 OUT= 
MAC=01:00:5e:00:00:fb:90:56:82:00:cf:8c:08:00 SRC=192.168.0.11 DST=224.0.0.251 
LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2
  ProcCmdline: gnome-control-center sound
  SegvAnalysis:
-  Segfault happened at: 0x7fc4a5233600:mov0x18(%rax),%rax
-  PC (0x7fc4a5233600) ok
-  source "0x18(%rax)" (0x0018) not located in a known VMA region (needed 
readable region)!
-  destination "%rax" ok
+  Segfault happened at: 0x7fc4a5233600:mov0x18(%rax),%rax
+  PC (0x7fc4a5233600) ok
+  source "0x18(%rax)" (0x0018) not located in a known VMA region (needed 
readable region)!
+  destination "%rax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-control-center
  StacktraceTop:
-  ?? () from /lib/x86_64-linux-gnu/libgtk-4.so.1
-  ?? () from /lib/x86_64-linux-gnu/libgtk-4.so.1
-  ?? () from /lib/x86_64-linux-gnu/libgtk-4.so.1
-  ?? () from /lib/x86_64-linux-gnu/libgtk-4.so.1
-  ?? () from /lib/x86_64-linux-gnu/libgtk-4.so.1
+  ?? () from /lib/x86_64-linux-gnu/libgtk-4.so.1
+  ?? () from /lib/x86_64-linux-gnu/libgtk-4.so.1
+  ?? () from /lib/x86_64-linux-gnu/libgtk-4.so.1
+  ?? () from /lib/x86_64-linux-gnu/libgtk-4.so.1
+  ?? () from /lib/x86_64-linux-gnu/libgtk-4.so.1
  Title: gnome-control-center crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  separator:

** Summary changed:

- gnome-control-center crashed with SIGSEGV
+ gnome-control-center crashed with SIGSEGV in 
_gtk_widget_is_sensitive(widget=0x0)

** Summary changed:

- gnome-control-center crashed with SIGSEGV in 
_gtk_widget_is_sensitive(widget=0x0)
+ gnome-control-center crashed with SIGSEGV in 
_gtk_widget_is_sensitive(widget=0x0) from 
gtk_shortcut_controller_run_controllers()

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1992257

Title:
  gnome-control-center crashed with SIGSEGV in
  _gtk_widget_is_sensitive(widget=0x0) from
  gtk_shortcut_controller_run_controllers()

Status in gnome-control-center package in Ubuntu:
  Confirmed

Bug description:
  https://errors.ubuntu.com/problem/1cb8db326cd012507ef5cb0f421d0d1cb07c961f

  ---

  Crashes instantly and consistently on the Sharing page on multiple
  installs.

  ProblemType: Crash
  DistroRelease: Ubuntu 22.10
  Package: gnome-control-center 1:43.0-1ubuntu2
  ProcVersionSignature: Ubuntu 5.19.0-19.19-generic 5.19.7
  Uname: Linux 5.19.0-19-generic x86_64
  ApportVersion: 2.23.1-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Oct  8 21:54:48 2022
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2022-10-08 (0 days ago)
  

[Desktop-packages] [Bug 1993094] Re: /usr/bin/gnome-control-center:11:_gtk_widget_is_sensitive:gtk_shortcut_controller_run_controllers:gtk_shortcut_controller_handle_event:gtk_event_controller_handle_

2022-10-16 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1992257 ***
https://bugs.launchpad.net/bugs/1992257

** This bug has been marked a duplicate of private bug 1992257

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1993094

Title:
  /usr/bin/gnome-control-
  
center:11:_gtk_widget_is_sensitive:gtk_shortcut_controller_run_controllers:gtk_shortcut_controller_handle_event:gtk_event_controller_handle_event:gtk_widget_run_controllers

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-control-center.  This problem was most recently seen with package version 
1:43.0-1ubuntu2, the problem page at 
https://errors.ubuntu.com/problem/1cb8db326cd012507ef5cb0f421d0d1cb07c961f 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993094] [NEW] /usr/bin/gnome-control-center:11:_gtk_widget_is_sensitive:gtk_shortcut_controller_run_controllers:gtk_shortcut_controller_handle_event:gtk_event_controller_handl

2022-10-16 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1992257 ***
https://bugs.launchpad.net/bugs/1992257

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-control-center.  This problem was most recently seen with package version 
1:43.0-1ubuntu2, the problem page at 
https://errors.ubuntu.com/problem/1cb8db326cd012507ef5cb0f421d0d1cb07c961f 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


** Tags: kinetic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1993094

Title:
  /usr/bin/gnome-control-
  
center:11:_gtk_widget_is_sensitive:gtk_shortcut_controller_run_controllers:gtk_shortcut_controller_handle_event:gtk_event_controller_handle_event:gtk_widget_run_controllers

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-control-center.  This problem was most recently seen with package version 
1:43.0-1ubuntu2, the problem page at 
https://errors.ubuntu.com/problem/1cb8db326cd012507ef5cb0f421d0d1cb07c961f 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1992688] Re: firefox deb not installed

2022-10-16 Thread Michael Hudson-Doyle
This just needs to be backported to Jammy now?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1992688

Title:
  firefox deb not installed

Status in firefox package in Ubuntu:
  New
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in firefox source package in Jammy:
  New
Status in ubuntu-meta source package in Jammy:
  Triaged

Bug description:
  Bug 1964036 leads me to believe that the firefox deb provides some
  important functionality (the firefox favourite icon in the gnome shell
  dock) but there is nothing that would require the deb to be installed
  (it is not seeded nor has an rdep) and the package description
  indicates that it can be safely removed. Is there some important
  functionality that it provides?

  ProblemType: BugDistroRelease: Ubuntu 22.10
  Package: ubuntu-release-upgrader-core 1:22.10.8
  ProcVersionSignature: User Name 5.19.0-19.19-generic 5.19.7
  Uname: Linux 5.19.0-19-generic x86_64
  ApportVersion: 2.23.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckMismatches: ./boot/grub/grub.cfg
  CasperMD5CheckResult: fail
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 12 11:30:46 2022
  InstallationDate: Installed on 2022-04-27 (167 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bashSourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: Upgraded to kinetic on 2022-10-12 (0 days ago)
  VarLogDistupgradeTermlog:

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1988301] Re: Does not implement data-ciphers, only cipher which OpenVPN 2.5+ ignores, hence can fail to connect

2022-10-16 Thread Mike Adams
It has been fixed in 1.10.0-1ubuntu2. However, GUI settings does not
process .ovpn correctly, so data-ciphers=AES-256-CBC has to be added to
your connection in /etc/NetworkManager/system-connections.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/1988301

Title:
  Does not implement data-ciphers, only cipher which OpenVPN 2.5+
  ignores, hence can fail to connect

Status in network-manager-openvpn package in Ubuntu:
  Confirmed

Bug description:
  It's no longer possible to use the cipher option in NetworkManager as
  it's ignored by OpenVPN; and the default list of data-ciphers is
  applied, making it impossible to connect to an AES-128-CBC endpoint
  from NetworkManager.

  There does not appear any way to forward the data-ciphers config, even
  if I hand edited the nmconnection file to add a data-ciphers line it
  is ignored.

  More insight is available to Canonical folks in
  https://rt.admin.canonical.com/Ticket/Display.html?id=153000

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1988301/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1988301] Re: Does not implement data-ciphers, only cipher which OpenVPN 2.5+ ignores, hence can fail to connect

2022-10-16 Thread Mike Adams
** Tags added: kinetic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/1988301

Title:
  Does not implement data-ciphers, only cipher which OpenVPN 2.5+
  ignores, hence can fail to connect

Status in network-manager-openvpn package in Ubuntu:
  Confirmed

Bug description:
  It's no longer possible to use the cipher option in NetworkManager as
  it's ignored by OpenVPN; and the default list of data-ciphers is
  applied, making it impossible to connect to an AES-128-CBC endpoint
  from NetworkManager.

  There does not appear any way to forward the data-ciphers config, even
  if I hand edited the nmconnection file to add a data-ciphers line it
  is ignored.

  More insight is available to Canonical folks in
  https://rt.admin.canonical.com/Ticket/Display.html?id=153000

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1988301/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993087] [NEW] screen reader preferences dialog unusable with large fonts

2022-10-16 Thread Ken Anderson
Public bug reported:

* set screen to 1360x768
* in universal acess settings, select large fonts
* sudo apt-get install go-fonts gnome-tweaks
* install atkinson hyperlegible fonts
* gnome-tweaks.  Set fonts to atkinson hyperlegible 20 except monospace which 
is go mono 18
* insert-space to open screen reader preferences dialog
* change to laptop mode
* now try to save changes.  You can't.  You don't have access to apply or ok 
button because they are off the bottom of the screen.  Have to have non-legally 
blind person change resolution to 1920x1080.
* then, of course, it breaks when you change voice to mary  (no speech)

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: orca 3.36.2-1ubuntu1~20.04.2
ProcVersionSignature: Ubuntu 5.4.0-128.144-generic 5.4.210
Uname: Linux 5.4.0-128-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.24
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Oct 16 20:13:30 2022
InstallationDate: Installed on 2018-05-05 (1625 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: orca
UpgradeStatus: Upgraded to focal on 2021-05-04 (530 days ago)

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


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to orca in Ubuntu.
https://bugs.launchpad.net/bugs/1993087

Title:
   screen reader preferences dialog unusable with large fonts

Status in orca package in Ubuntu:
  New

Bug description:
  * set screen to 1360x768
  * in universal acess settings, select large fonts
  * sudo apt-get install go-fonts gnome-tweaks
  * install atkinson hyperlegible fonts
  * gnome-tweaks.  Set fonts to atkinson hyperlegible 20 except monospace which 
is go mono 18
  * insert-space to open screen reader preferences dialog
  * change to laptop mode
  * now try to save changes.  You can't.  You don't have access to apply or ok 
button because they are off the bottom of the screen.  Have to have non-legally 
blind person change resolution to 1920x1080.
  * then, of course, it breaks when you change voice to mary  (no speech)

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: orca 3.36.2-1ubuntu1~20.04.2
  ProcVersionSignature: Ubuntu 5.4.0-128.144-generic 5.4.210
  Uname: Linux 5.4.0-128-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Oct 16 20:13:30 2022
  InstallationDate: Installed on 2018-05-05 (1625 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: orca
  UpgradeStatus: Upgraded to focal on 2021-05-04 (530 days ago)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993083] [NEW] pipewire incorrect center channel mapping 5.1 audio kinetic

2022-10-16 Thread Raymond Kimathi
Public bug reported:

pipewire incorrect center channel mapping 5.1 audio Ubuntu 22.10
kinetic. (Center signal is mixed to front R/L)

This is through HDMI to Yamaha AV Receiver

ProblemType: Bug
DistroRelease: Ubuntu 22.10
Package: pipewire 0.3.58-2ubuntu1
ProcVersionSignature: Ubuntu 5.19.0-21.21-generic 5.19.7
Uname: Linux 5.19.0-21-generic x86_64
ApportVersion: 2.23.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Mon Oct 17 00:54:14 2022
InstallationDate: Installed on 2022-09-26 (20 days ago)
InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220919)
SourcePackage: pipewire
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pipewire in Ubuntu.
https://bugs.launchpad.net/bugs/1993083

Title:
  pipewire incorrect center channel mapping 5.1 audio kinetic

Status in pipewire package in Ubuntu:
  New

Bug description:
  pipewire incorrect center channel mapping 5.1 audio Ubuntu 22.10
  kinetic. (Center signal is mixed to front R/L)

  This is through HDMI to Yamaha AV Receiver

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: pipewire 0.3.58-2ubuntu1
  ProcVersionSignature: Ubuntu 5.19.0-21.21-generic 5.19.7
  Uname: Linux 5.19.0-21-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Oct 17 00:54:14 2022
  InstallationDate: Installed on 2022-09-26 (20 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Alpha amd64 (20220919)
  SourcePackage: pipewire
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1949340] Re: [upstream] Saving downloads or pages is difficult because of unfocused file chooser dialog

2022-10-16 Thread kowach
Same with upload dialog and it does not remembers last directory. It
always starts from home directory.

Ubuntu Mate 22.04.1 LTS

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xdg-desktop-portal-gtk in Ubuntu.
https://bugs.launchpad.net/bugs/1949340

Title:
  [upstream] Saving downloads or pages is difficult because of unfocused
  file chooser dialog

Status in Mozilla Firefox:
  New
Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed
Status in gtk+3.0 package in Ubuntu:
  Confirmed
Status in gtk4 package in Ubuntu:
  Confirmed
Status in xdg-desktop-portal-gnome package in Ubuntu:
  Confirmed
Status in xdg-desktop-portal-gtk package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Open Chromium (release does not matter, here deb-packaged version from 
18.04 LTS is used)
  2a. Navigate to some page, press +
  2b. Navigate to some page, with "Ask where to save each file before 
downloading" enabled try to download some file

  Actual result:
  * file chooser dialog is unfocused, user should select the window by mouse 
and then hit  for specified location

  Expected result:
  * file chooser dialog is focused, user can simply hit  to save in 
previously selected location.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968887] Re: Save As Dialog Box does not get focus in Ubuntu 22.04

2022-10-16 Thread kowach
*** This bug is a duplicate of bug 1949340 ***
https://bugs.launchpad.net/bugs/1949340

Same with upload dialog and it does not remembers last directory where
file was saved. It always starts from home directory.

Ubuntu Mate 22.04.1 LTS

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1968887

Title:
  Save As Dialog Box does not get focus in Ubuntu 22.04

Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  When using a browser to right click a file and save as, the save as
  window does not get focus, which means you can't just type the name of
  the file you want, you have to force focus onto the window to use it
  by clicking it.

  This defeats the entire purpose of 2 built in features, 1 being the
  pre-selected original file name (since you can't rename until you re-
  aquire focus for that window, thereby undoing the pre-selection
  programmed in) and 2, the ability to quickly save the file with a
  keystroke.

  A side note to this, ubuntu-bug should have an option to report bugs
  with other WITHOUT having to specify a package. This is a bug in
  ubuntu-bug. Not a feature. Because we don't always know what
  package(s) are involved. This needs to be addressed.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubuntu-release-upgrader-core 1:22.04.8
  ProcVersionSignature: Ubuntu 5.15.0-25.25-generic 5.15.30
  Uname: Linux 5.15.0-25-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu81
  Architecture: amd64
  CasperMD5CheckResult: pass
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Apr 13 07:55:24 2022
  InstallationDate: Installed on 2022-03-31 (12 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220326)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993064] Re: Please update to 102.3.x so that tbSync can work again!

2022-10-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: thunderbird (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1993064

Title:
  Please update to 102.3.x so that tbSync can work again!

Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Currently it is impossible to use Thunderbird effectively with
  Office365 servers, due to a bug in TB 102.2.2, as noted here, which
  affects calendar syncing.

  https://github.com/jobisoft/TbSync/issues/617

  Please could we get the 102.3.x version released for Ubuntu 18.04 and
  later?

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1967632] Re: [snap] apparmor denied when trying to load pkcs11 module for smart card authentication

2022-10-16 Thread Douglas E Engert
"If canonical wants to deploy ubuntu in enterprise with a lot of card reader 
usages, this is a critical bug." 
I agree. 

The also need to keep in mind, that enterprises may also use smartcards for 
login which implies pcscd
needs to be run as root as pam modules will need access to it, during login. 
There should be only one pcscd running. i.e. don't try and put pcscd in a snap 
package. As there should only be one pcscd running on a system. Pcscd's primary 
function is to lock access to the card over a set of APDU commands. 
See  https://pcscworkgroup.com/

Some smart card vendors provide their own PKCS11 modules and users may
be need t uses thes via FireFox, either the sanp version or as suggested
a "non-snap official firefox package".

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1967632

Title:
  [snap] apparmor denied when trying to load pkcs11 module for smart
  card authentication

Status in Mozilla Firefox:
  Confirmed
Status in firefox package in Ubuntu:
  Triaged

Bug description:
  I use a smart card to access government sites. I have that working in
  firefox and chrome on ubuntu impish, and gave jammy a try, but there
  firefox won't load the library, giving me a generic error.

  dmesg, however, shows this apparmor denied message:

  [sáb abr  2 17:32:27 2022] audit: type=1400 audit(1648931547.646:115):
  apparmor="DENIED" operation="file_mmap" profile="snap.firefox.firefox"
  name="/run/user/1000/doc/e0bac853/libaetpkss.so.3.5.4112" pid=3680
  comm="firefox" requested_mask="m" denied_mask="m" fsuid=1000 ouid=0

  
  Note also the path, that's not what I typed into the firefox dialog box. I 
have the .so copied to /usr/lib/x86_64-linux-gnu/libaetpkss.so.3.5.4112, and 
that's what I typed in when prompted for its path by firefox.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
  Uname: Linux 5.15.0-23-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu80
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr  2 17:34:09 2022
  InstallationDate: Installed on 2022-03-20 (13 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220319)
  Snap.Changes: no changes found
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993074] [NEW] Many recvmsg messages

2022-10-16 Thread Tomasz Kurlenko
Public bug reported:

gnome-shell uses 30-100% CPU
After investigation problem is because a lot of recvmsg:

strace:
-
recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
--


lsof output:
gnome-she 14772  xxx6u unix 0x  0t0   133056 
type=STREAM
gnome-she 14772  xxx   16u unix 0x  0t0   133062 
type=STREAM

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell 42.4-0ubuntu0.22.04.1
ProcVersionSignature: Ubuntu 5.15.0-50.56-generic 5.15.60
Uname: Linux 5.15.0-50-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sun Oct 16 18:50:20 2022
DisplayManager: gdm3
EcryptfsInUse: Yes
InstallationDate: Installed on 2022-09-29 (17 days ago)
InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pl_PL.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: mutter-common 42.2-0ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug jammy

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1993074

Title:
  Many recvmsg messages

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  gnome-shell uses 30-100% CPU
  After investigation problem is because a lot of recvmsg:

  strace:
  -
  recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(16, {msg_namelen=0}, 0) = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  recvmsg(6, {msg_namelen=0}, 0)  = -1 EAGAIN (Zasoby chwilowo 
niedostępne)
  --

  
  lsof output:
  gnome-she 14772  xxx6u unix 0x  0t0   133056 
type=STREAM
  gnome-she 14772  xxx   16u unix 0x  0t0   133062 
type=STREAM

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.4-0ubuntu0.22.04.1
  ProcVersionSignature: Ubuntu 5.15.0-50.56-generic 5.15.60
  Uname: Linux 5.15.0-50-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Oct 16 18:50:20 2022
  DisplayManager: gdm3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2022-09-29 (17 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 42.2-0ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1980839] Re: thunderbird -compose returns error since the 102 snap update?

2022-10-16 Thread Kevin Frost
Thanks.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1980839

Title:
  thunderbird -compose returns error since the 102 snap update?

Status in thunderbird package in Ubuntu:
  Fix Committed

Bug description:
  After updating to the latest thunderbird 102.0.1 snap on Ubuntu 20.04,
  it is no longer possible to open mailto links from the firefox snap in
  thunderbird. When clicking a mailto link in the firefox 102.0.1 snap,
  thunderbird returns the following error message: "Thunderbird is
  already running, but is not responding. To use Thunderbird, you must
  first close the existing Thunderbird process, restart your device, or
  use a different profile." The issue appears related to the thunderbird
  update as there was no issue opening links in the previous 91 version.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1723758] Re: Xorg X11 nouveau video driver for NVIDIA graphics chipsets locks up (hangs)

2022-10-16 Thread p2
Ubuntu 22.04.1 LTS on MacBookPro5,3 (mid-2009) with both 256MB NVIDIA
GeForce 9600M GT and discrete GeForce 9400M.

I know this machine is old, but it works fine excepting for nouveau
spamming the dmesg logs with:

[  165.924950] nouveau :02:00.0: gr: DATA_ERROR 0012 
[RT_LINEAR_WITH_ZETA]
[  165.924953] nouveau :02:00.0: gr: 0010 [] ch 5 [000f598000 
systemd-logind[741]] subc 3 class 8297 mthd 0d78 data 0004

... which freezes Firefox unusably and Brave browser less-so.

Is there anything I can do to help find/fix this?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1723758

Title:
  Xorg X11 nouveau video driver for NVIDIA graphics chipsets locks up
  (hangs)

Status in Nouveau Xorg driver:
  Unknown
Status in xserver-xorg-video-nouveau package in Ubuntu:
  Confirmed
Status in Fedora:
  Confirmed

Bug description:
  This is an intermittent issue. Rumored to be fixed in Ubuntu 17.04
  according to comments in bug 1645375

  Oct 15 11:36:26 lakshmi kernel: nouveau :01:00.0: timeout at
  /build/linux-
  
Pcn0xK/linux-4.4.0/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c:111/g84_fifo_chan_engine_fini()!

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg-video-nouveau 1:1.0.12-1build2
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  Uname: Linux 4.4.0-97-generic x86_64
  .tmp.unity_support_test.0:

  .tmp.unity_support_test.1:

  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sun Oct 15 12:27:28 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   iscsitarget, 1.4.20.3+svn502, 4.4.0-96-generic, x86_64: installed
   iscsitarget, 1.4.20.3+svn502, 4.4.0-97-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation GT218 [GeForce 210] [10de:0a65] (rev a2) (prog-if 00 [VGA 
controller])
     Subsystem: Micro-Star International Co., Ltd. [MSI] GT218 [GeForce 210] 
[1462:2011]
  InstallationDate: Installed on 2016-01-13 (641 days ago)
  InstallationMedia: Ubuntu-Server 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-97-generic 
root=/dev/mapper/vg0-lv0 ro
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3029
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A89GTD-PRO/USB3
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3029:bd07/05/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A89GTD-PRO/USB3:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Thu Oct 12 15:08:58 2017
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputMicrosoft Comfort Curve Keyboard 2000 KEYBOARD, id 8
   inputMicrosoft Comfort Curve Keyboard 2000 KEYBOARD, id 9
   inputMicrosoft Comfort Optical Mouse 1000 MOUSE, id 10
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-0ubuntu0.6
  xserver.video_driver: nouveau

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


-- 
Mailing list: 

[Desktop-packages] [Bug 1993067] [NEW] Missing dependency of network-manager to iwd

2022-10-16 Thread Martin Schreiber
Public bug reported:

It seems that the current network-manager in Ubuntu 22.10 would like to
use iwd per default after the upgrade.

However, there's no dependency to the iwd package resulting in a lack of
wifi support after the upgrade.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

** Project changed: launchpad => network-manager (Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1993067

Title:
  Missing dependency of network-manager to iwd

Status in network-manager package in Ubuntu:
  New

Bug description:
  It seems that the current network-manager in Ubuntu 22.10 would like
  to use iwd per default after the upgrade.

  However, there's no dependency to the iwd package resulting in a lack
  of wifi support after the upgrade.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1993067/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993067] [NEW] Missing dependency of network-manager to iwd

2022-10-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

It seems that the current network-manager in Ubuntu 22.10 would like to
use iwd per default after the upgrade.

However, there's no dependency to the iwd package resulting in a lack of
wifi support after the upgrade.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Missing dependency of network-manager to iwd
https://bugs.launchpad.net/bugs/1993067
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to network-manager in Ubuntu.

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1958019]

2022-10-16 Thread paul
(In reply to Cameron Berkenpas from comment #702)
 
> jochemp...@gmail.com & toyeisf...@gmail.com,
> My suggestion for both of you is to follow up with Lenovo support as I
> mentioned and see where that gets us. If enough of us take issue, they might
> be inclined to fix it.
> 
> Failing that, if enough of us are affected, maybe we can start a petition?
> 
> I still haven't been able to follow up on my ticket. Too busy with work/life.

Same issue for me on a Legion S7 16ARHA7. I've opened a support case
with Lenovo, let's see how it goes.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1958019

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

Status in sound-2.6 (alsa-kernel):
  Confirmed
Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  On my Lenovo Legion-7-16ACHg6 laptop I can't hear any sound by
  internal speakers, but it work by headphones connected to standard
  jack aux.

  uname -r
  5.11.0-44-generic

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.11.0-44.48~20.04.2-generic 5.11.22
  Uname: Linux 5.11.0-44-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  i3draven   1266 F pulseaudio
   /dev/snd/controlC0:  i3draven   1266 F pulseaudio
   /dev/snd/controlC1:  i3draven   1266 F pulseaudio
   /dev/snd/pcmC1D0p:   i3draven   1266 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jan 15 15:10:53 2022
  InstallationDate: Installed on 2021-10-11 (96 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic failed
  Symptom_Card: Family 17h (Models 10h-1fh) HD Audio Controller - HD-Audio 
Generic
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  i3draven   1266 F pulseaudio
   /dev/snd/controlC0:  i3draven   1266 F pulseaudio
   /dev/snd/controlC1:  i3draven   1266 F pulseaudio
   /dev/snd/pcmC1D0p:   i3draven   1266 F...m pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [82N6, Realtek ALC287, Speaker, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/08/2021
  dmi.bios.release: 1.49
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GKCN49WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0R32862 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Legion 7 16ACHg6
  dmi.ec.firmware.release: 1.49
  dmi.modalias: 
dmi:bvnLENOVO:bvrGKCN49WW:bd11/08/2021:br1.49:efr1.49:svnLENOVO:pn82N6:pvrLegion716ACHg6:skuLENOVO_MT_82N6_BU_idea_FM_Legion716ACHg6:rvnLENOVO:rnLNVNB161216:rvrSDK0R32862WIN:cvnLENOVO:ct10:cvrLegion716ACHg6:
  dmi.product.family: Legion 7 16ACHg6
  dmi.product.name: 82N6
  dmi.product.sku: LENOVO_MT_82N6_BU_idea_FM_Legion 7 16ACHg6
  dmi.product.version: Legion 7 16ACHg6
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1980839] Re: thunderbird -compose returns error since the 102 snap update?

2022-10-16 Thread Sebastien Bacher
I've pushed the fix to beta now, the new build will include it

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1980839

Title:
  thunderbird -compose returns error since the 102 snap update?

Status in thunderbird package in Ubuntu:
  Fix Committed

Bug description:
  After updating to the latest thunderbird 102.0.1 snap on Ubuntu 20.04,
  it is no longer possible to open mailto links from the firefox snap in
  thunderbird. When clicking a mailto link in the firefox 102.0.1 snap,
  thunderbird returns the following error message: "Thunderbird is
  already running, but is not responding. To use Thunderbird, you must
  first close the existing Thunderbird process, restart your device, or
  use a different profile." The issue appears related to the thunderbird
  update as there was no issue opening links in the previous 91 version.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1973358] Re: blinking app-indication area with Ubuntu 22.04

2022-10-16 Thread Sebastian Byczkowski
Same with me. This also causes terminal windows to go out of foreground,
so when typing passwords you literally can't input the password
correctly in terminal windows.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell-extension-appindicator in
Ubuntu.
https://bugs.launchpad.net/bugs/1973358

Title:
  blinking app-indication area with Ubuntu 22.04

Status in gnome-shell-extension-appindicator package in Ubuntu:
  New
Status in indicator-multiload package in Ubuntu:
  Confirmed

Bug description:
  After updating 21.10 to 22.04 the app-indicator starts "blinking" as
  if the positions of the indicators constantly have to be redrawn.

  Hovering the mouse over the multiload indicator shows a menu that is
  constantly changing size and position.

  Closing the app removes the indicator and the indicator area stays
  calm again.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993064] [NEW] Please update to 102.3.x so that tbSync can work again!

2022-10-16 Thread John Pye
Public bug reported:

Currently it is impossible to use Thunderbird effectively with Office365
servers, due to a bug in TB 102.2.2, as noted here, which affects
calendar syncing.

https://github.com/jobisoft/TbSync/issues/617

Please could we get the 102.3.x version released for Ubuntu 18.04 and
later?

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1993064

Title:
  Please update to 102.3.x so that tbSync can work again!

Status in thunderbird package in Ubuntu:
  New

Bug description:
  Currently it is impossible to use Thunderbird effectively with
  Office365 servers, due to a bug in TB 102.2.2, as noted here, which
  affects calendar syncing.

  https://github.com/jobisoft/TbSync/issues/617

  Please could we get the 102.3.x version released for Ubuntu 18.04 and
  later?

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1980334] Re: Support Quectel's modem(EM120/160) firmware update, fwupd

2022-10-16 Thread Yuan-Chen Cheng
with fwupd 1.7.5-3~20.04.1, and `fwupdmgr enable-remote lvfs-testing`.

Can't see EM160R GL.

After install fwupd 1.7.9-1~20.04.1 from the focal-proposed channel,

Can see:

> ├─EM160R GL:
> │ Device ID:  60fd634d16e219aa0a142e9f00e9989654f48b60
> │ Summary:Mobile broadband device
> │ Current version:EM160RGLAPR02A07M4G_15.015.15.015

Given so, mark verification done.

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1980334

Title:
  Support Quectel's modem(EM120/160) firmware update, fwupd

Status in OEM Priority Project:
  In Progress
Status in fwupd package in Ubuntu:
  Fix Released
Status in gnome-firmware package in Ubuntu:
  New
Status in gnome-software package in Ubuntu:
  New
Status in libxmlb package in Ubuntu:
  Fix Released
Status in fwupd source package in Focal:
  Fix Committed
Status in gnome-firmware source package in Focal:
  Fix Committed
Status in gnome-software source package in Focal:
  Fix Committed
Status in libxmlb source package in Focal:
  Fix Committed
Status in fwupd source package in Kinetic:
  Fix Released
Status in gnome-firmware source package in Kinetic:
  New
Status in gnome-software source package in Kinetic:
  New
Status in libxmlb source package in Kinetic:
  Fix Released

Bug description:
  [Impact]

   * EM120/160 firmware update's fw can't get updated.

  [Test Plan]

   * Use a machine with EM120/160 and test fw upgrade or reinstall.

  For the rest of the SRU document, please check lp:1982103

  Note: the SRU of fwupd is following the exception in
   https://wiki.ubuntu.com/firmware-updates. We also need to
   upgrade libxmlb due to fwupd is its only major consumer,
   and without that, we could not have the correct fwupd function
   on this one.
    --

  
  The current fwupd packages in focal have to be rebuild with the latest 1.18.6 
modem manager[1] in updates channel.

  In the modem-manager plugin of fwupd, there are several version check
  macros to determine the version of modem-manager, for instance:

  https://git.launchpad.net/ubuntu/+source/fwupd/tree/plugins/modem-
  manager/fu-mm-device.c?h=ubuntu/focal-updates#n22

  #if MM_CHECK_VERSION(1, 17, 2)
  #include "fu-firehose-updater.h"
  #endif

  If the version is equal to or newer than 1.17.2, fwupd will have
  different behaviors. And the previous version in Focal is 1.16.6 so we
  have to rebuild or do a version bump to make sure it compile with the
  new modem manager.

  [1]
  https://launchpad.net/ubuntu/+source/modemmanager/1.18.6-1~ubuntu20.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1980334/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1950075] Re: nautilus crashes when 1 window is open and open new window directly to folder

2022-10-16 Thread BohanLu
*** This bug is a duplicate of bug 1934579 ***
https://bugs.launchpad.net/bugs/1934579

Bug is still present in Ubuntu 22.04 after upgrading recently. The
system is a clean installation and did not have this issue until
upgrading. The corresponding syslog is as follows

Oct 16 17:45:14 ideaPad-720S-14IKB kernel: [ 4013.906089] show_signal_msg: 75 
callbacks suppressed
Oct 16 17:45:14 ideaPad-720S-14IKB kernel: [ 4013.906094] nautilus[7114]: 
segfault at 7f3d009c ip 7f3d51f8e52f sp 7fff39620940 error 4 in 
libgdk-3.so.0.2404.29[7f3d51f52000+83000]
Oct 16 17:45:14 ideaPad-720S-14IKB kernel: [ 4013.906109] Code: 57 82 fc ff 49 
8b 9c 24 70 01 00 00 48 85 db 74 4e 49 89 c5 eb 0a 0f 1f 44 00 00 48 85 db 74 
3f 48 8b 2b 48 89 de 48 8b 5b 08 <48> 8b 45 08 48 85 c0 74 e8 4c 39 e8 7f e3 49 
8b bc 24 70 01 00 00

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1950075

Title:
  nautilus crashes when 1 window is open and open new window directly to
  folder

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  Description:  Ubuntu 21.10
  Release:  21.10
  GNOME nautilus 40.2

  When I have 1 window or more opened from nautilus and right click on
  bar icon and then click a folder like Downloads ord Desktop all
  windows are suddenly closed.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: nautilus 1:40.2-1ubuntu1
  ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
  Uname: Linux 5.13.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov  7 10:17:06 2021
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'initial-size' b'(890, 548)'
   b'org.gnome.nautilus.window-state' b'maximized' b'true'
   b'org.gnome.nautilus.preferences' b'default-folder-viewer' b"'list-view'"
  InstallationDate: Installed on 2021-11-06 (1 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_nautilus:
   evince40.4-2
   file-roller   3.40.0-2
   nautilus-extension-gnome-terminal 3.38.1-1ubuntu2
   nautilus-share0.7.3-2ubuntu4

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993054] [NEW] USB key eject does not eject

2022-10-16 Thread corrado venturini
Public bug reported:

I insert an USB key: 
  icon appear in the dock and in the nautilus sidebar with title and a small 
arrow
right click on icon in the dock and select 'Eject':
  the icon disappear in the dock but does NOT disappear from the nautilus 
sidebar  
click on the arrow near the icon in nautilus sidebar: 
  the icon disappear and I see a message in notification area with: '... USB 
flash memory ... can be removed'
  
problem happens when org.gnome.shell.extensions.dash-to-dock 
show-mounts-only-mounted is set to TRUE
the problem does not occur if show-mounts-only-mounted is set to FALSE

ProblemType: Bug
DistroRelease: Ubuntu 22.10
Package: gnome-shell-extension-ubuntu-dock 74ubuntu2
ProcVersionSignature: Ubuntu 5.19.0-21.21-generic 5.19.7
Uname: Linux 5.19.0-21-generic x86_64
ApportVersion: 2.23.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sun Oct 16 09:48:16 2022
InstallationDate: Installed on 2022-09-30 (15 days ago)
InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Beta amd64 (20220927.1)
PackageArchitecture: all
SourcePackage: gnome-shell-extension-ubuntu-dock
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell-extension-ubuntu-dock (Ubuntu)
 Importance: Undecided
 Status: New


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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell-extension-ubuntu-dock in
Ubuntu.
https://bugs.launchpad.net/bugs/1993054

Title:
  USB key eject does not eject

Status in gnome-shell-extension-ubuntu-dock package in Ubuntu:
  New

Bug description:
  I insert an USB key: 
icon appear in the dock and in the nautilus sidebar with title and a small 
arrow
  right click on icon in the dock and select 'Eject':
the icon disappear in the dock but does NOT disappear from the nautilus 
sidebar  
  click on the arrow near the icon in nautilus sidebar: 
the icon disappear and I see a message in notification area with: '... USB 
flash memory ... can be removed'

  problem happens when org.gnome.shell.extensions.dash-to-dock 
show-mounts-only-mounted is set to TRUE
  the problem does not occur if show-mounts-only-mounted is set to FALSE

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: gnome-shell-extension-ubuntu-dock 74ubuntu2
  ProcVersionSignature: Ubuntu 5.19.0-21.21-generic 5.19.7
  Uname: Linux 5.19.0-21-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Oct 16 09:48:16 2022
  InstallationDate: Installed on 2022-09-30 (15 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Beta amd64 (20220927.1)
  PackageArchitecture: all
  SourcePackage: gnome-shell-extension-ubuntu-dock
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2022-10-16 Thread Ioann
Hi.
Can confirm this issue on Ubuntu 22.04 with Mate desktop env in X11 session.
No video acceleration is present.
When i try to start chromium in terminal i'm getting following output:
chromium-browser --use-gl=desktop --enable-features=VaapiVideoDecoder 
--disable-features=UseChromeOSDirectVideoDecoder
Gtk-Message: 09:12:41.908: Failed to load module "appmenu-gtk-module"
[26251:26418:1016/091242.099224:ERROR:object_proxy.cc(623)] Failed to call 
method: org.freedesktop.DBus.ListActivatableNames: object_path= 
/org/freedesktop/DBus: org.freedesktop.DBus.Error.AccessDenied: An AppArmor 
policy prevents this sender from sending this message to this recipient; 
type="method_call", sender=":1.137" (uid=1000 pid=26251 
comm="/snap/chromium/2105/usr/lib/chromium-browser/chrom" 
label="snap.chromium.chromium (enforce)") interface="org.freedesktop.DBus" 
member="ListActivatableNames" error name="(unset)" requested_reply="0" 
destination="org.freedesktop.DBus" (bus)
Warning: vkCreateInstance: Found no drivers!
Error: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER
at CheckVkSuccessImpl 
(../../third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:88)
at CreateVkInstance 
(../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:383)
at Initialize 
(../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:269)
at Create (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:199)
at operator() 
(../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:458)

Error: eglChooseConfig returned zero configs
at Create (../../third_party/dawn/src/dawn/native/opengl/ContextEGL.cpp:53)

[26251:26522:1016/091244.462029:ERROR:udev_watcher.cc(98)] Failed to
begin udev enumeration.


Information from vainfo:
vainfo 
libva info: VA-API version 1.14.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_14
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.14 (libva 2.12.0)
vainfo: Driver version: Mesa Gallium driver 22.1.0-devel for Radeon RX 5500 XT 
(navi14, LLVM 14.0.1, DRM 3.46, 5.15.0-50-generic)
vainfo: Supported profile and entrypoints
  VAProfileMPEG2Simple: VAEntrypointVLD
  VAProfileMPEG2Main  : VAEntrypointVLD
  VAProfileVC1Simple  : VAEntrypointVLD
  VAProfileVC1Main: VAEntrypointVLD
  VAProfileVC1Advanced: VAEntrypointVLD
  VAProfileH264ConstrainedBaseline: VAEntrypointVLD
  VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
  VAProfileH264Main   : VAEntrypointVLD
  VAProfileH264Main   : VAEntrypointEncSlice
  VAProfileH264High   : VAEntrypointVLD
  VAProfileH264High   : VAEntrypointEncSlice
  VAProfileHEVCMain   : VAEntrypointVLD
  VAProfileHEVCMain   : VAEntrypointEncSlice
  VAProfileHEVCMain10 : VAEntrypointVLD
  VAProfileHEVCMain10 : VAEntrypointEncSlice
  VAProfileJPEGBaseline   : VAEntrypointVLD
  VAProfileVP9Profile0: VAEntrypointVLD
  VAProfileVP9Profile2: VAEntrypointVLD
  VAProfileNone   : VAEntrypointVideoProc


So, system has acceleration profiles.
And Apps like Mplayer, VLS are working fine.

Only chromium is not working.

Hardware with driver:
Radeon 5500xt with latest AMDGPU driver.
Installed with flags:
amdgpu-install --usecase=workstation -y --vulkan=pro --opencl=rocr,legacy

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1816497

Title:
  [snap] vaapi chromium no video hardware decoding

Status in chromium-browser package in Ubuntu:
  In Progress

Bug description:
  To test the snap with VA-API changes,

  1. Install the Chromium snap,

     sudo snap install --channel beta/hwacc chromium

  2. Start Chromium,

     snap run chromium

  3. Open a video, e.g. one from https://github.com/chthomos/video-
  media-samples.

  4. Enter about:media-internals in the address bar, click the
  corresponding box (if the video is playing, it will have the "(kPlay)"
  identifier) and note what the page says for kVideoDecoderName.

  Please report

  - The value for kVideoDecoderName from step 4. Success is typically 
{Vaapi,VDA,Mojo}VideoDecoder while failure is {FFMpeg,Vpx,Dav1d}VideoDecoder;
  - Xorg or Wayland (`echo $WAYLAND_DISPLAY`);
  - Distro version (`grep VERSION= /etc/os_release`);
  - GPU (`lscpu`);
  - CPU generation (`lscpu`).

  Currently it seems to work for all reporters on Xorg, but not for all
  reporters on Wayland.

  Just to situate ourselves, beta/hwacc is [1] and I plan to merge it in
  the main snap via [2]. Comments before #176 refer to [3] and _should_
  be roughly equivalent to [1], but I wouldn't be surprised if it turned
  out not to be.

  [1]: 

[Desktop-packages] [Bug 1970148] Re: Brave & Chrome browsers freezes on download and print to pdf

2022-10-16 Thread John Bester
I tried apt install xdg-desktop-portal-gnome and since it was installed
I tried reinstall and also rebooted and logged out and back in - none of
these options solved the problem.

But I found a different solution. Brave was installed before upgrade to
22.04, so I did an apt purge brave-browser and then apt install brave-
browser. This seems to have fixed the problem.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1970148

Title:
  Brave & Chrome browsers freezes on download and print to pdf

Status in chromium-browser package in Ubuntu:
  Invalid

Bug description:
  Whenever any file is downloaded, the browser will freeze. Download
  files, from any page does not work. Same issue with Firefox.

  Similarly, the browser will freeze when a page is printed to pdf.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1970148/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp