[MacPorts] #24535: blackbox @0.70.1 crashes with xorg-server @1.8.0 and newer
MacPorts
noreply at macports.org
Sat Mar 12 14:48:37 PST 2011
#24535: blackbox @0.70.1 crashes with xorg-server @1.8.0 and newer
--------------------------------------+-------------------------------------
Reporter: Peter_Dyballa@… | Owner: pmq@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: | Port: blackbox
--------------------------------------+-------------------------------------
Comment(by Peter_Dyballa@…):
Now with xorg-server-devel @1.9.3.902_0 I made tests with
~/.xinitrc.d/50-clients.sh. Since I found that this X server does not
provide the environment as recorded in ~/.MacOSX/environment.plist (GNU
Emacsen are particularly missing LC_CTYPE and LANG) I augmented the script
with lines like
{{{
export LANG=$(defaults read "${HOME}/.MacOSX/environment" LANG)
export LC_CTYPE=$(defaults read "${HOME}/.MacOSX/environment" LC_CTYPE)
}}}
Any of these lets blackbox crash, as launched from
~/.xinitrc.d/98-blackbox.sh:
{{{
[[ -x /opt/local/bin/blackbox ]] && exec /opt/local/bin/blackbox
[[ -x /sw/bin/blackbox ]] && exec /sw/bin/blackbox
[[ -x ~/Quellen/blackbox-0.70.1/src/blackbox ]] && exec
~/Quellen/blackbox-0.70.1/src/blackbox
}}}
--
Ticket URL: <https://trac.macports.org/ticket/24535#comment:11>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list