openbsd-ports/x11/nagstamon/patches/patch-Nagstamon_Config_py
ajacoutot c817c87b1c Update to nagstamon-0.9.7.1.
from new maintainer Nicolas P. M. Legrand, with some tweaks.
2011-10-06 10:05:37 +00:00

16 lines
719 B
Plaintext

--- Nagstamon/Config.py.orig Thu May 26 11:42:37 2011
+++ Nagstamon/Config.py Wed Oct 5 20:59:12 2011
@@ -95,9 +95,9 @@ class Config(object):
self.app_vnc_options = ""
else:
# the Linux settings
- self.app_ssh_bin = "/usr/bin/gnome-terminal -x ssh"
- self.app_rdp_bin = "/usr/bin/rdesktop"
- self.app_vnc_bin = "/usr/bin/vncviewer"
+ self.app_ssh_bin = "${X11BASE}/bin/xterm -e ssh"
+ self.app_rdp_bin = "${LOCALBASE}/bin/rdesktop"
+ self.app_vnc_bin = "${LOCALBASE}/bin/vncviewer"
self.app_ssh_options = "-l root"
self.app_rdp_options = "-g 1024x768"
self.app_vnc_options = ""