[Konsole-devel] Review Request: Add process information for FreeBSD

Raphael Kubo da Costa kubito at gmail.com
Mon Aug 31 03:58:40 UTC 2009


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/1485/
-----------------------------------------------------------

Review request for Konsole.


Summary
-------

This patch implements support for FreeBSD in ProcessInfo.cpp, the same way there's support for Mac and Solaris.

I'm not a FreeBSD expert (it's not my primary system), so some methods (readEnvironment() and readArguments()) were not implemented, either because I don't know how or because it's not possible in FreeBSD.

I also had to use free() in readCurrentDir() because of the way kinfo_getfile() is implemented.

Last but not least, when I compile programs that use kinfo_getfile(), I usually have to pass -lutil to gcc; however, everything compiled fine without any changes to CMakeLists.txt.


This addresses bug 205648.
    https://bugs.kde.org/show_bug.cgi?id=205648


Diffs
-----

  /trunk/KDE/kdebase/apps/konsole/src/ProcessInfo.cpp 1017209 

Diff: http://reviewboard.kde.org/r/1485/diff


Testing
-------

With the patch, using "%u", "%d", "%D", "%n" in tab titles works fine now; previously, I got empty strings.


Thanks,

Raphael




More information about the konsole-devel mailing list