Opened 14 years ago

Last modified 14 years ago

#24534 closed defect

xorg-server @1.7.6 has faulty X11 fontpath — at Version 1

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: jeremyhu@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: xorg-server

Description (last modified by jmroot (Joshua Root))

Because 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:

	Font Path:
  /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/

Do you see that "built-ins" particle in font path? It seems it does not get active/executed.

In my ~/.xinitrc I have effectively:

	xset fp+ /sw/lib/X11/fonts/msttf/,/sw/lib/X11/fonts/naga10/,/sw/lib/X11/fonts/applettf/
		WM=/opt/local/bin/quartz-wm
		xset fp+ /usr/X11/share/fonts/local/
		WM=/sw/bin/blackbox
	xset fp rehash
	
	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 &
	exec $WM

(Presumingly /sw/lib/X11/fonts/msttf and /sw/lib/X11/fonts/applettf don't add anything – except memory use.)

Change History (1)

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Description: modified (diff)
Owner: changed from macports-tickets@… to jeremyhu@…
Port: xorg-server added

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

Note: See TracTickets for help on using tickets.