[MacPorts] #27304: Blackbox WM crashes with XQuartz 2.6.0 (xorg-server 1.9.2)
MacPorts
noreply at macports.org
Sat Mar 12 14:53:19 PST 2011
#27304: Blackbox WM crashes with XQuartz 2.6.0 (xorg-server 1.9.2)
---------------------------------------+------------------------------------
Reporter: Peter_Dyballa@… | Owner: pmq@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Resolution: duplicate | 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/27304#comment:7>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list