mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-24 03:06:45 +03:00
Add a dummy env variable
This commit is contained in:
parent
8ffc1c76a2
commit
ffb9b5ae7c
1
main.cpp
1
main.cpp
@ -14,6 +14,7 @@ int main(int argc, char *argv[])
|
||||
// Global menubar is broken for qt5 apps in Ubuntu Unity, see:
|
||||
// https://bugs.launchpad.net/ubuntu/+source/appmenu-qt5/+bug/1323853
|
||||
// This workaround enables a local menubar.
|
||||
qputenv("HELLO_TEST","0");
|
||||
qputenv("UBUNTU_MENUPROXY","0");
|
||||
qputenv("PYTHONDONTWRITEBYTECODE", "1");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user