Bug 402513

Summary: After clicking the "Launch" button, show the application launch feedback animation
Product: [Applications] Discover Reporter: Nate Graham <nate>
Component: discoverAssignee: Aleix Pol <aleixpol>
Status: VERIFIED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 5.14.2   
Target Milestone: ---   
Platform: Other   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=401779
Latest Commit: Version Fixed In: 5.15.0

Description Nate Graham 2018-12-23 22:52:30 UTC
Sometimes an app takes several seconds to open after you click the "Launch" button in Discover. This is disconcerting, and it would be nice if Discover could make the cursor display the currently-active launch feedback animation (if any; some people turn it off so it should be displayed for them).
Comment 1 Aleix Pol 2019-01-07 16:31:14 UTC
Git commit 1ad7a78832d1ae7e0e90d5b06ea7feaa63a86732 by Aleix Pol.
Committed on 07/01/2019 at 16:28.
Pushed by apol into branch 'master'.

Have KRun start services instead of using KDesktopFileParser + QProcess

M  +1    -1    libdiscover/backends/PackageKitBackend/runservice/CMakeLists.txt
M  +8    -9    libdiscover/backends/PackageKitBackend/runservice/main.cpp

https://commits.kde.org/discover/1ad7a78832d1ae7e0e90d5b06ea7feaa63a86732
Comment 2 Nate Graham 2019-01-10 17:22:55 UTC
Nice, works great!