Dash preview stuck on spinner on first time
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Unity |
Fix Released
|
Medium
|
Nick Dedekind | ||
| unity (Ubuntu) |
Fix Released
|
Medium
|
Nick Dedekind | ||
Bug Description
[Impact]
The dash preview graphic does not always appear the first time. The 'busy' spinner will animate briefly then stop but not be replaced. Switching right or left to another preview will cause it to immediately appear as it slides away.
[Test Case]
This was discovered while executing the unity manual tests under:
unity/manual-
Preview Open Animation
note: Should be automated.
------------
This tests the dash preview open animation
Setup:
#. Open dash super
#. Open a lens which supports previeing (eg Application, Music, File)
#. Enter arbitrary search string and ensure a result is available.
Actions:
#. Open preview for result.
Expected Result:
A preview will open by animating a swipe from left to right using an
ease in-out curve progression.
[Packages under test]
From ppa:unity-
- bamf - 0.2.122+
- compiz - 1:0.9.8.
- nux - 3.2.0+bzr651ubu
- unity - 6.2.0+bzr2633ub
[Hardware config]
Nvidia hardware with nouveau driver.
ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: unity 6.2.0+bzr2633ub
ProcVersionSign
Uname: Linux 3.5.0-13-generic x86_64
NonfreeKernelMo
ApportVersion: 2.5.1-0ubuntu3
Architecture: amd64
CompizPlugins: [core,composite
CrashDB: unity
Date: Thu Aug 30 11:39:40 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120627)
ProcEnviron:
TERM=xterm
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
- Omer Akram (community): Approve
- Marco Trevisan (Treviño): Approve
-
Diff: 11 lines (+1/-0) 1 file modifiedapiunity-shared/CoverArt.cpp (+1/-0)
- Dependencies.txt Edit (25.2 KiB, text/plain; charset="utf-8")
- GconfCompiz.txt Edit (40.7 KiB, text/plain; charset="utf-8")
This sounds like it might be a draw bug.
If the preview appears to slide away when you click the navigator buttons, then the preview has been opened, but is not being displayed.
Retested with nvidia driver and was able to reproduce once. Made two more attempts to reboot and reproduce, but could not.
This bug was fixed in the package unity - 6.6.0-0ubuntu1
---------------
unity (6.6.0-0ubuntu1) quantal-proposed; urgency=low
* New upstream release.
- Fixes non-escaped character sequences in dash previews (LP: #1039020)
- Updated background layer for preview cover-art and details panels
to be 10% low-light
- Expand a PlacesGroup if it is the only category that contains results
(LP: #950710)
- Update unity autopilot tests to match autopilot API
- Updated the convert files to fix some typos in the key names
- Add gmodule dependency
- Activate proper result if the categories aren't displayed in-order
(LP: #1040101)
- Refactor device launcher icons (LP: #713423)
- LauncherController: make the controller enable the launcher struts,
based on hide-mode option (LP: #1044005)
- Launcher: make always possible to drag an icon to the bottom or top
of its sub list (LP: #1043968)
- Don't desat bfb/hud icon in DNDReset (LP: #1043963)
- Progressively adjust the speed of the minimize animation. First
time it is used is slower, then speeds up the more it is used.
(LP: #1017510)
- Implement new ordering of categories for home lens. (LP: #1043915)
- UnityWindow now implements ScaleWindowInte
- Launcher: restore an icon position after that the dragging has been
cancelled (LP: #955561)
- LauncherDragWindow: cancel drag on window mapped/unmapped
(LP: #1044723)
- Now there is a check of an override color in RefreshColor (which is
called when a PropertyNotify event happens). Also added a check in
FullySatu
- Queue redraw after cover-art texture is updated from a url/file source.
(LP: #1043947)
- Fixed ability to delete glib::Source wrapper during its callback
(LP: #1044823)
- Close preview when dash is hidden. (LP: #1045298)
- LauncherModel: rewrite the Reordering functions to keep the icon
priority deltas (LP: #761155)
- Make sure we can pass extra hints when activating preview actions.
(LP: #1046352)
- UnityWindow: scale window code improved (LP: #1033935)
- The mouse will now cause the HUD buttons to change selection
(LP: #1042692)
- "Alt+Space" shortcut to reveal the window menu is not hardcoded, but a
Compiz key option. " (Hold)" should also be translated. Made all
Compiz plug-in names and all Compiz plug-in option names in
- remove unity --reset, it's not anymore really needed now that we are
in stable days of unity and we moved to gsettings
- Removed the variables 'oldPrev' and 'oldNext' which got assigned the
value NULL, but then were never used
- Fixed the size of the previews to 770x380 pixels. (LP: #1045243)
- UnityWindow: use smart pointers, use static close_icon (with dynamic
state) and PanelStyle context (LP: #1033935) (LP: #1045127)
(LP: #1046124) (LP: #1046126)
- Remove everything in the #ifndef USE_MODERN_
the ifdefs alltogether. unity now requires compiz...