You are not logged in.
'gnome-disks' terminated by signal SIGSEGV (Address boundary error)This is the error I am getting every time I try to open gnome-disks
Last edited by Juhayer Al Wasif (2025-09-20 20:47:59)
Offline
Hi Juhayer, ![]()
Looks like a segmentation fault in Hyprland. This might be due to missing dependencies or compatibility issues with your Wayland compositor. Try running gnome-disks from the terminal with
GDK_BACKEND=x11 gnome-disks to force X11, and see if that helps. If it works, the problem is likely with Wayland support.
Also, check for any related logs or updates for Hyprland and gnome-disk-utility.
Offline
Thanks.
This worked for me:
gnome-disks --display=$DISPLAYLast edited by Juhayer Al Wasif (2025-09-20 20:43:38)
Offline