(Created page with "{{admon/important | Comments and Explanations | The page source contains comments providing guidance to fill out each section. They are invisible when viewing this page. To re...") |
(Add tracker bug) |
||
(16 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<!-- Self Contained or System Wide Change Proposal? | <!-- Self Contained or System Wide Change Proposal? | ||
Use this guide to determine to which category your proposed change belongs to. | Use this guide to determine to which category your proposed change belongs to. | ||
Line 22: | Line 20: | ||
<!-- The actual name of your proposed change page should look something like: Changes/Your_Change_Proposal_Name. This keeps all change proposals in the same namespace --> | <!-- The actual name of your proposed change page should look something like: Changes/Your_Change_Proposal_Name. This keeps all change proposals in the same namespace --> | ||
= | = Plasma-nm <!-- The name of your change proposal --> = | ||
== Summary == | == Summary == | ||
<!-- A sentence or two summarizing what this change is and what it will do. This information is used for the overall changeset summary page for each release. --> | <!-- A sentence or two summarizing what this change is and what it will do. This information is used for the overall changeset summary page for each release. --> | ||
Replace current network applet in KDE with a new one and bring the latest news in NetworkManager to KDE. | |||
== Owner == | == Owner == | ||
<!-- | <!-- | ||
Line 32: | Line 30: | ||
This should link to your home wiki page so we know who you are. | This should link to your home wiki page so we know who you are. | ||
--> | --> | ||
* Name: [[User: | * Name: [[User:jgrulich| Jan Grulich]], [[User:ltinkl| Lukáš Tinkl]] | ||
<!-- Include you email address that you can be reached should people want to contact you about helping with your change, status is requested, or technical issues need to be resolved. If the change proposal is owned by a SIG, please also add a primary contact person. --> | <!-- Include you email address that you can be reached should people want to contact you about helping with your change, status is requested, or technical issues need to be resolved. If the change proposal is owned by a SIG, please also add a primary contact person. --> | ||
* Email: | * Email: jgrulich@redhat.com, ltinkl@redhat.com | ||
* Release notes owner: <!--- To be assigned by docs team [[User: | * Release notes owner: jgrulich<!--- To be assigned by docs team [[User:jgrulich| Jan Grulich]] <jgrulich@redhat.com> --> | ||
<!--- UNCOMMENT only for Changes with assigned Shepherd (by FESCo) | <!--- UNCOMMENT only for Changes with assigned Shepherd (by FESCo) | ||
* FESCo shepherd: [[User:FASAccountName| Shehperd name]] <email address> | * FESCo shepherd: [[User:FASAccountName| Shehperd name]] <email address> | ||
Line 41: | Line 39: | ||
== Current status == | == Current status == | ||
* Targeted release: [[Releases/ | * Targeted release: [[Releases/20 | Fedora 20 ]] | ||
* Last updated: | * Last updated: 2013-07-16 | ||
<!-- After the change proposal is accepted by FESCo, tracking bug is created in Bugzilla and linked to this page | <!-- After the change proposal is accepted by FESCo, tracking bug is created in Bugzilla and linked to this page | ||
Bugzilla states meaning as usual: | Bugzilla states meaning as usual: | ||
Line 51: | Line 49: | ||
CLOSED as NEXTRELEASE -> change is completed and verified and will be delivered in next release under development | CLOSED as NEXTRELEASE -> change is completed and verified and will be delivered in next release under development | ||
--> | --> | ||
* Tracker bug: | * Tracker bug: [https://bugzilla.redhat.com/show_bug.cgi?id=998531 #998531] | ||
== Detailed Description == | == Detailed Description == | ||
<!-- Expand on the summary, if appropriate. A couple sentences suffices to explain the goal, but the more details you can provide the better. --> | <!-- Expand on the summary, if appropriate. A couple sentences suffices to explain the goal, but the more details you can provide the better. --> | ||
Plasma-nm is a new plasma applet for network management in KDE which uses the latest KDE technologies. It supports all connection types from NetworkManager like bonding, bridging etc. and it's simplier to maintain it than the old one. It absoletes the old network applet which is hardly maintainable. | |||
== Benefit to Fedora == | == Benefit to Fedora == | ||
<!-- What is the benefit to the platform? If this is a major capability update, what has changed? If this is a new functionality, what capabilities does it bring? Why will Fedora become a better distribution or project because of this proposal?--> | <!-- What is the benefit to the platform? If this is a major capability update, what has changed? If this is a new functionality, what capabilities does it bring? Why will Fedora become a better distribution or project because of this proposal?--> | ||
Plasma NM provides a modern and intuitive interface to configure network connections, add new ones (like VPNs) and edit them in a user-friendly way. Unlike the existing applet, its codebase is much cleaner and smaller (~50%) and therefore easier to maintain and develop in the long term. The UI itself is written entirely in QML, making it reusable in other interfaces like Plasma Active and bringing in line with the rest of the Plasma Workspace. | |||
== Scope == | == Scope == | ||
This feature affects only KDE. The only necessary action is to remove and obsolete the ''kde-plasma-networkmanagement'' package and ensure that ''kde-plasma-nm'' is installed by default. | |||
== Upgrade/compatibility impact == | == Upgrade/compatibility impact == | ||
Network connections (including secrets stored in KWallet) are automatically migrated to the new applet. | |||
== How To Test == | == How To Test == | ||
Line 99: | Line 85: | ||
== User Experience == | == User Experience == | ||
Users can benefit from a streamlined and highly usable[1] QML interface to handle their network connections. | |||
[1] http://www.youtube.com/watch?v=FjuVND3VAoM | |||
== Dependencies == | == Dependencies == | ||
Plasma NM depends on ''NetworkManager'' and ''ModemManager'' packages. | |||
== Contingency Plan == | == Contingency Plan == | ||
No plan is necessary. KDE SC would be shipped with the current network management applet (''kde-plasma-networkmanagement''). | |||
== Documentation == | == Documentation == | ||
Line 130: | Line 108: | ||
--> | --> | ||
[[Category: | This release features Plasma NM, providing a modern and intuitive interface to configure network connections, adding new ones (like VPNs) and editting them in a user-friendly way. | ||
[[Category:ChangeAcceptedF20]] | |||
<!-- When your change proposal page is completed and ready for review and announcement --> | <!-- When your change proposal page is completed and ready for review and announcement --> | ||
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> | <!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> |
Latest revision as of 12:25, 20 August 2013
Plasma-nm
Summary
Replace current network applet in KDE with a new one and bring the latest news in NetworkManager to KDE.
Owner
- Name: Jan Grulich, Lukáš Tinkl
- Email: jgrulich@redhat.com, ltinkl@redhat.com
- Release notes owner: jgrulich
Current status
Detailed Description
Plasma-nm is a new plasma applet for network management in KDE which uses the latest KDE technologies. It supports all connection types from NetworkManager like bonding, bridging etc. and it's simplier to maintain it than the old one. It absoletes the old network applet which is hardly maintainable.
Benefit to Fedora
Plasma NM provides a modern and intuitive interface to configure network connections, add new ones (like VPNs) and edit them in a user-friendly way. Unlike the existing applet, its codebase is much cleaner and smaller (~50%) and therefore easier to maintain and develop in the long term. The UI itself is written entirely in QML, making it reusable in other interfaces like Plasma Active and bringing in line with the rest of the Plasma Workspace.
Scope
This feature affects only KDE. The only necessary action is to remove and obsolete the kde-plasma-networkmanagement package and ensure that kde-plasma-nm is installed by default.
Upgrade/compatibility impact
Network connections (including secrets stored in KWallet) are automatically migrated to the new applet.
How To Test
N/A (not a System Wide Change)
User Experience
Users can benefit from a streamlined and highly usable[1] QML interface to handle their network connections.
[1] http://www.youtube.com/watch?v=FjuVND3VAoM
Dependencies
Plasma NM depends on NetworkManager and ModemManager packages.
Contingency Plan
No plan is necessary. KDE SC would be shipped with the current network management applet (kde-plasma-networkmanagement).
Documentation
N/A (not a System Wide Change)
Release Notes
This release features Plasma NM, providing a modern and intuitive interface to configure network connections, adding new ones (like VPNs) and editting them in a user-friendly way.