[Bug 1272001] Re: Evolution black background in mail display

2016-06-27 Thread birkopf
On other distributions based on Debian above won't work (mainly because
you will not have elementary). This below resolves problem.

Find in your home holder .config/gtk-3.0/gtk.css  and add:

/* Black on white for HTML messages in Evolution Reader/Composer */
/* adjust colour to your liking */
EMailView WebKitWebView, EMailReader WebKitWebView {
color: #000fff;
background-color: #fff000;
}

/*
 * FIX EVOLUTION BLACK EMAIL *
 */
GtkWindow {
 color: @theme_fg_color;
 background-color: @theme_bg_color;
 }
GtkPaned {
 color: @theme_fg_color;

/* Evolution sets the background color of its mail window to the background
 * color of entries, but cannot handle background images. Setting the
 * background color here doesn't effect real entries, because
 * 'background-image' has precedence.
 */
 background-color: @theme_bg_color;
 }

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2016-01-20 Thread Mario Sánchez Prada
I found this bug today in our downstream platform that is still using
evolution 3.10.1, and thought it would be relevant to mention that this
has been fixed usptream for bug
https://bugzilla.gnome.org/show_bug.cgi?id=731872, and also that the
patch from there applied cleanly on top of my 3.10.1, fixing the problem
seamlessly for me too.

So, perhaps you could consider reverting the hack into the CSS files for
those two themes (as it impacts GtkWindow and GtkPanel widgets in
general) and just backporting that patch on evolution itself too.

My 2 cents

** Bug watch added: GNOME Bug Tracker #731872
   https://bugzilla.gnome.org/show_bug.cgi?id=731872

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2015-10-13 Thread Anthony Hendrickson
Manually patching this issue -- under the "Text Entry" Section, the
background for the .entry class must also be added:

(extending pato101's suggested fix):
###

GtkWindow {
 color: @theme_fg_color;
 background-color: @theme_bg_color;
 }
GtkPaned {
 color: @theme_fg_color;
 background-color: @theme_bg_color;
 }
.entry {
background-color: @theme_bg_color;
}

###

Freya (EOS) Users can use the attached .css file to replace their
vanilla version stylesheet at /usr/share/themes/elementary/gtk-3.0/gtk-
widgets.css

Cheers

** Attachment added: "Replace [Default] gtk-widgets.css (EOS Freya)"
   
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+attachment/4493624/+files/gtk-widgets.css

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-08-11 Thread Ubuntu Foundations Team Bug Bot
The attachment gtk-3.0-evolution-black-fix.patch seems to be a patch.
If it isn't, please remove the patch flag from the attachment, remove
the patch tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-08-11 Thread Haikal Pribadi
I have removed the patch flag from the attachement. But I don't know how
to negate the Fix released flag on top of the page.

Also, although the bug disappears when you update the theme gtk.css
and reset the theme, the bug appears again when you close Evolution
window and open it again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-08-10 Thread Haikal Pribadi
Bug still exists when you open the email in it's own window. I.e. double
click an email, a window popups containing just the email, and the
problem persists.

** Changed in: evolution (Ubuntu)
   Status: Invalid = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-08-10 Thread Haikal Pribadi
Sorry, I forgot to note. The patch works, but ONLY for the preview email
in the main evolution window.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-07-09 Thread Eduardo Corral
pato01's fix also working with Bluebird

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-05-02 Thread Simon Dop
I made a patch from pato01's fix.

** Patch added: gtk-3.0-evolution-black-fix.patch
   
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+attachment/4102945/+files/gtk-3.0-evolution-black-fix.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-03-25 Thread Joseph Maillardet
Thanks a lot for this tweaky fix. It's work with Zukitwo/Zukiwi too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-03-23 Thread pato101
Fix at #8 only applies to Ubuntu themes Ambiance and Radiance.
I've taken a look at the diff, and successfully applied that to Adwaita in the 
following way:
mkdir ~/.themes/Adwaita
cd ~/.themes/Adwaita
cp -r /usr/share/themes/Adwaita/gtk-3.0 .
cd gtk-3.0
then, edit gtk.css and leave as this -of course scisors do not belong to the 
file- (note the first line is the one it already existed. Also note, the same 
block should be added to gtk-black.css if you use the black version for 
Evolution):

---8-8
@import url(resource:///org/gnome/adwaita/gtk-main.css);

/*
 * FIX EVOLUTION BLACK EMAIL *
 */
GtkWindow {
 color: @theme_fg_color;
 background-color: @theme_bg_color;
 }
GtkPaned {
 color: @theme_fg_color;

/* Evolution sets the background color of its mail window to the background
 * color of entries, but cannot handle background images.  Setting the
 * background color here doesn't effect real entries, because
 * 'background-image' has precedence.
 */
 background-color: @theme_bg_color;
 }
-8---8-

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-03-07 Thread Fabrizio Narni
Same problem on trusty amd64.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-03-06 Thread Sebastien Bacher
the issue has been fixed in https://launchpad.net/ubuntu/+source/ubuntu-
themes/13.04+14.04.20140217-0ubuntu1

** Changed in: ubuntu-themes (Ubuntu)
   Importance: Undecided = High

** Changed in: ubuntu-themes (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: evolution (Ubuntu)
   Importance: Undecided = High

** Changed in: evolution (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-03-06 Thread Alexander Kallenbach
Still an issue on my AMD64 machine. Got the mentioned version installed.
Just fixed for i386 or not fixed at all?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-02-22 Thread Alexander Kallenbach
** Changed in: ubuntu-themes (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-02-21 Thread Matthew Paul Thomas
** Package changed: light-themes (Ubuntu) = ubuntu-themes (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-02-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-themes (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-02-17 Thread Alexander Kallenbach
Same here. But I'm using Ambiance the standard theme!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-02-17 Thread Alexander Kallenbach
** Also affects: light-themes (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-02-04 Thread Joseph Maillardet
apport information

** Tags added: apport-collected gnome3-ppa saucy third-party-packages

** Description changed:

  With different GT3 theme (tested : Adwaita, Zukitwo and Zukiwi),
  Evolution 3.10 display e-mail with a black background. I put a
  screenshot in attachment.
  
  It's work but it's very ugly ! Please, give us a workaround.
  
  --
  
  I wanna attach this bug to the package evolution but the package
  search (Choose...) refuse to give me a link and display to my screen
  Too many matches. Please try to narrow your search.. So I choose to
  target evolution-common.
  
  Have a nice day.
  Jo.
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2.2
+ Architecture: amd64
+ DistroRelease: Ubuntu 13.10
+ InstallationDate: Installed on 2012-05-11 (634 days ago)
+ InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
+ MarkForUpload: True
+ Package: evolution 3.10.3-0ubuntu3~saucy1 [origin: LP-PPA-gnome3-team-gnome3]
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
+ Tags: third-party-packages saucy gnome3-ppa
+ Uname: Linux 3.11.0-15-generic x86_64
+ UpgradeStatus: Upgraded to saucy on 2013-11-08 (88 days ago)
+ UserGroups: adm audio cdrom dip fuse kvm libvirtd lpadmin plugdev sambashare 
sudo vboxusers vdr video weston-launch

** Attachment added: CrashDB.txt
   
https://bugs.launchpad.net/bugs/1272001/+attachment/3968956/+files/CrashDB.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-02-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: evolution (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1272001] Re: Evolution black background in mail display

2014-01-25 Thread Adolfo Jayme
** Package changed: gnome-shell (Ubuntu) = evolution (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272001

Title:
  Evolution black background in mail display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1272001/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs