You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/patches/kde-base/kdm-4.2-3.0-4-guistyle.patch

13 lines
491 B

diff -uNr kdebase-workspace-4.2.0.old/kdm/kfrontend/kgapp.cpp kdebase-workspace-4.2.0/kdm/kfrontend/kgapp.cpp
--- kdebase-workspace-4.2.0.old/kdm/kfrontend/kgapp.cpp 2008-09-18 00:54:59.000000000 +0400
+++ kdebase-workspace-4.2.0/kdm/kfrontend/kgapp.cpp 2009-02-12 15:50:05.000000000 +0300
@@ -377,6 +377,8 @@
setCursor( dpy, app.desktop()->winId(), XC_left_ptr );
int rslt = ex_exit;
+ app.setStyle( _GUIStyle );
+ app.setFont( *_normalFont );
for (;;) {
int cmd = gRecvInt();