Github messages for voidlinux
 help / color / mirror / Atom feed
From: yyny <yyny@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: X11 GNOME shell crashes when dragging windows in activities overview
Date: Thu, 02 May 2024 20:40:38 +0200	[thread overview]
Message-ID: <20240502184038.501D625F22@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50126@inbox.vuxu.org>

[-- 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"
```

  parent reply	other threads:[~2024-05-02 18:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-30  7:51 [ISSUE] " 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 [this message]
2024-05-02 19:27 ` okawo80085
2024-05-02 20:39 ` yyny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240502184038.501D625F22@inbox.vuxu.org \
    --to=yyny@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).