Bug #75442 | Menu Bar always increasing | ||
---|---|---|---|
Submitted: | 8 Jan 2015 3:27 | Modified: | 3 Aug 2015 10:39 |
Reporter: | Muhamad Burhanudin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S5 (Performance) |
Version: | 6.2 | OS: | Linux (Ubuntu 14.04) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Increasing Menu, Menu Bar |
[8 Jan 2015 3:27]
Muhamad Burhanudin
[8 Jan 2015 3:31]
Muhamad Burhanudin
Menu Bar Repeat
Attachment: IMG_20150108_102933.jpg (image/jpeg, text), 911.78 KiB.
[12 Jan 2015 18:37]
MySQL Verification Team
Which version are you using? I couldn't repeat with 6.2.4 on Ubuntu 14.04 VirtualBox.
[12 Jan 2015 23:22]
Muhamad Burhanudin
I am using Version 6.2.4.12437 Build 2426, Ubuntu 14.04 for 54 bits. Please see my new attachment.
[12 Jan 2015 23:25]
Muhamad Burhanudin
My Version
Attachment: version.png (image/png, text), 21.21 KiB.
[12 Jan 2015 23:27]
Muhamad Burhanudin
Example use 2 connection
Attachment: IMG_20150113_060511.jpg (image/jpeg, text), 24.52 KiB.
[14 Jan 2015 15:11]
Diogo Domanski
Same for EER Modeling
[14 Jan 2015 15:12]
Diogo Domanski
Repeating menus
Attachment: Espaço de Trabalho 1_060.png (image/png, text), 75.00 KiB.
[15 Jan 2015 16:46]
Tomas Mrozek
I confirm the problem on Ubuntu 14.04.
[24 Jan 2015 19:50]
Mark Garber
I observe the same problem in Ubuntu 14.04. The increasing menus are seen in the gnome common menu bar and appears only when I look at the graphical diagrams of my database design. I am using Workbench Version 6.2.5.12437 build 2426.
[28 Jan 2015 10:03]
MySQL Verification Team
http://bugs.mysql.com/bug.php?id=75659 marked as duplicate of this one.
[6 Feb 2015 0:45]
MySQL Verification Team
Thank you for the bug report.
[12 Feb 2015 0:27]
MySQL Verification Team
http://bugs.mysql.com/bug.php?id=75866 marked as duplicate of this one.
[17 Mar 2015 12:37]
Marcin Szalowicz
Tomas, Mark: can you provide output of this commmand please? grep MENUPROXY `which mysql-workbench`
[17 Mar 2015 15:56]
Tomas Mrozek
grep MENUPROXY `which mysql-workbench` gives me: UBUNTU_MENUPROXY=0
[17 Mar 2015 17:50]
Mark Garber
As requested, here is output of the command ------------------------------------------------ mgarber@ws3:~$ grep MENUPROXY `which mysql-workbench` UBUNTU_MENUPROXY=0 mgarber@ws3:~$ ----------------------------------------------- Hope this helps....Mark Garber
[18 Mar 2015 7:58]
Marcin Szalowicz
Mark, Tomas thank you for the feedback. It seems somehow you've got old workbench startup script, it's missing the "export" keyword before UBUNTU_MENUPROXY. Can you please tell me where did you get MySQL Workbench?
[18 Mar 2015 9:23]
Tomas Mrozek
Marcin, the latest one I've been using comes from http://dev.mysql.com. It's "mysql-workbench-community-6.2.4-1ubu1404-amd64.deb" that has MD5 checksum "8d83fb50eca5ddcdff0afc1ed3a0f2e4" and indeed, "/usr/bin/mysql-workbench" script doesn't have "export" before "UBUNTU_MENUPROXY=0". So I have now uninstalled that version and installed "mysql-workbench-community-6.2.5-1ubu1404-amd64.deb" that has MD5 checksum "b95fd36eef99b87cd5cd0682aad7a7c6". "grep MENUPROXY `which mysql-workbench`" now gives me "export UBUNTU_MENUPROXY=0" and the menu appears below the tabs instead of the window bar but it's content is now correct.
[3 Aug 2015 10:39]
Marcin Szalowicz
Thank you for the feedback. Bug has been fixed in 6.2.5 as confirmed.