| Summary: | plasma-nm should prompt the user to automatically install the openvpn package when it's missing | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | johnathan <testing1237a-c> |
| Component: | Networking in general | Assignee: | Jan Grulich <jgrulich> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | nate |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | master | ||
| Target Milestone: | 1.0 | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | mising vpn plugin | ||
|
Description
johnathan
2022-06-13 06:33:51 UTC
> why isn't plasma detecting that openvpn file is being run and openvpn package is missing so try to install this package?
Presumably because right now we can't guarantee that the package is named "openvpn" on every distro.
To make this work, we would need a way for distros to communicate to us what the name of the package is for them, perhaps via a CMake variable that they would have to set or override (if it defaulted to being "openvpn"). If we did that, it would be feasible to have plasma-nm use PackageKit to install it for you.
Bulk transfer as requested in T17796 |