[calamares] Unset application name

Unset the application name so that you don't get -- Calamares
in the window title.

Reported by: sitter
FIXES #877
This commit is contained in:
Adriaan de Groot 2017-12-22 06:47:12 -05:00
parent f8a53f9646
commit 980b39961d

View File

@ -56,6 +56,7 @@ main( int argc, char* argv[] )
KCrash::setDrKonqiEnabled( true );
KCrash::setFlags( KCrash::SaferDialog | KCrash::AlwaysDirectly );
// TODO: umount anything in /tmp/calamares-... as an emergency save function
a.setApplicationDisplayName( QString() );
#endif
QCommandLineParser parser;