[Bug 2068539] Re: tiling operation triggers assertion in gnome-shell [meta_window_get_workspaces: code should not be reached]

2024-06-13 Thread Bug Watch Updater
** Changed in: mutter
   Status: Unknown => New

-- 
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/2068539

Title:
  tiling operation triggers assertion in gnome-shell
  [meta_window_get_workspaces: code should not be reached]

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-tiling-assistant/+bug/2068539/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2068539] Re: tiling operation triggers assertion in gnome-shell [meta_window_get_workspaces: code should not be reached]

2024-06-13 Thread Daniel van Vugt
Looking at src/core/window.c in Mutter makes me think Mutter is more
likely to blame. And there is also an upstream bug:
https://gitlab.gnome.org/GNOME/mutter/-/issues/3224

** Package changed: gnome-shell (Ubuntu) => mutter (Ubuntu)

** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #3224
   https://gitlab.gnome.org/GNOME/mutter/-/issues/3224

** Also affects: mutter via
   https://gitlab.gnome.org/GNOME/mutter/-/issues/3224
   Importance: Unknown
   Status: Unknown

-- 
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/2068539

Title:
  tiling operation triggers assertion in gnome-shell
  [meta_window_get_workspaces: code should not be reached]

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-tiling-assistant/+bug/2068539/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2068539] Re: tiling operation triggers assertion in gnome-shell [meta_window_get_workspaces: code should not be reached]

2024-06-06 Thread Bug Watch Updater
** Changed in: gnome-shell-extension-tiling-assistant
   Status: Unknown => 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/2068539

Title:
  tiling operation triggers assertion in gnome-shell
  [meta_window_get_workspaces: code should not be reached]

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-tiling-assistant/+bug/2068539/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2068539] Re: tiling operation triggers assertion in gnome-shell [meta_window_get_workspaces: code should not be reached]

2024-06-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-shell-extension-tiling-assistant (Ubuntu)
   Status: New => 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/2068539

Title:
  tiling operation triggers assertion in gnome-shell
  [meta_window_get_workspaces: code should not be reached]

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-tiling-assistant/+bug/2068539/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2068539] Re: tiling operation triggers assertion in gnome-shell [meta_window_get_workspaces: code should not be reached]

2024-06-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-shell (Ubuntu)
   Status: New => 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/2068539

Title:
  tiling operation triggers assertion in gnome-shell
  [meta_window_get_workspaces: code should not be reached]

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-tiling-assistant/+bug/2068539/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2068539] Re: tiling operation triggers assertion in gnome-shell

2024-06-05 Thread Daniel van Vugt
** Tags added: noble

** Bug watch added: github.com/Leleat/Tiling-Assistant/issues #329
   https://github.com/Leleat/Tiling-Assistant/issues/329

** Also affects: gnome-shell-extension-tiling-assistant via
   https://github.com/Leleat/Tiling-Assistant/issues/329
   Importance: Unknown
   Status: Unknown

** Summary changed:

- tiling operation triggers assertion in gnome-shell
+ tiling operation triggers assertion in gnome-shell 
[meta_window_get_workspaces: code should not be reached]

-- 
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/2068539

Title:
  tiling operation triggers assertion in gnome-shell
  [meta_window_get_workspaces: code should not be reached]

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-tiling-assistant/+bug/2068539/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2068539] Re: tiling operation triggers assertion in gnome-shell

2024-06-05 Thread Eduardo-sanchez-mata
** Description changed:

  Ubuntu 24.04 LTS
  gnome-shell-extension-ubuntu-tiling-assistant 46-1ubuntu1
  gnome-shell 46.0-0ubuntu5.1
  
  I am at a very stock X11 session with a i915 laptop. I move a firefox
  window from my primary monitor to my secondary monitor and make it full
  screen.
  
  I am running, I guess, tile(...) in tilingWindowManager.js and I am
  exactly at
  
- const workArea = new
+ const workArea = new
  Rect(window.get_work_area_for_monitor(monitor));
  
  I trigger this:
  
- jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: 
../../../gobject/gsignal.c:2685: instance '0x5886a5604300' has no handler with 
id '456691'
- jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: 
meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' 
failed
- jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: 
meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' 
failed
- jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: **
- jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: 
libmutter:ERROR:../src/core/window.c:5444:meta_window_get_workspaces: code 
should not be reached
- jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: Bail out! 
libmutter:ERROR:../src/core/window.c:5444:meta_window_get_workspaces: code 
should not be reached
- jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: GNOME Shell crashed with 
signal 6
- jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: == Stack trace for context 
0x5886994827c0 ==
- jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: #0   58869954f460 i   
file:///usr/share/gnome-shell/extensions/tiling-assist...@ubuntu.com/src/extension/tilingWindowManager.js:157
 (3b1b8336e>
- jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: #1   58869954f3a0 i   
file:///usr/share/gnome-shell/extensions/tiling-assist...@ubuntu.com/src/extension/moveHandler.js:264
 (3b1b8319240 @ 495)
- jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: #2   58869954f318 i   
file:///usr/share/gnome-shell/extensions/tiling-assist...@ubuntu.com/src/extension/moveHandler.js:233
 (3b1b83191f0 @ 48)
- jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: #3   58869954f288 i   
resource:///org/gnome/shell/ui/init.js:21 (2cdb70270bf0 @ 48)
- jun 06 00:31:55 MY-LAPTOP polkitd[1385]: Unregistered Authentication 
Agent for unix-session:2 (system bus name :1.97, object path 
/org/freedesktop/PolicyKit1/AuthenticationAgent, locale e>
- jun 06 00:31:55 MY-LAPTOP systemd[3137]: org.gnome.Shell@x11.service: 
Main process exited, code=dumped, status=6/ABRT
- jun 06 00:31:55 MY-LAPTOP systemd[3137]: org.gnome.Shell@x11.service: 
Failed with result 'core-dump'.
- jun 06 00:31:55 MY-LAPTOP systemd[3137]: org.gnome.Shell@x11.service: 
Triggering OnFailure= dependencies.
- jun 06 00:31:55 MY-LAPTOP systemd[3137]: org.gnome.Shell@x11.service: 
Consumed 11min 13.038s CPU time.
- jun 06 00:31:55 MY-LAPTOP systemd[3137]: org.gnome.Shell@x11.service: 
Scheduled restart job, restart counter is at 1.
- jun 06 00:31:55 MY-LAPTOP systemd[3137]: Started 
gnome-session-failed.service - GNOME Session Failed lockdown screen (user).
- jun 06 00:31:55 MY-LAPTOP systemd[3137]: Reached target 
gnome-session-failed.target - GNOME Session Failed.
- jun 06 00:31:55 MY-LAPTOP systemd[3137]: 
org.gnome.Shell-disable-extensions.service - Disable GNOME Shell extensions 
after failure was skipped because of an unmet condition check (Conditi>
- jun 06 00:31:55 MY-LAPTOP systemd[3137]: Starting 
org.gnome.Shell@x11.service - GNOME Shell on X11...
- jun 06 00:31:55 MY-LAPTOP gnome-shell[64176]: Running GNOME Shell (using 
mutter 46.0) as a X11 window and compositing manager
+ jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: 
../../../gobject/gsignal.c:2685: instance '0x5886a5604300' has no handler with 
id '456691'
+ jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: 
meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' 
failed
+ jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: 
meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' 
failed
+ jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: **
+ jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: 
libmutter:ERROR:../src/core/window.c:5444:meta_window_get_workspaces: code 
should not be reached
+ jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: Bail out! 
libmutter:ERROR:../src/core/window.c:5444:meta_window_get_workspaces: code 
should not be reached
+ jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: GNOME Shell crashed with 
signal 6
+ jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: == Stack trace for context 
0x5886994827c0 ==
+ jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: #0   58869954f460 i   
file:///usr/share/gnome-shell/extensions/tiling-assist...@ubuntu.com/src/extension/tilingWindowManager.js:157
 (3b1b8336e>
+ jun 06 00:31:53 MY-LAPTOP gnome-shell[3609]: #1   58869954f3a0 i