


Cliparts by BlackStone 34 comments
http://opendesktop.org/content/show.php?content=141874 - May 17 2011

Email by marcel83 148 comments
https://mail.google.com/mail/feed/atom/unread
So I changed line in src/account.cpp from:
m_atomFileUrl->setPath("/mail/feed/atom");
to:
m_atomFileUrl->setPath("/mail/feed/atom/unread");
and this apps show me new messages. It is possible add this fix to new version? - Dec 31 2009

Email by marcel83 148 comments
It is possible to show unread messages in other imap subfolder (they are archived unread messages with label)? - Dec 31 2009

Plasma 4 Extensions by kilah 79 comments
onclick="dqdbus org.kde.amarok /Player Stop"
it is qdbus not dqdbus
2. On Ubuntu (Intrepid and Jaunty) is version of sensors:
sensors version 3.0.2 with libsensors version 3.0.2
and it give this output:
k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp: +42.0°C
Core1 Temp: +40.0°C
so it doesnt work with sensor code
program="sensors | grep 'Core 0' | sed 's/Core 0: +//g' | sed 's/ .*//g'"
I fix it:
program="sensors | grep 'Core0' | sed 's/Core0 Temp: +//g' | sed 's/ .*//g'"
3. It show oxygen version 0.5 instead 0.7
Can you fix this errors in new version? - Apr 15 2009

Financial by e-bischoff 41 comments
it is not Coruna but Koruna - Jan 09 2009

Single Icon/Logo by meisok 3 comments

Various KDE 1.-4. Improvements by CraigD 453 comments
I fix it with:
change line 208 in file common/common.h
from:
lockFd=open(getLockName(), O_WRONLY | O_CREAT | O_EXCL);
to:
lockFd=open(getLockName(), O_WRONLY | O_CREAT | O_EXCL, 0777);
and then it works for me on kubuntu 8.10 64 bit - Nov 02 2008

Various KDE 1.-4. Improvements by CraigD 453 comments

Plasma 4 Extensions by pernambuco 17 comments
On desktop i click add widget --> install new from file --> plasmonoid --> nvidia-sensors.skz
i cant nvidia plasmanoid in category all
i have kde 4.1 - Aug 30 2008

Various KDE 1.-4. Improvements by oliverthered 20 comments
i run ./configure and then make
error in make:
pali@Pali:~/Installs/Pethumbnail/pethumbnail_src_0.2$ make
make all-recursive
make[1]: Entering directory `/home/pali/Installs/Pethumbnail/pethumbnail_src_0.2'
Making all in doc
make[2]: Entering directory `/home/pali/Installs/Pethumbnail/pethumbnail_src_0.2/doc'
make[3]: Entering directory `/home/pali/Installs/Pethumbnail/pethumbnail_src_0.2/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/pali/Installs/Pethumbnail/pethumbnail_src_0.2/doc'
make[2]: Leaving directory `/home/pali/Installs/Pethumbnail/pethumbnail_src_0.2/doc'
Making all in src
make[2]: Entering directory `/home/pali/Installs/Pethumbnail/pethumbnail_src_0.2/src'
source='pethumbnail.cpp' object='pethumbnail.lo' libtool=yes \
depfile='.deps/pethumbnail.Plo' tmpdepfile='.deps/pethumbnail.TPlo' \
depmode=gcc3 /bin/bash ../admin/depcomp \
/bin/bash ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o pethumbnail.lo `test -f 'pethumbnail.cpp' || echo './'`pethumbnail.cpp
source='pecreator.cpp' object='pecreator.lo' libtool=yes \
depfile='.deps/pecreator.Plo' tmpdepfile='.deps/pecreator.TPlo' \
depmode=gcc3 /bin/bash ../admin/depcomp \
/bin/bash ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o pecreator.lo `test -f 'pecreator.cpp' || echo './'`pecreator.cpp
pecreator.cpp:119:3: error: #error Unknown CPU architecture!
pecreator.cpp: In member function 'int PEReader::popen(void*, int)':
pecreator.cpp:586: error: cast from 'void*' to 'int' loses precision
pecreator.cpp: In member function '_IMAGE_RESOURCE_DIRECTORY* PEReader::getResourcesDir(Resourcetypes)':
pecreator.cpp:778: warning: comparison between signed and unsigned integer expressions
make[2]: *** [pecreator.lo] Chyba 1
make[2]: Leaving directory `/home/pali/Installs/Pethumbnail/pethumbnail_src_0.2/src'
make[1]: *** [all-recursive] Chyba 1
make[1]: Leaving directory `/home/pali/Installs/Pethumbnail/pethumbnail_src_0.2'
make: *** [all] Chyba 2
pali@Pali:~/Installs/Pethumbnail/pethumbnail_src_0.2$
How can I complile Pe thumbnail
I have kubuntu 7.10; 64 bit - Nov 22 2007