[Desktop-packages] [Bug 2054868] [NEW] invalid escape sequence
Public bug reported: Todays update with python 3.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 ve rsion 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 escape sequence '\d' re.compile('^model(\d+)', re.IGNORECASE) : TYPE_STR, /usr/share/hplip/base/password.py:212: SyntaxWarning: invalid escape sequence '\ [' cb = cb.replace("[", "\[") /usr/share/hplip/base/password.py:213: SyntaxWarning: invalid escape sequence '\ ]' cb = cb.replace("]", "\]") /usr/share/hplip/base/queues.py:48: SyntaxWarning: invalid escape sequence '\*' NICKNAME_PATTERN = re.compile(b'''\*NickName:\s*\"(.*)"''', re.MULTILINE) /usr/share/hplip/base/status.py:1335: SyntaxWarning: invalid escape sequence '\s ' pjl_code_pat = re.compile("""^CODE\s*=\s*(\d.*)$""", re.IGNORECASE) /usr/share/hplip/base/tui.py:220: SyntaxWarning: invalid escape sequence '\|' self.spinner = "\|/-\|/-*" /usr/share/hplip/base/u
[Desktop-packages] [Bug 2054869] [NEW] Lot of SyntaxWarning messages during install
Public bug reported: 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. ** Affects: hplip (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug noble wayland-session -- 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: New 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
[Desktop-packages] [Bug 2051838] Re: /usr/libexec/gdm-wayland-session: Error: WaylandMessage::Write() too many files to send
This actually also affects other distros, I use Arch Linux and Sway on my Laptop and Ubuntu on my PC. I have the same issue on Arch Linux Sway. -- 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 2054873] [NEW] Connection to xwayland lost / Xwayland terminated, exiting since it was mandatory
Public bug reported: Hi Kernel Team, I notice this today when using Ubuntu 24.04 Noble. Xwayland session crashed while I was using the laptop. My kernel is: 6.8.0-rc4-realtime-rt4 I notice this: (../src/core/meta-context.c:533):meta_context_terminate: runtime check failed: (g_main_loop_is_running (priv->main_loop)) # journalctl -b --no-pager --no-hostname | grep "gnome-shell\[3017\]" Feb 24 13:21:13 gnome-shell[3017]: Running GNOME Shell (using mutter 45.3) as a Wayland display server Feb 24 13:21:13 gnome-shell[3017]: Made thread 'KMS thread' realtime scheduled Feb 24 13:21:14 gnome-shell[3017]: Device '/dev/dri/card1' prefers shadow buffer Feb 24 13:21:14 gnome-shell[3017]: Added device '/dev/dri/card1' (amdgpu) using atomic mode setting. Feb 24 13:21:14 gnome-shell[3017]: Created gbm renderer for '/dev/dri/card1' Feb 24 13:21:14 gnome-shell[3017]: Boot VGA GPU /dev/dri/card1 selected as primary Feb 24 13:21:14 gnome-shell[3017]: Obtained a high priority EGL context Feb 24 13:21:14 gnome-shell[3017]: Obtained a high priority EGL context Feb 24 13:21:14 gnome-shell[3017]: Using public X11 display :1024, (using :1025 for managed services) Feb 24 13:21:14 gnome-shell[3017]: Using Wayland display name 'wayland-0' Feb 24 13:21:15 gnome-shell[3017]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly. Feb 24 13:21:15 gnome-shell[3017]: Will monitor session c1 Feb 24 13:21:15 gnome-shell[3017]: Extension d...@rastersoft.com already installed in /usr/share/gnome-shell/extensions/d...@rastersoft.com. /usr/share/gnome-shell/extensions/d...@rastersoft.com will not be loaded Feb 24 13:21:15 gnome-shell[3017]: Extension tiling-assist...@ubuntu.com already installed in /usr/share/gnome-shell/extensions/tiling-assist...@ubuntu.com. /usr/share/gnome-shell/extensions/tiling-assist...@ubuntu.com will not be loaded Feb 24 13:21:15 gnome-shell[3017]: Extension ubuntu-appindicat...@ubuntu.com already installed in /usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com. /usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com will not be loaded Feb 24 13:21:15 gnome-shell[3017]: Extension ubuntu-d...@ubuntu.com already installed in /usr/share/gnome-shell/extensions/ubuntu-d...@ubuntu.com. /usr/share/gnome-shell/extensions/ubuntu-d...@ubuntu.com will not be loaded Feb 24 13:21:15 gnome-shell[3017]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation Feb 24 13:21:15 gnome-shell[3017]: Failed to open sliced image: The resource at “/org/gnome/shell/theme/process-working-dark.svg” does not exist Feb 24 13:21:16 gnome-shell[3017]: Failed to open sliced image: The resource at “/org/gnome/shell/theme/process-working-dark.svg” does not exist Feb 24 13:21:16 gnome-shell[3017]: Gio.IOErrorEnum: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available Feb 24 13:21:16 gnome-shell[3017]: Registering session with GDM Feb 24 13:21:18 gnome-shell[3017]: Gio.IOErrorEnum: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available Feb 24 13:21:25 gnome-shell[3017]: Connection to xwayland lost Feb 24 13:21:25 gnome-shell[3017]: Xwayland terminated, exiting since it was mandatory Feb 24 13:21:25 gnome-shell[3017]: (../src/core/meta-context.c:533):meta_context_terminate: runtime check failed: (g_main_loop_is_running (priv->main_loop)) Feb 24 13:21:25 gnome-shell[3017]: JS ERROR: Gio.IOErrorEnum: Xwayland exited unexpectedly Feb 24 13:21:25 gnome-shell[3017]: Execution of main.js threw exception: Module resource:///org/gnome/shell/ui/init.js threw an exception ** Affects: wayland (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to wayland in Ubuntu. https://bugs.launchpad.net/bugs/2054873 Title: Connection to xwayland lost / Xwayland terminated, exiting since it was mandatory Status in wayland package in Ubuntu: New Bug description: Hi Kernel Team, I notice this today when using Ubuntu 24.04 Noble. Xwayland session crashed while I was using the laptop. My kernel is: 6.8.0-rc4-realtime-rt4 I notice this: (../src/core/meta- context.c:533):meta_context_terminate: runtime check failed: (g_main_loop_is_running (priv->main_loop)) # journalctl -b --no-pager --no-hostname | grep "gnome-shell\[3017\]" Feb 24 13:21:13 gnome-shell[3017]: Running GNOME Shell (using mutter 45.3) as a Wayland display server Feb 24 13:21:13 gnome-shell[3017]: Made thread 'KMS thread' realtime scheduled Feb 24 13:21:14 gnome-shell[3017]: Device '/dev/dri/card1' prefers shadow buffer Feb 24 13:21:14 gnome-shell[3017]: Added device '/dev/dri/card1' (amdgpu) using atomic mode setting. Feb 24 13:21:14 gnome-shell[3017]: Created gbm renderer for '/dev/dri/card1' Feb 24 13:21:14 gnome-shell[3017]: Boot VGA GPU /dev/dri/card1 selected as primary
[Desktop-packages] [Bug 2054873] Re: Connection to xwayland lost / Xwayland terminated, exiting since it was mandatory
** Attachment added: "journalctl-6.8.0-rc4-realtime-rt4 full with Connection to Xwayland lost" https://bugs.launchpad.net/ubuntu/+source/wayland/+bug/2054873/+attachment/5748932/+files/journalctl-6.8.0-rc4-realtime-rt4.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to wayland in Ubuntu. https://bugs.launchpad.net/bugs/2054873 Title: Connection to xwayland lost / Xwayland terminated, exiting since it was mandatory Status in wayland package in Ubuntu: New Bug description: Hi Kernel Team, I notice this today when using Ubuntu 24.04 Noble. Xwayland session crashed while I was using the laptop. My kernel is: 6.8.0-rc4-realtime-rt4 I notice this: (../src/core/meta- context.c:533):meta_context_terminate: runtime check failed: (g_main_loop_is_running (priv->main_loop)) # journalctl -b --no-pager --no-hostname | grep "gnome-shell\[3017\]" Feb 24 13:21:13 gnome-shell[3017]: Running GNOME Shell (using mutter 45.3) as a Wayland display server Feb 24 13:21:13 gnome-shell[3017]: Made thread 'KMS thread' realtime scheduled Feb 24 13:21:14 gnome-shell[3017]: Device '/dev/dri/card1' prefers shadow buffer Feb 24 13:21:14 gnome-shell[3017]: Added device '/dev/dri/card1' (amdgpu) using atomic mode setting. Feb 24 13:21:14 gnome-shell[3017]: Created gbm renderer for '/dev/dri/card1' Feb 24 13:21:14 gnome-shell[3017]: Boot VGA GPU /dev/dri/card1 selected as primary Feb 24 13:21:14 gnome-shell[3017]: Obtained a high priority EGL context Feb 24 13:21:14 gnome-shell[3017]: Obtained a high priority EGL context Feb 24 13:21:14 gnome-shell[3017]: Using public X11 display :1024, (using :1025 for managed services) Feb 24 13:21:14 gnome-shell[3017]: Using Wayland display name 'wayland-0' Feb 24 13:21:15 gnome-shell[3017]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly. Feb 24 13:21:15 gnome-shell[3017]: Will monitor session c1 Feb 24 13:21:15 gnome-shell[3017]: Extension d...@rastersoft.com already installed in /usr/share/gnome-shell/extensions/d...@rastersoft.com. /usr/share/gnome-shell/extensions/d...@rastersoft.com will not be loaded Feb 24 13:21:15 gnome-shell[3017]: Extension tiling-assist...@ubuntu.com already installed in /usr/share/gnome-shell/extensions/tiling-assist...@ubuntu.com. /usr/share/gnome-shell/extensions/tiling-assist...@ubuntu.com will not be loaded Feb 24 13:21:15 gnome-shell[3017]: Extension ubuntu-appindicat...@ubuntu.com already installed in /usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com. /usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com will not be loaded Feb 24 13:21:15 gnome-shell[3017]: Extension ubuntu-d...@ubuntu.com already installed in /usr/share/gnome-shell/extensions/ubuntu-d...@ubuntu.com. /usr/share/gnome-shell/extensions/ubuntu-d...@ubuntu.com will not be loaded Feb 24 13:21:15 gnome-shell[3017]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation Feb 24 13:21:15 gnome-shell[3017]: Failed to open sliced image: The resource at “/org/gnome/shell/theme/process-working-dark.svg” does not exist Feb 24 13:21:16 gnome-shell[3017]: Failed to open sliced image: The resource at “/org/gnome/shell/theme/process-working-dark.svg” does not exist Feb 24 13:21:16 gnome-shell[3017]: Gio.IOErrorEnum: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available Feb 24 13:21:16 gnome-shell[3017]: Registering session with GDM Feb 24 13:21:18 gnome-shell[3017]: Gio.IOErrorEnum: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available Feb 24 13:21:25 gnome-shell[3017]: Connection to xwayland lost Feb 24 13:21:25 gnome-shell[3017]: Xwayland terminated, exiting since it was mandatory Feb 24 13:21:25 gnome-shell[3017]: (../src/core/meta-context.c:533):meta_context_terminate: runtime check failed: (g_main_loop_is_running (priv->main_loop)) Feb 24 13:21:25 gnome-shell[3017]: JS ERROR: Gio.IOErrorEnum: Xwayland exited unexpectedly Feb 24 13:21:25 gnome-shell[3017]: Execution of main.js threw exception: Module resource:///org/gnome/shell/ui/init.js threw an exception To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/wayland/+bug/2054873/+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 2054771] Re: Kernel panic boot error with kernel 6.5.0.21
Could restore a working Kernel 6.5.0.21 with $ sudo apt update $ sudo apt upgrade However, the system starts up directly without asking for the user login, which is really weird. There is also a security warning when updating: $ sudo apt update Hit:1 http://archive.ubuntu.com/ubuntu mantic InRelease Hit:2 http://archive.ubuntu.com/ubuntu mantic-updates InRelease Hit:3 http://archive.ubuntu.com/ubuntu mantic-backports InRelease Hit:4 http://security.ubuntu.com/ubuntu mantic-security InRelease Ign:5 http://linux.dropbox.com/ubuntu mantic InRelease Hit:6 http://linux.dropbox.com/ubuntu mantic Release Get:7 http://linux.dropbox.com/ubuntu mantic Release.gpg [488 B] Ign:7 http://linux.dropbox.com/ubuntu mantic Release.gpg Hit:8 https://dl.google.com/linux/chrome/deb stable InRelease Reading package lists... Done W: GPG error: http://linux.dropbox.com/ubuntu mantic Release: The following signatures were invalid: BADSIG FC918B335044912E Dropbox Automatic Signing Key E: The repository 'http://linux.dropbox.com/ubuntu mantic Release' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://dl.google.com/linux/chrome/deb stable InRelease' doesn't support architecture 'i386' -- 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/2054771 Title: Kernel panic boot error with kernel 6.5.0.21 Status in network-manager package in Ubuntu: New Bug description: Booting on kernel 6.5.0.21-generic returns error: 'Unable to mount root fs on unknown-block(0.0)' The system starts up correctly with the previous kernel 6.7.0.17-generic Trying fixing 6.5.0.21-generic does not work: $ update-initramfs -u -k 6.5.0.21-generic update-initramfs: Generating /boot/initrd.img-6.5.0.21-generic touch: cannot touch '/boot/initrd.img-6.5.0.21-generic.new': Permission denied W: Kernel configuration /boot/config-6.5.0.21-generic is missing, cannot check for zstd compression support (CONFIG_RD_ZSTD) W: missing /lib/modules/6.5.0.21-generic W: Ensure all necessary drivers are built into the linux image! depmod: ERROR: could not open directory /lib/modules/6.5.0.21-generic: No such file or directory depmod: FATAL: could not search modules: No such file or directory cat: /var/tmp/mkinitramfs_uR0VlQ/lib/modules/6.5.0.21-generic/modules.builtin: No such file or directory W: Can't find modules.builtin.modinfo (for locating built-in drivers' firmware, supported in Linux >=5.2) /dev/mapper/control: open failed: Permission denied Failure to communicate with kernel device-mapper driver. Incompatible libdevmapper 1.02.185 (2022-05-18) and kernel driver (unknown version). Command failed. /dev/mapper/control: open failed: Permission denied Failure to communicate with kernel device-mapper driver. Incompatible libdevmapper 1.02.185 (2022-05-18) and kernel driver (unknown version). Command failed. /dev/mapper/control: open failed: Permission denied Failure to communicate with kernel device-mapper driver. Incompatible libdevmapper 1.02.185 (2022-05-18) and kernel driver (unknown version). Command failed. /dev/mapper/control: open failed: Permission denied Failure to communicate with kernel device-mapper driver. Incompatible libdevmapper 1.02.185 (2022-05-18) and kernel driver (unknown version). Command failed. I: The initramfs will attempt to resume from /dev/dm-2 I: (UUID=ae16e50c-6748-4c2f-877f-b084acd65a51) I: Set the RESUME variable to override this. cp: cannot access '/etc/lvm/backup': Permission denied depmod: WARNING: could not open modules.order at /var/tmp/mkinitramfs_uR0VlQ/lib/modules/6.5.0.21-generic: No such file or directory depmod: WARNING: could not open modules.builtin at /var/tmp/mkinitramfs_uR0VlQ/lib/modules/6.5.0.21-generic: No such file or directory depmod: WARNING: could not open modules.builtin.modinfo at /var/tmp/mkinitramfs_uR0VlQ/lib/modules/6.5.0.21-generic: No such file or directory /usr/sbin/mkinitramfs: 539: cannot create /boot/initrd.img-6.5.0.21-generic.new: Permission denied update-initramfs: failed for /boot/initrd.img-6.5.0.21-generic with 2. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/2054771/+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 2054771] Re: Kernel panic boot error with kernel 6.5.0.21
After a reboot this is the output from update: $ sudo apt update Reading package lists... Done E: Could not get lock /var/lib/apt/lists/lock. It is held by process 3911 (packagekitd) N: Be aware that removing the lock file is not a solution and may break your system. E: Unable to lock directory /var/lib/apt/lists/ -- 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/2054771 Title: Kernel panic boot error with kernel 6.5.0.21 Status in network-manager package in Ubuntu: New Bug description: Booting on kernel 6.5.0.21-generic returns error: 'Unable to mount root fs on unknown-block(0.0)' The system starts up correctly with the previous kernel 6.7.0.17-generic Trying fixing 6.5.0.21-generic does not work: $ update-initramfs -u -k 6.5.0.21-generic update-initramfs: Generating /boot/initrd.img-6.5.0.21-generic touch: cannot touch '/boot/initrd.img-6.5.0.21-generic.new': Permission denied W: Kernel configuration /boot/config-6.5.0.21-generic is missing, cannot check for zstd compression support (CONFIG_RD_ZSTD) W: missing /lib/modules/6.5.0.21-generic W: Ensure all necessary drivers are built into the linux image! depmod: ERROR: could not open directory /lib/modules/6.5.0.21-generic: No such file or directory depmod: FATAL: could not search modules: No such file or directory cat: /var/tmp/mkinitramfs_uR0VlQ/lib/modules/6.5.0.21-generic/modules.builtin: No such file or directory W: Can't find modules.builtin.modinfo (for locating built-in drivers' firmware, supported in Linux >=5.2) /dev/mapper/control: open failed: Permission denied Failure to communicate with kernel device-mapper driver. Incompatible libdevmapper 1.02.185 (2022-05-18) and kernel driver (unknown version). Command failed. /dev/mapper/control: open failed: Permission denied Failure to communicate with kernel device-mapper driver. Incompatible libdevmapper 1.02.185 (2022-05-18) and kernel driver (unknown version). Command failed. /dev/mapper/control: open failed: Permission denied Failure to communicate with kernel device-mapper driver. Incompatible libdevmapper 1.02.185 (2022-05-18) and kernel driver (unknown version). Command failed. /dev/mapper/control: open failed: Permission denied Failure to communicate with kernel device-mapper driver. Incompatible libdevmapper 1.02.185 (2022-05-18) and kernel driver (unknown version). Command failed. I: The initramfs will attempt to resume from /dev/dm-2 I: (UUID=ae16e50c-6748-4c2f-877f-b084acd65a51) I: Set the RESUME variable to override this. cp: cannot access '/etc/lvm/backup': Permission denied depmod: WARNING: could not open modules.order at /var/tmp/mkinitramfs_uR0VlQ/lib/modules/6.5.0.21-generic: No such file or directory depmod: WARNING: could not open modules.builtin at /var/tmp/mkinitramfs_uR0VlQ/lib/modules/6.5.0.21-generic: No such file or directory depmod: WARNING: could not open modules.builtin.modinfo at /var/tmp/mkinitramfs_uR0VlQ/lib/modules/6.5.0.21-generic: No such file or directory /usr/sbin/mkinitramfs: 539: cannot create /boot/initrd.img-6.5.0.21-generic.new: Permission denied update-initramfs: failed for /boot/initrd.img-6.5.0.21-generic with 2. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/2054771/+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 2054878] [NEW] fingerprint device disconnected
Public bug reported: fprintd version: 1.94.2-2 Ubuntu release from system monitor 45.0.2 >From settings when I try to enable fingerprint login, i check it, select right >index finger and then I get fingerprint device disconnected. Sometimes after restart I bupass this, and put my finger but when I leave it and reputing it to another angle i get error Failed to claim fingerprint device ElanTech Fingerprint Sensor: the device is already claimed by another process I checked the Debian forum about this and I saw that my fingerprint sensor is supported by fprintd. ** Affects: fprintd (Ubuntu) Importance: Undecided Status: New ** Tags: fingerprint login -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to fprintd in Ubuntu. https://bugs.launchpad.net/bugs/2054878 Title: fingerprint device disconnected Status in fprintd package in Ubuntu: New Bug description: fprintd version: 1.94.2-2 Ubuntu release from system monitor 45.0.2 From settings when I try to enable fingerprint login, i check it, select right index finger and then I get fingerprint device disconnected. Sometimes after restart I bupass this, and put my finger but when I leave it and reputing it to another angle i get error Failed to claim fingerprint device ElanTech Fingerprint Sensor: the device is already claimed by another process I checked the Debian forum about this and I saw that my fingerprint sensor is supported by fprintd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fprintd/+bug/2054878/+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] [NEW] Syntax warnings after upgrade to Python 3.12
Public bug reported: 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 escape sequence '\d' re.compile('^model(\d+)', re.IGNORECASE) : TYPE_STR, /usr/share/hplip/base/password.py:212: SyntaxWarning: invalid escape sequence '\[' cb = cb.replace("[", "\[") /usr/share/hplip/base/password.py:213: SyntaxWarning: invalid escape sequence '\]' cb = cb.replace("]", "\]") /usr/share/hplip/base/queues.py:48: SyntaxWarning: invalid escape sequence '\*' NICKNAME_PATTERN = re.compile(b'''\*NickName:\s*\"(.*)"''', re.MULTILINE) /usr/share/hplip/base/status.py:1335: SyntaxWarning: invalid escape sequence '\s' pjl_code_pat = re.compile("""^CODE\s*=\s*(\d.*)$""", re.IGNORECAS
[Desktop-packages] [Bug 2054882] [NEW] Xorg freeze
Public bug reported: Nothing more. Just freezes all the time. 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 NonfreeKernelModules: nvidia_modeset nvidia .proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file. .proc.driver.nvidia.capabilities.mig: Error: path was not a regular file. .proc.driver.nvidia.gpus..01.00.0: Error: path was not a regular file. .proc.driver.nvidia.registry: Binary: "" .proc.driver.nvidia.suspend: suspend hibernate resume .proc.driver.nvidia.suspend_depth: default modeset uvm .proc.driver.nvidia.version: NVRM version: NVIDIA UNIX x86_64 Kernel Module 535.154.05 Thu Dec 28 15:37:48 UTC 2023 GCC version: 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: Sat Feb 24 09:37:57 2024 DistUpgraded: Fresh install DistroCodename: mantic DistroVariant: ubuntu ExtraDebuggingInterest: Yes, if not too technical GpuHangFrequency: Continuously GpuHangReproducibility: Seems to happen randomly GpuHangStarted: Immediately after installing this version of Ubuntu GraphicsCard: NVIDIA Corporation TU117GLM [Quadro T1000 Mobile] [10de:1fb0] (rev a1) (prog-if 00 [VGA controller]) Subsystem: Lenovo TU117GLM [Quadro T1000 Mobile] [17aa:12db] InstallationDate: Installed on 2024-02-24 (0 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=3ea98830-6da6-49cf-b34a-00412e832e62 ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display Title: Xorg freeze UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/15/2023 dmi.bios.release: 1.60 dmi.bios.vendor: LENOVO dmi.bios.version: M3JKT3CA dmi.board.name: 32DD dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN 3305435660291 dmi.chassis.type: 35 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.ec.firmware.release: 1.25 dmi.modalias: dmi:bvnLENOVO:bvrM3JKT3CA:bd11/15/2023:br1.60:efr1.25:svnLENOVO:pn30EF004VUS:pvrThinkStationP350Tiny:rvnLENOVO:rn32DD:rvrSDK0J40697WIN3305435660291:cvnLENOVO:ct35:cvrNone:skuLENOVO_MT_30EF_BU_Think_FM_ThinkStationP350Tiny: dmi.product.family: ThinkStation P350 Tiny dmi.product.name: 30EF004VUS dmi.product.sku: LENOVO_MT_30EF_BU_Think_FM_ThinkStation P350 Tiny dmi.product.version: ThinkStation P350 Tiny dmi.sys.vendor: LENOVO 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.nvidia-graphics-drivers: nvidia-graphics-drivers-* 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 freeze mantic ubuntu -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/2054882 Title: Xorg freeze Status in xorg package in Ubuntu: New Bug description: Nothing more. Just freezes all the time. 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 NonfreeKernelModules: nvidia_modeset nvidia .proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file. .proc.driver.nvidia.capabilities.mig: Error: path was not a regular file. .proc.driver.nvidia.gpus..01.00.0: Error: path was not a regular file. .proc.driver.nvidia.registry: Binary: "" .proc.driver.nvidia.suspend: suspend hibernate resume .proc.driver.nvidia.suspend_depth: default modeset uvm .proc.driver.nvidia.version: NVRM version: NVIDIA UNIX x86_64 Kernel Module 535.154.05 Thu Dec 28 15:37:48 UTC 2023 GCC version: 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: Sat Feb 24 09:37:57 2024 DistUpgraded: Fresh install DistroCodename: mantic DistroVariant: ubuntu ExtraDebuggingInterest: Yes, if not too technical GpuHangFrequency: Continuously GpuHangReproducibility: Seems to happen randomly GpuHangStar
[Desktop-packages] [Bug 1835035] Re: libc-ares-dev doesn't provide cmake files
This bug was fixed in the package c-ares - 1.26.0-1 --- c-ares (1.26.0-1) unstable; urgency=low * Imported Upstream version 1.26.0 -- Gregor Jasny Sat, 27 Jan 2024 16:57:37 +0100 ** Changed in: c-ares (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to c-ares in Ubuntu. https://bugs.launchpad.net/bugs/1835035 Title: libc-ares-dev doesn't provide cmake files Status in c-ares package in Ubuntu: Fix Released Bug description: c-ares normally provides CMake files when installed. However, the Ubuntu package does not bundle those files. So building third-party software that configures itself using CMake is more difficult because of this. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/c-ares/+bug/1835035/+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 2054887] [NEW] Grahpical bugs caused by unable to access libdrm
Public bug reported: Launching the chromium snap package causes a bunch of graphical glitches that makes the program unusable. This cause appears to stem from the snap being unable to access the libdrm directory. Below is the output I get when launching the program. I have confirmed I have libdrm installed /usr/share/libdrm/amdgpu.ids: No such file or directory [6505:6505:0224/105129.482765:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not implemented ** Affects: chromium-browser (Ubuntu) Importance: Undecided Status: New ** Attachment added: "screenshot of the issue" https://bugs.launchpad.net/bugs/2054887/+attachment/5748995/+files/glitches.png -- 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/2054887 Title: Grahpical bugs caused by unable to access libdrm Status in chromium-browser package in Ubuntu: New Bug description: Launching the chromium snap package causes a bunch of graphical glitches that makes the program unusable. This cause appears to stem from the snap being unable to access the libdrm directory. Below is the output I get when launching the program. I have confirmed I have libdrm installed /usr/share/libdrm/amdgpu.ids: No such file or directory [6505:6505:0224/105129.482765:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not implemented To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2054887/+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 2054887] Re: Grahpical bugs caused by unable to access libdrm
** Description changed: - Launching the chromium snap package causes a bunch of graphical glitches - that makes the program unusable. This cause appears to stem from the - snap being unable to access the libdrm directory. Below is the output I - get when launching the program. I have confirmed I have libdrm installed + The chromium snap package has a bunch of graphical glitches that makes + the program unusable. This appears to be caused by the snap package + being unable to access the libdrm directory. Below is the output I get + when launching the program. I have confirmed I have libdrm installed and + the amdgpu.ids file is present on my system. /usr/share/libdrm/amdgpu.ids: No such file or directory [6505:6505:0224/105129.482765:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not implemented -- 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/2054887 Title: Grahpical bugs caused by unable to access libdrm Status in chromium-browser package in Ubuntu: New Bug description: The chromium snap package has a bunch of graphical glitches that makes the program unusable. This appears to be caused by the snap package being unable to access the libdrm directory. Below is the output I get when launching the program. I have confirmed I have libdrm installed and the amdgpu.ids file is present on my system. Using a normal version of Chromium (not a snap) works as expected so I believe there is an issue with the snap package. /usr/share/libdrm/amdgpu.ids: No such file or directory [6505:6505:0224/105129.482765:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not implemented System and snap info Chromium Snap version: latest/stable:122.0.6261.57 Linux 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 PRETTY_NAME="Ubuntu 22.04.4 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.4 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/"; SUPPORT_URL="https://help.ubuntu.com/"; BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"; PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"; UBUNTU_CODENAME=jammy To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2054887/+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 2054887] Re: Grahpical bugs caused by unable to access libdrm
** Description changed: The chromium snap package has a bunch of graphical glitches that makes the program unusable. This appears to be caused by the snap package being unable to access the libdrm directory. Below is the output I get when launching the program. I have confirmed I have libdrm installed and - the amdgpu.ids file is present on my system. + the amdgpu.ids file is present on my system. Using a normal version of + Chromium (not a snap) works as expected so I believe there is an issue + with the snap package. /usr/share/libdrm/amdgpu.ids: No such file or directory [6505:6505:0224/105129.482765:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not implemented + + System and snap info + + Chromium Snap version: latest/stable:122.0.6261.57 + + Linux 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 + + PRETTY_NAME="Ubuntu 22.04.4 LTS" + NAME="Ubuntu" + VERSION_ID="22.04" + VERSION="22.04.4 LTS (Jammy Jellyfish)" + VERSION_CODENAME=jammy + ID=ubuntu + ID_LIKE=debian + HOME_URL="https://www.ubuntu.com/"; + SUPPORT_URL="https://help.ubuntu.com/"; + BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"; + PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"; + UBUNTU_CODENAME=jammy -- 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/2054887 Title: Grahpical bugs caused by unable to access libdrm Status in chromium-browser package in Ubuntu: New Bug description: The chromium snap package has a bunch of graphical glitches that makes the program unusable. This appears to be caused by the snap package being unable to access the libdrm directory. Below is the output I get when launching the program. I have confirmed I have libdrm installed and the amdgpu.ids file is present on my system. Using a normal version of Chromium (not a snap) works as expected so I believe there is an issue with the snap package. /usr/share/libdrm/amdgpu.ids: No such file or directory [6505:6505:0224/105129.482765:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not implemented System and snap info Chromium Snap version: latest/stable:122.0.6261.57 Linux 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 PRETTY_NAME="Ubuntu 22.04.4 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.4 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/"; SUPPORT_URL="https://help.ubuntu.com/"; BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"; PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"; UBUNTU_CODENAME=jammy To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2054887/+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 2054888] [NEW] Pipewire crash reloads without group permissions.
Public bug reported: When using pipewire and realtime kernel if pipewire crashes it appears to not reload with the group and then requires a restart of the computer to reload group. Also with 24.04 installation the user isn't added to pipewire group. This creates a problem in bitwig that does not allow me to load wine plugins properly. Took several hours to figure out that I needed to be added to the pipewire group. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: pipewire 1.0.2-1ubuntu1 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: unknown CurrentDesktop: ubuntu:GNOME Date: Sat Feb 24 10:26:58 2024 InstallationDate: Installed on 2022-04-07 (688 days ago) InstallationMedia: Ubuntu 20.04.4 LTS "Focal Fossa" - Release amd64 (20220223) ProcEnviron: LANG=en_US.UTF-8 PATH=(custom, no user) SHELL=/bin/bash XDG_RUNTIME_DIR= SourcePackage: pipewire UpgradeStatus: Upgraded to noble on 2024-02-23 (1 days ago) ** Affects: pipewire (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug noble third-party-packages wayland-session -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pipewire in Ubuntu. https://bugs.launchpad.net/bugs/2054888 Title: Pipewire crash reloads without group permissions. Status in pipewire package in Ubuntu: New Bug description: When using pipewire and realtime kernel if pipewire crashes it appears to not reload with the group and then requires a restart of the computer to reload group. Also with 24.04 installation the user isn't added to pipewire group. This creates a problem in bitwig that does not allow me to load wine plugins properly. Took several hours to figure out that I needed to be added to the pipewire group. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: pipewire 1.0.2-1ubuntu1 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: unknown CurrentDesktop: ubuntu:GNOME Date: Sat Feb 24 10:26:58 2024 InstallationDate: Installed on 2022-04-07 (688 days ago) InstallationMedia: Ubuntu 20.04.4 LTS "Focal Fossa" - Release amd64 (20220223) ProcEnviron: LANG=en_US.UTF-8 PATH=(custom, no user) SHELL=/bin/bash XDG_RUNTIME_DIR= SourcePackage: pipewire UpgradeStatus: Upgraded to noble on 2024-02-23 (1 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pipewire/+bug/2054888/+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 2054890] [NEW] freezes on ubuntu 24.04
Public bug reported: i cannot start GUI, mouse cursor gets stuck when starting it, before reaching lightdm greeter display. The only way to restart is the REISUB keyboard sequence. xorg.0.log attached Ubuntu 24.04 LTS kernel 6.6.15 mainstream (not ubuntu specific) hardware: Acer E1-522 laptop AMD A6-5200 4-core CPU with AMD Radeon 8400HD GPU 16 GB DDR3 RAM Server does not close flawlessly but freezes system, other than the REISUB escape sequence ** Affects: xorg-server (Ubuntu) Importance: Undecided Status: New ** Attachment added: "x server log" https://bugs.launchpad.net/bugs/2054890/+attachment/5748998/+files/Xorg.0.log -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/2054890 Title: freezes on ubuntu 24.04 Status in xorg-server package in Ubuntu: New Bug description: i cannot start GUI, mouse cursor gets stuck when starting it, before reaching lightdm greeter display. The only way to restart is the REISUB keyboard sequence. xorg.0.log attached Ubuntu 24.04 LTS kernel 6.6.15 mainstream (not ubuntu specific) hardware: Acer E1-522 laptop AMD A6-5200 4-core CPU with AMD Radeon 8400HD GPU 16 GB DDR3 RAM Server does not close flawlessly but freezes system, other than the REISUB escape sequence To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/2054890/+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 2048441] Re: Firefox cannot save/read a credit card number
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: firefox (Ubuntu) Status: New => Confirmed -- 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/2048441 Title: Firefox cannot save/read a credit card number Status in firefox package in Ubuntu: Confirmed Bug description: Firefox has a functionality to save and auto-fill credit cards. Saving can be done when entering the information of a card in a web page, or in Settings/Privacy & Security/Saved Credit Cards. Currently, with Kubuntu's version of Firefox 118.0.2, nothing happens when saving. In the "Browser Console" of Firefox, when saving from the Settings menu, I get the following message: NS_ERROR_ABORT: User canceled OS unlock entry encrypt resource://gre/modules/OSKeyStore.sys.mjs:320 editDialog.js:232:15 If the same is done with the non-snap version downloaded from Mozilla, it works. --- ProblemType: Bug ApportVersion: 2.27.0-0ubuntu5 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: KDE DistroRelease: Ubuntu 23.10 InstallationDate: Installed on 2022-01-27 (710 days ago) InstallationMedia: Kubuntu 21.10 "Impish Indri" - Release amd64 (20211012) ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3 Snap: firefox 121.0-1.1 (stable) SnapChanges: Identifiant État DescendancePrêt Résumé 307 Done 2024-01-07T10:44:43+01:00 2024-01-07T10:48:46+01:00 Supprimer le paquet Snap "firefox" 308 Done 2024-01-07T10:50:33+01:00 2024-01-07T10:53:10+01:00 Installer le paquet Snap "firefox" Tags: mantic Uname: Linux 6.5.0-14-generic x86_64 UpgradeStatus: Upgraded to mantic on 2023-11-02 (66 days ago) UserGroups: adm cdrom dip kvm libvirt lpadmin lxd plugdev sambashare sudo wireshark _MarkForUpload: True --- ProblemType: Bug ApportVersion: 2.27.0-0ubuntu5 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: KDE DistroRelease: Ubuntu 23.10 InstallationDate: Installed on 2022-01-27 (710 days ago) InstallationMedia: Kubuntu 21.10 "Impish Indri" - Release amd64 (20211012) Package: firefox 1:1snap1-0ubuntu3 PackageArchitecture: amd64 ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3 SnapChanges: Identifiant État DescendancePrêt Résumé 307 Done 2024-01-07T10:44:43+01:00 2024-01-07T10:48:46+01:00 Supprimer le paquet Snap "firefox" 308 Done 2024-01-07T10:50:33+01:00 2024-01-07T10:53:10+01:00 Installer le paquet Snap "firefox" Tags: mantic Uname: Linux 6.5.0-14-generic x86_64 UpgradeStatus: Upgraded to mantic on 2023-11-02 (66 days ago) UserGroups: adm cdrom dip kvm libvirt lpadmin lxd plugdev sambashare sudo wireshark _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2048441/+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 2042859] Re: [snap] Firefox snap cannot use kerberos authentication
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: firefox (Ubuntu) Status: New => Confirmed -- 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/2042859 Title: [snap] Firefox snap cannot use kerberos authentication Status in firefox package in Ubuntu: Confirmed Bug description: Applies to Ubuntu 22.04 and any other versions where firefox runs as snap: firefox: Installed: 1:1snap1-0ubuntu2 Candidate: 1:1snap1-0ubuntu2 Version table: *** 1:1snap1-0ubuntu2 500 500 http://us.archive.ubuntu.com/ubuntu jammy/main amd64 Packages 100 /var/lib/dpkg/statu You can configure Firefox to use negotiate authentication with kerberos. https://people.redhat.com/mikeb/negotiate/ on how to do this. To use kerberos auth, Firefox needs to read kerberos ticket cache, default to /tmp/krb5cc_${id -u}. Since Firefox runs as a snap in 22.04, and possibly other versions, it cannot read this cache, and thus cannot use kerberized authentication. Firefox installed as native application works as expected. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2042859/+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 2022879] Re: No sound from Woofer speaker of Asus Zephyrus G14 2023
I had this problem, and updating to Kernel 6.7.5 fixed it for me. I used the "Mainline kernel tool" to install the latest Kernel manually, it was easy and quick. AMD Ryzen 9 7940HS w/ Radeon 780M Graphics × 8 NVIDIA Corporation AD106M [GeForce RTX 4070 Max-Q / Mobile] Ubuntu 23.10 Mantic Minotaur (x86-64) Cinnamon version 5.8.4 Kernel 6.7.5-060705-generic Much Love to all! Thanks :) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/2022879 Title: No sound from Woofer speaker of Asus Zephyrus G14 2023 Status in alsa-driver package in Ubuntu: New Status in pipewire package in Ubuntu: New Bug description: On Asus Zephyrus G14 2023, sound only comes out of the pair of tweeter speaker. The woofer speaker does not produce any sound at all on either on Analog Stereo, Analog Surround 4.0, or 2.1 configurations 1) ┌─[surfer@M5-RGV]-[~] └──╼ $lsb_release -rd No LSB modules are available. Description: Ubuntu 23.04 Release: 23.04 ) 2) ┌─[surfer@M5-RGV]-[~] └──╼ $apt-cache policy pipewire pipewire: Installed: 0.3.65-3 Candidate: 0.3.65-3 Version table: *** 0.3.65-3 500 500 http://id.archive.ubuntu.com/ubuntu lunar/main amd64 Packages 100 /var/lib/dpkg/status 3) The Woofer/rear speaker should produce sound 4) Sound only comes from the pair of tweeter speaker ProblemType: Bug DistroRelease: Ubuntu 23.04 Package: pipewire 0.3.65-3 Uname: Linux 6.3.5-060305-generic x86_64 ApportVersion: 2.26.1-0ubuntu2 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: GNOME Date: Mon Jun 5 12:33:02 2023 InstallationDate: Installed on 2023-05-31 (4 days ago) InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418) ProcEnviron: LANG=en_US.UTF-8 PATH=(custom, no user) SHELL=/bin/bash XDG_RUNTIME_DIR= SourcePackage: pipewire UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/2022879/+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 2022879] Re: No sound from Woofer speaker of Asus Zephyrus G14 2023
Here's the link for kernel update instructions and the Mainline tool: https://9to5linux.com/you-can-now-install-linux-kernel-6-7-on-ubuntu-heres-how -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/2022879 Title: No sound from Woofer speaker of Asus Zephyrus G14 2023 Status in alsa-driver package in Ubuntu: New Status in pipewire package in Ubuntu: New Bug description: On Asus Zephyrus G14 2023, sound only comes out of the pair of tweeter speaker. The woofer speaker does not produce any sound at all on either on Analog Stereo, Analog Surround 4.0, or 2.1 configurations 1) ┌─[surfer@M5-RGV]-[~] └──╼ $lsb_release -rd No LSB modules are available. Description: Ubuntu 23.04 Release: 23.04 ) 2) ┌─[surfer@M5-RGV]-[~] └──╼ $apt-cache policy pipewire pipewire: Installed: 0.3.65-3 Candidate: 0.3.65-3 Version table: *** 0.3.65-3 500 500 http://id.archive.ubuntu.com/ubuntu lunar/main amd64 Packages 100 /var/lib/dpkg/status 3) The Woofer/rear speaker should produce sound 4) Sound only comes from the pair of tweeter speaker ProblemType: Bug DistroRelease: Ubuntu 23.04 Package: pipewire 0.3.65-3 Uname: Linux 6.3.5-060305-generic x86_64 ApportVersion: 2.26.1-0ubuntu2 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: GNOME Date: Mon Jun 5 12:33:02 2023 InstallationDate: Installed on 2023-05-31 (4 days ago) InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418) ProcEnviron: LANG=en_US.UTF-8 PATH=(custom, no user) SHELL=/bin/bash XDG_RUNTIME_DIR= SourcePackage: pipewire UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/2022879/+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 1922276] Re: Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only visible part of terminal output
** Changed in: vte Status: New => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to vte2.91 in Ubuntu. https://bugs.launchpad.net/bugs/1922276 Title: Select All (Shift+Ctrl+A) followed by Copy (Shift+Ctrl+C) copies only visible part of terminal output Status in MATE Desktop: Unknown Status in Gnome Virtual Terminal Emulator: Fix Released Status in mate-terminal package in Ubuntu: Invalid Status in vte2.91 package in Ubuntu: Triaged Status in vte2.91 package in Debian: New Bug description: Steps to reproduce: 1. Have Ubuntu MATE 21.04 installed (or use Live session) 2. Launch MATE Terminal 3. Enable infinite history (Edit - Profile Preferences - Scrolling, Scrollback - Unlimited) 4. Execute command with long output such as `journalctl | cat` 5. Select Edit - Select All (or press ++), then Edit - Copy (or press ++) 6. Open Pluma text editor and paste just copied terminal output Expected results: * whole terminal output is copied - staring by `user@host:~$ journalctl | cat` and ending by `user@host:~$` Actual results: * only last 15 lines were copied (depends on terminal size) ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: mate-terminal 1.24.1-1 ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7 Uname: Linux 5.11.0-13-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu61 Architecture: amd64 CasperMD5CheckResult: pass CasperVersion: 1.461 Date: Thu Apr 1 17:35:47 2021 LiveMediaBuild: Ubuntu-MATE 21.04 "Hirsute Hippo" - Beta amd64 (20210331.1) ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=C.UTF-8 SourcePackage: mate-terminal UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/mate-desktop/+bug/1922276/+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 2054907] [NEW] GNOME Control Center (Settings app) crashes every now and then, especially when switching sections.
Public bug reported: On Ubuntu 23.10 (Mantic), GNOME Control Center (the Settings app) keeps crashing every now and then when I am using it; often happening when I switch sections. One of the sections which takes the blame is the Privacy page, which occasionally has a tendency to lock up the Settings app and crash it; at times erroneously showing Thunderbolt settings, even though Thunderbolt does not exist on my system. ProblemType: Bug DistroRelease: Ubuntu 23.10 Package: gnome-control-center 1:45.0-1ubuntu3.1 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 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Sun Feb 25 08:09:18 2024 InstallationDate: Installed on 2024-02-18 (7 days ago) InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1) ProcEnviron: LANG=en_US.UTF-8 PATH=(custom, no user) SHELL=/bin/bash TERM=xterm-256color XDG_RUNTIME_DIR= SourcePackage: gnome-control-center UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: gnome-control-center (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug mantic wayland-session -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/2054907 Title: GNOME Control Center (Settings app) crashes every now and then, especially when switching sections. Status in gnome-control-center package in Ubuntu: New Bug description: On Ubuntu 23.10 (Mantic), GNOME Control Center (the Settings app) keeps crashing every now and then when I am using it; often happening when I switch sections. One of the sections which takes the blame is the Privacy page, which occasionally has a tendency to lock up the Settings app and crash it; at times erroneously showing Thunderbolt settings, even though Thunderbolt does not exist on my system. ProblemType: Bug DistroRelease: Ubuntu 23.10 Package: gnome-control-center 1:45.0-1ubuntu3.1 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 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Sun Feb 25 08:09:18 2024 InstallationDate: Installed on 2024-02-18 (7 days ago) InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1) ProcEnviron: LANG=en_US.UTF-8 PATH=(custom, no user) SHELL=/bin/bash TERM=xterm-256color XDG_RUNTIME_DIR= SourcePackage: gnome-control-center UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2054907/+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 2052925] Re: lpoptions -d as root
I will test this once I'm back from PTO on 1Mar. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/2052925 Title: lpoptions -d as root Status in cups package in Ubuntu: Fix Released Status in cups source package in Jammy: Fix Committed Bug description: Copied from https://github.com/OpenPrinting/cups/issues/454 Yair Yarom submitted Debian bug 1008053 and observed that running lpoptions as root does not update /etc/cups/lpoptions but /root/.cups/lpoptions. Running lpoptions as root (e.g. "lpoptions -d HP-OfficeJet") should update /etc/cups/lpoptions to be the defaults for all users. But instead it tries to update /root/.cups/lpoptions. This has been fixed upstream in cups, in debian sid, and mantic. Proposing to add this change in jammy and older (still supported) series as well. The fix is a one line change in https://github.com/OpenPrinting/cups/pull/456 Thanks. 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu ubuntu@jammy-vm:~$ lsb_release -rd Description: Ubuntu 22.04.3 LTS Release: 22.04 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center ubuntu@jammy-vm:~$ apt-cache policy cups cups: Installed: 2.4.1op1-1ubuntu4.7 Candidate: 2.4.1op1-1ubuntu4.7 Version table: *** 2.4.1op1-1ubuntu4.7 500 500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages 500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages 100 /var/lib/dpkg/status 2.4.1op1-1ubuntu4 500 500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages 3) What you expected to happen: root@jammy-vm:~# lpstat -p printer HP-Officejet-Pro-8710 is idle. enabled since Thu 01 Feb 2024 03:17:49 PM UTC root@jammy-vm:~# root@jammy-vm:~# lpoptions -d HP-Officejet-Pro-8710 copies=1 device-uri=lpd://10.20.135.153:515/PASSTHRU finishings=3 job-cancel-after=10800 job-hold-until=no-hold job-priority=50 job-sheets=none,none marker-change-time=0 number-up=1 print-color-mode=color printer-commands=none printer-info=HP-Officejet-Pro-8710 printer-is-accepting-jobs=true printer-is-shared=true printer-is-temporary=false printer-location printer-make-and-model='HP Officejet Pro 8710, hpcups 3.21.12' printer-state=3 printer-state-change-time=1706800669 printer-state-reasons=none printer-type=4124 printer-uri-supported=ipp://localhost/printers/HP-Officejet-Pro-8710 root@jammy-vm:~# root@jammy-vm:~# cat /etc/cups/lpoptions Default HP-Officejet-Pro-8710 root@jammy-vm:~# root@jammy-vm:~# cat /root/.cups/lpoptions cat: /etc/cups/lpoptions: No such file or directory root@jammy-vm:~# 4) What happened instead: root@jammy-vm:~# lpstat -p printer HP-Officejet-Pro-8710 is idle. enabled since Thu 01 Feb 2024 03:17:49 PM UTC root@jammy-vm:~# root@jammy-vm:~# lpoptions -d HP-Officejet-Pro-8710 copies=1 device-uri=lpd://10.20.135.153:515/PASSTHRU finishings=3 job-cancel-after=10800 job-hold-until=no-hold job-priority=50 job-sheets=none,none marker-change-time=0 number-up=1 print-color-mode=color printer-commands=none printer-info=HP-Officejet-Pro-8710 printer-is-accepting-jobs=true printer-is-shared=true printer-is-temporary=false printer-location printer-make-and-model='HP Officejet Pro 8710, hpcups 3.21.12' printer-state=3 printer-state-change-time=1706800669 printer-state-reasons=none printer-type=4124 printer-uri-supported=ipp://localhost/printers/HP-Officejet-Pro-8710 root@jammy-vm:~# root@jammy-vm:~# cat /etc/cups/lpoptions cat: /etc/cups/lpoptions: No such file or directory root@jammy-vm:~# root@jammy-vm:~# cat /root/.cups/lpoptions Default HP-Officejet-Pro-8710 root@jammy-vm:~# To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/2052925/+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