[Bug 2098454] [NEW] GIMP crash debug

2025-02-14 Thread Cigarra
Public bug reported: ``` GNU Image Manipulation Program version 2.10.36 git-describe: GIMP_2_10_36 Build: unknown rev 0 for linux # C compiler # Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper OFFLOAD_TAR

[Bug 2098453] [NEW] On Ubuntu 25.04 gnome-shell crash

2025-02-14 Thread corrado venturini
Public bug reported: On Ubuntu 25.04 after today updates gnome-shell crash at start attaching crash file ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: gnome-shell 46.0-0ubuntu6~24.04.6 ProcVersionSignature: Ubuntu 6.11.0-17.17~24.04.2-generic 6.11.11 Uname: Linux 6.11.0-17-generic x86_64

[Bug 2098453] Re: On Ubuntu 25.04 gnome-shell crash

2025-02-14 Thread corrado venturini
attaching log ** Attachment added: "log.zip" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098453/+attachment/5857411/+files/log.zip -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs

[Bug 2098453] Re: On Ubuntu 25.04 gnome-shell crash

2025-02-14 Thread corrado venturini
Problem fixed by full-upgrade -- 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/2098453 Title: On Ubuntu 25.04 gnome-shell crash To manage notifications about this bug go to: htt

[Bug 2098453] Re: On Ubuntu 25.04 gnome-shell crash after partial update

2025-02-14 Thread Alessandro Astone
** Changed in: gnome-shell (Ubuntu) Status: In Progress => Fix Committed -- 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/2098453 Title: On Ubuntu 25.04 gnome-shell crash

[Bug 2096952] Re: Update epiphany to 46.5

2025-02-14 Thread Timo Aaltonen
Hello Jeremy, or anyone else affected, Accepted epiphany-browser into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/epiphany- browser/46.5-0ubuntu1 in a few hours, and then in the -proposed repository. Please help us by testing this new packag

[Bug 1976478] Re: Telegram Desktop steals input on Lock screen (Xorg session)

2025-02-14 Thread Marc Deslauriers
** Changed in: gnome-shell (Ubuntu) Status: New => Triaged -- 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/1976478 Title: Telegram Desktop steals input on Lock screen (Xo

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-14 Thread Sergio Costas
Yes, that patch would work, but I still think that the right-way-to-do- it(tm) would be to use an async mutex, mainly because that can ensure that no other yet-to-find race conditions can happen. Of course, I'm talking about a patch for upstream. -- You received this bug notification because you

[Bug 2098481] [NEW] Night Light Blue Light Filter No Longer Works

2025-02-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: After the most recent set of updates installed on 02/14/2025, the blue light filter does not function even though Night Light is still activating. In the Settings page, I can move the color temperature slider and see the changes for about 5 seconds, then i

[Bug 2061728] Re: Flatpak Apps don't launch from GNOME Software

2025-02-14 Thread Joseph Olstad
Workaround from comment #5 fixes the issue! In my case I had installed "Vice 64" and got the related error. The steps illustrated in comment #5 resolved the issue for me. https://bugs.launchpad.net/ubuntu/+source/gnome- software/+bug/2061728/comments/5 -- You received this bug notification bec

[Bug 2098555] [NEW] gnome-shell crashed after desktop gitched out

2025-02-14 Thread Chi Wang
Public bug reported: I don't really know what happened, but the desktop just crashed. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: gnome-shell 46.0-0ubuntu6~24.04.6 ProcVersionSignature: Ubuntu 6.8.0-53.55-generic 6.8.12 Uname: Linux 6.8.0-53-generic x86_64 NonfreeKernelModules: nvidia_m

[Bug 2098547] [NEW] gnome-shell crashes and logs out when disconnecting USB-C cable and Ubuntu Dash is enabled

2025-02-14 Thread Otto Kekäläinen
Public bug reported: I recently updated to Ubuntu 24.04 and I noticed that the Gnome Shell frequently crashes when I disconnect the USB-C cable that connects by laptop to my screen. This is sporadic and not easy to reproduce, but when it happens, the sequence usually is: 1. Run Ubuntu 24.04 with

[Bug 1881932] Re: subiquity isn't able to create btrfs subvolumes during installation

2025-02-14 Thread quantcon
+1 for @ and @home by default You should also be able to specify subvolumes for other mount points -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1881932 Title: subiquity isn't able

[Bug 2097003] Re: gnome-shell crashed with SIGABRT [libmutter:ERROR:../src/core/window.c:5937:meta_window_get_work_area_for_logical_monitor: assertion failed: (logical_monitor)]

2025-02-14 Thread Chi Wang
After upgrading my system (including nvidia drivers, gnome-shell, mutter, etc), the glitch now does not crash the desktop, but rather like a trailing effect. More specifically, dragging a window around will left a trail behind. These three errors still persist in the log: 二 15 14:05:15 littlecu

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-14 Thread Sergio Costas
Oh! Good catch! Anyway, you are right: moving there. -- 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/2098102 Title: Desktop switching shows windows from previous desktop To man

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-14 Thread Sergio Costas
Seeing the code, I think that the problem is that `_onEnabledExtensionsChanged()` is called both when the list of enabled extensions change, and when the list of disabled extensions change. The problem is that it is an async function, and the call in the callback doesn't wait it to finish, so it ca

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-14 Thread Sergio Costas
I think that a single mutex should protect the status of the extensions. It should do a lock at the beginning of any async function calling any of the `_callExtensionInit()`, `_callExtensionEnable()` or `_callExtensionDisable()` async functions. -- You received this bug notification because you a

[Bug 1880411] Re: Support both Super keys simultaneously on org.gnome.mutter overlay-key

2025-02-14 Thread Bug Watch Updater
** Changed in: mutter Status: New => Fix Released -- 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/1880411 Title: Support both Super keys simultaneously on org.gnome.mutter ove

[Bug 2098453] Re: On Ubuntu 25.04 gnome-shell crash after partial update

2025-02-14 Thread Alessandro Astone
** Description changed: - On Ubuntu 25.04 after today updates gnome-shell crash at start - attaching crash file + On Ubuntu 25.04 after today updates gnome-shell crash at start. - ProblemType: Bug - DistroRelease: Ubuntu 24.04 - Package: gnome-shell 46.0-0ubuntu6~24.04.6 - ProcVersionSignature:

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-14 Thread Sergio Costas
Unfortunately, I think that GLib.Mutex won't work here, because they would block the GJS thread itself... an async Javascript mutex is what I think that we need: something where an async function can do an `await mutex.lock();` -- You received this bug notification because you are a member of Ubu

[Bug 2098453] Re: On Ubuntu 25.04 gnome-shell crash

2025-02-14 Thread Alessandro Astone
https://salsa.debian.org/gnome-team/gnome-shell/-/merge_requests/86 -- 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/2098453 Title: On Ubuntu 25.04 gnome-shell crash To manage n

[Bug 2098453] Re: On Ubuntu 25.04 gnome-shell crash

2025-02-14 Thread Daniel van Vugt
Please upload _usr_bin_gnome-shell.120.crash so it can be decoded properly. You can upload it using 'ubuntu-bug' or 'apport-collect'. Attaching crash files to bugs is not recommended because we usually can't read them and it's a security risk to yourself. That all said, this machine hasn't upload

[Bug 2098453] Re: On Ubuntu 25.04 gnome-shell crash after partial update

2025-02-14 Thread Alessandro Astone
** Summary changed: - On Ubuntu 25.04 gnome-shell crash + On Ubuntu 25.04 gnome-shell crash after partial update -- 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/2098453 Title:

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-14 Thread Sergio Costas
Ok, I think that the previous solution won't work... I think that the solution is some kind of async mutex in `_onEnabledExtensionsChanged()`. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpa

[Bug 2098453] Re: On Ubuntu 25.04 gnome-shell crash

2025-02-14 Thread Alessandro Astone
You seem to have gnome-shell-common version 48 but gnome-shell version 47. The Depends stanza wasn't updated for 48 -- 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/2098453 Title:

[Bug 1877074] Re: Support configuring multiple Bluetooth adapters separately

2025-02-14 Thread Sergey Ivanov
still the issue in ubuntu 24.10 -- 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/1877074 Title: Support configuring multiple Bluetooth adapters separately To manage not

[Bug 1970921] Re: Drag and drop does not work

2025-02-14 Thread Luke Wilde
Problem also occuring in 24.04 -- 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/1970921 Title: Drag and drop does not work To manage notifications about this bug go to: https://bug

[Bug 2089709] Re: Ubuntu 24.04 (X11) sometimes logs in to a black screen with only an X cursor

2025-02-14 Thread bmaupin
ing plugged into any external monitors. I had the issue just this morning and ran the xrandr command after killing gnome-shell. ** Attachment added: "xrandr-20250214.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2089709/+attachment/5857559/+files/xrandr-20250214.

[Bug 2098519] [NEW] web app install fails

2025-02-14 Thread Asmit Kesarwani
Public bug reported: OS- ubuntu 24.10 package - epiphany-browser 47.0-1 (deb package) while trying to install site(i.e.protonmail and microsoft.com) as web app on gnome web (aka epiphany browser) expected to get a get shortcut to appear in app menu instead following message was displayed in term

[Bug 2098481] Re: Night Light Blue Light Filter No Longer Works

2025-02-14 Thread Daniel Letzeisen
** Package changed: ubuntu => gnome-control-center (Ubuntu) -- 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/2098481 Title: Night Light Blue Light Filter No Longer Works

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-14 Thread Alessandro Astone
An async function behaves sequentially until it executes an `await`, where it breaks the flow and returns a Promise. If we update the list of enabled extensions before yielding there will be no race. Here's an untested patch. ** Patch added: "extensionSystem.diff" https://bugs.launchpad.net/u

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-14 Thread Alessandro Astone
-- 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/2098102 Title: Desktop switching shows windows from previous desktop To manage notifications about this bug go to: https://bugs.l

[Bug 2098499] [NEW] webdav mount on the dash gives error when clicked

2025-02-14 Thread Götz Waschk
Public bug reported: I have a mounted webdav that automatically added an icon to the dash. But when I click it, I get an error message: Failed to launch "m...@example.com" Searching for davs://m...@example.com/remote.php/we... This doesn't happen if I have an open nautilus windows displaying th