trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: August 2012

Re: [trinity-devel] Tim: TDEHWLIB

From: Darrell Anderson <humanreadable@...>
Date: Mon, 27 Aug 2012 14:34:02 -0700 (PDT)
> >> Did the OpenSuse KDE3 people resolve this problem?
> >
> > I think OpenSuse use my udisks2 backend.
> 
> Ah, OK.  Was this implemented in a manner that could be
> included into TDE as an alternate backend?

Here is the patch:

https://github.com/serghei/kde3-kdebase/commit/27cc062c6b172fd6e93addb510

One change I think is needed for TDE, in kioslave/media/kcmodule/CMakeLists.txt, the include_directories section. TDE probably needs an "if (WITH_HAL)... else" test to use the original as-is lines. That way the modules build correctly on HAL-enabled systems.

Darrell