Re: Using KDE programs in non KDE environment

2015-05-30 Thread Franz Fellner
Marcel Hellwig wrote: > On 30.05.2015 15:27, Franz Fellner wrote: > > Does export QT_QPA_PLATFORMTHEME=kde work for you? > yes, but wtf? :D > Any explanation?! > (short answer: have a look at the QPA-sources :P) It's just an env var Qt evaluates to select the proper Platform Plugin. Instead of k

Re: Using KDE programs in non KDE environment

2015-05-30 Thread Marcel Hellwig
On 30.05.2015 15:27, Franz Fellner wrote: > Does export QT_QPA_PLATFORMTHEME=kde work for you? yes, but wtf? :D Any explanation?! signature.asc Description: OpenPGP digital signature >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Using KDE programs in non KDE environment

2015-05-30 Thread Franz Fellner
Does export QT_QPA_PLATFORMTHEME=kde work for you? Marcel Hellwig wrote: > Okay, I nearly read the whole thread and there is still no solution, am > I right? The suggest workaround (export KDE_FULL_SESSION=true), doesn't > work for me :/ > It shouldn't be that hard to have an environment variable

How to port kfiledialog:/// feature of KFileDialog?

2015-05-30 Thread Milian Wolff
Hey all, is there a utility function to port the "memory" effect of kfiledialog:/// URLs used in KFileDialog, when using QFileDialog now? If not, could we add it somewhere? Thanks -- Milian Wolff m...@milianw.de http://milianw.de >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub t

Re: Using KDE programs in non KDE environment

2015-05-30 Thread Marcel Hellwig
Okay, I nearly read the whole thread and there is still no solution, am I right? The suggest workaround (export KDE_FULL_SESSION=true), doesn't work for me :/ It shouldn't be that hard to have an environment variable which determines which theme to use *sigh* So, how can this be fixed? And what abo

Re: Using KDE programs in non KDE environment

2015-05-30 Thread Jeremy Whiting
Qt decides which platform plugin to load based on the environment setting. In a plasma session KDE_FULL_SESSION environment variable is set. In others it's not, so the other appropriate platform plugin is loaded instead. It seems GNOME and other desktop environments prefer no icons lately. So Qt do

Using KDE programs in non KDE environment

2015-05-30 Thread Marcel Hellwig
Hi everyone, I asked this question @kdevelop-devel but this seems to be a KDE related problem, as it occurs also in other KDE programs (kate, kwrite), but seems to be related to KDE5 only apps (because kdiff3 and dolphin work). The problem is, that I can't see any icons in KDE5 apps, the reason is