From 276e38b5613edeb407b3809fbb41a4caa5855d42 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sep 09 2016 17:41:54 +0000 Subject: more variant software selection needles for BGO #771127 so what seems to be going on on the software selection screen is some kind of GTK+ bug: https://bugzilla.gnome.org/show_bug.cgi?id=771127 the radio button bullets don't always render correctly - I think they're not always completing a transition they go through on selection. I think they can get stuck in any state between 'grey and small' and 'black and big', but for now these are the needles I've managed to create from failures; we're missing a 'greyer KDE' variant, but if that happens, we can add it. If the bug gets fixed we should be able to drop all these. --- diff --git a/needles/anaconda/package_selection/kde_selected-20160904.json b/needles/anaconda/package_selection/kde_selected-20160904.json deleted file mode 100644 index cf9d7d5..0000000 --- a/needles/anaconda/package_selection/kde_selected-20160904.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "width": 49, - "type": "match", - "ypos": 331, - "height": 12, - "xpos": 28 - } - ], - "tags": [ - "anaconda_kde_selected" - ], - "properties": [] -} \ No newline at end of file diff --git a/needles/anaconda/package_selection/kde_selected-20160904.png b/needles/anaconda/package_selection/kde_selected-20160904.png deleted file mode 100644 index 0ca2c08..0000000 Binary files a/needles/anaconda/package_selection/kde_selected-20160904.png and /dev/null differ diff --git a/needles/anaconda/package_selection/kde_selected-bgo771127-smaller.json b/needles/anaconda/package_selection/kde_selected-bgo771127-smaller.json new file mode 100644 index 0000000..cf9d7d5 --- /dev/null +++ b/needles/anaconda/package_selection/kde_selected-bgo771127-smaller.json @@ -0,0 +1,15 @@ +{ + "area": [ + { + "width": 49, + "type": "match", + "ypos": 331, + "height": 12, + "xpos": 28 + } + ], + "tags": [ + "anaconda_kde_selected" + ], + "properties": [] +} \ No newline at end of file diff --git a/needles/anaconda/package_selection/kde_selected-bgo771127-smaller.png b/needles/anaconda/package_selection/kde_selected-bgo771127-smaller.png new file mode 100644 index 0000000..0ca2c08 Binary files /dev/null and b/needles/anaconda/package_selection/kde_selected-bgo771127-smaller.png differ diff --git a/needles/anaconda/package_selection/minimal_selected-custom-bgo771127-greyer.json b/needles/anaconda/package_selection/minimal_selected-custom-bgo771127-greyer.json new file mode 100644 index 0000000..901e443 --- /dev/null +++ b/needles/anaconda/package_selection/minimal_selected-custom-bgo771127-greyer.json @@ -0,0 +1,17 @@ +{ + "tags": [ + "anaconda_minimal_selected", + "ENV-DISTRI-fedora", + "LANGUAGE-english" + ], + "area": [ + { + "height": 14, + "xpos": 28, + "ypos": 177, + "width": 114, + "type": "match" + } + ], + "properties": [] +} \ No newline at end of file diff --git a/needles/anaconda/package_selection/minimal_selected-custom-bgo771127-greyer.png b/needles/anaconda/package_selection/minimal_selected-custom-bgo771127-greyer.png new file mode 100644 index 0000000..da1b9c5 Binary files /dev/null and b/needles/anaconda/package_selection/minimal_selected-custom-bgo771127-greyer.png differ diff --git a/needles/anaconda/package_selection/minimal_selected-custom-bgo771127-smaller.json b/needles/anaconda/package_selection/minimal_selected-custom-bgo771127-smaller.json new file mode 100644 index 0000000..75620da --- /dev/null +++ b/needles/anaconda/package_selection/minimal_selected-custom-bgo771127-smaller.json @@ -0,0 +1,17 @@ +{ + "tags": [ + "anaconda_minimal_selected", + "ENV-DISTRI-fedora", + "LANGUAGE-english" + ], + "properties": [], + "area": [ + { + "ypos": 177, + "height": 14, + "xpos": 28, + "type": "match", + "width": 114 + } + ] +} \ No newline at end of file diff --git a/needles/anaconda/package_selection/minimal_selected-custom-bgo771127-smaller.png b/needles/anaconda/package_selection/minimal_selected-custom-bgo771127-smaller.png new file mode 100644 index 0000000..672673d Binary files /dev/null and b/needles/anaconda/package_selection/minimal_selected-custom-bgo771127-smaller.png differ