-
conky isn't displayed any longer with an external VGA screen attached to my notebook under KDE 4 . If however I log out from KDE I can see conky for some seconds until the logout process of KDE4 completed. KDE 3.5.10 worked fine with this configuration.
xrandr says :
VGA1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 340mm x 270mm
LVDS1 connected 1440x900+0+1024...
2010-01-07 10:38:45 UTC in Conky
-
Same happens for "Help->Known codec"
BTW clicking at "Goto the website of this codec" works, but at the command line I get :
tfoerste@n22 ~ $ ~/devel/MediaInfo_GUI_GNU_FromSource/MediaInfo/Project/GNU/GUI/mediainfo-gui Taufe.avi
(8609)/ ClientApp::doIt: Creating ClientApp.
2010-01-01 10:12:53 UTC in MediaInfo
-
which doesn't make too much sense b/c some videos doesn't have a suffix.
2009-12-30 16:24:44 UTC in MediaInfo
-
unpacking MediaInfo_GUI_0.7.26_GNU_FromSource.tar.bz2 at my stable Gentoo and running GUI_Compile.sh wasn't enough, I got :
...
urce/MediaInfo/File__Analyze.cpp' || echo './'`../../../Source/MediaInfo/File__Analyze.cpp; \
then mv -f ".deps/File__Analyze.Tpo" ".deps/File__Analyze.Plo"; else rm -f ".deps/File__Analyze.Tpo"; exit 1; fi.
2009-12-30 16:06:05 UTC in MediaInfo
-
My father complained about map 4 which he didn't solved until now, but it looks completely different from map 4 under my stable Gentoo Linux (both are version 7.2), the only difference is that I patched the sources wrt to https://bugs.gentoo.org/show_bug.cgi?id=286763 .
IS this an expected behaviour ?.
2009-12-02 17:55:44 UTC in PipeWalker
-
seems to be only happens for about 10 sec after that cpu speed slows down.
2009-09-26 15:36:39 UTC in PipeWalker
-
A change of line 61 in cell.cpp from "return false;" to "return true;" seems to solve this issue, right ?.
2009-09-19 13:52:11 UTC in PipeWalker
-
While taking a short look into the code w/ Kdgb (my first attempt to debug a C++ code) it seems that map.cpp returns false here for x==1, y==0 and descr="3120,0000,3100,..." :
for (unsigned short y = 0; y < m_MapSize; ++y) {
for (unsigned short x = 0; x < m_MapSize; ++x) {
CCell& cell = GetCell(x, y);
if (!cell.Load(load[x + y * m_MapSize]))
return false;
b/c cell.cpp...
2009-09-18 17:32:10 UTC in PipeWalker
-
I'll attach a screen shot where you can see, that not all pipes are needed.
2009-09-14 14:34:53 UTC in PipeWalker
-
Under a stable Gentoo it seems that version 0.7.2 stores the MapState and loads it fine, but it doesn't has any effect b/c spipewalker always starts with the initial state of the saved MapId instead of the saved MapState.
.
2009-09-08 17:29:02 UTC in PipeWalker