Re: Where are kdeglobals defaults?

2015-08-21 Thread Kai Uwe Broulik
‎Yup, thanks! :) And I desperately grep'd all of Frameworks for clues about colorScheme   Originalnachricht   Von: Albert Astals Cid Gesendet: Freitag, 21. August 2015 23:05 An: kde-devel@kde.org Cc: Kai Uwe Broulik Betreff: Re: Where are kdeglobals defaults? El Divendres, 21 d'agost de 2015, a

Re: Where are kdeglobals defaults?

2015-08-21 Thread Albert Astals Cid
El Divendres, 21 d'agost de 2015, a les 21:13:51, Kai Uwe Broulik va escriure: > Hi all, > > I tried to find out why the default colorscheme was still Oxygen, which > unfortunately slipped into the Applications 15.08 promo screenshots, and > found that all the colors KCM does is "KConfig::sharedCo

Where are kdeglobals defaults?

2015-08-21 Thread Kai Uwe Broulik
Hi all, I tried to find out why the default colorscheme was still Oxygen, which unfortunately slipped into the Applications 15.08 promo screenshots, and found that all the colors KCM does is "KConfig::sharedConfig("Kdeglobals"); setReadDefaults(true); read(); setReadDefalts(false)" but I just c

Re: Building own Runner

2015-08-21 Thread David Baum
It's working, thanks a lot. :) Am Freitag, 21. August 2015, 11:46:09 schrieb Stephane MANKOWSKI: > Hi, > > Try this: > cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` > -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` > > Regards. > > Le 20/08/2015 22:37, David Baum a écrit : > > Hello e

Re: Building own Runner

2015-08-21 Thread Stephane MANKOWSKI
Hi, Try this: cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` Regards. Le 20/08/2015 22:37, David Baum a écrit : > Hello everyone, > > I've written an own module for Krunner which works pretty well. However there > is a problem within the

Building own Runner

2015-08-21 Thread David Baum
Hello everyone, I've written an own module for Krunner which works pretty well. However there is a problem within the build process and since I don't know where to look at, I want to ask here for some help. I build and install the runner from the build directery: cmake -DCMAKE_INSTALL_PREFIX=