https://bugs.kde.org/show_bug.cgi?id=389694
Nate Graham <pointedst...@zoho.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |usability --- Comment #1 from Nate Graham <pointedst...@zoho.com> --- This issue also prevents the Print Screen key from calling up Spectacle when there's already an instance silently running in the background, which is really annoying (workaround: `killall spectacle`). This is caused by the following in KSMainWindow::saveAndExit(): qApp->setQuitOnLastWindowClosed(false); ExportManager::instance()->doSave(QUrl(), true); hide(); It's been implemented this way to make sure that Spectacle doesn't quit before its notification appears on the screen, but there's doubtless a better way to do this. -- You are receiving this mail because: You are watching all bug changes.