Hi All
I just upgraded my system to Ubuntu 12.10 and use the Gnome Legacy interface. All the menues that are usually along the top menu are missing. file, edit, view, tracks ... all missing. I checked on laptop and netbook I have and all look the same. From the ubuntu software install tool I think this is version 2.0.1-1 but can't get to the help menu to check about.
I tried to remove/reinstall and it looks the same.
I attached a screen shot of the window.
Suggestions???
Thanks
Steve S.
menu problem under ubuntu 12.10[SOLVED]
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: menu problem under ubuntu 12.10
Nothing was attached.sjs_bebop wrote:I just upgraded my system to Ubuntu 12.10 and use the Gnome Legacy interface. All the menues that are usually along the top menu are missing. file, edit, view, tracks ... all missing. I checked on laptop and netbook I have and all look the same. From the ubuntu software install tool I think this is version 2.0.1-1 but can't get to the help menu to check about.
I tried to remove/reinstall and it looks the same.
I attached a screen shot of the window.
It's an Ubuntu bug affecting applications built with wxwidgets, see https://bugs.launchpad.net/ubuntu/+sour ... bug/662077 .
One way of fixing it is to open a terminal and type:
Code: Select all
sudo apt-get purge appmenu-gtk appmenu-gtk3 appmenu-qt
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: menu problem under ubuntu 12.10[SOLVED]
Code: Select all
sudo apt-get purge appmenu-gtk appmenu-gtk3 appmenu-qtSteve S.