Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename module-xrdp-pipewire into module-xrdp #7

Merged
merged 1 commit into from
Mar 26, 2024

Commits on Mar 12, 2024

  1. Rename module-xrdp-pipewire into module-xrdp

    The pipewire suffix is redundant, so we drop it.
    
    In practice, what this commit does:
    
    1) Rename the source file from module-xrdp-pipewire.c to module-xrdp.c,
       thus we're in line with the naming scheme for modules in the pipewire
       source tree:
    
    ```
    $ ls <pipewire-git-tree>/src/modules
    flatpak-utils.h
    meson.build
    module-access.c
    module-adapter
    module-adapter.c
    [...]
    ```
    
    2) Rename the library that is built, from
       libpipewire-module-xrdp-pipewire.so to libpipewire-module-xrdp.so,
       once again to be in line with the naming scheme used by pipewire
       upstream:
    
    ```
    $ ls -1 /usr/lib/x86_64-linux-gnu/pipewire-0.3/
    libpipewire-module-access.so
    libpipewire-module-adapter.so
    libpipewire-module-avb.so
    libpipewire-module-client-device.so
    libpipewire-module-client-node.so
    ```
    
    This change is cosmetic, it doesn't fix any known issue.
    elboulangero committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    91ae664 View commit details
    Browse the repository at this point in the history