From 57594f2516979170d5560c17b3c0cfc69a44d754 Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Mon, 24 Oct 2011 00:40:11 +0200 Subject: [PATCH] * usr/share/themes/Lubuntu-default/ - Disable inset text style, to reduce CPU usage (LP: #878958) --- debian/changelog | 7 +++++++ usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e9191dc..e30c857 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lubuntu-artwork (0.19) UNRELEASED; urgency=low + + * usr/share/themes/Lubuntu-default/ + - Disable inset text style, to reduce CPU usage (LP: #878958) + + -- Julien Lavergne Mon, 24 Oct 2011 00:38:49 +0200 + lubuntu-artwork (0.18) oneiric; urgency=low * usr/share/themes/Lubuntu-default/ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc b/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc index 097c014..73b498d 100644 --- a/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc +++ b/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc @@ -156,7 +156,7 @@ style "murrine-default" { stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown progressbarstyle = 0 # 0 = nothing, 1 = stripes, 2 = lines shadow_shades = {0.5, 0.0} # gradient for shadows. - textstyle = 1 # 0 = normal text, 1 = inset + textstyle = 0 # 0 = normal text, 1 = inset toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient trough_shades = {0.98, 1.06} # draw gradient on trough of GtkScrollbar and GtkProgressbar }