Bug 1151733 - gnome-sudoku "broken" with greybird
Summary: gnome-sudoku "broken" with greybird
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: greybird
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kevin Fenzi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-11 08:12 UTC by hansvon
Modified: 2015-02-22 06:02 UTC (History)
4 users (show)

Fixed In Version: greybird-1.5.2-1.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-02-22 06:02:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
gnome-sudoku with greybird theme (23.93 KB, image/png)
2014-10-11 08:12 UTC, hansvon
no flags Details
gnome-sudoku with Adwaita (22.25 KB, image/png)
2014-10-11 08:13 UTC, hansvon
no flags Details

Description hansvon 2014-10-11 08:12:23 UTC
Created attachment 945923 [details]
gnome-sudoku with greybird theme

Description of problem:

gnome-sudoko is displayed very strangely on greybird/GTK 3.14.



Version-Release number of selected component (if applicable):
I'm running Xfce/Xfwm:
xfwm4-4.11.2-1.fc21.x86_64
greybird-gtk3-theme-1.4-2.fc21.noarch
gtk3-3.14.1-2.fc21.x86_64

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:
Please have a look at the attached screenshots.

Expected results:
Please have a look at the attached screenshots.

Additional info:

Comment 1 hansvon 2014-10-11 08:13:14 UTC
Created attachment 945924 [details]
gnome-sudoku with Adwaita

Comment 2 Kevin Fenzi 2014-10-11 17:41:26 UTC
Yeah, thats not too good. ;( 

Upstream is working on a re-write/update for the latest gtk3... I suspect we may have to wait until that unless we can identify a short term fix.

Comment 3 poma 2014-12-17 21:58:19 UTC
In the meantime, try this:
$ GTK_THEME=Adwaita gnome-sudoku

Ref.
Running and debugging GTK+ Applications
  Environment variables
https://developer.gnome.org/gtk3/stable/gtk-running.html

Comment 4 poma 2015-01-31 21:34:39 UTC
commit bd595e0a34e151a9b9808ec7fc12dd3f7c5f587c
Author: Simon Steinbeiss <simon.steinbeiss>
Date:   Sat Jan 31 16:37:00 2015 +0100

    Set DrawingArea background to transparent
    Fixes e.g. Gnome Sudoku
---
 gtk-3.0/gtk-widgets.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css
index f153c56..29b8bc7 100644
--- a/gtk-3.0/gtk-widgets.css
+++ b/gtk-3.0/gtk-widgets.css
@@ -472,7 +472,7 @@ GtkIconView.content-view.check:selected {
  * drawing area *
  ****************/
 GtkDrawingArea {
-    background-color: @theme_base_color;
+    background-color: transparent;
 }
 
 GtkDrawingArea:insensitive {

Comment 5 poma 2015-02-12 17:27:32 UTC
Waiting for Godot?

Comment 6 Mukundan Ragavan 2015-02-13 01:15:42 UTC
Reporter, please test the linked update and see if that solves the problem for you. It seems to work here.



(In reply to poma from comment #5)
> Waiting for Godot?

Perhaps you would do well to check updates-testing before posting a snarky comment?

https://admin.fedoraproject.org/updates/greybird-1.5.2-1.fc21

Comment 7 Fedora Update System 2015-02-13 01:16:19 UTC
greybird-1.5.2-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/greybird-1.5.2-1.fc21

Comment 8 Fedora Update System 2015-02-15 03:19:17 UTC
Package greybird-1.5.2-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing greybird-1.5.2-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-2010/greybird-1.5.2-1.fc21
then log in and leave karma (feedback).

Comment 9 poma 2015-02-16 16:11:34 UTC
> (In reply to poma from comment #5)
> > Waiting for Godot?
> 
> Perhaps you would do well to check updates-testing before posting a snarky
> comment?

Did you happen to notice the actual date of the patch, Mister Snarky?
Or should I call you Mister Slow? :)

Comment 10 Kevin Fenzi 2015-02-16 20:12:49 UTC
Can you please knock off the personal attacks and cute quips? 

The upstream release was 5 days ago... the update was built 5 days ago. 

We are unlikely to push updates for every upstream commit, especially when there's an upstream release pending.

Comment 11 Fedora Update System 2015-02-22 06:02:53 UTC
greybird-1.5.2-1.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.