sincetheflood / kiss-wayland

Wayland stuff packaged for KISS Linux
BSD Zero Clause License
15 stars 3 forks source link

Firefox Segfault #3

Closed Vixeliz closed 4 years ago

Vixeliz commented 4 years ago

Sorry for all of this issues but I just finished compiling firefox and it seems to segfault when starting any idea on why? Or should I report a bug to firefox. Using gdb it's segfaulting at setjmp() from /lib/ld-musl-x86_64.so.1

Vixeliz commented 4 years ago

My bad this is also just user error perhaps another post-install script? I needed to add --no-remote

sincetheflood commented 4 years ago

Yeah Firefox needs --no-remote, I should add a post-install mentioning that, or maybe a separate package that contains a shell script (and maybe a .desktop file) to handle all that for you? I've been using an alias to do it:

ffx='MOZ_ENABLE_WAYLAND=1 vblank_mode=0 OZ_WEBRENDER=1 MOZ_ACCELERATED=1 firefox --no-remote'
Vixeliz commented 4 years ago

Mine probably wasn't best solution but I created a script in /usr/bin called flrefox-wayland that does the same thing.