Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] X11 GNOME shell crashes when dragging windows in activities overview
@ 2024-04-30  7:51 JamiKettunen
  2024-04-30  7:55 ` okawo80085
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: JamiKettunen @ 2024-04-30  7:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1043 bytes --]

New issue by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/issues/50126

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.29_1 x86_64-musl AuthenticAMD/VM uptodate F

### Package(s) Affected

gnome-shell-45.5_2

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

Windows in the activities overview can be dragged around to other workspaces without issue.

### Actual behaviour

Attempting to move windows around in the activities overview by holding left click and dragging them towards another workspace simply crashes the GNOME shell with an `Oh no! Something has gone wrong.` screen with a `Log Out` button.

I cannot reproduce this under the Wayland session so it seems specific to the X11 session.

### Steps to reproduce

1. Select `GNOME on Xorg` in GDM
2. After logging in start any app (e.g. `nautilus`)
3. Open activities overview and try moving any open window to another workspace

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: X11 GNOME shell crashes when dragging windows in activities overview
  2024-04-30  7:51 [ISSUE] X11 GNOME shell crashes when dragging windows in activities overview JamiKettunen
@ 2024-04-30  7:55 ` okawo80085
  2024-04-30  8:06 ` okawo80085
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: okawo80085 @ 2024-04-30  7:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

New comment by okawo80085 on void-packages repository

https://github.com/void-linux/void-packages/issues/50126#issuecomment-2084632983

Comment:
Same this happens on Void 6.6.29_1 x86_64 AuthenticAMD uptodate rrrrmmnFFFFFFF with Nvidia drivers

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: X11 GNOME shell crashes when dragging windows in activities overview
  2024-04-30  7:51 [ISSUE] X11 GNOME shell crashes when dragging windows in activities overview JamiKettunen
  2024-04-30  7:55 ` okawo80085
@ 2024-04-30  8:06 ` okawo80085
  2024-04-30 11:25 ` oreo639
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: okawo80085 @ 2024-04-30  8:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

New comment by okawo80085 on void-packages repository

https://github.com/void-linux/void-packages/issues/50126#issuecomment-2084632983

Comment:
Same thing happens on Void 6.6.29_1 x86_64 AuthenticAMD uptodate rrrrmmnFFFFFFF with Nvidia drivers

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: X11 GNOME shell crashes when dragging windows in activities overview
  2024-04-30  7:51 [ISSUE] X11 GNOME shell crashes when dragging windows in activities overview JamiKettunen
  2024-04-30  7:55 ` okawo80085
  2024-04-30  8:06 ` okawo80085
@ 2024-04-30 11:25 ` oreo639
  2024-05-02 18:40 ` yyny
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2024-04-30 11:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/50126#issuecomment-2085038549

Comment:
This is caused by https://github.com/void-linux/void-packages/commit/baeee86d11a7c6c941a0312700d35b8aed183851 as GNOME changed the cursor names between GNOME 45 and GNOME 46.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: X11 GNOME shell crashes when dragging windows in activities overview
  2024-04-30  7:51 [ISSUE] X11 GNOME shell crashes when dragging windows in activities overview JamiKettunen
                   ` (2 preceding siblings ...)
  2024-04-30 11:25 ` oreo639
@ 2024-05-02 18:40 ` yyny
  2024-05-02 19:27 ` okawo80085
  2024-05-02 20:39 ` yyny
  5 siblings, 0 replies; 7+ messages in thread
From: yyny @ 2024-05-02 18:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 679 bytes --]

New comment by yyny on void-packages repository

https://github.com/void-linux/void-packages/issues/50126#issuecomment-2091254013

Comment:
Can confirm too, it is ultimately a problem in `mutter` which [seems to already be fixed](https://gitlab.gnome.org/GNOME/mutter/-/commit/9f89421ef5abfe5143a777aa33eee308e81a7055).

This script should temporarily fix the crash:

```sh
CURSOR_THEME="$(gsettings get org.gnome.desktop.interface cursor-theme)"
sudo ln -s "/usr/share/icons/$CURSOR_THEME/cursors/default" "/usr/share/icons/$CURSOR_THEME/cursors/dnd-none"
sudo ln -s "/usr/share/icons/$CURSOR_THEME/cursors/default" "/usr/share/icons/$CURSOR_THEME/cursors/dnd-move"
```

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: X11 GNOME shell crashes when dragging windows in activities overview
  2024-04-30  7:51 [ISSUE] X11 GNOME shell crashes when dragging windows in activities overview JamiKettunen
                   ` (3 preceding siblings ...)
  2024-05-02 18:40 ` yyny
@ 2024-05-02 19:27 ` okawo80085
  2024-05-02 20:39 ` yyny
  5 siblings, 0 replies; 7+ messages in thread
From: okawo80085 @ 2024-05-02 19:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 264 bytes --]

New comment by okawo80085 on void-packages repository

https://github.com/void-linux/void-packages/issues/50126#issuecomment-2091381513

Comment:
Had to add `CURSOR_THEME=$(echo "$CURSOR_THEME" | tr -d "'")` before calling the `ln` commands, but yea that fixed it

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: X11 GNOME shell crashes when dragging windows in activities overview
  2024-04-30  7:51 [ISSUE] X11 GNOME shell crashes when dragging windows in activities overview JamiKettunen
                   ` (4 preceding siblings ...)
  2024-05-02 19:27 ` okawo80085
@ 2024-05-02 20:39 ` yyny
  5 siblings, 0 replies; 7+ messages in thread
From: yyny @ 2024-05-02 20:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 754 bytes --]

New comment by yyny on void-packages repository

https://github.com/void-linux/void-packages/issues/50126#issuecomment-2091254013

Comment:
Can confirm too, it is ultimately a problem in `mutter` which [seems to already be fixed](https://gitlab.gnome.org/GNOME/mutter/-/commit/9f89421ef5abfe5143a777aa33eee308e81a7055).

This script should temporarily fix the crash:

```sh
CURSOR_THEME="$(gsettings get org.gnome.desktop.interface cursor-theme | tr -d "'")"
sudo ln -s "/usr/share/icons/$CURSOR_THEME/cursors/default" "/usr/share/icons/$CURSOR_THEME/cursors/dnd-none"
sudo ln -s "/usr/share/icons/$CURSOR_THEME/cursors/default" "/usr/share/icons/$CURSOR_THEME/cursors/dnd-move"
```

(edit): fixed the script for your copy-pasting convenience.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-02 20:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-30  7:51 [ISSUE] X11 GNOME shell crashes when dragging windows in activities overview JamiKettunen
2024-04-30  7:55 ` okawo80085
2024-04-30  8:06 ` okawo80085
2024-04-30 11:25 ` oreo639
2024-05-02 18:40 ` yyny
2024-05-02 19:27 ` okawo80085
2024-05-02 20:39 ` yyny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).