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.

This package is known to build and work properly using an LFS 12.1 platform.

Package Information

xdg-dbus-proxy Dependencies

Required

GLib-2.78.4

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