Here is my quick "patch":
--- lokalize/src/catalog/gettext/catalogitem.cpp2011-07-31
17:00:44.0 +0200
+++ lokalize/src/catalog/gettext/catalogitem.cpp.new2011-07-31
17:20:15.0 +0200
@@ -180,7 +180,7 @@
void CatalogItem::setComment(const QString& com)
{
static
… due to an invalid conversion:
---
:info:build
/opt/macports-test/var/macports/build/_Users_marko_WC_SVN_MacPorts_kde_kdesdk4/kdesdk4/work/kdesdk-4.7.0/lokalize/src/catalog/gettext/catalogitem.cpp:
In member function ‘void GettextCatalog::CatalogItem::setComment(const
QString&)’:
:info:build
/
On Sunday 31 July 2011 09:27:59 nasir nasir wrote:
> All these things work fine except one strange problem. For some reason if the
> /home/USER_NAME partition becomes inaccessible while she is logged in to KDE
> desktop
Try having *any* network share mounted when the other end isn't available, a
Hi @all
I am currently trying to setup a compiled from sources master on opensuse in a
vm. I first tried kvm and then virtualbox.
In both cases i got the same problem. The vms work as expected with the
opensuse 11.4 provided kde 4.6 (a bit sluggish but they work) and with any
other DE.
The mi
Hi Gurus,
First of all, my apologies in advance if I am wrong to send this question to
this list. Please suggest me the alternate location in that case.
I have a Linux desktop deployment just went live with about 50 Linux desktops
all controlled by Redhat FreeIPA(http://www.freeipa.org/) soluti
Hello Dominik,
I don't use oprofile, so I'm afraid I can't help you with that. For the KDE
build process, have you taken a look at
http://techbase.kde.org/Development/CMake/Addons_for_KDE
("Buildtypes" seems relevant to you)?
However I'd like to suggest an alternative: Have you tried valgrind/c
Hi Everyone,
on my netbook kreversi plays too slow. To see where it spends too much time I
want to profile it with gprof.
Oprofile does work, but it doesn't tell me whether functions are called too
often or are running too slow.
Therefore I need to specify -pg to the compiler.
Where do I have