[Desktop-packages] [Bug 2055165] Re: Move gcr4 to main

2024-02-27 Thread Sebastien Bacher
The desktop-packages team has been subscribed, a card created to improve
the test which is on our backlog now, I'm doing the promotion

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

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

Title:
  Move gcr4 to main

Status in gcr4 package in Ubuntu:
  Fix Released

Bug description:
  gcr4 is a new version of the gcr library. The older version 3 library
  included GTK3 widgets. Since it's not possible to have GTK3 & GTK4 in
  the same process, a new version was needed. gcr doesn't include GUI
  widgets so no GTK4 dependency.

  I have postponed getting gcr into Ubuntu main for a while by reverting
  commits in various projects. But the latest version of gnome-online-
  accounts (3.49.2 on the way to 3.50 to be included in GNOME 46) has a
  hard dependency on gcr4.

  Just like we allowed GTK4 (and related libraries) into main although
  technically duplicating GTK3, I request that we allow gcr4 into main
  even though we need to keep the old gcr in main too for now.

  Here is a list of affected packages:

  Ready for switch now
  -
  gnome-control-center
  gnome-online-accounts
  gnome-settings-daemon
  gnome-shell
  gvfs
  libgdata (not merged upstream but Fedora is shipping the patch)
  libnma

  Not ready
  -
  gnome-keyring (work started at 
https://gitlab.gnome.org/GNOME/gnome-keyring/-/issues/139)
  pinentry
  seahorse (done in nielsdg/gtk4 branch)
  shotwell (done in a wip/gtk4 branch)

  Seahorse and shotwell are no longer in Ubuntu Desktop's default
  install but are in the "full" install option.

  Already switched (universe)
  ---
  epiphany-browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcr4/+bug/2055165/+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 1970069] Re: Annoying boot messages interfering with splash screen

2024-02-27 Thread Daniel van Vugt
** Changed in: systemd (Ubuntu)
   Status: Won't Fix => In Progress

** Changed in: systemd (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: systemd (Ubuntu)
   Importance: Low => Medium

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

Title:
  Annoying boot messages interfering with splash screen

Status in linux package in Ubuntu:
  In Progress
Status in plymouth package in Ubuntu:
  Invalid
Status in systemd package in Ubuntu:
  In Progress

Bug description:
  [ Impact ]

  Kernel (and systemd) log messages appear during boot for many
  machines, when the user should be seeing only the BIOS logo and/or
  Plymouth splash screens.

  [ Workaround ]

  On most machines you can hide the problem by using these kernel parameters 
together:
quiet splash loglevel=2 fastboot

  [ Test Plan ]

  1. Boot Ubuntu on a number of laptops that have the problem and verify no 
console text messages appear during boot.
  2. Verify you can switch VTs (e.g. Ctrl + Alt + F4) and log into them still.
  3. Reboot Ubuntu and remove the "splash" kernel parameter, now messages 
should appear.

  [ Where problems could occur ]

  Since the fix works by deferring fbcon's takeover of the console, the
  main problem encountered during its development was the inability to
  VT switch.

  [ Original Description ]

  Since upgrading from 20.04.6 Desktop to 22.04, the boot screen is not
  as clean as it used to be.

  Basically, the flow used to be in 20.04:

  GRUB > Splash screen > Login prompt

  Currently in 22.04:

  GRUB > Splash screen > Messages (in the attached file) > Splash screen
  again for a sec > Login prompt

  All of those messages already existed in 20.04, the difference is that
  they were not appearing during boot.

  I was able to get rid of the "usb" related messages by just adding
  "loglevel=0" in GRUB. Currently is "quiet loglevel=0 splash".

  Regarding the fsck related message, I can get rid of them by adding
  "fsck.mode=skip".

  However, I do not want to just disable fsck or set the loglevel to 0.
  This is not a sustainable solution.

  Something definitely changed here. These messages are not of enough
  relevance to be shown at boot by default, and they should remain
  hidden like they were in Focal.

  Obviously a minor issue, but important to the whole look and feel of
  the OS for desktop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1970069/+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 2054869] Re: Lot of SyntaxWarning messages during install

2024-02-27 Thread Daniel van Vugt
I think some of the warnings are valid, but not all. What regular
expression standard is being followed? If it's POSIX then valid values
for QUOTED_CHAR are documented in
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html

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

Title:
  Lot of SyntaxWarning messages during install

Status in hplip package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 24.04 lot of SyntaxWarning messages during install

  running python rtupdate hooks for python3.12...
  /usr/share/hplip/base/LedmWifi.py:34: SyntaxWarning: invalid escape sequence 
'\d'
http_result_pat = re.compile("""HTTP/\d.\d\s(\d+)""", re.I)
  /usr/share/hplip/base/device.py:49: SyntaxWarning: invalid escape sequence 
'\d'
http_result_pat = re.compile("""HTTP/\d.\d\s(\d+)""", re.I)
  /usr/share/hplip/base/g.py:304: SyntaxWarning: invalid escape sequence '\|'
spinner = "\|/-\|/-"
  /usr/share/hplip/base/g.py:354: SyntaxWarning: invalid escape sequence '\d'
m = re.search('python(\d(\.\d){0,2})', ext_path)#get the python 
version where the .so file is found
  /usr/share/hplip/base/imagesize.py:186: SyntaxWarning: invalid escape 
sequence '\#'
re.compile('\#define\s+\S+\s+\d+') : ('image/x-xbitmap', xbmsize),
  /usr/share/hplip/base/imagesize.py:187: SyntaxWarning: invalid escape 
sequence '\/'
re.compile('\/\* XPM \*\/'): ('image/x-xpixmap', xpmsize),
  /usr/share/hplip/base/imagesize.py:189: SyntaxWarning: invalid escape 
sequence '\*'
re.compile('^II\*\x00'): ('image/tiff', tiffsize),
  /usr/share/hplip/base/logger.py:439: SyntaxWarning: invalid escape sequence 
'\<'
elem_start = re.findall("(\<\W{0,1}\w+) ?", line)[0]

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: hplip 3.22.10+dfsg0-2ubuntu2
  ProcVersionSignature: Ubuntu 6.6.0-14.14-generic 6.6.3
  Uname: Linux 6.6.0-14-generic x86_64
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb 24 10:31:07 2024
  InstallationDate: Installed on 2024-02-20 (4 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240220)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  MachineType: Gigabyte Technology Co., Ltd. H510M H
  Papersize: a4
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.6.0-14-generic 
root=UUID=46acaa02-3641-4fce-877b-03fb0f9525e5 ro quiet splash vt.handoff=7
  SourcePackage: hplip
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/25/2022
  dmi.bios.release: 5.19
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: F14
  dmi.board.asset.tag: Default string
  dmi.board.name: H510M H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrF14:bd03/25/2022:br5.19:svnGigabyteTechnologyCo.,Ltd.:pnH510MH:pvr-CF:rvnGigabyteTechnologyCo.,Ltd.:rnH510MH:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:skuDefaultstring:
  dmi.product.family: H510 MB
  dmi.product.name: H510M H
  dmi.product.sku: Default string
  dmi.product.version: -CF
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/2054869/+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 2054869] Re: Lot of SyntaxWarning messages during install

2024-02-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Lot of SyntaxWarning messages during install

Status in hplip package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 24.04 lot of SyntaxWarning messages during install

  running python rtupdate hooks for python3.12...
  /usr/share/hplip/base/LedmWifi.py:34: SyntaxWarning: invalid escape sequence 
'\d'
http_result_pat = re.compile("""HTTP/\d.\d\s(\d+)""", re.I)
  /usr/share/hplip/base/device.py:49: SyntaxWarning: invalid escape sequence 
'\d'
http_result_pat = re.compile("""HTTP/\d.\d\s(\d+)""", re.I)
  /usr/share/hplip/base/g.py:304: SyntaxWarning: invalid escape sequence '\|'
spinner = "\|/-\|/-"
  /usr/share/hplip/base/g.py:354: SyntaxWarning: invalid escape sequence '\d'
m = re.search('python(\d(\.\d){0,2})', ext_path)#get the python 
version where the .so file is found
  /usr/share/hplip/base/imagesize.py:186: SyntaxWarning: invalid escape 
sequence '\#'
re.compile('\#define\s+\S+\s+\d+') : ('image/x-xbitmap', xbmsize),
  /usr/share/hplip/base/imagesize.py:187: SyntaxWarning: invalid escape 
sequence '\/'
re.compile('\/\* XPM \*\/'): ('image/x-xpixmap', xpmsize),
  /usr/share/hplip/base/imagesize.py:189: SyntaxWarning: invalid escape 
sequence '\*'
re.compile('^II\*\x00'): ('image/tiff', tiffsize),
  /usr/share/hplip/base/logger.py:439: SyntaxWarning: invalid escape sequence 
'\<'
elem_start = re.findall("(\<\W{0,1}\w+) ?", line)[0]

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: hplip 3.22.10+dfsg0-2ubuntu2
  ProcVersionSignature: Ubuntu 6.6.0-14.14-generic 6.6.3
  Uname: Linux 6.6.0-14-generic x86_64
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb 24 10:31:07 2024
  InstallationDate: Installed on 2024-02-20 (4 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240220)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  MachineType: Gigabyte Technology Co., Ltd. H510M H
  Papersize: a4
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.6.0-14-generic 
root=UUID=46acaa02-3641-4fce-877b-03fb0f9525e5 ro quiet splash vt.handoff=7
  SourcePackage: hplip
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/25/2022
  dmi.bios.release: 5.19
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: F14
  dmi.board.asset.tag: Default string
  dmi.board.name: H510M H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrF14:bd03/25/2022:br5.19:svnGigabyteTechnologyCo.,Ltd.:pnH510MH:pvr-CF:rvnGigabyteTechnologyCo.,Ltd.:rnH510MH:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:skuDefaultstring:
  dmi.product.family: H510 MB
  dmi.product.name: H510M H
  dmi.product.sku: Default string
  dmi.product.version: -CF
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/2054869/+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 2054879] Re: Syntax warnings after upgrade to Python 3.12

2024-02-27 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2054869 ***
https://bugs.launchpad.net/bugs/2054869

** This bug has been marked a duplicate of bug 2054869
   Lot of SyntaxWarning messages during install

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

Title:
  Syntax warnings after upgrade to Python 3.12

Status in hplip package in Ubuntu:
  New

Bug description:
  Today during regular system updates, I was presented with this
  information:

  Setting up python3 (3.12.1-0ubuntu1) ...
  running python rtupdate hooks for python3.12...
  /usr/share/hplip/base/LedmWifi.py:34: SyntaxWarning: invalid escape sequence 
'\d'
http_result_pat = re.compile("""HTTP/\d.\d\s(\d+)""", re.I)
  /usr/share/hplip/base/device.py:49: SyntaxWarning: invalid escape sequence 
'\d'
http_result_pat = re.compile("""HTTP/\d.\d\s(\d+)""", re.I)
  /usr/share/hplip/base/g.py:304: SyntaxWarning: invalid escape sequence '\|'
spinner = "\|/-\|/-"
  /usr/share/hplip/base/g.py:354: SyntaxWarning: invalid escape sequence '\d'
m = re.search('python(\d(\.\d){0,2})', ext_path)#get the python 
version where the .so file is found
  /usr/share/hplip/base/imagesize.py:186: SyntaxWarning: invalid escape 
sequence '\#'
re.compile('\#define\s+\S+\s+\d+') : ('image/x-xbitmap', xbmsize),
  /usr/share/hplip/base/imagesize.py:187: SyntaxWarning: invalid escape 
sequence '\/'
re.compile('\/\* XPM \*\/'): ('image/x-xpixmap', xpmsize),
  /usr/share/hplip/base/imagesize.py:189: SyntaxWarning: invalid escape 
sequence '\*'
re.compile('^II\*\x00'): ('image/tiff', tiffsize),
  /usr/share/hplip/base/logger.py:439: SyntaxWarning: invalid escape sequence 
'\<'
elem_start = re.findall("(\<\W{0,1}\w+) ?", line)[0]
  /usr/share/hplip/base/logger.py:440: SyntaxWarning: invalid escape sequence 
'\]'
elem_finished = re.findall("([?|\]\]]*\>)", line)[0]
  /usr/share/hplip/base/logger.py:442: SyntaxWarning: invalid escape sequence 
'\S'
attrs = re.findall("(\S*?\=\".*?\")", line)
  /usr/share/hplip/base/models.py:37: SyntaxWarning: invalid escape sequence 
'\d'
pat_prod_num = re.compile("""(\d+)""", re.I)
  /usr/share/hplip/base/models.py:428: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^r(\d+)-agent(\d+)-kind', re.IGNORECASE) : TYPE_INT,
  /usr/share/hplip/base/models.py:429: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^r(\d+)-agent(\d+)-type', re.IGNORECASE) : TYPE_INT,
  /usr/share/hplip/base/models.py:430: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^r(\d+)-agent(\d+)-sku', re.IGNORECASE) : TYPE_STR,
  /usr/share/hplip/base/models.py:431: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^agent(\d+)-desc', re.IGNORECASE) : TYPE_STR,
  /usr/share/hplip/base/models.py:432: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^agent(\d+)-virgin', re.IGNORECASE) : TYPE_BOOL,
  /usr/share/hplip/base/models.py:433: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^agent(\d+)-dvc', re.IGNORECASE) : TYPE_INT,
  /usr/share/hplip/base/models.py:434: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^agent(\d+)-kind', re.IGNORECASE) : TYPE_INT,
  /usr/share/hplip/base/models.py:435: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^agent(\d+)-type', re.IGNORECASE) : TYPE_INT,
  /usr/share/hplip/base/models.py:436: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^agent(\d+)-id', re.IGNORECASE) : TYPE_INT,
  /usr/share/hplip/base/models.py:437: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^agent(\d+)-hp-ink', re.IGNORECASE) : TYPE_BOOL,
  /usr/share/hplip/base/models.py:438: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^agent(\d+)-health-desc', re.IGNORECASE) : TYPE_STR,
  /usr/share/hplip/base/models.py:439: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^agent(\d+)-health$', re.IGNORECASE) : TYPE_INT,
  /usr/share/hplip/base/models.py:440: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^agent(\d+)-known', re.IGNORECASE) : TYPE_BOOL,
  /usr/share/hplip/base/models.py:441: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^agent(\d+)-level', re.IGNORECASE) : TYPE_INT,
  /usr/share/hplip/base/models.py:442: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^agent(\d+)-ack', re.IGNORECASE) : TYPE_BOOL,
  /usr/share/hplip/base/models.py:443: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^agent(\d+)-sku', re.IGNORECASE) : TYPE_STR,
  /usr/share/hplip/base/models.py:444: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^in-tray(\d+)', re.IGNORECASE) : TYPE_BOOL,
  /usr/share/hplip/base/models.py:445: SyntaxWarning: invalid escape sequence 
'\d'
re.compile('^out-tray(\d+)', re.IGNORECASE) : TYPE_BOOL,
  /usr/share/hplip/base/models.py:446: SyntaxWarning: invalid 

[Desktop-packages] [Bug 2055176] Re: Apps crash out when switching windows and using VMWare Horizon

2024-02-27 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. It sounds like some part of the system has crashed. To
help us find the cause of the crash please follow these steps:

1. Run these commands:
journalctl -b0 > journal.txt
journalctl -b-1 > prevjournal.txt
and attach the resulting text files here.

2. Look in /var/crash for crash files and if found run:
ubuntu-bug YOURFILE.crash
Then tell us the ID of the newly-created bug.

3. If step 2 failed then look at https://errors.ubuntu.com/user/ID where
ID is the content of file /var/lib/whoopsie/whoopsie-id on the machine.
Do you find any links to recent problems on that page? If so then please
send the links to us.

Please take care to avoid attaching .crash files to bugs as we are
unable to process them as file attachments. It would also be a security
risk for yourself.


** 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/2055176

Title:
  Apps crash out when switching windows and using VMWare Horizon

Status in Ubuntu:
  Incomplete

Bug description:
  When using VMWare Horizon and quickly switching windows (alt-tab), the
  Horizon app and other apps crashes (such as spotify (snap?) and zoom
  (native deb)). I can see a Segmentation Fault error in syslog. I have
  tried the last four versions of VMWare Horizon and have the same
  results. This was never a problem with 23.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: xorg 1:7.7+23ubuntu2
  ProcVersionSignature: Ubuntu 6.5.0-21.21-generic 6.5.8
  Uname: Linux 6.5.0-21-generic x86_64
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb 27 14:50:55 2024
  DistUpgraded: Fresh install
  DistroCodename: mantic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation WhiskeyLake-U GT2 [UHD Graphics 620] [8086:3ea0] (rev 02) 
(prog-if 00 [VGA controller])
 Subsystem: Dell WhiskeyLake-U GT2 [UHD Graphics 620] [1028:08e0]
  InstallationDate: Installed on 2024-02-03 (24 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-21-generic 
root=UUID=5f7a0ef6-50b2-480b-b0f3-1aed4dbdbd57 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/03/2023
  dmi.bios.release: 1.28
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.28.0
  dmi.board.name: 0PYRY5
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.asset.tag: NAB612163
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.28.0:bd11/03/2023:br1.28:svnDellInc.:pnLatitude7300:pvr:rvnDellInc.:rn0PYRY5:rvrA00:cvnDellInc.:ct10:cvr:sku08E0:
  dmi.product.family: Latitude
  dmi.product.name: Latitude 7300
  dmi.product.sku: 08E0
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.115-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 23.2.1-1ubuntu3.1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:21.1.7-3ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-3
  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/+bug/2055176/+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 2055153] Re: Xorg freeze

2024-02-27 Thread Daniel van Vugt
Thanks for the bug report.

Each time you experience a failed boot followed by a successful boot
please run:

  journalctl -b-1 > failedboot.txt

And each time you experience a slow boot please run:

  journalctl -b0 > slowboot.txt

and attach the resulting text files here.


** Summary changed:

- Xorg freeze
+ Boots slowly or not at all when NVIDIA driver is installed

** Package changed: xorg (Ubuntu) => nvidia-graphics-drivers-535
(Ubuntu)

** Also affects: nvidia-graphics-drivers-545 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-525 (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: nvidia

** Changed in: nvidia-graphics-drivers-525 (Ubuntu)
   Status: New => Incomplete

** Changed in: nvidia-graphics-drivers-535 (Ubuntu)
   Status: New => Incomplete

** Changed in: nvidia-graphics-drivers-545 (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/2055153

Title:
  Boots slowly or not at all when NVIDIA driver is installed

Status in nvidia-graphics-drivers-525 package in Ubuntu:
  Incomplete
Status in nvidia-graphics-drivers-535 package in Ubuntu:
  Incomplete
Status in nvidia-graphics-drivers-545 package in Ubuntu:
  Incomplete

Bug description:
  I have booting related issue everytime I install NVIDIA-driver on
  Ubuntu 22.04 So the main problem is everytime I boot, Ubuntu would
  either

  (1) boot fine (25% of the time)
  (2) boot takes long time(about 2 min) (50% of the time)
  (3) boot fails (25% of the time)

  This symptom disappears when I uninstall NVIDIA driver so I'm pretty
  sure it is related to NVIDIA driver but I don't know how to fix it.

  For case (2) (boot takes long time), black screen with

  '/dev/nvme0n1p6: clean, *** files, *** blocks'

  hang for a long time.

  For case (3) (boot fails), blackscreen with

  'iwlwifi : invalid buffer destination'
  'ACPI BIOS Error (bug): could not resolve symbol [\_TZ.ETMD], AE NOT_FOUND'
  'ACPI Error: Aborting method \_SB.IETM._OSC due to previos error 
(AE_NOT_FOUND)'
  'Bluetooth: hci0: Malformed MSFT vendor event: 0x02'
  'INFO: task plymouthd: *** blocked for more than *** seconds'
  '"echo 0 > /prc/sys/kernel/hung_task_timeout_secs" disables this message'
  'INFO: task gpu-manager: *** blocked for more than *** seconds' 
  '"echo 0 > /prc/sys/kernel/hung_task_timeout_secs" disables this message'

  This screen appears and doesn't boot or blackscreen with cursor
  appears and doesn't boot. It happens quite randomly and it really is
  frustrating and want to resolve this issue. I've tried various things
  but it didn't work out. Here are some things I tried

  - deleting and reinstalling NVIDIA driver with 'purge, autoremove, apt 
install'
  - Installing different driver version(525, 535, 545)
  - trying boot-repair program
  - disabling nouveau by modifying /etc/modprobe.d/blacklist.conf
  - 'nomodeset' by modifying /etc/default/grub (made it worse.. all boot 
fails)
  - tried various kernel version with various Ubuntu version (my laptop is very 
new device so 20.04 had issues with touchpad, wifi, etc, therefore I mainly 
tried 22.04)

  However none of them seemed to resolve the problem I am facing. It
  showed different symptoms time-to-time but mostly all of them were
  boot-related. I am using a dualboot with windows

  I am kind of lost and kindly ask for help. Here are some of the
  specification that would be helpful

  Laptop: lenovo legion pro 7 16irx8h

  $ uname -a
  Linux alvin-Legion-Pro-7-16IRX8H 6.5.0-21-generic 
  #21~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb  9 13:32:52 UTC 2 x86_64 
x86_64 x86_64 GNU/Linux

  $ lspci
  00:00.0 Host bridge: Intel Corporation Device a702 (rev 01)
  00:01.0 PCI bridge: Intel Corporation Device a70d (rev 01)
  00:02.0 VGA compatible controller: Intel Corporation Raptor Lake-S UHD 
Graphics (rev 04)
  00:04.0 Signal processing controller: Intel Corporation Raptor Lake Dynamic 
Platform and Thermal Framework Processor Participant (rev 01)
  00:06.0 PCI bridge: Intel Corporation Raptor Lake PCIe 4.0 Graphics Port (rev 
01)
  00:0a.0 Signal processing controller: Intel Corporation Raptor Lake Crashlog 
and Telemetry (rev 01)
  00:14.0 USB controller: Intel Corporation Raptor Lake USB 3.2 Gen 2x2 (20 
Gb/s) XHCI Host Controller (rev 11)
  00:14.2 RAM memory: Intel Corporation Raptor Lake-S PCH Shared SRAM (rev 11)
  00:14.3 Network controller: Intel Corporation Raptor Lake-S PCH CNVi WiFi 
(rev 11)
  00:15.0 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C 
Host Controller #0 (rev 11)
  00:15.1 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C 
Host Controller #1 (rev 11)
  00:15.2 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C 
Host Controller #2 (rev 11)
  00:16.0 Communication controller: Intel Corporation Raptor 

[Desktop-packages] [Bug 2051383] Re: gnome-shell high CPU utilization when moving a high frequency mouse

2024-02-27 Thread Daniel van Vugt
Thanks, yes I'm aware Desktop Icons NG is part of the problem here. I
thought we already had a bug to track that but I can't find it so will
include that here.


** Also affects: gnome-shell-extension-desktop-icons-ng (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/2051383

Title:
  gnome-shell high CPU utilization when moving a high frequency mouse

Status in gnome-shell package in Ubuntu:
  Incomplete
Status in gnome-shell-extension-desktop-icons-ng package in Ubuntu:
  New

Bug description:
  When I simply move my mouse cursor on an empty desktop, gnome-shell's
  CPU usage goes up from 20% (when idle) to 60%, which causes
  stuttering.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.9-0ubuntu2
  ProcVersionSignature: Ubuntu 6.5.0-15.15~22.04.1-generic 6.5.3
  Uname: Linux 6.5.0-15-generic x86_64
  NonfreeKernelModules: zfs
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jan 26 23:31:26 2024
  DisplayManager: gdm3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-03-17 (2140 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180316)
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions: mutter-common 42.9-0ubuntu5
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to jammy on 2022-06-02 (603 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2051383/+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 2039392] Re: Epson Scanner mischief during upgrade

2024-02-27 Thread Daniel LaSalle
Not sure if that helps but before attempting any of this, plugging the
scanner in shows:

[380225.458610] usb 1-6: new high-speed USB device number 11 using xhci_hcd
[380225.627807] usb 1-6: New USB device found, idVendor=04b8, idProduct=012d, 
bcdDevice= 1.00
[380225.627823] usb 1-6: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[380225.627830] usb 1-6: Product: EPSON Scanner
[380225.627834] usb 1-6: Manufacturer: EPSON

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

Title:
  Epson Scanner mischief during upgrade

Status in simple-scan package in Ubuntu:
  New

Bug description:
  Following last week's upgrade from 23.04 to 23.10 I had configured a
  flatbed Epson scanner.

  Now that I am running 23.10 I have 2x problems w/ ```/usr/bin/simple-
  scan```:

  1. It doesn't recognize my scanner anymore (Therefore my configuration wasn't 
ported? Perhaps because of the Epson driver I had to install to get it running?)
  2. There used to be a link when no scanner was configured. That link is 
missed. If I single right click on it and "open link" it doesn't do anything. 
If I chose to "copy" it also doesn't do anything.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: simple-scan 44.0+git20230905-0ubuntu1
  ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3
  Uname: Linux 6.5.0-9-generic x86_64
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Sun Oct 15 14:29:53 2023
  InstallationDate: Installed on 2023-04-14 (184 days ago)
  InstallationMedia: Ubuntu-MATE 22.10 "Kinetic Kudu" - Release amd64 (20221018)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.5.0-9-generic 
root=/dev/mapper/vgubuntu--mate-root ro ipv6.disable=1 pcie_aspm=off 
ipv6.disable=1 pcie_aspm=off
  SimpleScanLog:
   
  SourcePackage: simple-scan
  UpgradeStatus: Upgraded to mantic on 2023-10-13 (2 days ago)
  dmi.bios.date: 03/13/2023
  dmi.bios.release: 5.17
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6063
  dmi.board.asset.tag: Default string
  dmi.board.name: TUF X470-PLUS GAMING
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6063:bd03/13/2023:br5.17:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnTUFX470-PLUSGAMING:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:skuSKU:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  modified.conffile..etc.cron.daily.apport: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/2039392/+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 2039392] Re: Epson Scanner mischief during upgrade

2024-02-27 Thread Daniel LaSalle
It seems this as stopped working.

I am still using 23.10 fully patched and I have done as before:

1. purged simple-scan
2. reinstalled 
https://launchpad.net/ubuntu/+source/simple-scan/44.0-0ubuntu1/+build/25938600/+files/simple-scan_44.0-0ubuntu1_amd64.deb
<- this fixed the UI link not working (being invisible)

However:
3. I downloaded and reinstalled: 
https://support.epson.net/linux/en/iscan.php?model=gt-s600=2.30.4
but am getting the following error:

udo ./install.sh 
Hit:1 http://security.ubuntu.com/ubuntu mantic-security InRelease
Hit:2 http://ca.archive.ubuntu.com/ubuntu mantic InRelease  
 
Hit:3 http://ca.archive.ubuntu.com/ubuntu mantic-updates InRelease  
 
Hit:4 https://updates.signal.org/desktop/apt xenial InRelease   
 
Hit:5 https://download.sublimetext.com apt/stable/ InRelease
 
Hit:6 http://ca.archive.ubuntu.com/ubuntu mantic-backports InRelease
 
Ign:7 https://repo.vivaldi.com/stable/deb stable InRelease  
 
Hit:8 https://repo.vivaldi.com/stable/deb stable Release
 
Hit:9 https://repos.ripple.com/repos/rippled-deb jammy InRelease
 
Hit:10 https://deb.librewolf.net jammy InRelease

Hit:11 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu mantic InRelease 
  
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libgcc-s1' instead of 'libgcc1'
Note, selecting 'libgcc-s1' instead of 'libgcc1'
E: Unable to locate package libsane

However those packages are installed:

dpkg -l | grep -i libsane
ii  libsane-common  1.2.1-5 
  all  API library for scanners -- 
documentation and support files
ii  libsane-dev:amd64   1.2.1-5 
  amd64API development library for scanners 
[development files]
ii  libsane-hpaio:amd64 
3.22.10+dfsg0-2ubuntu1amd64HP SANE backend for 
multi-function peripherals
ii  libsane1:amd64  1.2.1-5 
  amd64API library for scanners
ii  libsane1:i386   1.2.1-5 
  i386 API library for scanners

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

Title:
  Epson Scanner mischief during upgrade

Status in simple-scan package in Ubuntu:
  New

Bug description:
  Following last week's upgrade from 23.04 to 23.10 I had configured a
  flatbed Epson scanner.

  Now that I am running 23.10 I have 2x problems w/ ```/usr/bin/simple-
  scan```:

  1. It doesn't recognize my scanner anymore (Therefore my configuration wasn't 
ported? Perhaps because of the Epson driver I had to install to get it running?)
  2. There used to be a link when no scanner was configured. That link is 
missed. If I single right click on it and "open link" it doesn't do anything. 
If I chose to "copy" it also doesn't do anything.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: simple-scan 44.0+git20230905-0ubuntu1
  ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3
  Uname: Linux 6.5.0-9-generic x86_64
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Sun Oct 15 14:29:53 2023
  InstallationDate: Installed on 2023-04-14 (184 days ago)
  InstallationMedia: Ubuntu-MATE 22.10 "Kinetic Kudu" - Release amd64 (20221018)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.5.0-9-generic 
root=/dev/mapper/vgubuntu--mate-root ro ipv6.disable=1 pcie_aspm=off 
ipv6.disable=1 pcie_aspm=off
  SimpleScanLog:
   
  SourcePackage: simple-scan
  UpgradeStatus: Upgraded to mantic on 2023-10-13 (2 days ago)
  dmi.bios.date: 03/13/2023
  dmi.bios.release: 5.17
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6063
  dmi.board.asset.tag: Default string
  dmi.board.name: TUF X470-PLUS GAMING
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 

[Desktop-packages] [Bug 2054924] Re: color emoji are broken with fontconfig 2.15

2024-02-27 Thread Jeremy Bícha
** Changed in: fontconfig (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  color emoji are broken with fontconfig 2.15

Status in Fontconfig:
  Fix Released
Status in fontconfig package in Ubuntu:
  Triaged
Status in fonts-noto-color-emoji package in Ubuntu:
  Triaged
Status in fontconfig package in Debian:
  Confirmed

Bug description:
  The Noto Color Emoji font is no longer used to show emoji. Many emoji
  no longer show and the few that do are not in color.

To manage notifications about this bug go to:
https://bugs.launchpad.net/fontconfig/+bug/2054924/+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 2054924] Re: color emoji are broken with fontconfig 2.15

2024-02-27 Thread Haw Loeung
** Changed in: fontconfig (Ubuntu)
   Status: Triaged => Confirmed

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

Title:
  color emoji are broken with fontconfig 2.15

Status in Fontconfig:
  Fix Released
Status in fontconfig package in Ubuntu:
  Confirmed
Status in fonts-noto-color-emoji package in Ubuntu:
  Triaged
Status in fontconfig package in Debian:
  Confirmed

Bug description:
  The Noto Color Emoji font is no longer used to show emoji. Many emoji
  no longer show and the few that do are not in color.

To manage notifications about this bug go to:
https://bugs.launchpad.net/fontconfig/+bug/2054924/+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 2055233] [NEW] [MS-7850, Creative Sound Blaster Z, Green Line Out, Rear] No sound at all

2024-02-27 Thread Islam Alshaikh إسلام الشيخ
Public bug reported:

sound work if rechanging to Analog Stereo Duplex. but after sound file
finish it broken again !

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: pulseaudio 1:16.1+dfsg1-2ubuntu6
ProcVersionSignature: Ubuntu 6.6.0-14.14.1-lowlatency 6.6.3
Uname: Linux 6.6.0-14-lowlatency x86_64
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Wed Feb 28 02:39:07 2024
InstallationDate: Installed on 2024-01-12 (46 days ago)
InstallationMedia: Kubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240112)
MachineType: MSI MS-7850
SourcePackage: pulseaudio
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Creative successful
Symptom_Card: CA0132 Sound Core3D [Sound Blaster Recon3D / Z-Series / Sound 
BlasterX AE-5 Plus] (SB1570 SB Audigy Fx) - HDA Creative
Symptom_Jack: Green Line Out, Rear
Symptom_PulsePlaybackTest: PulseAudio playback test failed
Symptom_Type: No sound at all
Title: [MS-7850, Creative Sound Blaster Z, Green Line Out, Rear] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/02/2013
dmi.bios.release: 4.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V2.4
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: B85-G41 PC Mate(MS-7850)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.4:bd12/02/2013:br4.6:svnMSI:pnMS-7850:pvr1.0:rvnMSI:rnB85-G41PCMate(MS-7850):rvr1.0:cvnMSI:ct3:cvr1.0:skuTobefilledbyO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: MS-7850
dmi.product.sku: To be filled by O.E.M.
dmi.product.version: 1.0
dmi.sys.vendor: MSI

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


** Tags: amd64 apport-bug noble

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

Title:
  [MS-7850, Creative Sound Blaster Z, Green Line Out, Rear] No sound at
  all

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  sound work if rechanging to Analog Stereo Duplex. but after sound file
  finish it broken again !

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: pulseaudio 1:16.1+dfsg1-2ubuntu6
  ProcVersionSignature: Ubuntu 6.6.0-14.14.1-lowlatency 6.6.3
  Uname: Linux 6.6.0-14-lowlatency x86_64
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Wed Feb 28 02:39:07 2024
  InstallationDate: Installed on 2024-01-12 (46 days ago)
  InstallationMedia: Kubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240112)
  MachineType: MSI MS-7850
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Creative 
successful
  Symptom_Card: CA0132 Sound Core3D [Sound Blaster Recon3D / Z-Series / Sound 
BlasterX AE-5 Plus] (SB1570 SB Audigy Fx) - HDA Creative
  Symptom_Jack: Green Line Out, Rear
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: No sound at all
  Title: [MS-7850, Creative Sound Blaster Z, Green Line Out, Rear] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/02/2013
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.4
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85-G41 PC Mate(MS-7850)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.4:bd12/02/2013:br4.6:svnMSI:pnMS-7850:pvr1.0:rvnMSI:rnB85-G41PCMate(MS-7850):rvr1.0:cvnMSI:ct3:cvr1.0:skuTobefilledbyO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7850
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/2055233/+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 2055228] [NEW] nouveau crashes system

2024-02-27 Thread Cristian Delgado
Public bug reported:

i got random freezes with a dell precision m4500, sddm crashes
inmediately, other dm s random crashes at different times

Right now the system is more stable using ubuntu cinnamon 23.10

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: xserver-xorg-video-nouveau 1:1.0.17-2build1
ProcVersionSignature: Ubuntu 6.5.0-21.21-generic 6.5.8
Uname: Linux 6.5.0-21-generic x86_64
ApportVersion: 2.27.0-0ubuntu5
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
Date: Tue Feb 27 16:27:50 2024
DistUpgraded: Fresh install
DistroCodename: mantic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation GT215GLM [Quadro FX 1800M] [10de:0cbc] (rev a2) (prog-if 00 
[VGA controller])
   Subsystem: Dell GT215GLM [Quadro FX 1800M] [1028:040c]
InstallationDate: Installed on 2024-02-23 (4 days ago)
InstallationMedia: Ubuntu-Cinnamon 23.10 "Mantic Minotaur" - Release amd64 
(20231010)
MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-21-generic 
root=UUID=ce56a15d-710c-4db5-b071-64a872de6866 ro quiet splash threadirqs 
vt.handoff=7
SourcePackage: xserver-xorg-video-nouveau
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/12/2017
dmi.bios.release: 4.6
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A16
dmi.board.name: 041WH1
dmi.board.vendor: Dell Inc.
dmi.board.version: A03
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd05/12/2017:br4.6:svnDellInc.:pnPrecisionM4500:pvr0001:rvnDellInc.:rn041WH1:rvrA03:cvnDellInc.:ct9:cvr:sku:
dmi.product.name: Precision M4500
dmi.product.version: 0001
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.115-1
version.libgl1-mesa-dri: libgl1-mesa-dri 23.2.1-1ubuntu3.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.7-3ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-3
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

** Affects: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug mantic ubuntu

-- 
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/2055228

Title:
  nouveau crashes system

Status in xserver-xorg-video-nouveau package in Ubuntu:
  New

Bug description:
  i got random freezes with a dell precision m4500, sddm crashes
  inmediately, other dm s random crashes at different times

  Right now the system is more stable using ubuntu cinnamon 23.10

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: xserver-xorg-video-nouveau 1:1.0.17-2build1
  ProcVersionSignature: Ubuntu 6.5.0-21.21-generic 6.5.8
  Uname: Linux 6.5.0-21-generic x86_64
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  Date: Tue Feb 27 16:27:50 2024
  DistUpgraded: Fresh install
  DistroCodename: mantic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GT215GLM [Quadro FX 1800M] [10de:0cbc] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: Dell GT215GLM [Quadro FX 1800M] [1028:040c]
  InstallationDate: Installed on 2024-02-23 (4 days ago)
  InstallationMedia: Ubuntu-Cinnamon 23.10 "Mantic Minotaur" - Release amd64 
(20231010)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-21-generic 
root=UUID=ce56a15d-710c-4db5-b071-64a872de6866 ro quiet splash threadirqs 
vt.handoff=7
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/12/2017
  dmi.bios.release: 4.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 041WH1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd05/12/2017:br4.6:svnDellInc.:pnPrecisionM4500:pvr0001:rvnDellInc.:rn041WH1:rvrA03:cvnDellInc.:ct9:cvr:sku:
  dmi.product.name: Precision M4500
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.115-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 23.2.1-1ubuntu3.1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:21.1.7-3ubuntu2.7
  

[Desktop-packages] [Bug 1715749] Re: Intermittent black screen on HP EliteBook 840 G1

2024-02-27 Thread jon mabbutt
This bug still exists on Ubuntu 23.10. HP Elitebook 840 G1.

inxi -Fxz
System:
  Kernel: 6.5.0-21-generic arch: x86_64 bits: 64 compiler: N/A Desktop: GNOME
v: 45.2 Distro: Ubuntu 23.10 (Mantic Minotaur)
Machine:
  Type: Laptop System: Hewlett-Packard product: HP EliteBook 840 G1
v: A3009DD10303 serial: 
  Mobo: Hewlett-Packard model: 198F v: KBC Version 15.59
serial:  BIOS: Hewlett-Packard v: L71 Ver. 01.46
date: 07/20/2018
Battery:
  ID-1: BAT0 charge: 42.8 Wh (94.7%) condition: 45.2/45.2 Wh (100.0%)
volts: 13.0 min: 11.4 model: Hewlett-Packard Primary status: charging
CPU:
  Info: dual core model: Intel Core i5-4300U bits: 64 type: MT MCP
arch: Haswell rev: 1 cache: L1: 128 KiB L2: 512 KiB L3: 3 MiB
  Speed (MHz): avg: 2622 high: 2708 min/max: 800/2900 cores: 1: 2594 2: 2594
3: 2594 4: 2708 bogomips: 19952
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
  Device-1: Intel Haswell-ULT Integrated Graphics vendor: Hewlett-Packard
driver: i915 v: kernel arch: Gen-7.5 bus-ID: 00:02.0
  Device-2: Cheng Uei Precision Industry (Foxlink) HP HD Webcam
driver: uvcvideo type: USB bus-ID: 2-7:3
  Display: wayland server: X.Org v: 1.23.2 with: Xwayland v: 23.2.0
compositor: gnome-shell driver: X: loaded: modesetting unloaded: fbdev,vesa
dri: crocus gpu: i915 resolution: 1280x720~60Hz
  API: OpenGL v: 4.6 Mesa 23.2.1-1ubuntu3.1 renderer: Mesa Intel HD
Graphics 4400 (HSW GT2) direct-render: Yes
Audio:
  Device-1: Intel Haswell-ULT HD Audio vendor: Hewlett-Packard
driver: snd_hda_intel v: kernel bus-ID: 00:03.0
  Device-2: Intel 8 Series HD Audio vendor: Hewlett-Packard 8
driver: snd_hda_intel v: kernel bus-ID: 00:1b.0
  API: ALSA v: k6.5.0-21-generic status: kernel-api
  Server-1: PipeWire v: 0.3.79 status: active
Network:
  Device-1: Intel Ethernet I218-LM vendor: Hewlett-Packard driver: e1000e
v: kernel port: 3080 bus-ID: 00:19.0
  IF: enp0s25 state: down mac: 
  Device-2: Intel Wireless 7260 driver: iwlwifi v: kernel bus-ID: 02:00.0
  IF: wlo1 state: up mac: 
  IF-ID-1: docker0 state: down mac: 
Bluetooth:
  Device-1: Intel Bluetooth wireless interface driver: btusb v: 0.8 type: USB
bus-ID: 2-3.2:4
  Report: hciconfig ID: hci0 rfk-id: 0 state: up address:  bt-v: 4.0
lmp-v: 6
Drives:
  Local Storage: total: 119.24 GiB used: 72.01 GiB (60.4%)
  ID-1: /dev/sda vendor: Samsung model: MZ7PC128HAFU-000H1 size: 119.24 GiB
Partition:
  ID-1: / size: 116.52 GiB used: 72.01 GiB (61.8%) fs: ext4 dev: /dev/sda4
Swap:
  ID-1: swap-1 type: file size: 4 GiB used: 127.2 MiB (3.1%) file: /swap.img
Sensors:
  System Temperatures: cpu: 47.0 C mobo: N/A
  Fan Speeds (rpm): N/A
Info:
  Processes: 268 Uptime: 2h 29m Memory: total: 8 GiB available: 7.65 GiB
  used: 5.26 GiB (68.8%) Init: systemd target: graphical (5) Compilers:
  gcc: 13.2.0 Packages: 2038 Shell: Bash v: 5.2.15 inxi: 3.3.29

-- 
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/1715749

Title:
  Intermittent black screen on HP EliteBook 840 G1

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Once every couple hours, the internal laptop display goes black for a
  few seconds.

  This was reproducible:
  + With the laptop connected to a port replicator and the external display 
connected into the port replicator DP port via DP-DVI adapter. The external 
display remains on during this time.
  + With the laptop not connected into a port replicator but connected to an 
external display. The external display remains on during this time.
  + With the laptop not connected to either a port replicator or an external 
display.

  The hard disk was originally installed with Ubuntu MATE 14.10 in a HP
  EliteBook 6930p, upgraded to 15.04, 15.10 and eventually 16.04 and
  finally moved to the EliteBook 840 G1. The problem started immediately
  after the drive move.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
  Uname: Linux 4.4.0-93-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Fri Sep  8 00:53:24 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-12-09 (1002 days ago)
  InstallationMedia: Ubuntu MATE 14.10 "Utopic Unicorn" - amd64 (20141023)
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) 

[Desktop-packages] [Bug 2051838] Re: /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too many files to send

2024-02-27 Thread Frederic Van Espen
This is probably the same issue:
https://bbs.archlinux.org/viewtopic.php?pid=2153594

I don't have the issue when I launch firefox like: MOZ_ENABLE_WAYLAND=0
firefox

MOZ_ENABLE_WAYLAND=1 became the default in firefox 121.

-- 
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/2051838

Title:
  /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too
  many files to send

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  GDM, or more specifically is flooding systemd journal and
  /var/log/syslog via rsyslogd with gigabytes of the following messages:

  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]: Error: 
WaylandMessage::Write() too many files to send
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[283270]:  :
  Jan 31 08:44:26 rivendell /usr/libexec/gdm-wayland-session[285102]: Error: 
WaylandMessage::Write() too many files to send

  
  I noticed the problem when I started to run out of disk because 
/var/log/syslog was consuming more than 400GiB. I noticed that rsyslogd starts 
to consume a lot of CPU trying to process such volume of messages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2051838/+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 2044973] Re: ubuntu-drivers install the wrong version of Nvidia driver on some machines

2024-02-27 Thread Francis Ginther
@Kevin,

Thank you for testing again. This latest output indicates something may
not be correct in your test environment. This line:

WARNING:root:_pkg_get_support nvidia-driver-525: package has invalid
Support PBheader, cannot determine support level

is indicating that the driver packages are providing a "PB" in the
support field, but ubuntu-drivers doesn't know how to handle this.
Support for PB drivers was added in version 1:0.9.0~0.20.04.7, which is
the latest version in focal-updates (see lp:1964747 for details). This
indicates this particular test was run with an even older version, but
that doesn't make sense if you've also updated to 1:0.9.0~0.20.04.8. I
really can only speculate what is going on here.

I did run an experiment on a device attached to testflinger,
202007-28059. This is an HP ZBook Studio G7 with a TU117GLM [Quadro
T2000 Mobile / Max-Q]. This appears to match the devices used in the
original bug description. I first verified that the problem exists with
the version of the package in focal-updates:

ubuntu@hp-zbook-studio-g7-c28059:~$ dpkg -l|grep ubuntu-drivers
ii  ubuntu-drivers-common 1:0.9.0~0.20.04.7 
amd64Detect and install additional Ubuntu driver packages
ubuntu@hp-zbook-studio-g7-c28059:~$ sudo ubuntu-drivers devices
ERROR:root:could not open aplay -l
Traceback (most recent call last):
  File "/usr/share/ubuntu-drivers-common/detect/sl-modem.py", line 35, in detect
aplay = subprocess.Popen(
  File "/usr/lib/python3.8/subprocess.py", line 858, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'aplay'
== /sys/devices/pci:00/:00:1f.4 ==
modalias : pci:v8086d06A3sv103Csd8736bc0Csc05i00
vendor   : Intel Corporation
driver   : oem-stella.cmit-meowth-meta - distro free

== /sys/devices/pci:00/:00:01.0/:01:00.0 ==
modalias : pci:v10DEd1FB8sv103Csd8736bc03sc00i00
vendor   : NVIDIA Corporation
model: TU117GLM [Quadro T2000 Mobile / Max-Q]
driver   : nvidia-driver-535-server - distro non-free
driver   : nvidia-driver-535-server-open - distro non-free recommended
driver   : nvidia-driver-535 - distro non-free
driver   : nvidia-driver-525-open - distro non-free
driver   : nvidia-driver-535-open - distro non-free
driver   : nvidia-driver-450-server - distro non-free
driver   : nvidia-driver-470 - distro non-free
driver   : nvidia-driver-418-server - distro non-free
driver   : nvidia-driver-525 - distro non-free
driver   : nvidia-driver-470-server - distro non-free
driver   : nvidia-driver-525-server - distro non-free
driver   : xserver-xorg-video-nouveau - distro free builtin

Then updated to the package from proposed:

ubuntu@hp-zbook-studio-g7-c28059:~$ dpkg -l|grep ubuntu-drivers
ii  ubuntu-drivers-common 1:0.9.0~0.20.04.8 
amd64Detect and install additional Ubuntu driver packages
ubuntu@hp-zbook-studio-g7-c28059:~$ sudo ubuntu-drivers devices
ERROR:root:could not open aplay -l
Traceback (most recent call last):
  File "/usr/share/ubuntu-drivers-common/detect/sl-modem.py", line 35, in detect
aplay = subprocess.Popen(
  File "/usr/lib/python3.8/subprocess.py", line 858, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'aplay'
== /sys/devices/pci:00/:00:1f.4 ==
modalias : pci:v8086d06A3sv103Csd8736bc0Csc05i00
vendor   : Intel Corporation
driver   : oem-stella.cmit-meowth-meta - distro free

== /sys/devices/pci:00/:00:01.0/:01:00.0 ==
modalias : pci:v10DEd1FB8sv103Csd8736bc03sc00i00
vendor   : NVIDIA Corporation
model: TU117GLM [Quadro T2000 Mobile / Max-Q]
driver   : nvidia-driver-535-open - distro non-free
driver   : nvidia-driver-525-open - distro non-free
driver   : nvidia-driver-450-server - distro non-free
driver   : nvidia-driver-535-server-open - distro non-free
driver   : nvidia-driver-535 - distro non-free recommended
driver   : nvidia-driver-418-server - distro non-free
driver   : nvidia-driver-470-server - distro non-free
driver   : nvidia-driver-535-server - distro non-free
driver   : nvidia-driver-525-server - distro non-free
driver   : nvidia-driver-470 - distro non-free
driver   : nvidia-driver-525 - distro non-free
driver   : xserver-xorg-video-nouveau - distro free builtin


Based on this, it is now choosing the expected `nvidia-driver-535` driver.

I can look further, but I'm going to need to triage the problem on your
test device or somewhere you can reproduced this.

-- 
You received this bug notification because you are a member of 

[Desktop-packages] [Bug 2055124] Re: WiFi adapter cannot get IP configuration from Netgear orbi RBR20

2024-02-27 Thread Frédéric Ruellé
** Package changed: ubuntu => 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/2055124

Title:
  WiFi adapter cannot get IP configuration from Netgear orbi RBR20

Status in network-manager package in Ubuntu:
  New

Bug description:
  Since a recent Ubuntu update (~6 weeks ago), my laptop cannot connect
  anymore to my Netgear Orbi RBR20 WiFi access point.

  The wifi connection is still working fine with my Android smartphone
  set as a WiFi access point.

  My other devices can connect successfully to the Orbi RBR20: printers,
  smartphones, TV, tablets, desktop, Sonos, Netatmo...

  Expected:
  -
 Get an IP address from the Netgear Orbi RBR20.

  Happened instead:
  -
 No IP address obtained, stuck with no WiFi connectivity.


  ThinkPad X13 Gen2 with Ubuntu 22.04.4 LTS:
  --
   fred@ThinkPad:~$ lsb_release -a
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 22.04.4 LTS
   Release: 22.04
   Codename:jammy

  Mediatek WiFi adapter:
  --
  *-network
   description: Interface réseau sans fil
   produit: MT7921 802.11ax PCI Express Wireless Network Adapter
   fabricant: MEDIATEK Corp.
   identifiant matériel: 0
   information bus: pci@:03:00.0
   nom logique: wlp3s0
   nom logique: /dev/fb0
   version: 00
   numéro de série: 74:97:79:8a:36:e7
   bits: 64 bits
   horloge: 33MHz
   fonctionnalités: pciexpress msi pm bus_master cap_list ethernet 
physical wireless fb
   configuration : broadcast=yes depth=32 driver=mt7921e 
driverversion=6.5.0-15-generic firmware=01-20220209150915 latency=0 
link=yes mode=1920x1200 multicast=yes visual=truecolor wireless=IEEE 802.11 
xres=1920 yres=1200
 ressources : mémoireE/S:40-3f mémoireE/S:40-3f mémoireE/S:40-3f irq:87 
mémoire:47020-4702f mémoire:47030-470303fff 
mémoire:470304000-470304fff

  No power saving:
  
   [connection]
   wifi.powersave = 2

  
  Cannot obtain IP configuration:
  ---
   DEVICE TYPE  STATE   
  CONNECTION
   wlp3s0 wifi  connexion (obtention de la configuration 
IP)  ORBIchamprond 

  
  Device association looks OK:
  
   [241460.865152] wlp3s0: authenticate with c2:a5:11:2f:00:c1
   [241460.883343] wlp3s0: send auth to c2:a5:11:2f:00:c1 (try 1/3)
   [241460.886001] wlp3s0: authenticated
   [241460.887489] wlp3s0: associate with c2:a5:11:2f:00:c1 (try 1/3)
   [241460.991496] wlp3s0: associate with c2:a5:11:2f:00:c1 (try 2/3)
   [241461.016131] wlp3s0: RX AssocResp from c2:a5:11:2f:00:c1 
(capab=0x1511 status=0 aid=1)
   [241461.046179] wlp3s0: associated

  
  RBR20 firmware version:
  
   v2.7.3.22

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/2055124/+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 2055124] [NEW] WiFi adapter cannot get IP configuration from Netgear orbi RBR20

2024-02-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Since a recent Ubuntu update (~6 weeks ago), my laptop cannot connect
anymore to my Netgear Orbi RBR20 WiFi access point.

The wifi connection is still working fine with my Android smartphone set
as a WiFi access point.

My other devices can connect successfully to the Orbi RBR20: printers,
smartphones, TV, tablets, desktop, Sonos, Netatmo...

Expected:
-
   Get an IP address from the Netgear Orbi RBR20.

Happened instead:
-
   No IP address obtained, stuck with no WiFi connectivity.


ThinkPad X13 Gen2 with Ubuntu 22.04.4 LTS:
--
 fred@ThinkPad:~$ lsb_release -a
 No LSB modules are available.
 Distributor ID:Ubuntu
 Description:   Ubuntu 22.04.4 LTS
 Release:   22.04
 Codename:  jammy

Mediatek WiFi adapter:
--
*-network
 description: Interface réseau sans fil
 produit: MT7921 802.11ax PCI Express Wireless Network Adapter
 fabricant: MEDIATEK Corp.
 identifiant matériel: 0
 information bus: pci@:03:00.0
 nom logique: wlp3s0
 nom logique: /dev/fb0
 version: 00
 numéro de série: 74:97:79:8a:36:e7
 bits: 64 bits
 horloge: 33MHz
 fonctionnalités: pciexpress msi pm bus_master cap_list ethernet 
physical wireless fb
 configuration : broadcast=yes depth=32 driver=mt7921e 
driverversion=6.5.0-15-generic firmware=01-20220209150915 latency=0 
link=yes mode=1920x1200 multicast=yes visual=truecolor wireless=IEEE 802.11 
xres=1920 yres=1200
   ressources : mémoireE/S:40-3f mémoireE/S:40-3f mémoireE/S:40-3f irq:87 
mémoire:47020-4702f mémoire:47030-470303fff 
mémoire:470304000-470304fff

No power saving:

 [connection]
 wifi.powersave = 2


Cannot obtain IP configuration:
---
 DEVICE TYPE  STATE 
CONNECTION
 wlp3s0 wifi  connexion (obtention de la configuration IP)  
ORBIchamprond 


Device association looks OK:

 [241460.865152] wlp3s0: authenticate with c2:a5:11:2f:00:c1
 [241460.883343] wlp3s0: send auth to c2:a5:11:2f:00:c1 (try 1/3)
 [241460.886001] wlp3s0: authenticated
 [241460.887489] wlp3s0: associate with c2:a5:11:2f:00:c1 (try 1/3)
 [241460.991496] wlp3s0: associate with c2:a5:11:2f:00:c1 (try 2/3)
 [241461.016131] wlp3s0: RX AssocResp from c2:a5:11:2f:00:c1 (capab=0x1511 
status=0 aid=1)
 [241461.046179] wlp3s0: associated


RBR20 firmware version:

 v2.7.3.22

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


** Tags: bot-comment wifi
-- 
WiFi adapter cannot get IP configuration from Netgear orbi RBR20
https://bugs.launchpad.net/bugs/2055124
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 2055198] Re: RM: please remove libmail-dkim-perl 1.20240124-1 from noble-proposed

2024-02-27 Thread Christian Ehrhardt 
Agreed as pre-discussed.
Thanks for the paperwork here.

Removing packages from noble-proposed:
libmail-dkim-perl 1.20240124-1 in noble
libmail-dkim-perl 1.20240124-1 in noble amd64
libmail-dkim-perl 1.20240124-1 in noble arm64
libmail-dkim-perl 1.20240124-1 in noble armhf
libmail-dkim-perl 1.20240124-1 in noble i386
libmail-dkim-perl 1.20240124-1 in noble ppc64el
libmail-dkim-perl 1.20240124-1 in noble riscv64
libmail-dkim-perl 1.20240124-1 in noble s390x
Comment: Current approach to Ed25519 support is unmaintainable, stay at 
1.20230212-1 (LP: #2055198)
Remove [y|N]? y
1 package successfully removed.

** Changed in: libmail-dkim-perl (Ubuntu)
   Status: New => Fix Released

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

Title:
  RM: please remove libmail-dkim-perl 1.20240124-1 from noble-proposed

Status in libmail-dkim-perl package in Ubuntu:
  Fix Released

Bug description:
  Discussion:
  https://code.launchpad.net/~mirespace/ubuntu/+source/libmail-dkim-
  perl/+git/libmail-dkim-perl/+merge/460681

  We want to ship noble with libmail-dkim-perl 1.20230212-1 which does
  not have Ed25519 support, and thus does not depend on libcryptx-perl
  which is in universe. The current situation with libmail-dkim-perl
  1.20240124-1 creates a component mismatch because it depends on
  libcryptx-perl which is in universe.

  libmail-dkim-perl 1.20230212-1 which is in noble release at the moment
  does not depend on libcryptx-perl.

  The second part of this plan is to upload a no-change rebuild of
  libmail-dkim-perl 1.20230212-1ubuntu1 as soon as this removal is done,
  to block automatic syncs from debian which would just try to update it
  to 1.20240124-1 again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmail-dkim-perl/+bug/2055198/+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 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-02-27 Thread Scarlett Gately Moore
** Changed in: angelfish (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  AppArmor user namespace creation restrictions cause many applications
  to crash with SIGTRAP

Status in akonadiconsole package in Ubuntu:
  Fix Released
Status in akregator package in Ubuntu:
  Fix Released
Status in angelfish package in Ubuntu:
  Fix Released
Status in apparmor package in Ubuntu:
  Fix Released
Status in bubblewrap package in Ubuntu:
  Confirmed
Status in cantor package in Ubuntu:
  Fix Released
Status in devhelp package in Ubuntu:
  Fix Released
Status in digikam package in Ubuntu:
  Fix Released
Status in epiphany-browser package in Ubuntu:
  Fix Released
Status in evolution package in Ubuntu:
  Fix Released
Status in falkon package in Ubuntu:
  Fix Released
Status in freecad package in Ubuntu:
  Confirmed
Status in ghostwriter package in Ubuntu:
  Fix Released
Status in gnome-packagekit package in Ubuntu:
  Confirmed
Status in goldendict-webengine package in Ubuntu:
  Confirmed
Status in kalgebra package in Ubuntu:
  Fix Released
Status in kchmviewer package in Ubuntu:
  Confirmed
Status in kdeplasma-addons package in Ubuntu:
  Confirmed
Status in kgeotag package in Ubuntu:
  Fix Released
Status in kiwix package in Ubuntu:
  Confirmed
Status in kmail package in Ubuntu:
  Fix Released
Status in konqueror package in Ubuntu:
  Fix Released
Status in kontact package in Ubuntu:
  Fix Released
Status in marble package in Ubuntu:
  Fix Released
Status in notepadqq package in Ubuntu:
  Confirmed
Status in opam package in Ubuntu:
  Fix Released
Status in pageedit package in Ubuntu:
  Confirmed
Status in plasma-desktop package in Ubuntu:
  Confirmed
Status in plasma-welcome package in Ubuntu:
  Fix Released
Status in privacybrowser package in Ubuntu:
  Confirmed
Status in qmapshack package in Ubuntu:
  Confirmed
Status in qutebrowser package in Ubuntu:
  Confirmed
Status in rssguard package in Ubuntu:
  Confirmed
Status in steam package in Ubuntu:
  Fix Committed
Status in supercollider package in Ubuntu:
  Confirmed
Status in tellico package in Ubuntu:
  Fix Released

Bug description:
  Hi, I run Ubuntu development branch 24.04 and I have a problem with
  Epiphany browser 45.1-1 (Gnome Web): program doesn't launch, and I get
  this error

  $ epiphany
  bwrap: Creating new namespace failed: Permission denied

  ** (epiphany:12085): ERROR **: 14:44:35.023: Failed to fully launch 
dbus-proxy: Le processus fils s’est terminé avec le code 1
  Trappe pour point d'arrêt et de trace (core dumped)

  $ epiphany
  bwrap: Creating new namespace failed: Permission denied

  ** (epiphany:30878): ERROR **: 22:22:26.926: Failed to fully launch 
dbus-proxy: Le processus fils s’est terminé avec le code 1
  Trappe pour point d'arrêt et de trace (core dumped)

  Thanks for your help!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadiconsole/+bug/2046844/+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 2055198] [NEW] RM: please remove libmail-dkim-perl 1.20240124-1 from noble-proposed

2024-02-27 Thread Andreas Hasenack
Public bug reported:

Discussion:
https://code.launchpad.net/~mirespace/ubuntu/+source/libmail-dkim-
perl/+git/libmail-dkim-perl/+merge/460681

We want to ship noble with libmail-dkim-perl 1.20230212-1 which does not
have Ed25519 support, and thus does not depend on libcryptx-perl which
is in universe. The current situation with libmail-dkim-perl
1.20240124-1 creates a component mismatch because it depends on
libcryptx-perl which is in universe.

libmail-dkim-perl 1.20230212-1 which is in noble release at the moment
does not depend on libcryptx-perl.

The second part of this plan is to upload a no-change rebuild of
libmail-dkim-perl 1.20230212-1ubuntu1 as soon as this removal is done,
to block automatic syncs from debian which would just try to update it
to 1.20240124-1 again.

** Affects: libmail-dkim-perl (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  RM: please remove libmail-dkim-perl 1.20240124-1 from noble-proposed

Status in libmail-dkim-perl package in Ubuntu:
  New

Bug description:
  Discussion:
  https://code.launchpad.net/~mirespace/ubuntu/+source/libmail-dkim-
  perl/+git/libmail-dkim-perl/+merge/460681

  We want to ship noble with libmail-dkim-perl 1.20230212-1 which does
  not have Ed25519 support, and thus does not depend on libcryptx-perl
  which is in universe. The current situation with libmail-dkim-perl
  1.20240124-1 creates a component mismatch because it depends on
  libcryptx-perl which is in universe.

  libmail-dkim-perl 1.20230212-1 which is in noble release at the moment
  does not depend on libcryptx-perl.

  The second part of this plan is to upload a no-change rebuild of
  libmail-dkim-perl 1.20230212-1ubuntu1 as soon as this removal is done,
  to block automatic syncs from debian which would just try to update it
  to 1.20240124-1 again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmail-dkim-perl/+bug/2055198/+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 2054924] Re: color emoji are broken with fontconfig 2.15

2024-02-27 Thread Bug Watch Updater
** Changed in: fontconfig (Debian)
   Status: New => Confirmed

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

Title:
  color emoji are broken with fontconfig 2.15

Status in Fontconfig:
  Fix Released
Status in fontconfig package in Ubuntu:
  Triaged
Status in fonts-noto-color-emoji package in Ubuntu:
  Triaged
Status in fontconfig package in Debian:
  Confirmed

Bug description:
  The Noto Color Emoji font is no longer used to show emoji. Many emoji
  no longer show and the few that do are not in color.

To manage notifications about this bug go to:
https://bugs.launchpad.net/fontconfig/+bug/2054924/+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 2051383] Re: gnome-shell high CPU utilization when moving a high frequency mouse

2024-02-27 Thread Sergey Zolotarev
To answer your first question: I'm testing on a freshly booted system
with no applications running.

Regarding extensions:

After I disable the Desktop Icons NG extension (appears to be one of the
built-ins), peak CPU usage for gnome-shell goes from ~55% to ~35% when
moving over an empty desktop. When moving over an application such as
gnome-terminal, CPU usage for gnome-shell increases to ~60% both with
and without this extension (and also gnome-terminal itself consumes
about 25%).

Besides that I have Ubuntu Dock and Ubuntu AppIndicators - disabling
them didn't affect CPU usage.

evtest output attached.

** Attachment added: "evtest.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2051383/+attachment/5749814/+files/evtest.txt

-- 
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/2051383

Title:
  gnome-shell high CPU utilization when moving a high frequency mouse

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  When I simply move my mouse cursor on an empty desktop, gnome-shell's
  CPU usage goes up from 20% (when idle) to 60%, which causes
  stuttering.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.9-0ubuntu2
  ProcVersionSignature: Ubuntu 6.5.0-15.15~22.04.1-generic 6.5.3
  Uname: Linux 6.5.0-15-generic x86_64
  NonfreeKernelModules: zfs
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jan 26 23:31:26 2024
  DisplayManager: gdm3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-03-17 (2140 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180316)
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions: mutter-common 42.9-0ubuntu5
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to jammy on 2022-06-02 (603 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2051383/+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 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package kubuntu-meta - 1.443

---
kubuntu-meta (1.443) noble; urgency=medium

  * Update update to check for germinate. Ref: (LP: #2017786)

 -- Scarlett Moore   Tue, 27 Feb 2024 05:02:36 -0700

** Changed in: kubuntu-meta (Ubuntu)
   Status: New => Fix Released

-- 
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/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

Status in edubuntu-meta package in Ubuntu:
  Won't Fix
Status in kubuntu-meta package in Ubuntu:
  Fix Released
Status in lubuntu-meta package in Ubuntu:
  New
Status in ubuntu-budgie-meta package in Ubuntu:
  New
Status in ubuntu-mate-meta package in Ubuntu:
  New
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in ubuntu-unity-meta package in Ubuntu:
  New
Status in ubuntucinnamon-meta package in Ubuntu:
  New
Status in ubuntukylin-meta package in Ubuntu:
  New
Status in ubuntustudio-meta package in Ubuntu:
  Won't Fix
Status in xubuntu-meta package in Ubuntu:
  New

Bug description:
  update script handled debootstrap and devscripts, does not handle
  germinate. also doesn't handle potential specified versions in the
  package directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+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 2055176] [NEW] Apps crash out when switching windows and using VMWare Horizon

2024-02-27 Thread alexkoon
Public bug reported:

When using VMWare Horizon and quickly switching windows (alt-tab), the
Horizon app and other apps crashes (such as spotify (snap?) and zoom
(native deb)). I can see a Segmentation Fault error in syslog. I have
tried the last four versions of VMWare Horizon and have the same
results. This was never a problem with 23.10.

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 6.5.0-21.21-generic 6.5.8
Uname: Linux 6.5.0-21-generic x86_64
ApportVersion: 2.27.0-0ubuntu5
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Tue Feb 27 14:50:55 2024
DistUpgraded: Fresh install
DistroCodename: mantic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation WhiskeyLake-U GT2 [UHD Graphics 620] [8086:3ea0] (rev 02) 
(prog-if 00 [VGA controller])
   Subsystem: Dell WhiskeyLake-U GT2 [UHD Graphics 620] [1028:08e0]
InstallationDate: Installed on 2024-02-03 (24 days ago)
InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1)
MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-21-generic 
root=UUID=5f7a0ef6-50b2-480b-b0f3-1aed4dbdbd57 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/03/2023
dmi.bios.release: 1.28
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.28.0
dmi.board.name: 0PYRY5
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.asset.tag: NAB612163
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.28.0:bd11/03/2023:br1.28:svnDellInc.:pnLatitude7300:pvr:rvnDellInc.:rn0PYRY5:rvrA00:cvnDellInc.:ct10:cvr:sku08E0:
dmi.product.family: Latitude
dmi.product.name: Latitude 7300
dmi.product.sku: 08E0
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.115-1
version.libgl1-mesa-dri: libgl1-mesa-dri 23.2.1-1ubuntu3.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.7-3ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-3
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

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


** Tags: amd64 apport-bug mantic ubuntu wayland-session

-- 
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/2055176

Title:
  Apps crash out when switching windows and using VMWare Horizon

Status in xorg package in Ubuntu:
  New

Bug description:
  When using VMWare Horizon and quickly switching windows (alt-tab), the
  Horizon app and other apps crashes (such as spotify (snap?) and zoom
  (native deb)). I can see a Segmentation Fault error in syslog. I have
  tried the last four versions of VMWare Horizon and have the same
  results. This was never a problem with 23.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: xorg 1:7.7+23ubuntu2
  ProcVersionSignature: Ubuntu 6.5.0-21.21-generic 6.5.8
  Uname: Linux 6.5.0-21-generic x86_64
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb 27 14:50:55 2024
  DistUpgraded: Fresh install
  DistroCodename: mantic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation WhiskeyLake-U GT2 [UHD Graphics 620] [8086:3ea0] (rev 02) 
(prog-if 00 [VGA controller])
 Subsystem: Dell WhiskeyLake-U GT2 [UHD Graphics 620] [1028:08e0]
  InstallationDate: Installed on 2024-02-03 (24 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-21-generic 
root=UUID=5f7a0ef6-50b2-480b-b0f3-1aed4dbdbd57 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/03/2023
  dmi.bios.release: 1.28
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.28.0
  dmi.board.name: 0PYRY5
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.asset.tag: NAB612163
  dmi.chassis.type: 10
  

[Desktop-packages] [Bug 2054183] Re: nautilus not generating thumbnails anymore

2024-02-27 Thread Sebastien Bacher
it seems another fallout from the new apparmor restriction described in
bug #2046844 and probably a conflict with the sandboxing in
https://gitlab.gnome.org/GNOME/gnome-desktop/-/blob/master/libgnome-
desktop/gnome-desktop-thumbnail-script.c

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => High

** Tags added: rls-nn-incoming

-- 
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/2054183

Title:
  nautilus not generating thumbnails anymore

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  After the upgrade to 24.04, nautilus is not generating thumbnails for new 
files.
  Old thumbnails are displayed ok.

  I cleaned out $HOME/.cache/thumbnails/ and found that only a subdirectory 
"fail" is being generated.
  It contains a subdirectory "gnome-thumbnail-factory" which in turn contains 
lots of PNG files:

  ece577c54f5ca98e1f7aaa5b4e932aa4.png: PNG image data, 1 x 1, 8-bit/color 
RGBA, non-interlaced
  ee638c64b1c285684412717bf120e295.png: PNG image data, 1 x 1, 8-bit/color 
RGBA, non-interlaced
  ef811735cfb8e69447b5d3a53f361c63.png: PNG image data, 1 x 1, 8-bit/color 
RGBA, non-interlaced
  f0b3ab2f77c342daa3579bfcf9c72481.png: PNG image data, 1 x 1, 8-bit/color 
RGBA, non-interlaced
  f0ddb101b8342e4b298b4c7121881422.png: PNG image data, 1 x 1, 8-bit/color 
RGBA, non-interlaced

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: nautilus 1:45.2.1-4ubuntu1
  ProcVersionSignature: Ubuntu 6.6.0-14.14-generic 6.6.3
  Uname: Linux 6.6.0-14-generic x86_64
  NonfreeKernelModules: zfs
  ApportVersion: 2.27.0-0ubuntu6
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb 17 08:49:55 2024
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2019-04-16 (1767 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to noble on 2024-02-14 (3 days ago)
  usr_lib_nautilus:
   file-roller   43.1-1
   nautilus-extension-gnome-terminal 3.49.92-2ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/2054183/+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 2055158] [NEW] nautilus random crash

2024-02-27 Thread Christians
Public bug reported:

Nautilus crashes at least once a day, often while searching, but also
while changing the display from list to icon, or otherwise.

Submitting the crash file fails, see my:

https://askubuntu.com/questions/1504496/ubuntu-bug-crash-does-not-open-
browser-form

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: nautilus 1:45~rc-1ubuntu1
ProcVersionSignature: Ubuntu 6.5.0-21.21-generic 6.5.8
Uname: Linux 6.5.0-21-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.27.0-0ubuntu5
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Tue Feb 27 13:13:05 2024
GsettingsChanges:
 b'org.gnome.nautilus.icon-view' b'captions' b"['size', 'none', 'none']"
 b'org.gnome.nautilus.icon-view' b'default-zoom-level' b"'extra-large'"
 b'org.gnome.nautilus.list-view' b'default-zoom-level' b"'large'"
 b'org.gnome.nautilus.preferences' b'migrated-gtk-settings' b'true'
 b'org.gnome.nautilus.window-state' b'initial-size' b'(1248, 1048)'
InstallationDate: Installed on 2023-06-06 (266 days ago)
InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
SourcePackage: nautilus
UpgradeStatus: Upgraded to mantic on 2023-10-14 (136 days ago)
usr_lib_nautilus:
 file-roller   43.0-1
 nautilus-extension-gnome-terminal 3.49.92-2ubuntu1
 python3-nautilus  4.0-1build1

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


** Tags: amd64 apport-bug mantic

** Description changed:

  Nautilus crashes at least once a day, often while searching, but also
- while changing the display form list to icon, or otherwise.
+ while changing the display from list to icon, or otherwise.
  
  Submitting the crash file fails, see my:
  
  https://askubuntu.com/questions/1504496/ubuntu-bug-crash-does-not-open-
  browser-form
  
  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: nautilus 1:45~rc-1ubuntu1
  ProcVersionSignature: Ubuntu 6.5.0-21.21-generic 6.5.8
  Uname: Linux 6.5.0-21-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb 27 13:13:05 2024
  GsettingsChanges:
-  b'org.gnome.nautilus.icon-view' b'captions' b"['size', 'none', 'none']"
-  b'org.gnome.nautilus.icon-view' b'default-zoom-level' b"'extra-large'"
-  b'org.gnome.nautilus.list-view' b'default-zoom-level' b"'large'"
-  b'org.gnome.nautilus.preferences' b'migrated-gtk-settings' b'true'
-  b'org.gnome.nautilus.window-state' b'initial-size' b'(1248, 1048)'
+  b'org.gnome.nautilus.icon-view' b'captions' b"['size', 'none', 'none']"
+  b'org.gnome.nautilus.icon-view' b'default-zoom-level' b"'extra-large'"
+  b'org.gnome.nautilus.list-view' b'default-zoom-level' b"'large'"
+  b'org.gnome.nautilus.preferences' b'migrated-gtk-settings' b'true'
+  b'org.gnome.nautilus.window-state' b'initial-size' b'(1248, 1048)'
  InstallationDate: Installed on 2023-06-06 (266 days ago)
  InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to mantic on 2023-10-14 (136 days ago)
  usr_lib_nautilus:
-  file-roller   43.0-1
-  nautilus-extension-gnome-terminal 3.49.92-2ubuntu1
-  python3-nautilus  4.0-1build1
+  file-roller   43.0-1
+  nautilus-extension-gnome-terminal 3.49.92-2ubuntu1
+  python3-nautilus  4.0-1build1

-- 
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/2055158

Title:
  nautilus random crash

Status in nautilus package in Ubuntu:
  New

Bug description:
  Nautilus crashes at least once a day, often while searching, but also
  while changing the display from list to icon, or otherwise.

  Submitting the crash file fails, see my:

  https://askubuntu.com/questions/1504496/ubuntu-bug-crash-does-not-
  open-browser-form

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: nautilus 1:45~rc-1ubuntu1
  ProcVersionSignature: Ubuntu 6.5.0-21.21-generic 6.5.8
  Uname: Linux 6.5.0-21-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb 27 13:13:05 2024
  GsettingsChanges:
   b'org.gnome.nautilus.icon-view' b'captions' b"['size', 'none', 'none']"
   b'org.gnome.nautilus.icon-view' b'default-zoom-level' b"'extra-large'"
   b'org.gnome.nautilus.list-view' b'default-zoom-level' b"'large'"
   b'org.gnome.nautilus.preferences' b'migrated-gtk-settings' b'true'
   b'org.gnome.nautilus.window-state' b'initial-size' b'(1248, 1048)'
  InstallationDate: Installed on 2023-06-06 (266 days ago)
  InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to mantic on 

[Desktop-packages] [Bug 73244]

2024-02-27 Thread Tajizogos
Created attachment 9386722
same problem

Thanks from inmachatu1971.

-- 
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/73244

Title:
  Crash when closing firefox after "open with" and having still opened
  the file

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

Bug description:
  1. Click on a .deb link
  2. Select "open with package installer"
  3. click install package after downloaded
  4. close firefox (because you don't need it anymore)
  5. Enter your password for sudo
  6. package manager crashes because the deb file was deleted in the moment you 
closed firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/73244/+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


Re: [Desktop-packages] [ext] [Bug 2054183] Re: nautilus not generating thumbnails anymore

2024-02-27 Thread Ralf Hildebrandt
* olive <2054...@bugs.launchpad.net>:

> the solution to not lose the configuration after the reboot :

by creating a file in /etc/sysctl.d, e.g.
/etc/sysctl.d/10-fix_nautilus
containing
kernel.apparmor_restrict_unprivileged_userns=0

-- 
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/2054183

Title:
  nautilus not generating thumbnails anymore

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  After the upgrade to 24.04, nautilus is not generating thumbnails for new 
files.
  Old thumbnails are displayed ok.

  I cleaned out $HOME/.cache/thumbnails/ and found that only a subdirectory 
"fail" is being generated.
  It contains a subdirectory "gnome-thumbnail-factory" which in turn contains 
lots of PNG files:

  ece577c54f5ca98e1f7aaa5b4e932aa4.png: PNG image data, 1 x 1, 8-bit/color 
RGBA, non-interlaced
  ee638c64b1c285684412717bf120e295.png: PNG image data, 1 x 1, 8-bit/color 
RGBA, non-interlaced
  ef811735cfb8e69447b5d3a53f361c63.png: PNG image data, 1 x 1, 8-bit/color 
RGBA, non-interlaced
  f0b3ab2f77c342daa3579bfcf9c72481.png: PNG image data, 1 x 1, 8-bit/color 
RGBA, non-interlaced
  f0ddb101b8342e4b298b4c7121881422.png: PNG image data, 1 x 1, 8-bit/color 
RGBA, non-interlaced

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: nautilus 1:45.2.1-4ubuntu1
  ProcVersionSignature: Ubuntu 6.6.0-14.14-generic 6.6.3
  Uname: Linux 6.6.0-14-generic x86_64
  NonfreeKernelModules: zfs
  ApportVersion: 2.27.0-0ubuntu6
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb 17 08:49:55 2024
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2019-04-16 (1767 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to noble on 2024-02-14 (3 days ago)
  usr_lib_nautilus:
   file-roller   43.1-1
   nautilus-extension-gnome-terminal 3.49.92-2ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/2054183/+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 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2024-02-27 Thread Ubuntu Foundations Team Bug Bot
The attachment "mysuperpatch.debdiff" seems to be a debdiff.  The
ubuntu-sponsors team has been subscribed to the bug report so that they
can review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

-- 
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/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

Status in edubuntu-meta package in Ubuntu:
  Won't Fix
Status in kubuntu-meta package in Ubuntu:
  New
Status in lubuntu-meta package in Ubuntu:
  New
Status in ubuntu-budgie-meta package in Ubuntu:
  New
Status in ubuntu-mate-meta package in Ubuntu:
  New
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in ubuntu-unity-meta package in Ubuntu:
  New
Status in ubuntucinnamon-meta package in Ubuntu:
  New
Status in ubuntukylin-meta package in Ubuntu:
  New
Status in ubuntustudio-meta package in Ubuntu:
  Won't Fix
Status in xubuntu-meta package in Ubuntu:
  New

Bug description:
  update script handled debootstrap and devscripts, does not handle
  germinate. also doesn't handle potential specified versions in the
  package directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+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 2055153] [NEW] Xorg freeze

2024-02-27 Thread Alvin Jinsung Choi
Public bug reported:

I have booting related issue everytime I install NVIDIA-driver on Ubuntu
22.04 So the main problem is everytime I boot, Ubuntu would either

(1) boot fine (25% of the time)
(2) boot takes long time(about 2 min) (50% of the time)
(3) boot fails (25% of the time)

This symptom disappears when I uninstall NVIDIA driver so I'm pretty
sure it is related to NVIDIA driver but I don't know how to fix it.

For case (2) (boot takes long time), black screen with

'/dev/nvme0n1p6: clean, *** files, *** blocks'

hang for a long time.

For case (3) (boot fails), blackscreen with

'iwlwifi : invalid buffer destination'
'ACPI BIOS Error (bug): could not resolve symbol [\_TZ.ETMD], AE NOT_FOUND'
'ACPI Error: Aborting method \_SB.IETM._OSC due to previos error (AE_NOT_FOUND)'
'Bluetooth: hci0: Malformed MSFT vendor event: 0x02'
'INFO: task plymouthd: *** blocked for more than *** seconds'
'"echo 0 > /prc/sys/kernel/hung_task_timeout_secs" disables this message'
'INFO: task gpu-manager: *** blocked for more than *** seconds' 
'"echo 0 > /prc/sys/kernel/hung_task_timeout_secs" disables this message'

This screen appears and doesn't boot or blackscreen with cursor appears
and doesn't boot. It happens quite randomly and it really is frustrating
and want to resolve this issue. I've tried various things but it didn't
work out. Here are some things I tried

- deleting and reinstalling NVIDIA driver with 'purge, autoremove, apt install'
- Installing different driver version(525, 535, 545)
- trying boot-repair program
- disabling nouveau by modifying /etc/modprobe.d/blacklist.conf
- 'nomodeset' by modifying /etc/default/grub (made it worse.. all boot 
fails)
- tried various kernel version with various Ubuntu version (my laptop is very 
new device so 20.04 had issues with touchpad, wifi, etc, therefore I mainly 
tried 22.04)

However none of them seemed to resolve the problem I am facing. It
showed different symptoms time-to-time but mostly all of them were boot-
related. I am using a dualboot with windows

I am kind of lost and kindly ask for help. Here are some of the
specification that would be helpful

Laptop: lenovo legion pro 7 16irx8h

$ uname -a
Linux alvin-Legion-Pro-7-16IRX8H 6.5.0-21-generic 
#21~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb  9 13:32:52 UTC 2 x86_64 x86_64 
x86_64 GNU/Linux

$ lspci
00:00.0 Host bridge: Intel Corporation Device a702 (rev 01)
00:01.0 PCI bridge: Intel Corporation Device a70d (rev 01)
00:02.0 VGA compatible controller: Intel Corporation Raptor Lake-S UHD Graphics 
(rev 04)
00:04.0 Signal processing controller: Intel Corporation Raptor Lake Dynamic 
Platform and Thermal Framework Processor Participant (rev 01)
00:06.0 PCI bridge: Intel Corporation Raptor Lake PCIe 4.0 Graphics Port (rev 
01)
00:0a.0 Signal processing controller: Intel Corporation Raptor Lake Crashlog 
and Telemetry (rev 01)
00:14.0 USB controller: Intel Corporation Raptor Lake USB 3.2 Gen 2x2 (20 Gb/s) 
XHCI Host Controller (rev 11)
00:14.2 RAM memory: Intel Corporation Raptor Lake-S PCH Shared SRAM (rev 11)
00:14.3 Network controller: Intel Corporation Raptor Lake-S PCH CNVi WiFi (rev 
11)
00:15.0 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C Host 
Controller #0 (rev 11)
00:15.1 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C Host 
Controller #1 (rev 11)
00:15.2 Serial bus controller: Intel Corporation Raptor Lake Serial IO I2C Host 
Controller #2 (rev 11)
00:16.0 Communication controller: Intel Corporation Raptor Lake CSME HECI #1 
(rev 11)
00:19.0 Serial bus controller: Intel Corporation Device 7a7c (rev 11)
00:19.1 Serial bus controller: Intel Corporation Device 7a7d (rev 11)
00:1a.0 PCI bridge: Intel Corporation Raptor Lake PCI Express Root Port #25 
(rev 11)
00:1b.0 PCI bridge: Intel Corporation Raptor Lake PCI Express Root Port #17 
(rev 11)
00:1b.5 PCI bridge: Intel Corporation Device 7a45 (rev 11)
00:1d.0 PCI bridge: Intel Corporation Raptor Lake PCI Express Root Port #9 (rev 
11)
00:1f.0 ISA bridge: Intel Corporation Device 7a0c (rev 11)
00:1f.3 Audio device: Intel Corporation Raptor Lake High Definition Audio 
Controller (rev 11)
00:1f.4 SMBus: Intel Corporation Raptor Lake-S PCH SMBus Controller (rev 11)
00:1f.5 Serial bus controller: Intel Corporation Raptor Lake SPI (flash) 
Controller (rev 11)
01:00.0 VGA compatible controller: NVIDIA Corporation AD104M [GeForce RTX 4080 
Max-Q / Mobile] (rev a1)
01:00.1 Audio device: NVIDIA Corporation Device 22bc (rev a1)
06:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD 
Controller PM9A1/PM9A3/980PRO
07:00.0 PCI bridge: Intel Corporation Device 1133 (rev 02)
08:00.0 PCI bridge: Intel Corporation Device 1133 (rev 02)
08:01.0 PCI bridge: Intel Corporation Device 1133 (rev 02)
08:02.0 PCI bridge: Intel Corporation Device 1133 (rev 02)
08:03.0 PCI bridge: Intel Corporation Device 1133 (rev 02)
09:00.0 USB controller: Intel Corporation Device 1134
3d:00.0 USB controller: Intel Corporation 

[Desktop-packages] [Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2024-02-27 Thread Scarlett Gately Moore
I have opted for the check without the version check. Will be uploaded
shortly.

-- 
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/2017786

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

Status in edubuntu-meta package in Ubuntu:
  Won't Fix
Status in kubuntu-meta package in Ubuntu:
  New
Status in lubuntu-meta package in Ubuntu:
  New
Status in ubuntu-budgie-meta package in Ubuntu:
  New
Status in ubuntu-mate-meta package in Ubuntu:
  New
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in ubuntu-unity-meta package in Ubuntu:
  New
Status in ubuntucinnamon-meta package in Ubuntu:
  New
Status in ubuntukylin-meta package in Ubuntu:
  New
Status in ubuntustudio-meta package in Ubuntu:
  Won't Fix
Status in xubuntu-meta package in Ubuntu:
  New

Bug description:
  update script handled debootstrap and devscripts, does not handle
  germinate. also doesn't handle potential specified versions in the
  package directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+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 2055148] [NEW] NetworkManager connections with an explicit DoT (DNS over TLS) are not supported with Netplan

2024-02-27 Thread Lukas Märdian
Public bug reported:

From: https://discourse.ubuntu.com/t/blog-netplan-developer-
diaries/35932/11

Hi all,

NetworkManager connections with an explicit DoT (DNS over TLS)
configuration are not supported with Netplan, but NetworkManager does
feed back the DoT DNS info with server address and Server Name
Indication (SNI) in the form server_address#SNI, e.g.
1.2.3.4#dns.myhome.com as nameserver addresses to Netplan. As a result,
subsequent Netplan config applications fail because DNS servers don’t
have the expected dotted decimal (IPv4) or colon’ed hex (IPv6) form.

```
nmcli> describe ipv4.dns

=== [dns] ===
[NM property description]
Array of IP addresses of DNS servers. For DoT (DNS over TLS), the SNI server 
name can be specified by appending "#example.com" to the IP address of the DNS 
server. This currently only has effect when using systemd-resolved.
```

** Affects: netplan
 Importance: Undecided
 Status: New

** Affects: netplan.io (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: netplan-everywhere

** Also affects: netplan
   Importance: Undecided
   Status: New

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

-- 
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/2055148

Title:
  NetworkManager connections with an explicit DoT (DNS over TLS) are not
  supported with Netplan

Status in netplan:
  New
Status in netplan.io package in Ubuntu:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  From: https://discourse.ubuntu.com/t/blog-netplan-developer-
  diaries/35932/11

  Hi all,

  NetworkManager connections with an explicit DoT (DNS over TLS)
  configuration are not supported with Netplan, but NetworkManager does
  feed back the DoT DNS info with server address and Server Name
  Indication (SNI) in the form server_address#SNI, e.g.
  1.2.3.4#dns.myhome.com as nameserver addresses to Netplan. As a
  result, subsequent Netplan config applications fail because DNS
  servers don’t have the expected dotted decimal (IPv4) or colon’ed hex
  (IPv6) form.

  ```
  nmcli> describe ipv4.dns

  === [dns] ===
  [NM property description]
  Array of IP addresses of DNS servers. For DoT (DNS over TLS), the SNI server 
name can be specified by appending "#example.com" to the IP address of the DNS 
server. This currently only has effect when using systemd-resolved.
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2055148/+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 1874130] Re: lirc fails to install because of a missing /etc/lirc/lirc_options.conf - Ubuntu 20.04

2024-02-27 Thread ^rooker
In case, someone else also runs into this issue on 20.04, make sure you
have the "focal-updates" sources enabled.

Check (or add) the following line to your /etc/apt/sources.list:

```
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe 
multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted 
universe multiverse
```


Thanks for fixing this! :D

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

Title:
  lirc fails to install because of a missing /etc/lirc/lirc_options.conf
  - Ubuntu 20.04

Status in lirc package in Ubuntu:
  Fix Released
Status in lirc source package in Focal:
  Fix Released

Bug description:
  * Impact
  the lirc package fails to install, the service segfault on start

  * Test case
  install lirc, the installation shouldn't fail, also the service should 
correctly start

  * Regression potential
  the changes are only packaging ones to ensure a configuration is available, 
check new isntalls and upgrades to make sure the configuration is installed and 
the service works

  --

  Hello,

  I have tried to install lirc on a fresh Kubuntu 20.04 Release
  Candidate installation on a AMD Athlon X2 system. The installation
  failed, with a half installed lirc package. This is leaving apt-get /
  apt in a state, that makes it impossible to install other packages or
  updates anymore, as it first tries to finish the lirc installation.
  This is leaving the system in a state, where further software changes
  or the usage of lirc are not possible.

  After using Google to find a solution for the problem, I found this bug 
report about lirc on Debian bugs website:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932779

  The suggested workaround is to creating the file lirc_options.conf and to 
continue the failed installation (which worked on my system) via:
  sudo cp /etc/lirc/lirc_options.conf.dist /etc/lirc/lirc_options.conf
  sudo apt-get install lirc
  This worked on my installation brought the system back into a state, where 
further software installations or updates via apt-get / apt work again.

  Ubuntu version:
  user1@AthlonX2:lsb_release -rd
  Description:Ubuntu 20.04 LTS
  Release:20.04

  package information:
  user1@AthlonX2:/etc/lirc$ apt-cache policy lirc
  lirc:
    Installiert:   0.10.1-6.1
    Installationskandidat: 0.10.1-6.1
    Versionstabelle:
   *** 0.10.1-6.1 500
  500 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
  100 /var/lib/dpkg/status

  Terminal output during the failing installation via apt-get install:

  user1@AthlonX2:/etc/lirc$ LC_ALL=C sudo apt-get install lirc
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following additional packages will be installed:
    libftdi1-2 liblirc0
  Suggested packages:
    lirc-compat-remotes lirc-drv-irman lirc-doc lirc-x setserial ir-keytable
  Recommended packages:
    gir1.2-vte
  The following NEW packages will be installed:
    libftdi1-2 liblirc0 lirc
  0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
  Need to get 0 B/571 kB of archives.
  After this operation, 2897 kB of additional disk space will be used.
  Do you want to continue? [Y/n] y
  Selecting previously unselected package libftdi1-2:amd64.
  (Reading database ... 360984 files and directories currently installed.)
  Preparing to unpack .../libftdi1-2_1.4-2build2_amd64.deb ...
  Unpacking libftdi1-2:amd64 (1.4-2build2) ...
  Selecting previously unselected package liblirc0:amd64.
  Preparing to unpack .../liblirc0_0.10.1-6.1_amd64.deb ...
  Unpacking liblirc0:amd64 (0.10.1-6.1) ...
  Selecting previously unselected package lirc.
  Preparing to unpack .../lirc_0.10.1-6.1_amd64.deb ...
  Unpacking lirc (0.10.1-6.1) ...
  Setting up liblirc0:amd64 (0.10.1-6.1) ...
  Setting up libftdi1-2:amd64 (1.4-2build2) ...
  Setting up lirc (0.10.1-6.1) ...
  Job for lircd.service failed because a fatal signal was delivered causing the 
control process to dump core.
  See "systemctl status lircd.service" and "journalctl -xe" for details.
  invoke-rc.d: initscript lircd, action "start" failed.
  * lircd.service - Flexible IR remote input/output application support
   Loaded: loaded (/lib/systemd/system/lircd.service; disabled; vendor 
preset: enabled)
   Active: failed (Result: core-dump) since Tue 2020-04-21 20:05:34 CEST; 
16ms ago
  TriggeredBy: * lircd.socket
     Docs: man:lircd(8)
   http://lirc.org/html/configure.html
  Process: 12249 ExecStart=/usr/sbin/lircd --nodaemon (code=dumped, 
signal=SEGV)
     Main PID: 12249 (code=dumped, signal=SEGV)

  Apr 21 20:05:33 Madlen-Zimmer systemd[1]: Starting Flexible IR remote 
input/output application 

[Desktop-packages] [Bug 2054769] Re: Boot animation and login screen use different display scales

2024-02-27 Thread Bug Watch Updater
** Changed in: plymouth
   Status: Unknown => New

-- 
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/2054769

Title:
  Boot animation and login screen use different display scales

Status in Plymouth:
  New
Status in mutter package in Ubuntu:
  Won't Fix
Status in plymouth package in Ubuntu:
  Fix Committed

Bug description:
  Boot animation and login screen use different display scales, on some
  (not many) machines.

  For example on a Microsoft Surface Laptop 4, Plymouth seems to use
  scale 2 for the boot screen while GNOME selects scale 1 for the login
  screen. This means the Ubuntu logo shrinks.

  I've tried a few laptops and so far it's only the Surface Laptop 4
  that has the problem: 13.5" 2256x1504, 201 PPI

To manage notifications about this bug go to:
https://bugs.launchpad.net/plymouth/+bug/2054769/+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 2051383] Re: gnome-shell high CPU utilization when moving a high frequency mouse

2024-02-27 Thread Daniel van Vugt
If you run 'sudo evtest', select the mouse and then wiggle it, what kind
of output do you see?

-- 
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/2051383

Title:
  gnome-shell high CPU utilization when moving a high frequency mouse

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  When I simply move my mouse cursor on an empty desktop, gnome-shell's
  CPU usage goes up from 20% (when idle) to 60%, which causes
  stuttering.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.9-0ubuntu2
  ProcVersionSignature: Ubuntu 6.5.0-15.15~22.04.1-generic 6.5.3
  Uname: Linux 6.5.0-15-generic x86_64
  NonfreeKernelModules: zfs
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jan 26 23:31:26 2024
  DisplayManager: gdm3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-03-17 (2140 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180316)
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions: mutter-common 42.9-0ubuntu5
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to jammy on 2022-06-02 (603 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2051383/+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 2054769] Re: Boot animation and login screen use different display scales

2024-02-27 Thread Daniel van Vugt
** Bug watch added: gitlab.freedesktop.org/plymouth/plymouth/-/issues #241
   https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/241

** Also affects: plymouth via
   https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/241
   Importance: Unknown
   Status: Unknown

** Changed in: plymouth (Ubuntu)
   Status: In Progress => Fix Committed

** Tags added: fixed-upstream

-- 
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/2054769

Title:
  Boot animation and login screen use different display scales

Status in Plymouth:
  Unknown
Status in mutter package in Ubuntu:
  Won't Fix
Status in plymouth package in Ubuntu:
  Fix Committed

Bug description:
  Boot animation and login screen use different display scales, on some
  (not many) machines.

  For example on a Microsoft Surface Laptop 4, Plymouth seems to use
  scale 2 for the boot screen while GNOME selects scale 1 for the login
  screen. This means the Ubuntu logo shrinks.

  I've tried a few laptops and so far it's only the Surface Laptop 4
  that has the problem: 13.5" 2256x1504, 201 PPI

To manage notifications about this bug go to:
https://bugs.launchpad.net/plymouth/+bug/2054769/+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 2051383] Re: gnome-shell high CPU utilization when moving a high frequency mouse

2024-02-27 Thread Daniel van Vugt
This is strange. I've been profiling gnome-shell 42 on jammy and gnome-
shell 46 on noble. Neither have the bug, at least not with my lowly
1000Hz mice (which seems to be the same polling rate as the Razer
DeathAdder V2).

The profile in comment #18 is intriguing because it very clearly shows
meta_idle_manager_reset_idle_time is the problem for you. But when I
profile my own systems, that function accounts for under 1% of gnome-
shell's time.

Can you think of anything you have like an extension or application
running that might seek to disable screensavers and prevent screen
blanking? A browser or video player maybe?


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

-- 
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/2051383

Title:
  gnome-shell high CPU utilization when moving a high frequency mouse

Status in gnome-shell package in Ubuntu:
  Incomplete

Bug description:
  When I simply move my mouse cursor on an empty desktop, gnome-shell's
  CPU usage goes up from 20% (when idle) to 60%, which causes
  stuttering.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-shell 42.9-0ubuntu2
  ProcVersionSignature: Ubuntu 6.5.0-15.15~22.04.1-generic 6.5.3
  Uname: Linux 6.5.0-15-generic x86_64
  NonfreeKernelModules: zfs
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jan 26 23:31:26 2024
  DisplayManager: gdm3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-03-17 (2140 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180316)
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions: mutter-common 42.9-0ubuntu5
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to jammy on 2022-06-02 (603 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2051383/+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 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-02-27 Thread Simon Chopin
We had a mitigation for this in glibc but the latest change from simply
denying the unshare() call to allowing it but then denying anything
requiring capabilities *presumably* broke the glibc test suite again.
I'm only basing this from looking at the test logs, as I'm temporarily
unable to run autopkgtests locally and am lacking the time to fix it.

2 classes of errors:

2770s FAIL: stdlib/tst-system
2770s original exit status 1
2770s error: test-container.c:1136: could not create a private mount namespace

That one is clearly userns-related, as it's due to a failing mount()
call right after unshare()

2770s FAIL: sunrpc/tst-svc_register
2770s original exit status 1
2770s error: xwrite.c:32: write of 12 bytes failed after 0: Operation not 
permitted
2770s error: 1 test failures

I can't tell for sure what this one is about since this is your basic
write() call and I don't have a stack trace at hand, but the EPERM would
suggest that it's related.

I think a first fix would be to amend the test script to disable the
userns restriction entirely for the duration of the tests (using 'needs-
sudo'), while I'll still need to patch the test suite eventually to
handle this new failure mode gracefully and simply ignore the tests,
akin to https://sourceware.org/pipermail/libc-
alpha/2024-February/154754.html

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

Title:
  AppArmor user namespace creation restrictions cause many applications
  to crash with SIGTRAP

Status in akonadiconsole package in Ubuntu:
  Fix Released
Status in akregator package in Ubuntu:
  Fix Released
Status in angelfish package in Ubuntu:
  In Progress
Status in apparmor package in Ubuntu:
  Fix Released
Status in bubblewrap package in Ubuntu:
  Confirmed
Status in cantor package in Ubuntu:
  Fix Released
Status in devhelp package in Ubuntu:
  Fix Released
Status in digikam package in Ubuntu:
  Fix Released
Status in epiphany-browser package in Ubuntu:
  Fix Released
Status in evolution package in Ubuntu:
  Fix Released
Status in falkon package in Ubuntu:
  Fix Released
Status in freecad package in Ubuntu:
  Confirmed
Status in ghostwriter package in Ubuntu:
  Fix Released
Status in gnome-packagekit package in Ubuntu:
  Confirmed
Status in goldendict-webengine package in Ubuntu:
  Confirmed
Status in kalgebra package in Ubuntu:
  Fix Released
Status in kchmviewer package in Ubuntu:
  Confirmed
Status in kdeplasma-addons package in Ubuntu:
  Confirmed
Status in kgeotag package in Ubuntu:
  Fix Released
Status in kiwix package in Ubuntu:
  Confirmed
Status in kmail package in Ubuntu:
  Fix Released
Status in konqueror package in Ubuntu:
  Fix Released
Status in kontact package in Ubuntu:
  Fix Released
Status in marble package in Ubuntu:
  Fix Released
Status in notepadqq package in Ubuntu:
  Confirmed
Status in opam package in Ubuntu:
  Fix Released
Status in pageedit package in Ubuntu:
  Confirmed
Status in plasma-desktop package in Ubuntu:
  Confirmed
Status in plasma-welcome package in Ubuntu:
  Fix Released
Status in privacybrowser package in Ubuntu:
  Confirmed
Status in qmapshack package in Ubuntu:
  Confirmed
Status in qutebrowser package in Ubuntu:
  Confirmed
Status in rssguard package in Ubuntu:
  Confirmed
Status in steam package in Ubuntu:
  Fix Committed
Status in supercollider package in Ubuntu:
  Confirmed
Status in tellico package in Ubuntu:
  Fix Released

Bug description:
  Hi, I run Ubuntu development branch 24.04 and I have a problem with
  Epiphany browser 45.1-1 (Gnome Web): program doesn't launch, and I get
  this error

  $ epiphany
  bwrap: Creating new namespace failed: Permission denied

  ** (epiphany:12085): ERROR **: 14:44:35.023: Failed to fully launch 
dbus-proxy: Le processus fils s’est terminé avec le code 1
  Trappe pour point d'arrêt et de trace (core dumped)

  $ epiphany
  bwrap: Creating new namespace failed: Permission denied

  ** (epiphany:30878): ERROR **: 22:22:26.926: Failed to fully launch 
dbus-proxy: Le processus fils s’est terminé avec le code 1
  Trappe pour point d'arrêt et de trace (core dumped)

  Thanks for your help!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadiconsole/+bug/2046844/+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 1961508] Re: Dock displaying over window after resuming from blank screen

2024-02-27 Thread Rolf Kutz
Increasing the delay for the #71 workaround works for me. Thank you.

-- 
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/1961508

Title:
  Dock displaying over window after resuming from blank screen

Status in Dash to dock:
  Unknown
Status in Mutter:
  New
Status in gnome-shell package in Ubuntu:
  Confirmed
Status in gnome-shell-extension-ubuntu-dock package in Ubuntu:
  Won't Fix
Status in mutter package in Ubuntu:
  In Progress
Status in gnome-desktop package in Fedora:
  Confirmed

Bug description:
  I have Blank Screen set to happen after 2 minutes of inactivity.

  When resuming from a Blank Screen (by moving the mouse or touching the
  keyboard), the Dock is displayed over the top of the current program.

  To get it back to normal I need to click "Restore Down" on the current
  programs window and then "Maximize" so that the Dock no longer
  overlaps it.

  (Note: I have Auto-hide dock turned off.)

  This only happens sometimes. I can't reproduce the bug it every time.

  -

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  - Ubuntu 21.10

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  - Not sure (I guess the Dock is part of the Gnome interface?)

  3) What you expected to happen
  - Dock should not overlap the current program on resume from screen blank.

  4) What happened instead
  - The Dock overlaps the current program on resume from screen blank.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2022-02-18 (24 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  Package: gnome-shell-extension-ubuntu-dock
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.13.0-35.40-generic 5.13.19
  RelatedPackageVersions: mutter-common 40.5-1ubuntu3~21.10.1
  Tags:  wayland-session impish
  Uname: Linux 5.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-02-18 (328 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  Package: mutter
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.19.0-28.29-generic 5.19.17
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions: mutter-common 43.0-1ubuntu4
  Tags: wayland-session third-party-packages kinetic
  Uname: Linux 5.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to kinetic on 2022-10-25 (79 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1961508/+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 2052405] Re: Translation error in policykit-1 package

2024-02-27 Thread minwook shin
update the suggested translation text as 2024-01-17. thank you for
reporting the outdated translation typo.

fixed translation list :

*
https://translations.launchpad.net/ubuntu/jammy/+source/policykit-1/+pots/polkit-1/ko/7/+translate

*
https://translations.launchpad.net/ubuntu/jammy/+source/policykit-1/+pots/polkit-1/ko/8/+translate

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

Title:
  Translation error in policykit-1 package

Status in Ubuntu Translations:
  New
Status in language-support-translations-ko package in Ubuntu:
  New
Status in policykit-1 package in Ubuntu:
  New

Bug description:
  policykit-1 package have translation error.

  
https://translations.launchpad.net/ubuntu/jammy/+source/policykit-1/+pots/polkit-1/ko/+translate

  `$(program)'을(를) 관리자 권한으로 실행려면 인증이 필요합니다. -> `$(program)'을(를) 관리자 권한으로
  실행하려면 인증이 필요합니다.

  `$(program)'을(를) $(user) 계정으로 실행려면 인증이 필요합니다. -> `$(program)'을(를)
  $(user) 계정으로 실행하려면 인증이 필요합니다.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/2052405/+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 2055040] Re: Software rendering under Wayland mode

2024-02-27 Thread Matthias Dieter Wallnöfer
I have retried the debug command from #4 and noticed no errors anymore.

-- 
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/2055040

Title:
  Software rendering under Wayland mode

Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  Under Wayland on Ubuntu 22.04 LTS, If I launch Chromium (edge channel)
  with the --ozone-platform-hint=wayland or --ozone-platform-hint=auto
  (as specified in the snap's starter script), the browser always ends
  up into slow SW rendering.

  When omitting the parameter or setting it to "X11", HW rendering gets
  correctly detected and activated.

  The platform consists of a Dell XPS 13 9360 with an Intel HD Graphics
  620 chip running Mesa 23.2.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2055040/+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 2055040] Re: Software rendering under Wayland mode

2024-02-27 Thread Nathan Teodosio
Happy to hear that!

Would you mind confirming if the log from 3 no longer has references to
crashed GPU process? Because if it still does, then I know for future
debugging that that could be a red herring.

** Changed in: chromium-browser (Ubuntu)
   Status: New => Fix Released

-- 
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/2055040

Title:
  Software rendering under Wayland mode

Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  Under Wayland on Ubuntu 22.04 LTS, If I launch Chromium (edge channel)
  with the --ozone-platform-hint=wayland or --ozone-platform-hint=auto
  (as specified in the snap's starter script), the browser always ends
  up into slow SW rendering.

  When omitting the parameter or setting it to "X11", HW rendering gets
  correctly detected and activated.

  The platform consists of a Dell XPS 13 9360 with an Intel HD Graphics
  620 chip running Mesa 23.2.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2055040/+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 2055040] Re: Software rendering under Wayland mode

2024-02-27 Thread Matthias Dieter Wallnöfer
Today I got the update notification to the latest snap release
22.0.6261.39. So I have tried that one with a fresh profile and my old
one and fortunately both are working now. So I guess the issue has been
fixed, thanks a lot!

-- 
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/2055040

Title:
  Software rendering under Wayland mode

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  Under Wayland on Ubuntu 22.04 LTS, If I launch Chromium (edge channel)
  with the --ozone-platform-hint=wayland or --ozone-platform-hint=auto
  (as specified in the snap's starter script), the browser always ends
  up into slow SW rendering.

  When omitting the parameter or setting it to "X11", HW rendering gets
  correctly detected and activated.

  The platform consists of a Dell XPS 13 9360 with an Intel HD Graphics
  620 chip running Mesa 23.2.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2055040/+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 133133]

2024-02-27 Thread Koraciqid
Created attachment 9383414
same problem

Thanks from susinorse1970.

-- 
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/133133

Title:
  "Open containing folder" is only working if nautilus is present

Status in Mozilla Firefox:
  Confirmed
Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: firefox

  Tools->Downloads-> (Right click)->Open containing folder

  Result: Nothing happens (not even an error).
  Expected: An error, a dialog asking to choose a file manager or just 
konqueror showing the folder.

  Fix: add the following line to prefs.js
  user_pref("network.protocol-handler.app.file", "konqueror");

  ProblemType: Bug
  Architecture: i386
  Date: Fri Aug 17 12:54:22 2007
  DistroRelease: Ubuntu 7.04
  Package: firefox 2.0.0.5+1-0ubuntu1
  PackageArchitecture: i386
  SourcePackage: firefox
  Uname: Linux localhost 2.6.20-12-generic #2 SMP Wed Mar 21 20:55:46 UTC 2007 
i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/133133/+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 2055040] Re: Software rendering under Wayland mode

2024-02-27 Thread Nathan Teodosio
2. Thank you for the willingness to test that! Unfortunately, the snap
store makes snap branches expire after 30 days of their publication
(LP:2019554). So if you try installing that snap, you'll end with the
normal, stable snap. I just edited the comment there.

3. It has repeated instances of

--->
[495611:495611:0226/163727.476117:ERROR:gpu_process_host.cc(993)] GPU process 
exited unexpectedly: exit_code=133
[495611:495611:0226/163727.476173:WARNING:gpu_process_host.cc(1424)] The GPU 
process has crashed 1 time(s)
[495913:495913:0226/163727.536126:WARNING:angle_platform_impl.cc(49)] 
renderergl_utils.cpp:2087 (GenerateCaps): Disabling GL_EXT_clip_cull_distance 
because only 8 clip distances, 0 cull distances and 0 combined clip/cull 
distances are supported by the driver.
<---

You have some extensions there, so can you please make sure this problem
is also present in a clean browser? An easy way to do this is to rename
$HOME/snap/chromium and then once done testing you can rename it back.

-- 
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/2055040

Title:
  Software rendering under Wayland mode

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  Under Wayland on Ubuntu 22.04 LTS, If I launch Chromium (edge channel)
  with the --ozone-platform-hint=wayland or --ozone-platform-hint=auto
  (as specified in the snap's starter script), the browser always ends
  up into slow SW rendering.

  When omitting the parameter or setting it to "X11", HW rendering gets
  correctly detected and activated.

  The platform consists of a Dell XPS 13 9360 with an Intel HD Graphics
  620 chip running Mesa 23.2.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2055040/+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