[Bug 1880411] Re: Support both Super keys simultaneously on org.gnome.mutter overlay-key
** Changed in: mutter (Ubuntu) Status: Triaged => Fix Committed ** Changed in: mutter (Ubuntu) Milestone: None => ubuntu-25.04 ** Tags added: fixed-in-mutter-48.rc fixed-upstream ** Changed in: gnome-tweaks (Ubuntu) Status: Triaged => Invalid -- 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 overlay-key To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/1880411/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098102] Re: Desktop switching shows windows from previous desktop
** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu) Assignee: (unassigned) => Sergio Costas (rastersoft-gmail) ** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu) Status: Confirmed => In Progress ** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu) Importance: Undecided => Medium -- 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.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098102/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098102] Re: Desktop switching shows windows from previous desktop
Ooops, the patch in comment #9 may be unreliable because you could have two racing enable() calls and the first one hasn't flagged isEnabled yet because innerEnable was deferred: if (Main.layoutManager._startingUp) { this.data.startupPreparedId = Main.layoutManager.connect('startup-complete', () => this.innerEnable()); } else { this.data.startupPreparedId = null; this.innerEnable(); } You may need a separate 'started' flag or something like that, which is true immediately unlike 'isEnabled'. Also we should move this discussion to https://gitlab.com/rastersoft/desktop-icons-ng ** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu) Milestone: None => ubuntu-25.04 ** Changed in: gnome-shell (Ubuntu) Status: Confirmed => Won't Fix -- 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.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098102/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098390] Re: Live session partially freezes (empty grey overview can't be closed) [JS ERROR: too much recursion in newGetWindowActors]
** Changed in: gnome-shell (Ubuntu) Milestone: ubuntu-25.04 => None ** Changed in: gnome-shell (Ubuntu) Status: New => Won't Fix -- 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/2098390 Title: Live session partially freezes (empty grey overview can't be closed) [JS ERROR: too much recursion in newGetWindowActors] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098390/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098102] Re: Desktop switching shows windows from previous desktop
The patch in comment #9 looks good but I won't push it to Plucky yet if it's going to get in the way of releasing DING version 48. That wouldn't be such a problem if the new version was in Salsa already, but it's not: https://salsa.debian.org/gnome-team/shell- extensions/gnome-shell-extension-desktop-icons-ng -- 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.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098102/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098390] Re: Live session partially freezes (empty grey overview can't be closed) [JS ERROR: too much recursion in newGetWindowActors]
> Oh, this is the same bug as bug 2098102 Yes I think a double-enable() would explain it. The GNOME developers usually prefer to fix things at their root cause though, so that would be a gnome-shell bug if confirmed. The odd thing about that is that they usually reject downstream-function robustness workarounds, but I would still support the idea of a workaround in DING. Especially if it's common practice in other extensions. -- 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/2098390 Title: Live session partially freezes (empty grey overview can't be closed) [JS ERROR: too much recursion in newGetWindowActors] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098390/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2016914] Re: gsd-smartcard: segfault on startup
It was fixed upstream now in https://gitlab.gnome.org/GNOME/gnome- settings-daemon/-/commit/607da04c ** Changed in: gnome-settings-daemon (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/2016914 Title: gsd-smartcard: segfault on startup To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-settings-daemon/+bug/2016914/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2016914] Re: gsd-smartcard: segfault on startup
** Changed in: gnome-settings-daemon Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/2016914 Title: gsd-smartcard: segfault on startup To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-settings-daemon/+bug/2016914/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098102] Re: Desktop switching shows windows from previous desktop
For the record, I've tested disabling the extension. It doesn't solve the issue: 1. Start the system. The issue is there. 2. Disable the extension on the command line using `gnome-extensions`. 3. Check `gnome-extensions info d...@rastersoft.com`. It shows the status of the extension as inactive. 4. The issue still persists, and icons are still shown on the desktop with no visible change. -- 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.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098102/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098383] [NEW] Syntax warning when installing Gedit on Xubuntu 25.04
Public bug reported: I just installed Gedit on Xubuntu 25.04, and I got this warning when the system was configuring the package: /usr/lib/x86_64-linux-gnu/gedit/plugins/externaltools/library.py:212: SyntaxWarning: invalid escape sequence '\-' RE_KEY = re.compile('^([a-zA-Z_][a-zA-Z0-9_.\-]*)(\[([a-zA-Z_@]+)\])?$') /usr/lib/x86_64-linux-gnu/gedit/plugins/snippets/substitutionparser.py:162: SyntaxWarning: invalid escape sequence '\s' match = re.match('?%s\s*' % self.REG_GROUP, tokens) --- ProblemType: Bug ApportVersion: 2.31.0-0ubuntu5 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: XFCE DistroRelease: Ubuntu 25.04 InstallationDate: Installed on 2025-01-19 (25 days ago) InstallationMedia: Xubuntu 24.04.1 LTS "Noble Numbat" - Release amd64 (20240827) Package: gedit 46.2-3build1 PackageArchitecture: amd64 ProcEnviron: LANG=it_IT.UTF-8 PATH=(custom, no user) SHELL=/bin/bash TERM=xterm-256color XDG_RUNTIME_DIR= ProcVersionSignature: Ubuntu 6.12.0-15.15-generic 6.12.11 Tags: plucky Uname: Linux 6.12.0-15-generic x86_64 UpgradeStatus: Upgraded to plucky on 2025-01-26 (18 days ago) UserGroups: adm cdrom dip lpadmin plugdev sudo users _MarkForUpload: True ** Affects: gedit (Ubuntu) Importance: Undecided Status: New ** Tags: apport-collected plucky ** Tags added: apport-collected plucky ** Description changed: I just installed Gedit on Xubuntu 25.04, and I got this warning when the system was configuring the package: /usr/lib/x86_64-linux-gnu/gedit/plugins/externaltools/library.py:212: SyntaxWarning: invalid escape sequence '\-' RE_KEY = re.compile('^([a-zA-Z_][a-zA-Z0-9_.\-]*)(\[([a-zA-Z_@]+)\])?$') /usr/lib/x86_64-linux-gnu/gedit/plugins/snippets/substitutionparser.py:162: SyntaxWarning: invalid escape sequence '\s' match = re.match('?%s\s*' % self.REG_GROUP, tokens) + --- + ProblemType: Bug + ApportVersion: 2.31.0-0ubuntu5 + Architecture: amd64 + CasperMD5CheckResult: unknown + CurrentDesktop: XFCE + DistroRelease: Ubuntu 25.04 + InstallationDate: Installed on 2025-01-19 (25 days ago) + InstallationMedia: Xubuntu 24.04.1 LTS "Noble Numbat" - Release amd64 (20240827) + Package: gedit 46.2-3build1 + PackageArchitecture: amd64 + ProcEnviron: + LANG=it_IT.UTF-8 + PATH=(custom, no user) + SHELL=/bin/bash + TERM=xterm-256color + XDG_RUNTIME_DIR= + ProcVersionSignature: Ubuntu 6.12.0-15.15-generic 6.12.11 + Tags: plucky + Uname: Linux 6.12.0-15-generic x86_64 + UpgradeStatus: Upgraded to plucky on 2025-01-26 (18 days ago) + UserGroups: adm cdrom dip lpadmin plugdev sudo users + _MarkForUpload: True -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/2098383 Title: Syntax warning when installing Gedit on Xubuntu 25.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/2098383/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098383] Dependencies.txt
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/2098383/+attachment/5857204/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/2098383 Title: Syntax warning when installing Gedit on Xubuntu 25.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/2098383/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098383] ProcCpuinfoMinimal.txt
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/2098383/+attachment/5857205/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/2098383 Title: Syntax warning when installing Gedit on Xubuntu 25.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/2098383/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1966635] Re: can't move file/directory by drag and drop by using touch monitor
** Changed in: mutter (Ubuntu Noble) Status: In Progress => Fix Committed ** Changed in: mutter (Ubuntu Oracular) Status: In Progress => Fix Committed -- 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/1966635 Title: can't move file/directory by drag and drop by using touch monitor To manage notifications about this bug go to: https://bugs.launchpad.net/mutter/+bug/1966635/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098102] Re: Desktop switching shows windows from previous desktop
It's a bug in the gnome-shell extension manager. I made DING print traces of when it receives enable(). Notice we get two calls, first from extensionSystem.js:739:18, then from extensionSystem.js:736:18 Feb 13 09:48:24 ubuntu gnome-shell[2776]: Trace enable@file:///usr/share/gnome-shell/extensions/d...@rastersoft.com/gnomeShellOverr> innerEnable@file:///usr/share/gnome-shell/extensions/d...@rastersoft.com/extension.> enable@file:///usr/share/gnome-shell/extensions/d...@rastersoft.com/extension.js:84> _callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:267:38 async*_onEnabledExtensionsChanged@resource:///org/gnome/shell/ui/extensionSystem.js> _loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:736:18 createCheckedMethod/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:730:46 enableExtension@resource:///org/gnome/shell/ui/extensionSystem.js:290:29 EnableExtension@resource:///org/gnome/shell/ui/shellDBus.js:453:38 _handleMethodCall@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:329:38 _wrapJSObject/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:408:34 @resource:///org/gnome/shell/ui/init.js:21:20 Feb 13 09:48:25 ubuntu gnome-shell[2776]: Trace enable@file:///usr/share/gnome-shell/extensions/d...@rastersoft.com/gnomeShellOverr> innerEnable@file:///usr/share/gnome-shell/extensions/d...@rastersoft.com/extension.> enable@file:///usr/share/gnome-shell/extensions/d...@rastersoft.com/extension.js:84> _callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:267:38 async*_onEnabledExtensionsChanged@resource:///org/gnome/shell/ui/extensionSystem.js> _loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:739:18 createCheckedMethod/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:730:46 enableExtension@resource:///org/gnome/shell/ui/extensionSystem.js:285:29 EnableExtension@resource:///org/gnome/shell/ui/shellDBus.js:453:38 _handleMethodCall@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:329:38 _wrapJSObject/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:408:34 @resource:///org/gnome/shell/ui/init.js:21:20 In the live session, DING is initially disabled via dconf: $ gsettings get org.gnome.shell disabled-extensions ['d...@rastersoft.com'] Then, when ubuntu-desktop-bootstrap exits it calls `gnome-extensions enable d...@rastersoft.com`, which removes it from the `disabled- extensions` list, and adds it to the `enabled-extensions` list. Sometimes (why only sometimes?) this two-step process makes it call enable() twice. DING could be made more robust against getting enabled twice, but gnome- shell should not be doing this. ** Changed in: gnome-shell (Ubuntu) Status: Incomplete => Confirmed ** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu) Status: Incomplete => Confirmed -- 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.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098102/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098102] Re: Desktop switching shows windows from previous desktop
This is a workaround. ** Patch added: "fix-double-enable.diff" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098102/+attachment/5857209/+files/fix-double-enable.diff -- 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.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098102/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2061211] Re: Invalid escape sequences in regexes when installing gedit
** Tags added: plucky -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/2061211 Title: Invalid escape sequences in regexes when installing gedit To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/2061211/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098102] Re: Desktop switching shows windows from previous desktop
Simpler patch ** Patch added: "fix-double-enable.diff" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098102/+attachment/5857233/+files/fix-double-enable.diff -- 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.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098102/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098102] Re: Desktop switching shows windows from previous desktop
The attachment "fix-double-enable.diff" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.] ** Tags added: patch -- 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.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098102/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098390] Re: Live session partially freezes (empty grey overview can't be closed) [JS ERROR: too much recursion in newGetWindowActors]
Yes, it's like the function to replace some methods inside gnome is called more than once for a method... I can add some debugging to see if that's the case, and add protection to avoid replacing a method twice. -- 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/2098390 Title: Live session partially freezes (empty grey overview can't be closed) [JS ERROR: too much recursion in newGetWindowActors] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098390/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098390] [NEW] Live session partially freezes (empty grey overview can't be closed) [JS ERROR: too much recursion in newGetWindowActors]
Public bug reported: Live session partially freezes (empty grey overview can't be closed) Here's a snippet from Plucky 20250213: Feb 13 14:55:20 ubuntu gnome-shell[3013]: JS ERROR: too much recursion newGetWindowActors@file:///usr/share/gnome-shell/extensions/d...@rastersoft.com/gnomeShellOverride.js:126:28 newGetWindowActors@file:///usr/share/gnome-shell/extensions/d...@rastersoft.com/gnomeShellOverride.js:128:59 newGetWindowActors@file:///usr/share/gnome- ... (repeats forever) but I've seen the same symptoms when booting an Oracular ISO by accident. ** Affects: gnome-shell (Ubuntu) Importance: Critical Status: New ** Affects: gnome-shell-extension-desktop-icons-ng (Ubuntu) Importance: Critical Status: New ** Tags: plucky ** Also affects: gnome-shell (Ubuntu) Importance: Undecided Status: New -- 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/2098390 Title: Live session partially freezes (empty grey overview can't be closed) [JS ERROR: too much recursion in newGetWindowActors] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098390/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098390] Re: Live session partially freezes (empty grey overview can't be closed) [JS ERROR: too much recursion in newGetWindowActors]
Oh, this is the same bug as bug 2098102 See my debugging 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/2098390 Title: Live session partially freezes (empty grey overview can't be closed) [JS ERROR: too much recursion in newGetWindowActors] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098390/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098390] Re: Live session partially freezes (empty grey overview)
gnome-shell log after it happened ** Attachment added: "toomuch.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098390/+attachment/5857207/+files/toomuch.txt ** Changed in: gnome-shell (Ubuntu) Importance: Undecided => Critical ** Changed in: gnome-shell (Ubuntu) Milestone: None => ubuntu-25.04 ** Description changed: - Live session partially freezes (empty grey overview) + Live session partially freezes (empty grey overview can't be closed) Here's a snippet from Plucky 20250213: Feb 13 14:55:20 ubuntu gnome-shell[3013]: JS ERROR: too much recursion - newGetWindowActors@file:///usr/share/gnome-shell/extensions/d...@rastersoft.com/gnomeShellOverride.js:126:28 - newGetWindowActors@file:///usr/share/gnome-shell/extensions/d...@rastersoft.com/gnomeShellOverride.js:128:59 - newGetWindowActors@file:///usr/share/gnome- + newGetWindowActors@file:///usr/share/gnome-shell/extensions/d...@rastersoft.com/gnomeShellOverride.js:126:28 + newGetWindowActors@file:///usr/share/gnome-shell/extensions/d...@rastersoft.com/gnomeShellOverride.js:128:59 + newGetWindowActors@file:///usr/share/gnome- ... (repeats forever) but I've seen the same symptoms on Oracular recently. ** Summary changed: - Live session partially freezes (empty grey overview) + Live session partially freezes (empty grey overview can't be closed) ** Summary changed: - Live session partially freezes (empty grey overview can't be closed) + Live session partially freezes (empty grey overview can't be closed) [JS ERROR: too much recursion in newGetWindowActors] ** Description changed: Live session partially freezes (empty grey overview can't be closed) Here's a snippet from Plucky 20250213: Feb 13 14:55:20 ubuntu gnome-shell[3013]: JS ERROR: too much recursion newGetWindowActors@file:///usr/share/gnome-shell/extensions/d...@rastersoft.com/gnomeShellOverride.js:126:28 newGetWindowActors@file:///usr/share/gnome-shell/extensions/d...@rastersoft.com/gnomeShellOverride.js:128:59 newGetWindowActors@file:///usr/share/gnome- ... (repeats forever) - but I've seen the same symptoms on Oracular recently. + but I've seen the same symptoms when booting an Oracular ISO by + accident. -- 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/2098390 Title: Live session partially freezes (empty grey overview can't be closed) [JS ERROR: too much recursion in newGetWindowActors] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098390/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098102] Re: Desktop switching shows windows from previous desktop
As I suspected... when calling enable() twice, the old pointers to the previous methods are overwritten with the new function pointer; and that's why disabling the extension won't restore them. A quick workaround is to keep track of the current status, and just ignore any enable() called when the extension has already been enabled. I can do it quickly. -- 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.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098102/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2097471] Re: nautilus onedrive online account not working
** Package changed: gnome-shell-extension-ubuntu-dock (Ubuntu) => gnome- online-accounts (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell-extension-ubuntu-dock in Ubuntu. https://bugs.launchpad.net/bugs/2097471 Title: nautilus onedrive online account not working To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/2097471/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098383] Re: Syntax warning when installing Gedit on Xubuntu 25.04
*** This bug is a duplicate of bug 2061211 *** https://bugs.launchpad.net/bugs/2061211 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported so I am marking it as a duplicate of bug 2061211. ** This bug has been marked a duplicate of bug 2061211 Invalid escape sequences in regexes when installing gedit -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/2098383 Title: Syntax warning when installing Gedit on Xubuntu 25.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/2098383/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098426] [NEW] Hardship switching language in lock screen
Public bug reported: When I have two keyboard layouts: English and Russian, in lock screen, if it is currently Russian, I need to press Option-Space two times to switch it to English. In the past, Option-Space worked just fine. 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 ApportVersion: 2.28.1-0ubuntu3.3 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Fri Feb 14 02:41:14 2025 DisplayManager: gdm3 InstallationDate: Installed on 2024-04-20 (300 days ago) InstallationMedia: Ubuntu 22.04.4 LTS "Jammy Jellyfish" - Release amd64 (20240220) RelatedPackageVersions: mutter-common 46.2-1ubuntu0.24.04.5 SourcePackage: gnome-shell UpgradeStatus: Upgraded to noble on 2024-05-22 (268 days ago) ** Affects: gnome-shell (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 Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2098426 Title: Hardship switching language in lock screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098426/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 2098390] Re: Live session partially freezes (empty grey overview can't be closed) [JS ERROR: too much recursion in newGetWindowActors]
** Changed in: gnome-shell (Ubuntu) Importance: Critical => High ** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu) Importance: Critical => High ** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu) Assignee: (unassigned) => Sergio Costas (rastersoft-gmail) ** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu) Status: New => In Progress -- 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/2098390 Title: Live session partially freezes (empty grey overview can't be closed) [JS ERROR: too much recursion in newGetWindowActors] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098390/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs