diff --git a/src/main.cpp b/src/main.cpp index a59977e22..c443308d5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -319,7 +319,7 @@ int main(int argc, char *argv[]) { #ifdef Q_OS_LINUX // Force Clementine's menu to be shown in the Clementine window and not in // the Unity global menubar thing. See: - // https://bugs.launchpad.net/ubuntu/+source/appmenu-gtk/+bug/674047 + // https://bugs.launchpad.net/unity/+bug/775278 setenv("QT_X11_NO_NATIVE_MENUBAR", "1", true); #endif