| Summary: | The package ships an executable file in /usr/lib. | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] extra-cmake-modules | Reporter: | Scarlett Moore <sgmoore> |
| Component: | general | Assignee: | ecm-bugs-null <ecm-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | aspotashev, justin.zobel |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian unstable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Scarlett Moore
2020-11-01 22:55:47 UTC
Confirmed on KDE Neon User Edition. Lots of executable files in there. Tree of the folder: /usr/lib/x86_64-linux-gnu/libexec/ ├── apper-pk-session ├── baloorunner ├── discover │ └── SnapMacaroonDialog ├── DiscoverNotifier ├── drkonqi ├── gtk3_preview ├── kactivitymanagerd ├── kcheckpass ├── kdeconnectd ├── kf5 │ ├── discover │ │ └── runservice │ ├── filesharelist -> fileshareset │ ├── fileshareset │ ├── kconf_update │ ├── kdeeject │ ├── kdesu │ ├── kdesud │ ├── kdesu_stub │ ├── kiod5 │ ├── kioexec │ ├── kio_http_cache_cleaner │ ├── kioslave5 │ ├── klauncher │ ├── kpac_dhcp_helper │ ├── kpackagehandlers │ │ ├── appstreamhandler │ │ └── knshandler │ ├── kscreen_backend_launcher │ ├── ksendbugmail │ ├── purposeprocess │ ├── smbnotifier │ ├── start_kdeinit │ └── start_kdeinit_wrapper ├── kfontprint ├── khc_mansearch.pl ├── khc_xapianindexer ├── khc_xapiansearch ├── kimpanel-ibus-panel ├── kimpanel-ibus-panel-launcher ├── kimpanel-scim-panel ├── kpmcore_externalcommand ├── kscreenlocker_greet ├── ksmserver-logout-greeter ├── ksysguard │ └── ksgrd_network_helper ├── kwin_killer_helper ├── kwin_rules_dialog ├── org-kde-kf5-kwayland-testserver ├── org_kde_powerdevil ├── plasma-changeicons ├── plasma-dbus-run-session-if-needed ├── plasma-sourceenv.sh ├── polkit-kde-authentication-agent-1 ├── startplasma-waylandsession └── xdg-desktop-portal-kde Yes, that's the default location for KDE Frameworks 5. You can change it with -DKDE_INSTALL_LIBEXECDIR=/different/path/to/libexec |