Hi
I just compiled Emacs for Kubuntu 14..04 running trinity, while emacs runs without problems in KDE4 it fails for trinity the error message is:
undefined color: "WINDOW_FOREGROUND"
I swore I have seen this error before, and it was caused by some trinity package, deinstallation solved the problem, but I don't recall which one it was.
Anybody has an idea? trinity without Emacs sucks
thanks
Uwe Brauer
According to https://bugzilla.redhat.com/show_bug.cgi?id=1043686 you can fix it doing the following I have not tested it.
comment 5
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.
Non-KDE apps may not look as pretty, but at least they'll run.
On Wed, Jun 22, 2016 at 3:47 PM, Uwe Brauer oub.oub.oub@gmail.com wrote:
Hi
I just compiled Emacs for Kubuntu 14..04 running trinity, while emacs runs without problems in KDE4 it fails for trinity the error message is:
undefined color: "WINDOW_FOREGROUND"
I swore I have seen this error before, and it was caused by some trinity package, deinstallation solved the problem, but I don't recall which one it was.
Anybody has an idea? trinity without Emacs sucks
thanks
Uwe Brauer
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Wed, Jun 22, 2016 at 9:51 PM, Pisini, John pisinij@csps.com wrote:
According to https://bugzilla.redhat.com/show_bug.cgi?id=1043686 you can fix it doing the following I have not tested it.
comment 5
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.
Thanks!! you saved my day!
Non-KDE apps may not look as pretty, but at least they'll run.
On Wed, Jun 22, 2016 at 3:47 PM, Uwe Brauer oub.oub.oub@gmail.com wrote:
Hi
I just compiled Emacs for Kubuntu 14..04 running trinity, while emacs runs without problems in KDE4 it fails for trinity the error message is:
undefined color: "WINDOW_FOREGROUND"
I swore I have seen this error before, and it was caused by some trinity package, deinstallation solved the problem, but I don't recall which one it was.
Anybody has an idea? trinity without Emacs sucks
thanks
Uwe Brauer
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
--
John Pisini
Systems Administrator
TFCCS
617-450-3988
Disclaimer for email:
The information contained in this electronic message and any attachments to this message is intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. This e-mail is not intended to, and shall not, constitute an electronic signature giving rise to a binding legal contract, unless expressly stated otherwise in the body of the e-mail by the sender.
On Wed, 22 Jun 2016 15:51:49 -0400 "Pisini, John" pisinij@csps.com wrote:
According to https://bugzilla.redhat.com/show_bug.cgi?id=1043686 you can fix it doing the following I have not tested it.
comment 5
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.
Non-KDE apps may not look as pretty, but at least they'll run.
That's a bad solution - this checkbox is unfortunately named, it should be named "apply styles' - it govern not only colors, but also button styles, button placements and fonts in gtk apps
The correct solution is to add following to you .xsession file
( 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 ) &
On Wednesday 22 of June 2016 21:51:49 Pisini, John wrote:
According to https://bugzilla.redhat.com/show_bug.cgi?id=1043686 you can fix it doing the following I have not tested it.
comment 5
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.
Non-KDE apps may not look as pretty, but at least they'll run.
By the way - fixed a few days ago - see Trinity bug 1375:
https://bugs.trinitydesktop.org/show_bug.cgi?id=1375
On Wednesday 22 of June 2016 21:51:49 Pisini, John wrote:
By the way - fixed a few days ago - see Trinity bug 1375:
Thanks, I searched the database, I would never have imagined that this was the bug, I was suffering.