Override Ubuntu global menu

This causes a crash in libappmenu-gtk-module.so
-> gtk_widget_get_toplevel() and apart from that breaks
ardour's layout with status-bar at the top.
This commit is contained in:
Robin Gareus 2021-06-21 05:23:01 +02:00
parent 1e5ccd4acc
commit 3b1c52dbd0
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,11 @@ export ARDOUR_DATA_PATH=@DATADIR@
export ARDOUR_CONFIG_PATH=@CONFDIR@
export ARDOUR_DLL_PATH=@LIBDIR@
#
# disable ubuntu global menu, causes crash in libappmenu-gtk-module.so
#
export UBUNTU_MENUPROXY=""
#
# NSM needs a path to this script
#

View File

@ -28,6 +28,7 @@ ETC_DIR=$INSTALL_DIR/etc
# this triggers code in main() that will reset runtime environment variables
# to point to directories inside the ardour package
export UBUNTU_MENUPROXY=""
export ARDOUR_BUNDLED=true
# NSM needs a path to this script