Author Topic: Pdaxii13: Nedit Launch Script  (Read 1526 times)

ulutte

  • Newbie
  • *
  • Posts: 6
    • View Profile
Pdaxii13: Nedit Launch Script
« on: July 31, 2007, 04:36:56 pm »
Hi,

nedit is IMHO the best editor available with pdaxii13.
Unfortunately, it has a bug that prevents to launch it on a remote X server.

This is the workaround :

1. mv nedit nedit.bin
2. Create the new nedit script :
#!/bin/bash
export XLIB_SKIP_ARGB_VISUALS=1
/usr/bin/nedit-bin -xrm '*visualID: default' -xrm '*fontList: -misc-fixed-medium-r-normal--14-110-100-100-c-70-iso8859-1' $* >/dev/null 2>/dev/null

3. chmod a+x /usr/bin/nedit

You should also end up with nicer fonts on the menus.

Ulutte