Revert Troy's commit. It causes a crash on startup here, I don't think it is just my system. Either way, unfortunately the proper solution isn't quite a one-liner.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=668076
wilder-portage
Robert Knight 19 years ago
parent 58dc50a324
commit e49cda4859
  1. 3
      src/start.cpp

@ -82,8 +82,7 @@ extern "C" int KDE_EXPORT kdemain(int argc,char** argv)
Colormap colormap = 0;
bool transparencyAvailable = false;
//getDisplayInformation(display,visual,colormap,transparencyAvailable);
transparencyAvailable = KWindowSystem::compositingActive();
// getDisplayInformation(display,visual,colormap,transparencyAvailable);
qDebug() << "Transparency available: " << transparencyAvailable;

Loading…
Cancel
Save