https://bugzilla.redhat.com/show_bug.cgi?id=827664 --- Comment #7 from Michel Alexandre Salim <michel+fdr@xxxxxxxxxxxx> --- All previously raised issues addressed -- just one more thing (related to the comment Artyom made in the Zukitwo review): there are references to Ubuntu-specific things in both Zukini and Zukitwo that needs to be fixed: ➜ themes grep -r "font-family: Ubuntu" Zuki* Zukini/gnome-shell/gnome-shell.css: font-family: Ubuntu, Droid Sans, sans-serif; Zukitwo-Shell/gnome-shell/gnome-shell.css: font-family: Ubuntu, Droid Sans, sans-serif; ➜ themes grep -r unity Zuki* Zukini/gtk-3.0/gtk.css:@import url("apps/unity.css"); Zukitwo/gtk-3.0/gtk.css:@import url("apps/unity.css"); Zukitwo-Dark/gtk-3.0/gtk.css:@import url("apps/unity.css"); The font reference is not so bad as it'd fall back to the next font in line (either Droid Sans -- available but not installed by default, or sans-serif) but the unity reference causes a warning to be outputted to the console every time a GTK3 app is started: (evince:6289): Gtk-WARNING **: Theme parsing error: gtk.css:60:30: Failed to import: Error opening file: No such file or directory So it's probably best to carry a patch that when applied would remove that line (in both themes), and apply that patch during the %setup phase. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review