Skip to content
Snippets Groups Projects
  • Amin Bandali's avatar
    a2a6e761
    misc: unset QT_STYLE_OVERRIDE · a2a6e761
    Amin Bandali authored and Sébastien Blin's avatar Sébastien Blin committed
    * src/main.cpp (main): unset QT_STYLE_OVERRIDE.  Some distros, like
    Zorin OS, set QT_STYLE_OVERRIDE to force a particular Qt style.
    This has been fine with Qt5 even when using our own Qt package
    which may not have that style/theme available.  However, with Qt6,
    attempting to override to a nonexistent style seems to result in the
    main window simply not showing.  So here we unset this variable, also
    because jami-qt currently has the Material style hard-coded anyway.
    https://bugreports.qt.io/browse/QTBUG-99889
    
    Change-Id: Ic261b46baf79cf36491578ff969b398b95363c94
    a2a6e761
    History
    misc: unset QT_STYLE_OVERRIDE
    Amin Bandali authored and Sébastien Blin's avatar Sébastien Blin committed
    * src/main.cpp (main): unset QT_STYLE_OVERRIDE.  Some distros, like
    Zorin OS, set QT_STYLE_OVERRIDE to force a particular Qt style.
    This has been fine with Qt5 even when using our own Qt package
    which may not have that style/theme available.  However, with Qt6,
    attempting to override to a nonexistent style seems to result in the
    main window simply not showing.  So here we unset this variable, also
    because jami-qt currently has the Material style hard-coded anyway.
    https://bugreports.qt.io/browse/QTBUG-99889
    
    Change-Id: Ic261b46baf79cf36491578ff969b398b95363c94
Code owners
Assign users and groups as approvers for specific file changes. Learn more.