elementary / stylesheet

The GTK Stylesheet for elementary OS
https://elementary.io
GNU General Public License v3.0
320 stars 74 forks source link

Styling issue / missing icon on print dialog #1199

Closed andrewdbate closed 2 years ago

andrewdbate commented 2 years ago

What Happened?

On the general tab of the print dialog, there is icon which represents whether pages will be printed in reverse order or not.

Here is how it looks on Ubuntu 20.04:

evince_print_ubuntu

The icon shows numbered pages and indicates whether the print order will be 1, 2, ... or ..., 2, 1.

However, on elementary OS 6.1 this icon does not display correctly:

evince_print_elementary

The outline of the pages and white background are missing in the icon so it just shows and a 1 and a 2. Without the page outline, this icon makes no sense (I wondered why there was a 1 and a 2 showing there). When I switched to Ubuntu to check what this was supposed to be I realised it was the page white background and outline missing.

Either there is a stylesheet issue or an icon is missing (I can't tell).

Steps to Reproduce

  1. Open Evince and any PDF document
  2. Click on the cog wheel in the upper right
  3. Click on the print icon
  4. On the General tab, check and uncheck Reverse. You will see that the icon is not displaying correctly.

Expected Behavior

The page order icon should be the same as it is on Ubuntu (i.e., it should show the white pages and outlines).

OS Version

6.x (Odin)

Software Version

Latest release (I have run all updates)

Log Output

No response

Hardware Info

No response

alice-mkh commented 2 years ago

This is a stylesheet issue, not evince.

andrewdbate commented 2 years ago

I agree it's not Evince, but I opened it against this repo because elementary OS maintain their own Flatpak version.

Perhaps the maintainers can transfer this issue to https://github.com/elementary/stylesheet if that is where the bug is?