On Monday, 17 September 2018 19:38:20 BST sergio wrote:
> My e config is minimal. A few modules are loaded. Nothing in Settings ->
> Advanced -> Environment Variables. Also I've inspected configs with vieet.
> 
> enlightenment start from ~/.xsession with enlightenment_start
> 
> If I replace enlightenment_start with xterm $QT_STYLE_OVERRIDE is not
> set and $QT_QPA_PLATFORMTHEME is qt5ct. But just soon as I run
> enlightenment_start it set both variables to gtk2

In Settings Panel/Advanced/Environment Variables, I added the setting:

XDG_SESSION_DESKTOP KDE

The two variables you mention above are shown as:

$ echo $QT_STYLE_OVERRIDE
gtk2
$ echo $QT_QPA_PLATFORMTHEME
qt5ct

if I run the above in urxvt.  However, when I run the same in xterm/
terminology, I get:

$ echo $QT_STYLE_OVERRIDE
gtk2
$ echo $QT_QPA_PLATFORMTHEME
gtk2

In addition, when I launch a KDE application from the menu, e.g. kwrite, it 
has no application icons and the fonts are really small.  If I launch the same 
application from urxvt, it launches with its icons and full theme.

Trying to launch qt5ct from urxvt I get a popup complaining:

 Error: Please remove the QT_STYLE_OVERRIDE environment variable.

>From xterm I get:

 Please remove the QT_STYLE_OVERRIDE environment variable
 The QT_QPA_PLATFORMTHEME environment variable is not set correctly

In both cases qt5ct fails to launch.  I suspect there has been some disconnect 
between e and Qt5 for some time now.  I would also be interested to know if 
there is a fix for this.

-- 
Regards,
Mick
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to