/etc/profile.d/vala-panel-appmenu.sh is in vala-panel-appmenu-common 0.6.94+repack1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | # Set the GTK_MODULES env variable to load appmenu-gtk-module
if [ -z "$GTK_MODULES" ]; then
GTK_MODULES="appmenu-gtk-module"
else
GTK_MODULES="$GTK_MODULES:appmenu-gtk-module"
fi
export GTK_MODULES
export UBUNTU_MENUPROXY=1
|