Open asbachb opened 2 years ago
I can reproduce on NixOS 22.05 with GNOME (Wayland):
$ nix-shell -p pencil --run pencil
Hardware acceleration disabled for Linux.
Background web-printer started.
Shortcut main service started.
Shortcut: Super+F12 registered
[3964758:0818/173238.264068:FATAL:gpu_data_manager_impl_private.cc(894)] The display compositor is frequently crashing. Goodbye.
/tmp/nix-shell-3962786-0/rc: line 3: 3964758 Trace/breakpoint trap (core dumped) pencil
Upstream bug: https://github.com/evolus/pencil/issues/724
Workaround: nix-shell -p pencil --run 'pencil --disable-seccomp-filter-sandbox'
@bjornfor Should we mark the package as broken or add the workaround to the package?
I'm not sure. I don't know the consequences of that option.
I searched a bit and it seems like a common issue in electron apps using newer glibc.
I can confirm this bug on i3wm, it's not specific to sway or Wayland based environments.
Upstream bug: evolus/pencil#724
Workaround:
nix-shell -p pencil --run 'pencil --disable-seccomp-filter-sandbox'
https://github.com/evolus/pencil/issues/781#issue-1889321828
Steps To Reproduce
Additional context
I'm using sway/wayland.
Notify maintainers
@bjornfor @prikhi @mrVanDalo
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.