[Bug 2069564] Re: gnome-shell crashed with SIGTRAP in meta_wayland_compositor_new() from meta_context_start() from main() ["Failed to start X Wayland: Directory \"/tmp/.X11-unix\" is not writable"]

2024-08-28 Thread Nathan Teodosio
Thanks, Pedro, but without the hard facts it is difficult to ascertain whether this is a bug. Namely, whoami; stat /tmp /tmp/.X11-unix -- 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

[Bug 2037055] Re: gnome-shell crashed with SIGABRT: ERROR:../src/shell-app.c:shell_app_dispose: assertion failed: (app->state == SHELL_APP_STATE_STOPPED)

2024-08-28 Thread Daniel van Vugt
** Summary changed: - gnome-shell crashed with SIGABRT: ERROR:../src/shell-app.c:1644:shell_app_dispose: assertion failed: (app->state == SHELL_APP_STATE_STOPPED) + gnome-shell crashed with SIGABRT: ERROR:../src/shell-app.c:shell_app_dispose: assertion failed: (app->state == SHELL_APP_STATE_STO

[Bug 2077232] Re: Security update 42.9-0ubuntu2.2 uninstalls GDM

2024-08-28 Thread Steve Langasek
i386 has been enabled by default on amd64 for quite some time. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-software in Ubuntu. https://bugs.launchpad.net/bugs/2077232 Title: Security update 42.9-0ubuntu2.2 uninstalls GDM

[Bug 2078061] Re: Internal screen touch sensor remains active when only external display is enabled

2024-08-28 Thread Daniel van Vugt
Touch sensors are independent devices from the displays they're glued to. But that said, Mutter should already have a good idea of which display it has associated the touch sensor with. So it should be smart enough to disable it in this case. ** Package changed: gnome-shell (Ubuntu) => mutter (Ubu

[Bug 1857392] Re: Window manager warning: Overwriting existing binding of keysym...

2024-08-28 Thread Daniel van Vugt
> Why is there a warning that is about overwriting a binding keysym with the exact same value? Can't that warning be skipped. I had the same thought. The new binding having a different callback might explain it. -- You received this bug notification because you are a member of Ubuntu Desktop Bug

[Bug 2025006] Re: Monitor colour profile is randomly not applied

2024-08-28 Thread Daniel van Vugt
https://launchpadlibrarian.net/746352003/mutter_46.2-1ubuntu0.24.04.2_source.changes ** Changed in: mutter (Ubuntu Noble) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://

[Bug 2077746] Re: GNOME Shell crashes when recording a session with fractional scaling and using a custom cursor

2024-08-28 Thread Daniel van Vugt
https://launchpadlibrarian.net/746352003/mutter_46.2-1ubuntu0.24.04.2_source.changes -- 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/2077746 Title: GNOME Shell crashes when recording

[Bug 2077746] Re: GNOME Shell crashes when recording a session with fractional scaling and using a custom cursor

2024-08-28 Thread Daniel van Vugt
https://launchpadlibrarian.net/746352003/mutter_46.2-1ubuntu0.24.04.2_source.changes ** Changed in: mutter (Ubuntu Noble) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://

[Bug 2077232] Re: Security update 42.9-0ubuntu2.2 uninstalls GDM

2024-08-28 Thread Daniel van Vugt
> The only thing is, installing updates through the GUI default upgrader is NOT supposed to accept solutions that require removing packages. If having multiple architectures enabled was a factor here then surely we're already outside the realm of a bug that can be reached through GUI interactions

[Bug 2077918] Re: librsvg 2.58.93+dfsg-4 causes FTBFS and autopkgtes fail due to missing dependencies

2024-08-28 Thread Jeremy Bícha
** Tags removed: update-excuse -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to librsvg in Ubuntu. https://bugs.launchpad.net/bugs/2077918 Title: librsvg 2.58.93+dfsg-4 causes FTBFS and autopkgtes fail due to missing dependencies

[Bug 2077232] Re: Security update 42.9-0ubuntu2.2 uninstalls GDM

2024-08-28 Thread Steve Langasek
** Tags added: foundations-todo -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-software in Ubuntu. https://bugs.launchpad.net/bugs/2077232 Title: Security update 42.9-0ubuntu2.2 uninstalls GDM To manage notifications about t

[Bug 2077232] Re: Security update 42.9-0ubuntu2.2 uninstalls GDM

2024-08-28 Thread Steve Langasek
The only thing is, installing updates through the GUI default upgrader is NOT supposed to accept solutions that require removing packages. So this really needs to be tracked down and fixed. I don't think there's anything further to be done in gnome-shell. ** Also affects: gnome-software (Ubuntu)

[Bug 2069564] Re: gnome-shell crashed with SIGTRAP in meta_wayland_compositor_new() from meta_context_start() from main() ["Failed to start X Wayland: Directory \"/tmp/.X11-unix\" is not writable"]

2024-08-28 Thread Pedro Monteiro
Just to let you know, my problem was a slight different message: "Failed to start X Wayland: Wrong ownership for directory "/tmp/.X11-unix" And the "/tmp/.X11-unix" directory had the right permissions. Turns out the message is quite misleading in my case because the problem was actually in "/tmp"

[Bug 2069564] Re: gnome-shell crashed with SIGTRAP in meta_wayland_compositor_new() from meta_context_start() from main() ["Failed to start X Wayland: Directory \"/tmp/.X11-unix\" is not writable"]

2024-08-28 Thread Nathan Teodosio
In the case that /tmp is owned by ourselves and it matches 0200 but not 0022, it is still writable but it would fail with the present error. I do not know if this is actually an intended blockage and thus the description is just not clear enough or if this is an edge case to consider. Nor do we k

[Bug 1857392] Re: Window manager warning: Overwriting existing binding of keysym...

2024-08-28 Thread Kees Bakker
Why is there a warning that is about overwriting a binding keysym with the exact same value? Can't that warning be skipped. Or is that "(keycode NN)" part important here? I don't like unnecessary syslog messages. -- You received this bug notification because you are a member of Ubuntu Desktop Bu

[Bug 2069564] Re: gnome-shell crashed with SIGTRAP in meta_wayland_compositor_new() from meta_context_start() from main() ["Failed to start X Wayland: Directory \"/tmp/.X11-unix\" is not writable"]

2024-08-28 Thread Nathan Teodosio
This comes from ensure_x11_unix_perms, which is determining that the /tmp/.X11-unix does not have at least permission bits 022: ---> static gboolean ensure_x11_unix_perms (GError **error) { /* Try to detect systems on which /tmp/.X11-unix is owned by neither root nor * ourselves because in t

[Bug 2078065] [NEW] gnome-system-monitor network transfer measurement way too high

2024-08-28 Thread iGadget
Public bug reported: Gnome System Monitor on Ubuntu 24.04 shows completely wrong network (Receiving) transfer speed and Total Received values. Hardware: Framework Laptop 13 _AMD Ryzen 7040Series - Laptop is connected via ethernet (framework network expansion card) to a 1 Gbps switch - copying a

[Bug 2078065] Re: gnome-system-monitor network transfer measurement way too high

2024-08-28 Thread iGadget
** Attachment added: "Screenshot of gnome-system-monitor when copying had finished" https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/2078065/+attachment/5810082/+files/Screenshot%20from%202024-08-28%2016-12-25.png -- You received this bug notification because you are a mem

[Bug 2078060] Re: gnome-control-center 47~beta-1ubuntu2 does not accept fractional scales

2024-08-28 Thread Julian Andres Klode
** Tags added: rls-oo-incoming -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/2078060 Title: gnome-control-center 47~beta-1ubuntu2 does not accept fractional scales

[Bug 2078061] [NEW] Internal screen touch sensor remains active when only external display is enabled

2024-08-28 Thread Julian Andres Klode
Public bug reported: I connected the ThinkPad T14 G3 AMD to an external screen with the lid open, turned off the internal screen, and to my surprise when my cat walked over the screen she moved the windows on the external screen. 🙀 Now this may be useful and I am not sure it is a bug, I'll let ot

[Bug 2078060] [NEW] gnome-control-center 47~beta-1ubuntu2 does not accept fractional scales

2024-08-28 Thread Julian Andres Klode
Public bug reported: Fractional scale support seems broken, it says the configuration cannot be applied due to "hardware limitations". If you already have configured fractional scaling; any changes to the output essentially can't be saved. e.g. you can't switch to external-only (with fractionally

[Bug 2025006] Re: Monitor colour profile is randomly not applied

2024-08-28 Thread Robie Basak
I'm rejecting two uploads for Noble because they collide between bug 2077746 and bug 2025006 (amongst others). Please coordinate and re- upload just one SRU at once (possibly squashing multiple fixes together as you wish). ** Changed in: mutter (Ubuntu Noble) Status: In Progress => Triaged

[Bug 2077746] Re: GNOME Shell crashes when recording a session with fractional scaling and using a custom cursor

2024-08-28 Thread Robie Basak
I'm rejecting two uploads for Noble because they collide between bug 2077746 and bug 2025006 (amongst others). Please coordinate and re- upload just one SRU at once (possibly squashing multiple fixes together as you wish). ** Changed in: mutter (Ubuntu Noble) Status: In Progress => Triaged

[Bug 2078055] [NEW] librsvg needs cargo-c but it's not available on i386

2024-08-28 Thread Jeremy Bícha
Public bug reported: Starting with the librsvg 2.59 series (2.58.9*), librsvg requires cargo-c to build. cargo-c comes from the Debian source rust-cargo-c. The issue is that librsvg needs to be built on i386, but rust-cargo-c is not currently built for i386. The list of Build-Depends is kinda lon

[Bug 2077232] Re: Security update 42.9-0ubuntu2.2 uninstalls GDM

2024-08-28 Thread Daniel van Vugt
I suppose we *could* do the same in Jammy and Noble updates. But again that only prevents the issue from recurring and doesn't fix the brokenness if it's already in that state. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shel

[Bug 2077232] Re: Security update 42.9-0ubuntu2.2 uninstalls GDM

2024-08-28 Thread Daniel van Vugt
I'm going to declare this done for Oracular, but we can't fix the hard dependencies that already exist up to and including Noble. Because those dependencies are already on peoples' hard disks. https://salsa.debian.org/gnome-team/gnome- shell/-/commit/40849f7efd55e48346ecb9ed3e171ae1ad75adb0 No lo

[Bug 2043591] Re: Starting gnome-control-center resets icon theme

2024-08-28 Thread von Stalhein
24.04.01 LTS - Same bug with the difference that the icons (using candy- icons) reverts only when selecting the "Appearance" section in Settings. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://b

[Bug 2077918] Re: librsvg 2.58.93+dfsg-4 causes FTBFS and autopkgtes fail due to missing dependencies

2024-08-28 Thread Bug Watch Updater
** Changed in: librsvg (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to librsvg in Ubuntu. https://bugs.launchpad.net/bugs/2077918 Title: librsvg 2.58.93+dfsg-4 causes FTBFS and autopkgtes