Changes between Initial Version and Version 1 of Ticket #24534


Ignore:
Timestamp:
Apr 18, 2010, 9:35:04 AM (14 years ago)
Author:
jmroot (Joshua Root)
Comment:

Please remember to fill in the Port field and cc the maintainer.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24534

    • Property Owner changed from macports-tickets@… to jeremyhu@…
    • Property Port xorg-server added
  • Ticket #24534 – Description

    initial v1  
    11Because updated xorg-server-devel 1.8.0 fails to work I launched that "stable" version. Some tools did not launch from ~/.xinitrc because they could not find their fonts. So I checked:
    2 
     2{{{
    33        Font Path:
    44  /Library/Fonts,/System/Library/Fonts,built-ins,/sw/lib/X11/fonts/msttf/,/sw/lib/X11/fonts/naga10/,/sw/lib/X11/fonts/applettf/,/usr/X11/share/fonts/local/
    5 
     5}}}
    66Do you see that "built-ins" particle in font path? It seems it does not get active/executed.
    77
    88In my ~/.xinitrc I have effectively:
    9 
     9{{{
    1010        xset fp+ /sw/lib/X11/fonts/msttf/,/sw/lib/X11/fonts/naga10/,/sw/lib/X11/fonts/applettf/
    1111                WM=/opt/local/bin/quartz-wm
     
    1919        /sw/bin/emacs-22.3 -geometry 85x45+18+240 -T 22.3 &
    2020        exec $WM
    21 
     21}}}
    2222(Presumingly /sw/lib/X11/fonts/msttf and /sw/lib/X11/fonts/applettf don't add anything – except memory use.)