On Friday 05 February 2016 21:35:50 Jeff Epler wrote:

> it looks like this is kde-specific breakage.  You may find this
> workaround from redhat's bugzilla to be helpful.
> https://bugzilla.redhat.com/show_bug.cgi?id=1043686#c5
>
>     A workaround is to go to
>       KDE System Settings -> Application Appearance -> Colors ->
> Options and disable the checkbox for
>       Apply colors to non-KDE4 applications
>     and logout and login again.
>
> Jeff

A better fix seems to be from Nik:

cut here
# LINUXCNC
(
  sleep 10
  xrdb -all -query|sed -e 's#[A-Z_]*BACKGROUND# gray90#' \
  -e 's#[A-Z_]*FOREGROUND# Black#' \
  -e 's#[A-Z_]*HIGHLIGHT# White#' \
  -e 's#[A-Z_]*LOWLIGHT# Black#'|xrdb -merge
 ) &
cut- ^here and save as ~/.xinitrc and link to ~/.xsessionrc.
>
> ----------------------------------------------------------------------
>-------- Site24x7 APM Insight: Get Deep Visibility into Application
> Performance APM + Mobile APM + RUM: Monitor 3 App instances at just
> $35/Month Monitor end-to-end web transactions and take corrective
> actions now Troubleshoot faster and improve end-user experience.
> Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to