I am working in a little group of people to provide GNOME 43 for Slackware
current and Slackware 15.0.
I didn't change the session.conf and org.gnome.Epiphany.desktop file. I
just created two files in /etc/profiles.d.
epiphany.sh

#!/bin/shexport WEBKIT_FORCE_SANDBOX=0 export GIGACAGE_ENABLED=0
export G_SLICE=always-malloc export Malloc=1

epiphany.csh

#!/bin/csh
setenv WEBKIT_FORCE_SANDBOX=0
setenv GIGACAGE_ENABLED=0
setenv G_SLICE=always-malloc
setenv Malloc=1




On Sat, Oct 1, 2022 at 2:13 PM Charadon via SlackBuilds-users <
slackbuilds-users@slackbuilds.org> wrote:

> Hey all,
>
> If it's alright with everyone, I want to patch the .desktop file for the
> Epiphany Browser to add the environment variable Malloc=1. It fixes a
> lot of web page crashes that are related to xdg-desktop-portal crashing
> constantly while using it.
>
> ~ Charadon
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>
_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/

Reply via email to