Bug 419889 - popup notification when build finishes
Summary: popup notification when build finishes
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-09 18:51 UTC by Be
Modified: 2020-04-09 19:11 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.