[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:
parent
f8a53f9646
commit
980b39961d
@ -56,6 +56,7 @@ main( int argc, char* argv[] )
|
|||||||
KCrash::setDrKonqiEnabled( true );
|
KCrash::setDrKonqiEnabled( true );
|
||||||
KCrash::setFlags( KCrash::SaferDialog | KCrash::AlwaysDirectly );
|
KCrash::setFlags( KCrash::SaferDialog | KCrash::AlwaysDirectly );
|
||||||
// TODO: umount anything in /tmp/calamares-... as an emergency save function
|
// TODO: umount anything in /tmp/calamares-... as an emergency save function
|
||||||
|
a.setApplicationDisplayName( QString() );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
QCommandLineParser parser;
|
QCommandLineParser parser;
|
||||||
|
Loading…
Reference in New Issue
Block a user