Starting D-BUS

Stephan Kulow coolo at novell.com
Thu Nov 9 15:38:25 CET 2006


Am Donnerstag, 9. November 2006 15:28 schrieb Peter Kümmel:
> Hi Paulo,
> does this patch help?
>
>
> $ svn diff cmake
> Index: cmake/dbus-launch.bat.cmake
> ===================================================================
> --- cmake/dbus-launch.bat.cmake (revision 364)
> +++ cmake/dbus-launch.bat.cmake (working copy)
> @@ -12,5 +12,5 @@
>         start bin\dbus-daemon --config-file=bus\build-session.conf
>  ) else (
>    @echo "starting global dbus daemon"
> -       start c:/Programme/dbus/bin/dbus-daemon --session
> +       start %PROGRAMFILES%/dbus/bin/dbus-daemon --session
>  )

It won't - it will complain it can't find c:\programme\dbus\etc\session.conf. 
I fixed it for me in replacing --session 
with --config-file %DBUSDIR%\etc\session.conf - but I still could not attack 
KDE programs to that dbus daemon

Greetings, Stephan



More information about the Kde-windows mailing list