trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: October 2019

Re: [BULK] [trinity-users] Re: [BULK] [trinity-users] more on my kmail 100% problemns

From: deloptes <deloptes@...>
Date: Sat, 19 Oct 2019 23:46:42 +0200
Gene Heskett wrote:

> If those rm's and mv's from outside of kmails knowledge, were converted
> to dbus commands to be executed by kmail, then nothing would disturb its
> database but kmails own actions.
> 
> So, where do I find the real docs on how kmail responds to commands sent
> over dbus? That seems to be a secret, and it sucks dead toads thru soda
> straws. I just now rechecked the Handbook, and it has zero mention of
> dbus. �So please explain how, and I WILL fix my scripts.

Let be clear only few applications in TDE use dbus and these are the once
that need interaction with dbus for some reason - kmail has nothing to do
with dbus.

You should think of using pipes - I do not mean the unix '|' but in your
process. One application works on content in one directory and delivers the
output into another directory, where other application uses this as input
and delivers to another directory.