Tiny Core Linux

Off-Topic => Off-Topic - Tiny Core Lounge => Topic started by: curaga on May 02, 2012, 10:16:52 AM

Title: Announcing nobus: dbus stubs
Post by: curaga on May 02, 2012, 10:16:52 AM
https://github.com/clbr/nobus

Many apps require dbus, but only use it for something unimportant (notifications when in Gnome, etc). Many of these give no option to --disable-dbus.

Compile those apps against nobus, and free them of that dep + need to run the daemon ;)
Title: Re: Announcing nobus: dbus stubs
Post by: tinypoodle on May 02, 2012, 11:05:28 AM
...interesting  8)
Title: Re: Announcing nobus: dbus stubs
Post by: gutmensch on May 04, 2012, 05:14:32 AM
Like :)
Title: Re: Announcing nobus: dbus stubs
Post by: Jason W on May 05, 2012, 08:05:23 AM
The ability to avoid dbus is the best dbus news I have heard yet.
Title: Re: Announcing nobus: dbus stubs
Post by: curaga on May 05, 2012, 08:22:59 AM
Please note that it's still quite fresh code, please report any issues.