all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#50742: spacefm crash on launch
@ 2021-09-22 19:17 bdju via Bug reports for GNU Guix
  2021-10-18 14:10 ` ison
  0 siblings, 1 reply; 4+ messages in thread
From: bdju via Bug reports for GNU Guix @ 2021-09-22 19:17 UTC (permalink / raw)
  To: 50742

guix (GNU Guix) 9057035d892266c1b90242d06522a642e13b09d79
I am running Guix System

Here is the output after running `spacefm` from my terminal
------------------------------------------------------------------------

(spacefm:28620): SpaceFM-WARNING **: 13:43:17.110: No root settings
found in
/gnu/store/cb0mdkpb2a3x1sylfhkhb8g228hs43cp-spacefm-1.0.6/etc/spacefm/
Setting a root editor in Preferences should remove this warning on
startup.   Otherwise commands run as root may present a security risk.
**
GLib:ERROR:../glib-2.62.6/glib/ghash.c:472:g_hash_table_lookup_node:
assertion failed: (!g_atomic_ref_count_compare (&hash_table->ref_count,
0))
Bail out!
GLib:ERROR:../glib-2.62.6/glib/ghash.c:472:g_hash_table_lookup_node:
assertion failed: (!g_atomic_ref_count_compare (&hash_table->ref_count,
0))
zsh: abort      spacefm
------------------------------------------------------------------------

When launching with ‘guix environment --pure --ad-hoc spacefm --
spacefm’ instead, it appears successfully.




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

* bug#50742: spacefm crash on launch
  2021-09-22 19:17 bug#50742: spacefm crash on launch bdju via Bug reports for GNU Guix
@ 2021-10-18 14:10 ` ison
  2021-10-18 20:33   ` bdju via Bug reports for GNU Guix
  0 siblings, 1 reply; 4+ messages in thread
From: ison @ 2021-10-18 14:10 UTC (permalink / raw)
  To: bdju; +Cc: 50742

Are you using Wayland? If so then there is a workaround. Try launching
it like "WAYLAND_DISPLAY= spacefm" (notice the space). Spacefm doesn't
support Wayland natively.
A similar file manager that does support Wayland is Thunar.

"bdju" via Bug reports for GNU Guix <bug-guix@gnu.org> writes:

> guix (GNU Guix) 9057035d892266c1b90242d06522a642e13b09d79
> I am running Guix System
>
> Here is the output after running `spacefm` from my terminal
> ------------------------------------------------------------------------
>
> (spacefm:28620): SpaceFM-WARNING **: 13:43:17.110: No root settings
> found in
> /gnu/store/cb0mdkpb2a3x1sylfhkhb8g228hs43cp-spacefm-1.0.6/etc/spacefm/
> Setting a root editor in Preferences should remove this warning on
> startup.   Otherwise commands run as root may present a security risk.
> **
> GLib:ERROR:../glib-2.62.6/glib/ghash.c:472:g_hash_table_lookup_node:
> assertion failed: (!g_atomic_ref_count_compare (&hash_table->ref_count,
> 0))
> Bail out!
> GLib:ERROR:../glib-2.62.6/glib/ghash.c:472:g_hash_table_lookup_node:
> assertion failed: (!g_atomic_ref_count_compare (&hash_table->ref_count,
> 0))
> zsh: abort      spacefm
> ------------------------------------------------------------------------
>
> When launching with ‘guix environment --pure --ad-hoc spacefm --
> spacefm’ instead, it appears successfully.





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

* bug#50742: spacefm crash on launch
  2021-10-18 14:10 ` ison
@ 2021-10-18 20:33   ` bdju via Bug reports for GNU Guix
  2022-02-06  2:31     ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: bdju via Bug reports for GNU Guix @ 2021-10-18 20:33 UTC (permalink / raw)
  To: ison; +Cc: 50742

On Mon Oct 18, 2021 at 9:10 AM CDT, ison wrote:
> Are you using Wayland?
Yes, I am on Sway.
> If so then there is a workaround. Try launching
> it like "WAYLAND_DISPLAY= spacefm" (notice the space). Spacefm doesn't
> support Wayland natively.
This works! Thanks.
> A similar file manager that does support Wayland is Thunar.
I'm all-set for a file manager. I just noticed this problem while
comparing several of them and their performance. I believe pcmanfm,
pcmanfm-qt, thunar, caja, and dolphin all worked okay on Wayland. At the
least they didn't crash on launch.

I guess it sounds like this is an upstream bug then. Not sure if this
should be closed or not. I'll leave that up to someone else to decide.




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

* bug#50742: spacefm crash on launch
  2021-10-18 20:33   ` bdju via Bug reports for GNU Guix
@ 2022-02-06  2:31     ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2022-02-06  2:31 UTC (permalink / raw)
  To: bdju; +Cc: 50742-done

Hello,

"bdju" <bdju@tilde.team> writes:

> On Mon Oct 18, 2021 at 9:10 AM CDT, ison wrote:
>> Are you using Wayland?
> Yes, I am on Sway.
>> If so then there is a workaround. Try launching
>> it like "WAYLAND_DISPLAY= spacefm" (notice the space). Spacefm doesn't
>> support Wayland natively.
> This works! Thanks.
>> A similar file manager that does support Wayland is Thunar.
> I'm all-set for a file manager. I just noticed this problem while
> comparing several of them and their performance. I believe pcmanfm,
> pcmanfm-qt, thunar, caja, and dolphin all worked okay on Wayland. At the
> least they didn't crash on launch.
>
> I guess it sounds like this is an upstream bug then. Not sure if this
> should be closed or not. I'll leave that up to someone else to decide.

I agree; it's an upstream bug.

Thanks for the report!

Closing.

Maxim




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

end of thread, other threads:[~2022-02-06  2:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22 19:17 bug#50742: spacefm crash on launch bdju via Bug reports for GNU Guix
2021-10-18 14:10 ` ison
2021-10-18 20:33   ` bdju via Bug reports for GNU Guix
2022-02-06  2:31     ` Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.