Bug 419889

Summary: popup notification when build finishes
Product: [Applications] kdevelop Reporter: Be <be.0>
Component: generalAssignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: wishlist CC: mail
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Be 2020-04-09 18:51:47 UTC
It would be a nice feature if KDevelop popped up a desktop notification when a build finishes so I don't have to keep watching it. If this would be annoying for some, maybe a preference option could disable it.
Comment 1 Sven Brauch 2020-04-09 19:11:12 UTC
Note: you can actually easily do that yourself by setting your build command to a shell script that runs your actual build command, plus 'notify-send "Build completed!" afterwards.