xdg-dbus-proxy-0.1.5

Introduction to xdg-dbus-proxy

The xdg-dbus-proxy package contains a filtering proxy for D-Bus connections. This is useful for forwarding data in and out of a sandbox.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

Package Information

xdg-dbus-proxy Dependencies

Required

GLib-2.80.0

Installation of xdg-dbus-proxy

Install xdg-dbus-proxy by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release .. &&
ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

Contents

Installed Programs: xdg-dbus-proxy
Installed Libraries: None
Installed Directories: None

Short Descriptions

xdg-dbus-proxy

is a filtering proxy for D-Bus connections