Slavek,
I need to implement a pkg_search_module( systemd ) in the tdebase cmake files.
This should probably be a generic search available to other modules. Where in
the TDE cmake system should this go?
--
David C. Rankin, J.D.,P.E.
a new website's been mentioned around. Using werc seems to work really
well for suckless.org's projects (dwm, dmenu, st, stali etc), and had
a nice interface, renders fast and isn't web2.0
http://suckless.org/
>Other than that, I think R14 is ready to freeze for RC1.
Ready? Seems all I have done the past few weeks is file bug
reports. Regressions, sloppy coding, stdout/stderr problems, build
issues. We have 66 build issue bugs filed, 48 stdout/stderr bugs,
and 18 regressions.
As I keep saying, we get only one chance to get R14 right.
Darrell
Slavek,
I'm working on the systemd user session tracking bug (1902) and I'm trying to
figure out where to start chasing down how TDE knows when to kill a running
process. I've found a structure 'sigaction' - is this the central bit of data to
track through tdebase to see how/where process tracking/killing occurs?
Help wanted - great wages + benefits :)
--
David C. Rankin, J.D.,P.E.
Slavek,
Any more work on the systemd user session tracking issue? If you can give me
your thoughts on how you see it having to work, I'll try to track those
variables/functions through the tdm code (or where ever else it is hidden). What
I need to know is:
dcop will need to look for X in Y in order to close Z
you will need to get a signal/response from A to know to kill process
to kill process you will need to call B and make sure C happens
I need to know what you think that process looks like in order to begin
chasing this issue to help. Without some idea how you think this is going to
work, I'm just paddling in circles.... Do a Vulkan Mind Meld with an email and
dump your thoughts in a reply and send it along :)
--
David C. Rankin, J.D.,P.E.
i got an error building tqt, turns out the freetype header wasn't
where it was expected.
as a workaround i just did this
sudo ln -s /usr/include/freetype2/freetype/ /usr/include/freetype -v
but is there a way to pass that library path into tqt's make?
Hi Guys,
On Tuesday 18 February 2014 22:38:05 Darrell Anderson wrote:
> The primary reason I got frutrated yesterday is not my lack of C++
> skills. My frutration comes from the fact that asking for coaching
> help in this list is futile.
>
> Darrell
I belive, and I'm sure someone will correct me if I am mistaken, the
problem is that it can be very difficult to read and understand code
that has been written by a third party without documentation and/or
explanation of what a particular piece of code is supposed to do. C++
along with code resusability tends to distort perception of what is/was
intended originally. Lack of documentation within the code seems to be
one of those things that either gets ignored or overlooked by the
programmer for what ever reason.
Just my 2p's worth...
--
Best Regards:
Baron.
>Ahh not true - We have good folks like you to keep us straight,
>otherwise what
>are we all wasting our time on... :)
The primary reason I got frutrated yesterday is not my lack of C++
skills. My frutration comes from the fact that asking for coaching
help in this list is futile.
Darrell