This is a multi-part message in MIME format. --------------010208040707060900010209 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Don't reset the brightness to the one configured in the profile everytime a timeout is reached. This would overwrite a temporary user defined setting. Regards, Holger --------------010208040707060900010209 Content-Type: text/x-patch; name="powerdevil-dont-reset-brightness.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="powerdevil-dont-reset-brightness.patch" Index: KDE/kdebase/workspace/powerdevil/daemon/PowerDevilDaemon.cpp =================================================================== --- KDE.orig/kdebase/workspace/powerdevil/daemon/PowerDevilDaemon.cpp +++ KDE/kdebase/workspace/powerdevil/daemon/PowerDevilDaemon.cpp @@ -968,7 +968,6 @@ void PowerDevilDaemon::poll(int id, int } else { d->status = NoAction; KIdleTime::instance()->stopCatchingResumeEvent(); - Solid::Control::PowerManager::setBrightness(settings->readEntry("brightness").toInt()); } } --------------010208040707060900010209 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe << --------------010208040707060900010209--