I had the problem that in audacity the menu bar was completely missing. I found out that the menu appears again after declaring the environment variable UBUNTU_MENUPROXY in a terminal:
export UBUNTU_MENUPROXY=1
To permanently set this variable I created the text file /etc/X11/Xsession.d/90environment with system administrator rights and entered the same code there: export UBUNTU_MENUPROXY=1
Now audacity works fine after logging in graphically into a new session.
Maybe I could help someone else.
export UBUNTU_MENUPROXY=1
To permanently set this variable I created the text file /etc/X11/Xsession.d/90environment with system administrator rights and entered the same code there: export UBUNTU_MENUPROXY=1
Now audacity works fine after logging in graphically into a new session.
Maybe I could help someone else.
Comment