mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-24 03:06:45 +03:00
More env expiriments
This commit is contained in:
parent
ffb9b5ae7c
commit
2e41ab3cfd
9
main.cpp
9
main.cpp
@ -14,8 +14,13 @@ 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("HELLO_TEST_ONE","1");
|
||||
qputenv("HELLO_TEST_ZERO","0");
|
||||
|
||||
//qputenv("UBUNTU_MENUPROXY","0");
|
||||
|
||||
qunsetenv("UBUNTU_MENU_PROXY");
|
||||
|
||||
qputenv("PYTHONDONTWRITEBYTECODE", "1");
|
||||
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user