[MacPorts] #24534: xorg-server @1.7.6 has faulty X11 fontpath

MacPorts noreply at macports.org
Tue Apr 20 13:34:08 PDT 2010


#24534: xorg-server  @1.7.6 has faulty X11 fontpath
---------------------------------------+------------------------------------
  Reporter:  Peter_Dyballa@…           |       Owner:  jeremyhu@…           
      Type:  defect                    |      Status:  closed               
  Priority:  Normal                    |   Milestone:                       
 Component:  ports                     |     Version:  1.8.2                
Resolution:  fixed                     |    Keywords:                       
      Port:  xorg-server               |  
---------------------------------------+------------------------------------
Changes (by jeremyhu@…):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 ah, you're right.  I was looking in /opt/X11 (XQuartz), not /opt/local...
 sorry.  xinit should set the fontpath correctly in:

 r66705

 I suggest you do the following (rather than using a ~/.xinitrc):

 mkdir ~/.xinitrc.d

 cat > ~/.xinitrc.d/10-fontpath.sh <<EOF
 xset fp+
 /sw/lib/X11/fonts/msttf/,/sw/lib/X11/fonts/naga10/,/sw/lib/X11/fonts/applettf/
 xset fp+ /usr/X11/share/fonts/local/
 xset fp rehash
 EOF

 cat > ~/.xinitrc.d/50-misc.sh <<EOF
 gkrellm &
 sunclock &
 /usr/local/bin/emacs-24.0.50 -geometry 100x55+696+145 -T 24.0.50 --debug-
 init &
 /sw/bin/emacs-22.3 -geometry 85x45+18+240 -T 22.3 &
 EOF

 cat > ~/.xinitrc.d/99-blackbox.sh <<EOF
 [[ -x /sw/bin/blackbox ]] && exec /sw/bin/blackbox
 EOF

-- 
Ticket URL: <http://trac.macports.org/ticket/24534#comment:7>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list