<<O>>  Difference Topic XmingGotchas (r1.2 - 08 Jan 2008 - DavidBrodbeck)

META TOPICPARENT CondorClusterHomepage

Xming Gotchas on patas.ling.washington.edu

Xming is an X server for Windows that provides a useful way to run graphical applications remotely. However, there are a couple of subtle issues that may be confusing to new users.

  • Boxes instead of text in Emacs - Install the Xming-fonts package.
Changed:
<
<
  • The shell can't find some commands or Emacs gives "Cannot open load file" errors - Xming's XLaunch utility does not open a login shell by default. Unfortunately, this means the system-wide /etc/profile script does not get run as it normally would. Without the proper PATH settings, some software will be unavailable and "emacs" will run an old version of Emacs which doesn't have all of the extensions installed that the new one does. To fix this, preface whatever you want to run with bash -l -c in the XLaunch "Start program" dialog. For example, bash -l -c emacs.
>
>
  • The shell can't find some commands or Emacs gives "Cannot open load file" errors - Xming's XLaunch utility does not open a login shell by default. Unfortunately, this means the system-wide /etc/profile script does not get run as it normally would. Without the proper PATH settings, some software will be unavailable. To fix this, preface whatever you want to run with bash -l -c in the XLaunch "Start program" dialog. For example, bash -l -c emacs.

-- DavidBrodbeck - 08 Jan 2008

 <<O>>  Difference Topic XmingGotchas (r1.1 - 08 Jan 2008 - DavidBrodbeck)

META TOPICPARENT CondorClusterHomepage

Xming Gotchas on patas.ling.washington.edu

Xming is an X server for Windows that provides a useful way to run graphical applications remotely. However, there are a couple of subtle issues that may be confusing to new users.

  • Boxes instead of text in Emacs - Install the Xming-fonts package.
  • The shell can't find some commands or Emacs gives "Cannot open load file" errors - Xming's XLaunch utility does not open a login shell by default. Unfortunately, this means the system-wide /etc/profile script does not get run as it normally would. Without the proper PATH settings, some software will be unavailable and "emacs" will run an old version of Emacs which doesn't have all of the extensions installed that the new one does. To fix this, preface whatever you want to run with bash -l -c in the XLaunch "Start program" dialog. For example, bash -l -c emacs.

-- DavidBrodbeck - 08 Jan 2008

Revision r1.1 - 08 Jan 2008 - 18:55 - DavidBrodbeck
Revision r1.2 - 08 Jan 2008 - 22:51 - DavidBrodbeck