Using ubuntu 10.04 with the xrdp package.

A font I made available on the Ubuntu desktop is not available when doing
RDP.

So on Ubuntu to make it work on the desktop I did the following:

I had to create a file under /usr/lib/X11/xorg.conf.d/ called 11-fonts.conf
with these contents:
Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/usr/share/fonts/type1/t1-xfree86-nonfree"
    FontPath     "built-ins"
EndSection


But when connect via RDP using xrdp, that font does not get loaded.
(Specifically "FontPath     "/usr/share/fonts/type1/t1-xfree86-nonfree"")

I've been looking through the xrdp config files a little, and would like any
guidance from you on how best to fix this issue.

We need that font in order for a 5250 emulation program to load over RDP.
------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to