[Bug 1857392] Re: Window manager warning: Overwriting existing binding of keysym...
After a system restart, I always encounter the same issue: my Apple Bluetooth keyboard fails to register keystrokes. While the keyboard shows as connected in the Bluetooth settings, no keystrokes are detected, and the syslog is filled with errors. Setup: MS Bluetooth mouse and Apple Wireless Keyboard A1016. More Detail You can see Here https://thespoti.com/ -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1857392 Title: Window manager warning: Overwriting existing binding of keysym... To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-shell/+bug/1857392/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1857392] Re: Window manager warning: Overwriting existing binding of keysym...
That sounds unrelated to this bug which is just about harmless log messages. So please open a new bug. That said, I did rediscover last week what was already said in comment #13; that this bug only occurs when dash-to-dock/ubuntu-dock loads. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1857392 Title: Window manager warning: Overwriting existing binding of keysym... To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-shell/+bug/1857392/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2063869] Re: Missing default cursor
Thank you Daniel. Unfortunately this doesn't seem to fix the problem. I upgraded the packages, and now have: > root@albatross:/usr/share/icons/DMZ-White/cursors# dpkg -l | grep mutter > ii gir1.2-mutter-14:amd64 46.2-1ubuntu0.24.04.1 > amd64GObject introspecti > on data for Mutter > ii libmutter-14-0:amd64 46.2-1ubuntu0.24.04.1 > amd64window manager libr > ary from the Mutter window manager > ii mutter-common 46.2-1ubuntu0.24.04.1 > all shared files for th > e Mutter window manager > ii mutter-common-bin 46.2-1ubuntu0.24.04.1 > amd64shared programs for > the Mutter window manager but there's still no "default" file: > root@albatross:/usr/share/icons/DMZ-White/cursors# ls -l default > ls: cannot access 'default': No such file or directory and if I change the cursor to "Adwaita (default)", and back to "DMZ- White", I still see the grey square when moving the mouse pointer over the desktop or top bar. As a side note, changing the cursor to "Adwaita (default)", and then switching virtual desktop to my Firefox window seems to crash all my gnome-terminal windows and gnome-tweaks. Going the other direction doesn't. Probably a separate problem. I'll report it if it still happens once we fix this. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2063869 Title: Missing default cursor To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/2063869/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Re: [Bug 1996927] Re: [SRU] Nautilus send mail not working
The problem there is that, as a folder cannot be an attachment, Nautilus first compresses it to a zip file, which it creates in /tmp, to which a snap doesn't have access. The fact that you can attach the a file in /tmp from Thunderbird is because it uses the portal to do so. This is not a regression as that also would not work via portal either (for the reason in paragraph 2 of the bug description). Although it is feasible to patch Nautilus to instead target the user's home, to which mail client snaps would certainly have access, it would also mean having to clean it up afterwards, and as that operation involves threading this complicates the SRU. Another option is /dev/shm, which is temporary just as /tmp, but is more fragile as its size is limited by RAM and not all systems have it. If we were going forward this route, we could make sure only to use /dev/shm for snapped applications, so as to not cause regressions for unsnapped ones. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1996927 Title: [SRU] Nautilus send mail not working To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/1996927/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2063869] Re: Missing default cursor
There isn't meant to be a "default" file. The dmz-cursor-theme task is marked as "Won't fix" at the top of the page. Maybe I shouldn't have linked the upstream bug to this one... Can you try the test case written in the Bug Description? Also crashes should be reported in separate bugs, not here. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2063869 Title: Missing default cursor To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/2063869/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2063869] Re: Missing default cursor
Did you reboot after installing the new packages? It seems I forgot to mention that. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2063869 Title: Missing default cursor To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/2063869/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2072475] [NEW] evince fails to overwrite files in /mnt/some_path
Public bug reported: Consider you want to annotate some PDF files on a file system mounted somewhere in /mnt. So you would open the file, do your annotations and save the file. Nope, you can't overwrite the file, you must save your PDF as a new one. Evince (46.0-1build-1) let your know why: The file could not be saved as "file://img/path...". Error renaming temporary file: Permission denied = Steps to reproduce on fresh Ubuntu 24.04: * Create some fs, mount it, download some PDF. Can be skiped: $ truncate --size=100M myfs.img $ sudo mkfs.ext4 myfs.img $ sudo mkdir /mnt/some_dir $ sudo mount -o loop myfs.img $ cd /mnt/some_dir $ sudo chown $USER:$USER . $ wget https://upload.wikimedia.org/wikipedia/commons/d/d3/Test.pdf $ evince Test.pdf * Try to save the file now, press ctrl+s, file chooser dialog opens and you get lot of warnings in terminal: (evince:62394): GVFS-WARNING **: 10:20:45.777: The peer-to-peer connection failed: Error while getting peer-to-peer dbus connection: Could not connect: Permission denied. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges. (evince:62394): GVFS-WARNING **: 10:20:45.778: The peer-to-peer connection failed: Error while getting peer-to-peer dbus connection: Could not connect: Permission denied. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges. (evince:62394): GVFS-WARNING **: 10:20:45.851: The peer-to-peer connection failed: Could not connect: Permission denied. Falling back to the session bus. Your application is probably missing --filesystem=xdg- run/gvfsd privileges. (evince:62394): GVFS-WARNING **: 10:20:45.921: The peer-to-peer connection failed: Could not connect: Permission denied. Falling back to the session bus. Your application is probably missing --filesystem=xdg- run/gvfsd privileges. (evince:62394): GVFS-WARNING **: 10:20:46.117: The peer-to-peer connection failed: Error while getting peer-to-peer dbus connection: Could not connect: Permission denied. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges. (evince:62394): GVFS-WARNING **: 10:20:46.117: The peer-to-peer connection failed: Error while getting peer-to-peer dbus connection: Could not connect: Permission denied. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges. (evince:62394): GVFS-WARNING **: 10:20:46.118: The peer-to-peer connection failed: Error while getting peer-to-peer dbus connection: Could not connect: Permission denied. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges. * then your choose the same Test.pdf you want to overwrite and you get the evince renaming-temporary-file error. ** Affects: evince (Ubuntu) Importance: Undecided Status: New ** Attachment added: "Evince error message" https://bugs.launchpad.net/bugs/2072475/+attachment/5795396/+files/bad_touch.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/2072475 Title: evince fails to overwrite files in /mnt/some_path To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evince/+bug/2072475/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2061744] Re: Evolution does not handle RSS feeds anymore: libevolution-rss-common.so: cannot open shared object file
** Description changed: [ Impact ] Evolution does not support adding or showing RSS feeds anymore. `Menu > Edit > Preferences` shows no tab to manage RSS feeds, and the home page does not show any of the previously added ones. Upon starting evolution the terminal output is as follows: ubuntu@ubuntu:~$ evolution (process:265491): e-data-server-WARNING **: 09:24:47.124: module_load: libevolution-rss-common.so: cannot open shared object file: No such file or directory Failed to load module: /usr/lib/evolution/modules/module-rss.so (evolution:265491): camel-CRITICAL **: 09:24:47.330: camel_provider_list: Could not load /usr/lib/evolution-data- server/camel-providers/libcamelrss.so: libevolution-rss-common.so: cannot open shared object file: No such file or directory (evolution:265491): e-mail-engine-WARNING **: 09:24:47.457: Failed to add service 'News and Blogs' (rss): No provider available for protocol “rss” (evolution:265491): e-mail-engine-CRITICAL **: 09:24:47.511: mail_session_refresh_cb: assertion 'service != NULL' failed (evolution-alarm-notify:265513): camel-CRITICAL **: 09:24:47.690: camel_provider_list: Could not load /usr/lib/evolution-data- server/camel-providers/libcamelrss.so: libevolution-rss-common.so: cannot open shared object file: No such file or directory [ Test Plan ] - * Open Evolution -> You may discard the Welcome wizard by clicking Cancel at the top left. + * Open Evolution + > You may discard the Welcome wizard by clicking Cancel at the top left. - * Click on the hamburger menu and navigate to Edit > Preferences + * Click on the hamburger menu and navigate to Edit > Preferences - * Verify that you see a "News and Blogs" tab in the sidebar. + * Verify that you see a "News and Blogs" tab in the sidebar. - * Click "News and Blogs" + * Click "News and Blogs" - * Click "Add" + * Click "Add" - * Insert an Feed URL, for example: -https://distrowatch.com/news/distro/ubuntu.xml + * Insert an Feed URL, for example: + https://distrowatch.com/news/distro/ubuntu.xml - * Click "Fetch" and verify that the "Name" field is automatically + * Click "Fetch" and verify that the "Name" field is automatically populated. - * Click "Save" + * Click "Save" - * Close the Preferences window. + * Close the Preferences window. - * Verify that in the main window's sidebar you see a "News and Blogs" section, -with your newly added RSS feed. + * Verify that in the main window's sidebar you see a "News and Blogs" section, + with your newly added RSS feed. + + * Also follow the generic test plan for Evolution updates +> https://wiki.ubuntu.com/DesktopTeam/TestPlans/Evolution [ Where problems could occur ] - Evolution is not pre-installed in Ubuntu Desktop. - If the update is malfunctional, the Evolution app (mail/contacts/calendar suite) may stop working. + Evolution is included by default in Ubuntu MATE. + + If the update is malfunctioning, the Evolution app + (mail/contacts/calendar suite) may stop working. The Thunderbird app may + be used alternatively. Evolution is part of the GNOME micro release exceptions: https://wiki.ubuntu.com/StableReleaseUpdates/GNOME - ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: evolution 3.52.0-1build2 ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1 Uname: Linux 6.8.0-22-generic x86_64 NonfreeKernelModules: zfs ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: pass CasperVersion: 1.496 CloudArchitecture: x86_64 CloudID: nocloud CloudName: unknown CloudPlatform: nocloud CloudSubPlatform: seed-dir (/var/lib/cloud/seed/nocloud) CurrentDesktop: ubuntu:GNOME Date: Tue Apr 16 08:09:58 2024 LiveMediaBuild: Ubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240410.2) ProcEnviron: LANG=C.UTF-8 PATH=(custom, no user) SHELL=/bin/bash TERM=xterm-256color XDG_RUNTIME_DIR= SourcePackage: evolution UpgradeStatus: No upgrade log present (probably fresh install) ** Description changed: [ Impact ] Evolution does not support adding or showing RSS feeds anymore. `Menu > Edit > Preferences` shows no tab to manage RSS feeds, and the home page does not show any of the previously added ones. Upon starting evolution the terminal output is as follows: ubuntu@ubuntu:~$ evolution (process:265491): e-data-server-WARNING **: 09:24:47.124: module_load: libevolution-rss-common.so: cannot open shared object file: No such file or directory Failed to load module: /usr/lib/evolution/modules/module-rss.so (evolution:265491): camel-CRITICAL **: 09:24:47.330: camel_provider_list: Could not load /usr/lib/evolution-data- server/camel-providers/libcamelrss.so: libevolution-rss-common.so: cannot open shared object file: No such file or directory (evolution:265491): e-mail-engine-WARNING **: 09:24:47.457: Failed to add
[Bug 2041831] Re: /usr/bin/update-manager:11:g_type_check_instance_is_fundamentally_a:g_object_ref:gdk_event_copy:pygi_boxed_copy_in_place:arg_boxed_to_py_cleanup
Nathan, can you share /var/crash/_usr_share_apport_whoopsie-upload- all.0.crash with us? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/2041831 Title: /usr/bin/update- manager:11:g_type_check_instance_is_fundamentally_a:g_object_ref:gdk_event_copy:pygi_boxed_copy_in_place:arg_boxed_to_py_cleanup To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/2041831/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2063869] Re: Missing default cursor
Thank you Daniel. After rebooting, this seems to be working correctly. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2063869 Title: Missing default cursor To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/2063869/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2069381] Re: GNOME Shell doesn't try to start ibus-daemon on startup
Hello Marco, or anyone else affected, Accepted gnome-shell into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/gnome- shell/46.0-0ubuntu6~24.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed- noble to verification-done-noble. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification- failed-noble. In either case, without details of your testing we will not be able to proceed. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping! N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days. ** Changed in: gnome-shell (Ubuntu Noble) Status: New => Fix Committed ** Tags added: verification-needed verification-needed-noble -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2069381 Title: GNOME Shell doesn't try to start ibus-daemon on startup To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2069381/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2068912] Re: Authd based authentication fields cannot be translated
Hello Marco, or anyone else affected, Accepted gnome-shell into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/gnome- shell/46.0-0ubuntu6~24.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed- noble to verification-done-noble. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification- failed-noble. In either case, without details of your testing we will not be able to proceed. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping! N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days. ** Changed in: gnome-shell (Ubuntu Noble) Status: New => Fix Committed ** Tags added: verification-needed verification-needed-noble -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2068912 Title: Authd based authentication fields cannot be translated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2068912/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2068080] Re: Updating password from authd does not work
Hello Marco, or anyone else affected, Accepted gnome-shell into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/gnome- shell/46.0-0ubuntu6~24.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed- noble to verification-done-noble. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification- failed-noble. In either case, without details of your testing we will not be able to proceed. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping! N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days. ** Changed in: gnome-shell (Ubuntu Noble) Status: New => Fix Committed ** Tags added: verification-needed verification-needed-noble -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2068080 Title: Updating password from authd does not work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2068080/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2067610] Re: GNOME Shell qrcode generator may create invalid QR code images
Hello Marco, or anyone else affected, Accepted gnome-shell into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/gnome- shell/46.0-0ubuntu6~24.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed- noble to verification-done-noble. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification- failed-noble. In either case, without details of your testing we will not be able to proceed. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping! N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days. ** Tags added: verification-needed verification-needed-noble -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2067610 Title: GNOME Shell qrcode generator may create invalid QR code images To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2067610/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2012388] Re: X11 window (usually AnyDesk) at top-right of the screen is invisible and steals mouse clicks
Hello Mauro, or anyone else affected, Accepted gnome-shell into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/gnome- shell/46.0-0ubuntu6~24.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed- noble to verification-done-noble. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification- failed-noble. In either case, without details of your testing we will not be able to proceed. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping! N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days. ** Changed in: gnome-shell (Ubuntu Noble) Status: Triaged => Fix Committed ** Tags added: verification-needed verification-needed-noble -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell-extension-appindicator in Ubuntu. https://bugs.launchpad.net/bugs/2012388 Title: X11 window (usually AnyDesk) at top-right of the screen is invisible and steals mouse clicks To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-shell/+bug/2012388/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2067661] Re: Login Qr code text is not readable in the lockscreen when using a light theme
Hello Marco, or anyone else affected, Accepted gnome-shell into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/gnome- shell/46.0-0ubuntu6~24.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed- noble to verification-done-noble. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification- failed-noble. In either case, without details of your testing we will not be able to proceed. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping! N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days. ** Tags added: verification-needed verification-needed-noble -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2067661 Title: Login Qr code text is not readable in the lockscreen when using a light theme To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2067661/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2063869] Re: Missing default cursor
Great! In that case the crash you mentioned may have been bug 2062377 which should also be fixed now. ** Tags removed: verification-needed-noble ** Tags added: verification-done-noble -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2063869 Title: Missing default cursor To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/2063869/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2062377] Re: Ubuntu 24.04: gnome-shell crashes on Xorg if a legacy X11 cursor theme is selected
** Tags removed: verification-failed-noble -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2062377 Title: Ubuntu 24.04: gnome-shell crashes on Xorg if a legacy X11 cursor theme is selected To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/2062377/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1996927] Re: [SRU] Nautilus send mail not working
> it would also mean having > to clean it up afterwards, and as that operation involves threading this > complicates the SRU. Argh, of course even that couldn't be done, as we never know when the mail client is actually done with the attachment we need to keep the file 'forever'. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1996927 Title: [SRU] Nautilus send mail not working To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/1996927/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1996927] Re: [SRU] Nautilus send mail not working
The standard case is to send files so I'm still going to consider that SRU valid and verified. It would be nice if the folder scenario was also working but that's going to be an improvement for later. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1996927 Title: [SRU] Nautilus send mail not working To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/1996927/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP
Verification done as part of Bug 2064672 ** Tags removed: verification-needed verification-needed-noble ** Tags added: verification-done verification-done-noble -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to devhelp in Ubuntu. https://bugs.launchpad.net/bugs/2046844 Title: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP To manage notifications about this bug go to: https://bugs.launchpad.net/apparmor/+bug/2046844/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Re: [Bug 2041831] Re: /usr/bin/update-manager:11:g_type_check_instance_is_fundamentally_a:g_object_ref:gdk_event_copy:pygi_boxed_copy_in_place:arg_boxed_to_py_cleanup
** Attachment added: "_usr_share_apport_whoopsie-upload-all.0.crash" https://bugs.launchpad.net/bugs/2041831/+attachment/5795461/+files/_usr_share_apport_whoopsie-upload-all.0.crash -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/2041831 Title: /usr/bin/update- manager:11:g_type_check_instance_is_fundamentally_a:g_object_ref:gdk_event_copy:pygi_boxed_copy_in_place:arg_boxed_to_py_cleanup To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/2041831/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1996927] Re: [SRU] Nautilus send mail not working
I opened a proposition at [1] is to address #19 by removing Email from the context menu in the case {nautilus_sendto && mailer is a snap && folder is in selection}. I'll rebase it and open a new bug for it once this has been released. [1] https://salsa.debian.org/gnome- team/nautilus/-/merge_requests/22?commit_id=8c0fef52a27ee1c72aec56ac63f5515df395733c -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1996927 Title: [SRU] Nautilus send mail not working To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/1996927/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2070313] Re: gnome-shell has high cpu usage and causes significant lag
It's currently maxing out the first CPU core on my laptop. Putting it to sleep solved the problem. While gnome-shell was maxing out the CPU core, I captured the output of journalctl. Hopefully there's nothing too sensitive in there. :-) I had also disabled the extensions previously: ``` kevin@kevinbuntu:~$ gnome-extensions list --disabled d...@rastersoft.com apps-m...@gnome-shell-extensions.gcampax.github.com auto-move-wind...@gnome-shell-extensions.gcampax.github.com drive-m...@gnome-shell-extensions.gcampax.github.com launch-new-insta...@gnome-shell-extensions.gcampax.github.com light-st...@gnome-shell-extensions.gcampax.github.com native-window-placem...@gnome-shell-extensions.gcampax.github.com places-m...@gnome-shell-extensions.gcampax.github.com screenshot-window-si...@gnome-shell-extensions.gcampax.github.com user-th...@gnome-shell-extensions.gcampax.github.com window-l...@gnome-shell-extensions.gcampax.github.com windowsnaviga...@gnome-shell-extensions.gcampax.github.com workspace-indica...@gnome-shell-extensions.gcampax.github.com kevin@kevinbuntu:~$ gnome-extensions list --enabled tiling-assist...@ubuntu.com ubuntu-appindicat...@ubuntu.com ubuntu-d...@ubuntu.com ``` ** Attachment added: "journal.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2070313/+attachment/5795503/+files/journal.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2070313 Title: gnome-shell has high cpu usage and causes significant lag To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2070313/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2041831] Re: /usr/bin/update-manager:11:g_type_check_instance_is_fundamentally_a:g_object_ref:gdk_event_copy:pygi_boxed_copy_in_place:arg_boxed_to_py_cleanup
_usr_share_apport_whoopsie-upload-all.0.crash contains a stack trace: ``` Traceback (most recent call last): File "/usr/share/apport/whoopsie-upload-all", line 29, in from problem_report import MalformedProblemReport ImportError: cannot import name 'MalformedProblemReport' from 'problem_report' (/usr/local/lib/python3.10/dist-packages/problem_report.py) ``` -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/2041831 Title: /usr/bin/update- manager:11:g_type_check_instance_is_fundamentally_a:g_object_ref:gdk_event_copy:pygi_boxed_copy_in_place:arg_boxed_to_py_cleanup To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/2041831/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2058770] Re: [focal] "Access blocked: GNOME Evolution’s request is invalid" with gmail
** Summary changed: - "Access blocked: GNOME Evolution’s request is invalid" with gmail + [focal] "Access blocked: GNOME Evolution’s request is invalid" with gmail -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/2058770 Title: [focal] "Access blocked: GNOME Evolution’s request is invalid" with gmail To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/2058770/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1969896] Re: Evince Document Viewer(42.0) does not remember last page in 22.04 and opens in a tiny window when launched
Came here to report that same problem happens on Ubuntu 24.04 LTS (Noble Numbat) Kernel 6.8.0-36-generic Evince 46.0 Solved it as suggested in 4th post/comment https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1969896/comments/4 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1969896 Title: Evince Document Viewer(42.0) does not remember last page in 22.04 and opens in a tiny window when launched To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1969896/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2063383] Re: [SRU] Ubuntu Unity takes 90 seconds to log out
** Changed in: gnome-session (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-session in Ubuntu. https://bugs.launchpad.net/bugs/2063383 Title: [SRU] Ubuntu Unity takes 90 seconds to log out To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/2063383/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2062377] Re: Ubuntu 24.04: gnome-shell crashes on Xorg if a legacy X11 cursor theme is selected
Hi - I rebooted and tried again with the same result. I've attached the mutter packages as reported by synaptic. It appears that I've installed mutter, but not libmutter, so will try to correct that tonight. ** Attachment added: "450242074_1538974896712670_4967237377867154151_n.png" https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2062377/+attachment/5795535/+files/450242074_1538974896712670_4967237377867154151_n.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2062377 Title: Ubuntu 24.04: gnome-shell crashes on Xorg if a legacy X11 cursor theme is selected To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/2062377/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2070313] Re: gnome-shell has high cpu usage and causes significant lag
Please try adding MUTTER_DEBUG_KMS_THREAD_TYPE=user to /etc/environment and reboot. That will disable the new highly optimized cursor movement code that was introduced in 23.10. Also a reminder: 23.10 reaches end of life this month. https://wiki.ubuntu.com/Releases -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2070313 Title: gnome-shell has high cpu usage and causes significant lag To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2070313/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2062377] Re: Ubuntu 24.04: gnome-shell crashes on Xorg if a legacy X11 cursor theme is selected
Confusingly, 'mutter' is the only binary package you *don't* need :) Please download the other four packages: 1. https://launchpad.net/ubuntu/+source/mutter/46.2-1ubuntu0.24.04.1/+build/28630670/+files/gir1.2-mutter-14_46.2-1ubuntu0.24.04.1_amd64.deb 2. https://launchpad.net/ubuntu/+source/mutter/46.2-1ubuntu0.24.04.1/+build/28630670/+files/libmutter-14-0_46.2-1ubuntu0.24.04.1_amd64.deb 3. https://launchpad.net/ubuntu/+source/mutter/46.2-1ubuntu0.24.04.1/+build/28630670/+files/mutter- common-bin_46.2-1ubuntu0.24.04.1_amd64.deb 4. https://launchpad.net/ubuntu/+source/mutter/46.2-1ubuntu0.24.04.1/+build/28630670/+files/mutter- common_46.2-1ubuntu0.24.04.1_all.deb Then install them as one: sudo dpkg -i *.deb and reboot. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2062377 Title: Ubuntu 24.04: gnome-shell crashes on Xorg if a legacy X11 cursor theme is selected To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/2062377/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2065331] Re: package shared-mime-info 2.1-2 failed to install/upgrade: 已安装 shared-mime-info 软件包 post-installation 脚本 子进程返回错误状态 1
[Expired for shared-mime-info (Ubuntu) because there has been no activity for 60 days.] ** Changed in: shared-mime-info (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to shared-mime-info in Ubuntu. https://bugs.launchpad.net/bugs/2065331 Title: package shared-mime-info 2.1-2 failed to install/upgrade: 已安装 shared- mime-info 软件包 post-installation 脚本 子进程返回错误状态 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shared-mime-info/+bug/2065331/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2070438] Re: Fullscreen direct scanout is not used if you enable the hidden experimental VRR feature in Mutter 46
Verified fixed in 46.2-1ubuntu0.24.04.1 using the test case in the Bug Description. ** Tags removed: verification-needed-noble ** Tags added: verification-done-noble -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2070438 Title: Fullscreen direct scanout is not used if you enable the hidden experimental VRR feature in Mutter 46 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2070438/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2016013] Re: gnome-initial-setup doesn't get centered if Desktop Icons NG is loaded in a Wayland session
Verified fixed in 46.2-1ubuntu0.24.04.1 using the test plan in the bug description. ** Tags removed: verification-needed-noble ** Tags added: verification-done-noble -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2016013 Title: gnome-initial-setup doesn't get centered if Desktop Icons NG is loaded in a Wayland session To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-desktop-icons-ng/+bug/2016013/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2062377] Re: Ubuntu 24.04: gnome-shell crashes on Xorg if a legacy X11 cursor theme is selected
Verified fixed in 46.2-1ubuntu0.24.04.1 using the test plan in the bug description. ** Tags removed: verification-needed-noble ** Tags added: verification-done-noble -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2062377 Title: Ubuntu 24.04: gnome-shell crashes on Xorg if a legacy X11 cursor theme is selected To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/2062377/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2070437] Re: Debug mode MUTTER_DEBUG_TRIPLE_BUFFERING=always doesn't work anymore
Verified fixed in 46.2-1ubuntu0.24.04.1 using the test plan in the bug description. ** Tags removed: verification-needed-noble ** Tags added: verification-done-noble -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2070437 Title: Debug mode MUTTER_DEBUG_TRIPLE_BUFFERING=always doesn't work anymore To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2070437/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2066931] Re: Primary GPU displays nothing if the secondary GPU is using nouveau in a Wayland session
I don't know whether to call this a failure as the same bug, or a new bug. I am seeing desktop freezes when the secondary GPU has a monitor plugged into nouveau. But I can't see the original error message in the log, so it seems like a new bug to me. Also the original bug here was a failure to paint the screen, which is clearly not true anymore. Steve, do you see similar? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2066931 Title: Primary GPU displays nothing if the secondary GPU is using nouveau in a Wayland session To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/2066931/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs