source:
pkg/viola/main/kde-guidance/trunk/debian/patches/kubuntu_06_displayconfig_fix_intel_dpi.patch
@
3444
| Revision 3146, 521 bytes checked in by alanbach-guest, 5 years ago (diff) |
|---|
-
guidance/displayconfig/displayconfig-restore.py
99 99 else: 100 100 dpi = 120 101 101 102 # work around for LP beastie 151311 103 if ((w_dpi < 200) and (h_dpi > 900)): 104 dpi = 96 105 102 106 try: 103 107 xrdb = subprocess.Popen(["xrdb","-nocpp","-merge"],stdin=subprocess.PIPE) 104 108 xrdb.communicate("Xft.dpi: %i\n" % dpi)
Note: See TracBrowser
for help on using the repository browser.


