#750 Issue #734 WirePlumber
Closed 2 years ago by pbokoc. Opened 2 years ago by couchfox.
fedora-docs/ couchfox/release-notes f35-734-wireplumber  into  f35

@@ -13,6 +13,7 @@ 

  *** xref:sysadmin/System_Utilities.adoc[System Utilities]

  *** xref:sysadmin/Printing_Scanning.adoc[Printing and Scanning]

  ** xref:desktop/Desktop_index.adoc[Desktop Users]

+ *** xref:desktop/Desktop.adoc[Desktop]

  ** xref:developers/Developers.adoc[Developers]

  *** xref:developers/Development_Tools.adoc[Development Tools]

  *** xref:developers/Development_Binutils.adoc[Binutils]

@@ -0,0 +1,17 @@ 

+ include::{partialsdir}/entities.adoc[]

+ 

+ [[sect-desktop]]

+ = Desktop

+ 

+ [[wireplumber]]

+ == Switch to WirePlumber as the PipeWire session manager

+ 

+ *WirePlumber* is a modular session/policy manager for PipeWire. It is written using GNOME technologies, and allows developers and external tools to more easily manage PipeWire. The WirePlumber daemon implements the session & policy management service. It follows a modular design, having plugins that implement the actual management functionality.

+ 

+ In Fedora 34, PipeWire was managed via a simple example session manager with mostly hardcoded logic and rules. For Fedora Linux 35, WirePlumber brings these improvements:

+ 

+ * Drop-in replacement session manager for PipeWire, implements the exact same features as the example session manager.

+ * Built with GObject, which provides a richer development experience and adds bindings for most languages.

+ * Extensible with loadable modules.

+ * Scriptable policy using small LUA scripts.

+ * Better integration with desktop settings.

@@ -1,3 +1,6 @@ 

  include::{partialsdir}/entities.adoc[]

  

  = Notable changes for desktop users

+ 

+ This section lists changes in Fedora {PRODVER} relevant to desktop users.

+ Use the navigation tab on the left to view release notes for various fields of interest. 

\ No newline at end of file

Hi, this PR is for Issue #734.
Summary:
- Created desktop.adoc sub-page for desktop section (copied from structure of F34 rel notes).
- Added 'Switch to WirePlumber' section.
- Updated nav page to suit.

Thanks! Merged locally.

Pull-Request has been closed by pbokoc

2 years ago