


Plasma 5 Applets by MakG

Plasma 5 Applets by MakG 4 comments
The remaining request is for litecoin support.
- Sep 05 2017

Plasma 5 Applets by MakG 4 comments
Besides bitcoin, add other coins, like litecoin.
- Sep 05 2017

Amarok 2.x Scripts by Mederel 15 comments
uitleg:
http://blog.3fm.nl/2011/09/18/luisteren-via-winamp-of-internetradio/
http://www.radio2.nl/dcoll/luisteren/
De streaming urls: http://hosting.omroep.nl/streaming:urls
- Nov 27 2012

Amarok 2.x Scripts by Mederel 15 comments
http://icecast.omroep.nl/radio1-bb-mp3
http://icecast.omroep.nl/radio2-bb-mp3
http://icecast.omroep.nl/3fm_live-mp3
http://icecast.omroep.nl/radio4-bb-mp3
http://icecast.omroep.nl/radio5-bb-mp3
http://icecast.omroep.nl/radio6-bb-mp3
Is it possible to incorperate these into the Dutch Radio station package?
- Nov 27 2012

Amarok 2.x Scripts by Mederel 15 comments
Some examples, of these are:
- Radio 1 - Radio 5 (Radio 5 FM works though)
- Radio 6 - Radio 8 FM
- Atlantis
Channels that can be moved into the play area, but that do not play:
- Radio Aktief FM
- Radio Amsterdam
- De blauwe tegel
- Decibel FM (but taking a long time)
- Arrow Jazz
- Arrow Rock
- AVRO Ziel en Zaligheid
Channels that when moved to the playlist keep the cursor as "+"
- Achterhoek
There are more, these are just some of them. Is that only on my instance of Amarok? If not it would be nice to provide a list with known working stations, and one that contains stations that needs to be worked on...
Thanks for providing the station list.
- Nov 27 2012

Plasma 4 Extensions by alz83 19 comments

Plasma 4 Extensions by alz83 19 comments
cannot create python script engine.
Does anybody know what can be cause of this message?
(openSUSE_12.2) - Oct 09 2012

Plasma 4 Extensions by VincentVandalon 17 comments
/var/tmp> python ./getNSInfo_API.py
('Journey from Eindhoven ==> Vleuten\nDeparture: 16:02, arrival: 17:13, with 1 transfer.', [])
Which looks fine to me.
- Feb 26 2012

Plasma 4 Extensions by VincentVandalon 17 comments

Plasma 4 Extensions by VincentVandalon 17 comments

Plasma 4 Extensions by VincentVandalon 17 comments

Plasma 4 Extensions by VincentVandalon 17 comments
is it possible to make the "possible disruption" link clickable, and have it refer to http://www.ns.nl/storingen/index.form. That would make it convenient to determine the actual disruption. - Feb 14 2012

Plasma 4 Extensions by VincentVandalon 17 comments
--- NSSummary/contents/code/getNSInfo.py.org 2012-02-14 18:11:42.781711000 +0100
+++ NSSummary/contents/code/getNSInfo.py 2012-02-14 20:33:50.358883001 +0100
@@ -71,7 +71,10 @@
summaryText+=' and has a transfer at %s'%(t)
summaryText+=' and will arrive at %s.'%(self.arrivalTime)
if self.nrDisruptions != 0:
- summaryText+='\nThere is(are) %s disruption(s).'%self.nrDisruptions
+ if self.nrDisruptions == "(1)":
+ summaryText+='\nThere is 1 disruption.'
+ else:
+ summaryText+='\nThere are %s disruptions.'%self.nrDisruptions
return summaryText
def parseNS(fromStation='Eindhoven',toStation='Vleuten'):
It makes the disruption text nicer formatted
- Feb 14 2012

Plasma 4 Extensions by VincentVandalon 17 comments
# zypper install kfritz
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW packages are going to be installed:
commoncpp2 kfritz
Perhaps you don't have the standard openSUSE_11.4 repository enabled?
- Nov 24 2011

Plasma 4 Extensions by alz83 19 comments

Plasma 4 Extensions by alz83 19 comments

KDM4 Themes by Paladin-MMX 38 comments

KDE 4 Splashscreens by Paladin-MMX 39 comments

KDM4 Themes by Paladin-MMX 38 comments
/usr/src/packages/BUILD/kfritz-0.0.5/KCalllistModel.cpp:137: error: 'cout' is not a member of 'std'
Solved by adding: #include <iostream> to KCalllistModel.cpp - Dec 26 2010
libfritz++/XmlFonbook.cpp: In member function ‘std::string fritz::XmlFonbook::SerializeToXml()’:
I get a build failure. The error is:
libfritz++/XmlFonbook.cpp: In member function ‘std::string fritz::XmlFonbook::SerializeToXml()’:
Line 235 contains:
233 std::string XmlFonbook::SerializeToXml() {
234
235 std::stringstream result;
236 result << "<?xml version=\"1.0\" encoding=\"" << charset << "\"?>"
According this page http://ubuntuforums.org/showthread.php?t=117531 (comment #4), it is fixed with including sstream. After I included that, I was able to compile it indeed! - Dec 26 2010

Wallpapers KDE Plasma by arsach 3 comments

Wallpapers KDE Plasma by arsach 3 comments

Amarok 2.x Scripts by Mederel 15 comments

Amarok 2.x Scripts by Mederel 15 comments
Looking forward to tips, about installing this. I gues it is simple if you know how to do it. - Mar 13 2010
I tried it with libopenssl-devel, but that does not help:
$ rpm -qa | grep ssl
libopenssl0_9_8-0.9.8k-3.4.x86_64
libopenssl-devel-0.9.8k-3.4.x86_64
openssl-0.9.8k-3.4.x86_64
$ rpm -ql libopenssl-devel | grep -i md5
/usr/include/openssl/md5.h
This file has:
unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md);
Any idea what is wrong, or what I'm doing wrong? In which file is MD5 defined? - Feb 14 2010
But now it fails at the end of the build with this error;
[100%] Building CXX object CMakeFiles/kfritz.dir/KSettings.o
/usr/bin/c++ -D_BSD_SOURCE -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -fexceptions -g -ggdb -O0 -Wall -D_GLIBCXX_DEBUG -I/usr/src/packages/BUILD/kfritz-0.0.1/builddir -I/usr/src/packages/BUILD/kfritz-0.0.1 -I/usr/src/packages/BUILD/kfritz-0.0.1/libfritz++ -I/usr/src/packages/BUILD/kfritz-0.0.1/libtcpclient++ -I/usr/src/packages/BUILD/kfritz-0.0.1/libpthread++ -I/usr/include/KDE -I/usr/include/QtXmlPatterns -I/usr/include/QtWebKit -I/usr/include/QtHelp -I/usr/include/QtAssistant -I/usr/include/QtDBus -I/usr/include/QtTest -I/usr/include/QtUiTools -I/usr/include/QtScript -I/usr/include/QtSvg -I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include/QtOpenGL -I/usr/include/QtNetwork -I/usr/include/QtDesigner -I/usr/include/Qt3Support -I/usr/include/QtGui -I/usr/include/QtCore -I/usr/include/Qt -I/usr/share/qt4/mkspecs/default -o CMakeFiles/kfritz.dir/KSettings.o -c /usr/src/packages/BUILD/kfritz-0.0.1/builddir/KSettings.cpp
Linking CXX executable kfritz
/usr/bin/cmake -E cmake_link_script CMakeFiles/kfritz.dir/link.txt --verbose=1
/usr/bin/c++ -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -fexceptions -g -ggdb -O0 -Wall -D_GLIBCXX_DEBUG -fPIC -Wl,--enable-new-dtags CMakeFiles/kfritz.dir/kfritz_automoc.o CMakeFiles/kfritz.dir/KFritz.o CMakeFiles/kfritz.dir/KFritzWindow.o CMakeFiles/kfritz.dir/KFonbookModel.o CMakeFiles/kfritz.dir/KSettingsFonbooks.o CMakeFiles/kfritz.dir/KSettingsFritzBox.o CMakeFiles/kfritz.dir/KFritzModel.o CMakeFiles/kfritz.dir/KCalllistModel.o CMakeFiles/kfritz.dir/LibFritzInit.o CMakeFiles/kfritz.dir/Log.o CMakeFiles/kfritz.dir/LogDialog.o CMakeFiles/kfritz.dir/QAdaptTreeView.o CMakeFiles/kfritz.dir/KSettings.o -o kfritz -rdynamic -L/usr/src/packages/BUILD/kfritz-0.0.1/builddir/lib /usr/lib64/libkdeui.so.5.3.0 /usr/lib64/libknotifyconfig.so.4.3.0 lib/libfritz++.a lib/libtcpclient++.a lib/libpthread++.a -lssl /usr/lib64/libkdeui.so.5.3.0 -lQtSvg /usr/lib64/libkdecore.so.5.3.0 -lQtDBus -lQtCore -lpthread -lQtGui
lib/libfritz++.a(FritzClient.cpp.o): In function `fritz::FritzClient::CalculateLoginResponse(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
/usr/src/packages/BUILD/kfritz-0.0.1/libfritz++/FritzClient.cpp:73: undefined reference to `MD5'
collect2: ld returned 1 exit status
make[2]: *** [kfritz] Error 1
make[2]: Leaving directory `/usr/src/packages/BUILD/kfritz-0.0.1/builddir'
Hopefully you have a quick fix for this one too! - Feb 14 2010
But now it fails at the end of the build with this error;
[100%] Building CXX object CMakeFiles/kfritz.dir/KSettings.o
/usr/bin/c++ -D_BSD_SOURCE -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -fexceptions -g -ggdb -O0 -Wall -D_GLIBCXX_DEBUG -I/usr/src/packages/BUILD/kfritz-0.0.1/builddir -I/usr/src/packages/BUILD/kfritz-0.0.1 -I/usr/src/packages/BUILD/kfritz-0.0.1/libfritz++ -I/usr/src/packages/BUILD/kfritz-0.0.1/libtcpclient++ -I/usr/src/packages/BUILD/kfritz-0.0.1/libpthread++ -I/usr/include/KDE -I/usr/include/QtXmlPatterns -I/usr/include/QtWebKit -I/usr/include/QtHelp -I/usr/include/QtAssistant -I/usr/include/QtDBus -I/usr/include/QtTest -I/usr/include/QtUiTools -I/usr/include/QtScript -I/usr/include/QtSvg -I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include/QtOpenGL -I/usr/include/QtNetwork -I/usr/include/QtDesigner -I/usr/include/Qt3Support -I/usr/include/QtGui -I/usr/include/QtCore -I/usr/include/Qt -I/usr/share/qt4/mkspecs/default -o CMakeFiles/kfritz.dir/KSettings.o -c /usr/src/packages/BUILD/kfritz-0.0.1/builddir/KSettings.cpp
Linking CXX executable kfritz
/usr/bin/cmake -E cmake_link_script CMakeFiles/kfritz.dir/link.txt --verbose=1
/usr/bin/c++ -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -fexceptions -g -ggdb -O0 -Wall -D_GLIBCXX_DEBUG -fPIC -Wl,--enable-new-dtags CMakeFiles/kfritz.dir/kfritz_automoc.o CMakeFiles/kfritz.dir/KFritz.o CMakeFiles/kfritz.dir/KFritzWindow.o CMakeFiles/kfritz.dir/KFonbookModel.o CMakeFiles/kfritz.dir/KSettingsFonbooks.o CMakeFiles/kfritz.dir/KSettingsFritzBox.o CMakeFiles/kfritz.dir/KFritzModel.o CMakeFiles/kfritz.dir/KCalllistModel.o CMakeFiles/kfritz.dir/LibFritzInit.o CMakeFiles/kfritz.dir/Log.o CMakeFiles/kfritz.dir/LogDialog.o CMakeFiles/kfritz.dir/QAdaptTreeView.o CMakeFiles/kfritz.dir/KSettings.o -o kfritz -rdynamic -L/usr/src/packages/BUILD/kfritz-0.0.1/builddir/lib /usr/lib64/libkdeui.so.5.3.0 /usr/lib64/libknotifyconfig.so.4.3.0 lib/libfritz++.a lib/libtcpclient++.a lib/libpthread++.a -lssl /usr/lib64/libkdeui.so.5.3.0 -lQtSvg /usr/lib64/libkdecore.so.5.3.0 -lQtDBus -lQtCore -lpthread -lQtGui
lib/libfritz++.a(FritzClient.cpp.o): In function `fritz::FritzClient::CalculateLoginResponse(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
/usr/src/packages/BUILD/kfritz-0.0.1/libfritz++/FritzClient.cpp:73: undefined reference to `MD5'
collect2: ld returned 1 exit status
make[2]: *** [kfritz] Error 1
make[2]: Leaving directory `/usr/src/packages/BUILD/kfritz-0.0.1/builddir'
Hopefully you have a quick fix for this one too! - Feb 14 2010
I'm getting this build failure:
[ 67%] Building CXX object CMakeFiles/kfritz.dir/KFritzWindow.o
/usr/bin/c++ -D_BSD_SOURCE -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -fexceptions -g -ggdb -O0 -Wall -D_GLIBCXX_DEBUG -I/usr/src/packages/BUILD/kfritz-0.0.1/builddir -I/usr/src/packages/BUILD/kfritz-0.0.1 -I/usr/src/packages/BUILD/kfritz-0.0.1/libfritz++ -I/usr/src/packages/BUILD/kfritz-0.0.1/libtcpclient++ -I/usr/src/packages/BUILD/kfritz-0.0.1/libpthread++ -I/usr/include/KDE -I/usr/include/QtXmlPatterns -I/usr/include/QtWebKit -I/usr/include/QtHelp -I/usr/include/QtAssistant -I/usr/include/QtDBus -I/usr/include/QtTest -I/usr/include/QtUiTools -I/usr/include/QtScript -I/usr/include/QtSvg -I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include/QtOpenGL -I/usr/include/QtNetwork -I/usr/include/QtDesigner -I/usr/include/Qt3Support -I/usr/include/QtGui -I/usr/include/QtCore -I/usr/include/Qt -I/usr/share/qt4/mkspecs/default -o CMakeFiles/kfritz.dir/KFritzWindow.o -c /usr/src/packages/BUILD/kfritz-0.0.1/KFritzWindow.cpp
/usr/src/packages/BUILD/kfritz-0.0.1/KFritzWindow.cpp: In member function 'void KFritzWindow::initIndicator()':
/usr/src/packages/BUILD/kfritz-0.0.1/KFritzWindow.cpp:260: warning: unused variable 'iServer'
/usr/src/packages/BUILD/kfritz-0.0.1/KFritzWindow.cpp: In member function 'void KFritzWindow::showMissedCalls(QIndicate::Indicator*)':
/usr/src/packages/BUILD/kfritz-0.0.1/KFritzWindow.cpp:383: error: invalid use of incomplete type 'struct QIndicate::Indicator'
/usr/src/packages/BUILD/kfritz-0.0.1/KFritzWindow.h:45: error: forward declaration of 'struct QIndicate::Indicator'
make[2]: *** [CMakeFiles/kfritz.dir/KFritzWindow.o] Error 1
make[2]: Leaving directory `/usr/src/packages/BUILD/kfritz-0.0.1/builddir'
This is on openSUSE_11.2 x86_64 and on i586 as well - Feb 14 2010

Wallpaper Other by dubluwe 2 comments

KDE Plasma Screenshots by puelocesar 11 comments

Wallpaper Other by vargaslucas 3 comments