** Changed in: unity-2d Status: Confirmed => Invalid ** Changed in: unity-2d (Ubuntu) Status: Confirmed => Invalid
-- You received this bug notification because you are a member of DX Packages, which is subscribed to unity-2d in Ubuntu. https://bugs.launchpad.net/bugs/790228 Title: unable to change the Alt+F2 shortcut (Run a command) Status in unity-2d: Invalid Status in unity-2d package in Ubuntu: Invalid Bug description: Binary package hint: unity-2d setting ccsm->"ubuntu unity plugin"->"Key to execute a command" to anything other than Alt+F2, disables unity-2d-launcher's "Run a command" The problem is reproducible on several machines. To set vanilla configuration, I did the following: - unity --reset - dpkg-reconfigure unity* - enabling/disabling Gnome Compatibility in ccsm - rm -rf ~/.gconf ..etc None of the this helped. Changing the shortcut is still broken. As a hackish workaround, I changed the default shortcut to my combination of choice, Alt+R, and recompiled unity2d-launcher: Unified diff: --- ./unity-2d-3.8.4.1/launcher/app/launcherview.cpp 2011-05-30 14:45:18.681236915 +0200 +++ ./unity-2d-3.8.4.1/launcher/app/launcherview_patched.cpp 2011-05-30 14:46:22.891331091 +0200 @@ -75,7 +75,7 @@ connect(altF1, SIGNAL(pressed()), SLOT(activateWindow())); /* Alt+F2 shows the dash with the commands place entry activated. */ - Hotkey* altF2 = HotkeyMonitor::instance().getHotkeyFor(Qt::Key_F2, Qt::AltModifier); + Hotkey* altF2 = HotkeyMonitor::instance().getHotkeyFor(Qt::Key_R, Qt::AltModifier); connect(altF2, SIGNAL(pressed()), SLOT(showCommandsPlace())); /* Super+s activated the workspaces switcher. */ ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: unity-2d-launcher 3.8.4.1-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2 Uname: Linux 2.6.38-8-generic x86_64 Architecture: amd64 Date: Mon May 30 14:24:30 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110315) ProcEnviron: LANGUAGE=en_US:en PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: unity-2d UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/790228/+subscriptions -- Mailing list: https://launchpad.net/~dx-packages Post to : dx-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~dx-packages More help : https://help.launchpad.net/ListHelp