blob: 4fe189ab37df53952d468e0c7844eb10eec730ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 05_fix_xfs_fonts.dpatch by <diamond@google.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad freenx-0.6.0+svn334~/nxnode freenx-0.6.0+svn334/nxnode
--- freenx-0.6.0+svn334~/nxnode 2007-05-31 16:47:23.000000000 +0100
+++ freenx-0.6.0+svn334/nxnode 2007-05-31 16:47:50.000000000 +0100
@@ -304,6 +304,8 @@
NODE_WM_PID=$!
fi
+ echo "Xft.dpi: 96" | DISPLAY=:$display xrdb -merge >>"$USER_FAKE_HOME/.nx/C-$sess_id/session" 2>&1
+
#
# Startup the application
#
|