https://bugzilla.novell.com/show_bug.cgi?id=728598 https://bugzilla.novell.com/show_bug.cgi?id=728598#c0 Summary: gnome-shell-extension-dock broken in factory and RC 2, SOLUTION/FIX! Classification: openSUSE Product: openSUSE 12.1 Version: Factory Platform: All OS/Version: SuSE Other Status: NEW Severity: Critical Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: smartdumbguy22@yahoo.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.106 Safari/535.2 package gnome-shell-extension-dock GNOME shell extension: Dock is broken in openSUSE:Factory & RC 1, RC 2,+. Shell Extension: Dock, Fails to load due to incompatibility with current GNOME Version. (Fails with any gnome-shell > 3.2.0) gnome-shell version = 3.2.1 SOLUTION/FIX: There is a typo in the file in /usr/share/gnome-shell/extensions/dock@gnome-shell.extensions.gnome.org/metadata.json - "shell-version": [ "3.2.0" ], + "shell-version": [ "3.2.0", "3.2" ], The above change adding "3.2", changes the metadata.json for the Dock extension to the same configuration as other working extensions. All other extensions are already configured this way. Reproducible: Always Steps to Reproduce: 1. zypper install gnome-shell-extension-dock 2. enable extension with "Advanced Settings" 3. Alt+F2 (in GNOME); lg [enter]; view Errors tab Actual Results: 1. zypper install gnome-shell-extension-dock 2. enable extension with "Advanced Settings" 3. Alt+F2 (in GNOME); lg [enter]; view Errors tab Extension fails to load due to incompatibility with current GNOME-Shell version. Expected Results: Extension should have loaded fine. SOLUTION/FIX: Correct version string in gnome-shell-extension-dock installed file /usr/share/gnome-shell/extensions/dock@gnome-shell.extensions.gnome.org/metadata.json - "shell-version": [ "3.2.0" ], + "shell-version": [ "3.2.0", "3.2" ], -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.