[Bug 244970] www/firefox: radio buttons missing in save file dialogue

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 24 00:36:12 GMT 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244970

timon at timon.net.nz changed:

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

--- Comment #8 from timon at 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="${HOME}/.local/share/themes/${THEME_NAME}"
-cp -r assets/ "${INSTALL_TARGET}"
+cp -r assets/ "${INSTALL_TARGET}/assets"

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


More information about the kde-freebsd mailing list