Hot corner ripple animation is still blue in Ubuntu/Ambiance

Bug #1725487 reported by Nathanel Titane
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gnome-shell (Ubuntu)
Won't Fix
Low
Unassigned

Bug Description

Enabling hot-corners using dconf-editor under 'org.gnome.shell enable-hot-corner' as true, the colour of the ripple is still blue (Adwaita default scheme) since the compiled shell theme still uses the specified asset resource:///org/gnome/shell/theme/corner-ripple-ltr.png - this is also valid for the rtl asset.

I have solved the issue by appending an override to match the current ubuntu.css overrides as follows:

.ripple-box {
  border-radius: 0px 0px 64px 0px !important;
  background: #e95420 !important;
  width:64px !important;
  height:64px !important;
}

.ripple-box:rtl {
  border-radius: 0px 0px 0px 64px !important;
  background: #e95420 !important;
  width:64px !important;
  height:64px !important;
}

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: gnome-shell 3.26.1-0ubuntu4
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Fri Oct 20 17:25:06 2017
DisplayManager: gdm3
InstallationDate: Installed on 2017-10-20 (0 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :
Revision history for this message
Jeremy Bícha (jbicha) wrote :

I think the GDM login screen texture was intentional for Ubuntu 17.10.

Please file separate bugs for separate issues. I count 3 separate issues here (the ripple, the login avatar alignment, the login texture).

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :

Thanks for your response Jeremy.

I filed all three issues in a same report since all three refer to the same styling file (ubuntu.css) under the gnome-shell themes folder.

If it's a must I'll separate the report later on.

summary: - ubuntu.css styling issues
+ ubuntu.css styling issues - hot corner ripple box
description: updated
Revision history for this message
Nathanel Titane (nathanel.titane) wrote : Re: ubuntu.css styling issues - hot corner ripple box
summary: - ubuntu.css styling issues - hot corner ripple box
+ Hot corner ripple animation is still blue
summary: - Hot corner ripple animation is still blue
+ Hot corner ripple animation is still blue in Ubuntu/Ambiance
Changed in gnome-shell (Ubuntu):
importance: Undecided → Low
affects: gnome-shell (Ubuntu) → ubuntu-themes (Ubuntu)
Changed in ubuntu-themes:
importance: Undecided → Low
affects: ubuntu-themes (Ubuntu) → gnome-shell (Ubuntu)
Changed in gnome-shell (Ubuntu):
status: New → Triaged
no longer affects: ubuntu-themes
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Thanks a lot for those bug reports and proposed fix!

On the purple effect, I would be more in favor to use a similar asset than upstream one, just changing the color.

This is what we did for the svg (and generate them at package build time), I'm happy with copyuing the fixed png if you have time to work on them?

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :

Hi Didier,

May I ask why you would favour png assets over a css solution, given the already evident nature of the ubuntu.css override file?

Why not streamline?

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Hey Nathanel, sure!

We are trying to follow what upstream applies as much as possible. They are using a png file there, so I think either working with them to change for css rules or having their png file into a csv is what makes more sense in case they change in the future how they are applying transformations to it.

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Thank you for reporting this bug to Ubuntu.
Ubuntu 17.10 (artful) reached end-of-life on July 19, 2018.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases

We appreciate that this bug may be old and you might not be interested in discussing it any more. But if you are then please upgrade to the latest Ubuntu version and re-test. If you then find the bug is still present in the newer Ubuntu version, please add a comment here telling us which new version it is in and change the bug status to Confirmed.

Changed in gnome-shell (Ubuntu):
status: Triaged → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.