


System Software by jaegerschnitzel 67 comments
could not start process unable to create kioslave: klauncher said "unknown protocol"
sftp://10.4.1.3 works fine in konq - Nov 26 2009

System Software by jaegerschnitzel 67 comments

System Software by jaegerschnitzel 67 comments
Still does not exit when main window is closed. - Nov 26 2009

System Software by jaegerschnitzel 67 comments

System Software by jaegerschnitzel 67 comments
komparator4 jupiter sftp://localhost/home/nbecker/jupiter2
1) Pops up (infinte number?) of info boxes saying "Invalid URL ."
2) Is taking an exceedingly long time with 100% cpu while 'appending missing/newer files to list'
I'm sure I used older komparator versions just like this, and did not have these problems.
After waiting a LONG time, it looks like except for item #1, it did work. - Nov 25 2009

System Software by jaegerschnitzel 67 comments
Doesn't seem to work. Tried a local dir vs sftp remote dir. Pops up lots of dialogs with 'invalid url' and just chews up cpu. - Nov 25 2009

Audio Extractors/Converters by HessiJames 608 comments
make[4]: Entering directory `/home/nbecker/RPM/BUILD/soundkonverter-0.3.6/src/metadata/mp4'
make[5]: Entering directory `/home/nbecker/RPM/BUILD/soundkonverter-0.3.6/src/metadata/mp4'
make[5]: *** No rule to make target `mp4properties.lo', needed by `libtagmp4.la'. Stop. - Dec 30 2007

Audio Extractors/Converters by HessiJames 608 comments
/repositories/home:/HessiJames/Fedora_8/src
don't build.
After fixing this:
+ ./configure '--prefix=%{prefix}'
configure: error: expected an absolute directory name for --prefix: %{prefix}
BTW, that's just wrong. Use %{configure}.
I'm stumped by this:
cd . && make -f admin/Makefile.common configure.in ;
make[1]: Entering directory `/home/nbecker/RPM/BUILD/soundkonverter-0.3.6'
*** Creating configure.files
make[1]: Leaving directory `/home/nbecker/RPM/BUILD/soundkonverter-0.3.6'
cd . && /bin/sh /home/nbecker/RPM/BUILD/soundkonverter-0.3.6/admin/missing --run aclocal-1.9
/home/nbecker/RPM/BUILD/soundkonverter-0.3.6/admin/missing: line 52: aclocal-1.9: command not found
WARNING: `aclocal-1.9' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.in'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
- Dec 30 2007
--- a/kernel/kls_psp/fmt_codec_psp.cpp Fri Dec 07 20:05:10 2007 -0500
+++ b/kernel/kls_psp/fmt_codec_psp.cpp Fri Dec 07 20:09:41 2007 -0500
@@ -118,7 +118,7 @@ bool fmt_codec::ReadGenAttributes()
if (Header.MajorVersion != 3)
ChunkLen -= 4;
- if (!frs.readK(&AttChunk, std::min(sizeof(AttChunk), ChunkLen)))
+ if (!frs.readK(&AttChunk, std::min(sizeof(AttChunk), size_t(ChunkLen))))
return false;
// Can have new entries in newer versions of the spec (4.0).
@@ -220,7 +220,7 @@ bool fmt_codec::ReadLayerBlock()
ChunkSize -= (2 + 4 + NumChars);
- if (!frs.readK(&LayerInfo, std::min(sizeof(LayerInfo), ChunkSize)))
+ if (!frs.readK(&LayerInfo, std::min(sizeof(LayerInfo), size_t(ChunkSize))))
return false;
// Can have new entries in newer versions of the spec (5.0). - Dec 07 2007
fmt_codec_psp.cpp:121: error: no matching function for call to 'min(long unsigned int, ILuint&)'
fmt_codec_psp.cpp: In member function 'bool fmt_codec::ReadLayerBlock()':
fmt_codec_psp.cpp:223: error: no matching function for call to 'min(long unsigned int, ILuint&)'
make[2]: *** [fmt_codec_psp.lo] Error 1 - Dec 07 2007

System Software by Multimedia4Linux 31 comments

Audio Extractors/Converters by HessiJames 608 comments
http://download.opensuse.org/repositories/home:/HessiJames/Fedora_7/
I tried to transcode ogg -> mp3, but all I got was silence.
Next I grabbed the current soundkonverter source, but it won't build. I get:
make[1]: Leaving directory `/home/nbecker/soundkonverter-0.3.4'
cd . && /bin/sh /home/nbecker/soundkonverter-0.3.4/admin/missing --run aclocal-1.9
/home/nbecker/soundkonverter-0.3.4/admin/missing: line 52: aclocal-1.9: command not found
I've got:ls /usr/bin/aclocal*
/usr/bin/aclocal /usr/bin/aclocal-1.4 /usr/bin/aclocal-1.6
/usr/bin/aclocal-1.10 /usr/bin/aclocal-1.5 /usr/bin/aclocal-1.7 - Aug 10 2007

Network by pnawrocki 287 comments

Various KDE 1.-4. Improvements by dreadhead 57 comments
../utils/observer.h: In instantiation of ‘observer::ObserverHandler’:
../kernel/iproperty.h:134: instantiated from here
../utils/observer.h:529: warning: ‘observer::ObserverHandler’ has a field ‘observer::ObserverHandler::observers’ whose type uses the anonymous namespace
../utils/observer.h: In instantiation of ‘observer::ObserverHandler’:
../kernel/ccontentstream.h:82: instantiated from here
../utils/observer.h:529: warning: ‘observer::ObserverHandler’ has a field ‘observer::ObserverHandler::observers’ whose type uses the anonymous namespace
../utils/observer.h: In instantiation of ‘observer::ObserverHandler’:
../kernel/cannotation.h:344: instantiated from here
../utils/observer.h:529: warning: ‘observer::ObserverHandler’ has a field ‘observer::ObserverHandler::observers’ whose type uses the anonymous namespace
../utils/observer.h: In instantiation of ‘observer::ObserverHandler’:
../kernel/cpage.h:312: instantiated from here
../utils/observer.h:529: warning: ‘observer::ObserverHandler’ has a field ‘observer::ObserverHandler::observers’ whose type uses the anonymous namespace
../utils/observer.h: In instantiation of ‘observer::ObserverHandler’:
../kernel/pdfwriter.h:281: instantiated from here
../utils/observer.h:529: warning: ‘observer::ObserverHandler’ has a field ‘observer::ObserverHandler::observers’ whose type uses the anonymous namespace
basegui.cc: In member function ‘QVariant gui::BaseGUI::selectPagesDialog(const QString&) const’:
basegui.cc:530: error: conversion from ‘long unsigned int’ to ‘const QVariant’ is ambiguous
/usr/lib64/qt-3.3/include/qvariant.h:169: note: candidates are: QVariant::QVariant(double)
/usr/lib64/qt-3.3/include/qvariant.h:166: note: QVariant::QVariant(Q_ULLONG)
/usr/lib64/qt-3.3/include/qvariant.h:165: note: QVariant::QVariant(Q_LLONG)
/usr/lib64/qt-3.3/include/qvariant.h:164: note: QVariant::QVariant(uint)
/usr/lib64/qt-3.3/include/qvariant.h:163: note: QVariant::QVariant(int)
/usr/lib64/qt-3.3/include/qvariant.h:131: note: QVariant::QVariant(const char*)
make[2]: *** [.obj/basegui.o] Error 1 - Jan 23 2007