separated menus: no keyboard shortcuts for menus
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Unity |
Fix Released
|
Critical
|
Neil J. Patel | |
| unity (Ubuntu) |
High
|
Unassigned |
Bug Description
Binary package hint: unity
Where separated menus are in play for an application none of the keyboard shortcuts (alt-F to open the file menu) do not work.
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.2.2-0ubuntu2
ProcVersionSign
Uname: Linux 2.6.37-7-generic x86_64
Architecture: amd64
CompizPlugins: No value set for `/apps/
Date: Thu Dec 2 09:45:19 2010
LiveMediaBuild: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20101202)
LiveMediaBuild_: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20101202)
MachineType: Hewlett-Packard HP Mini 5102
PciDisplay: 00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a011] (prog-if 00 [VGA controller])
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=
ProcVersionSign
RelatedPackageV
xserver-xorg 1:7.5+6ubuntu3b1
libgl1-mesa-glx 7.9+repack-1ubuntu2
libdrm2 2.4.22-2ubuntu1
xserver-
xserver-
SourcePackage: unity
XorgConf: Error: [Errno 2] No such file or directory: '/etc/X11/
dmi.bios.date: 03/11/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68PGU Ver. F.05
dmi.board.name: 3653
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 43.1D
dmi.chassis.
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: dmi:bvnHewlett-
dmi.product.name: HP Mini 5102
dmi.sys.vendor: Hewlett-Packard
glxinfo: Error: [Errno 2] No such file or directory
system: distro = Ubuntu, architecture = x86_64, kernel = 2.6.37-7-generic
Related branches
- Unity Team: Pending requested 2010-12-17
-
Diff: 1845 lines (+1499/-47)20 files modifiedsrc/IndicatorObjectEntryProxy.h (+2/-1)
src/IndicatorObjectEntryProxyRemote.cpp (+3/-2)
src/IndicatorObjectFactory.h (+1/-0)
src/IndicatorObjectFactoryRemote.cpp (+3/-1)
src/PanelIndicatorObjectEntryView.cpp (+8/-4)
src/PanelIndicatorObjectEntryView.h (+7/-0)
src/PanelIndicatorObjectView.cpp (+7/-0)
src/PanelIndicatorObjectView.h (+1/-1)
src/PanelMenuView.cpp (+671/-0)
src/PanelMenuView.h (+103/-0)
src/PanelView.cpp (+48/-32)
src/PanelView.h (+3/-0)
src/PluginAdapter.cpp (+77/-4)
src/PluginAdapter.h (+10/-1)
src/WindowButtons.cpp (+254/-0)
src/WindowButtons.h (+63/-0)
src/WindowManager.cpp (+171/-0)
src/WindowManager.h (+57/-0)
src/unity.cpp (+2/-1)
tests/CMakeLists.txt (+8/-0)
Andy Whitcroft (apw) wrote : | #1 |
tags: | added: iso-testing |
Changed in unity: | |
status: | New → Triaged |
Changed in unity (Ubuntu): | |
status: | New → Triaged |
Changed in unity: | |
importance: | Undecided → High |
Changed in unity (Ubuntu): | |
importance: | Undecided → High |
Changed in unity: | |
assignee: | nobody → Neil J. Patel (njpatel) |
milestone: | none → 3.2.6 |
Launchpad Janitor (janitor) wrote : | #3 |
This bug was fixed in the package unity - 3.2.6-0ubuntu1
---------------
unity (3.2.6-0ubuntu1) natty; urgency=low
[ Didier Roche ]
* New upstream release:
- Autohide option should be more like Intellihide (LP: #685861)
- Add an unity binary (LP: #599716)
- Dock icons disappearing on reopen (all programs) (LP: #687466)
- Application with .desktop file containing "icon=/
have an icon in unity panel (LP: #683444)
- Indicators are mis-aligned (LP: #646740)
- Navigating between indicator gives focus back to other dialogs during
transition (LP: #637143)
- Migration script should dump a lot of migrated items for debugging
(LP: #687721)
- Add desktop action support to launcher quicklists (LP: #687403)
- Rendering of Quicklist radio-button-item still way off (LP: #684048)
- Clicking on a launcher icon does not raise most recent window (LP: #677577)
- Quicklist menu item testing - Part 2 (LP: #676040)
- Panel does not behave like a menu bar (keyboard scrubbing) (LP: #686655)
- Separated menus: no keyboard shortcuts for menus (LP: #684060)
- No installation instructions in source (LP: #683792)
- Unity plugin should depend on "Desktop Wall" plugin (LP: #683211)
- Network indicator shows up on the left-hand side of the panel (LP: #680545)
- Scrubbing menu items or indicators in panel prematurely ends (LP: #677601)
- fix trash icon not being updated (LP: #683241)
* Revert source 3, it's breaking daily build and hudson
* remove the patch as well, fixed upstream
* debian/control, debian/
- add unity-common package and move some files there
- install the new perf bootchart there as well
* debian/
- install new unity binary
* debian/control:
- dep on latest nux
- recommends nux-tools
* debian/
- updated to include the new symbols
[ Sebastien Bacher ]
* debian/
- reassign crashes due to the indicators to the right source directly
-- Didier Roche <email address hidden> Thu, 09 Dec 2010 19:57:14 +0100
Changed in unity (Ubuntu): | |
status: | Triaged → Fix Released |
Changed in unity: | |
status: | Fix Committed → Fix Released |
David Prieto (frandavid100-gmail) wrote : | #4 |
I'm not sure we can consider this bug fully fixed: shortcuts do work, but there's no visual indication when you press Alt (i.e. the letter that would open the menu does not become underlined).
Alex Launi (alexlauni) wrote : | #5 |
A regression has occurred, and this bug is back.
Changed in unity (Ubuntu): | |
status: | Fix Released → Confirmed |
Changed in unity: | |
status: | Fix Released → Confirmed |
Changed in unity: | |
importance: | High → Critical |
Changed in unity: | |
milestone: | 3.2.6 → none |
status: | Confirmed → Fix Released |
Jean-Baptiste Lallement (jibel) wrote : | #6 |
Fix in current Natty, setting ubuntu task to 'fix released' too.
Changed in unity (Ubuntu): | |
status: | Confirmed → Fix Released |
Chow Loong Jin (hyperair) wrote : | #7 |
Reopening, the bug is back in 3.8.10-0ubuntu2.
Changed in unity (Ubuntu): | |
status: | Fix Released → Confirmed |
Chow Loong Jin (hyperair) wrote : | #8 |
Okay, so for some reason, although nothing Unity related got upgraded, I can't reproduce this bug. I'm closing it again then. Sorry for the noise.
Changed in unity (Ubuntu): | |
status: | Confirmed → Fix Released |
Fixed in my branch. You'll also need latest indicator-appmenu