[Slackbuilds-users] Patch to add Malloc=1 to Epiphany's desktop file?

SlackerNET UK slackernetuk at gmail.com
Sat Oct 1 15:19:34 UTC 2022


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 at 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 at slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20221001/6fb575e2/attachment.htm>


More information about the SlackBuilds-users mailing list