Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2020 00:36:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 244970] www/firefox: radio buttons missing in save file dialogue
Message-ID:  <bug-244970-6497-xxXYMEklp0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244970-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244970-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244970

timon@timon.net.nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timon@timon.net.nz

--- Comment #8 from timon@timon.net.nz ---
I use the following fast patch to solve this problem (and fixed pkg-plist):
$ cat x11-themes/plasma5-breeze-gtk/files/patch-src_build__theme.sh
--- src/build_theme.sh.orig     2020-02-27 10:16:43 UTC
+++ src/build_theme.sh
@@ -109,4 +109,4 @@ fi

 render_theme "${COLOR_SCHEME}" "${THEME_NAME}" "${INSTALL_TARGET}"
"${COLOR_SCHEME_ROOT}/Breeze.colors"
 [ -z "${INSTALL_TARGET}" ] &&
INSTALL_TARGET=3D"${HOME}/.local/share/themes/${THEME_NAME}"
-cp -r assets/ "${INSTALL_TARGET}"
+cp -r assets/ "${INSTALL_TARGET}/assets"

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244970-6497-xxXYMEklp0>