FreeBSD Bugzilla – Attachment 244976 Details for
Bug 273793
audio/musescore version 4.0.1 fails to launch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
poudriere hook for a musescore testing environment
jail.sh (text/plain), 652 bytes, created by
Keith White
on 2023-09-17 15:16:57 UTC
(
hide
)
Description:
poudriere hook for a musescore testing environment
Filename:
MIME Type:
Creator:
Keith White
Created:
2023-09-17 15:16:57 UTC
Size:
652 bytes
patch
obsolete
>#!/bin/sh ># ># .../hooks/jail.sh > >case "$1" in >"mount") > mkdir -p "${MASTERMNT}"/tmp/.X11-unix > mount -t nullfs /tmp/.X11-unix "${MASTERMNT}"/tmp/.X11-unix > echo 'export DISPLAY=:0.0' >> "${MASTERMNT}"/etc/profile.d/x.sh > echo 'export QT_XCB_GL_INTEGRATION=none' >> "${MASTERMNT}"/etc/profile.d/x11.sh > echo 'export QT_QUICK_BACKEND=software' >> "${MASTERMNT}"/etc/profile.d/x11.sh > devfs -m "${MASTERMNT}"/dev rule apply path 'dsp*' unhide > devfs -m "${MASTERMNT}"/dev rule apply path 'sndstat' unhide > devfs -m "${MASTERMNT}"/dev rule apply path 'mixer*' unhide > ;; >"stop") > umount "${MASTERMNT}"/tmp/.X11-unix > ;; >"start"|"pkgbase") > ;; >esac > >exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 273793
:
244849
|
244945
|
244964
|
244975
| 244976