Why do I have a */usr/kde* directory with root read only permissions (750,
root owner and group), which only has *3.5/lib* empty directories inside?
Ubuntu 11.04.
Best regards,
Tiago
hello all,
I'm currently trying to figure out how to set up cmake to build tde stuff.
problem is now, I don't know how to tell cmake to use e.g. TDEMacros.cmake
(which I already got from svn in kde-common).
I see TDEMacros.cmake contains function tde_add_library, but this is obviously
not found, when trying to build project which uses this I get:
Unknown CMake command "tde_add_library"
although TDEMacros.cmake is here:
/usr/share/cmake-2.8/Modules/TDEMacros.cmake
any hints welcome.
thanks
werner
Hello,
for my professional use, I found the following tool for KDE 3.x
administration : Kiosktool
http://extragear.kde.org/apps/kiosktool/ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/admin/
It looks like it is abandonned, but I compiled it and it works well for
TDE 3.5.12 under RHEL6 ...
Could you add it to the TDE project ?
I found no equivalent tool for KDE 4, so it would be another good reason
to prefer TDE over KDE4 for professional use !
Thanks
Hallo Trinity Devs,
whats the state of tqt with qt4 ?
is it already possible to use qt4 with trinity or is qt3 still required
i am asking because i am starting to package trinity for gentoo
and if qt4 works no need to stress with qt3 packaging
thx
Mario
Hello,
KPackage included a number of XPMs that were used as menu items. I
have replaced the xpms with the freedesktop icon specification names.
This will help Trinity keep a consistent look and feel. It will also
help clean up our source code.
The patch essentially changes a few names, fixes the makefile and
removes the folder and xpms that were held in it.
Calvin Morrison
Hi,
I get some error when trying to install kdesvn-kio-plugins-trinity
the following NEW packages will be installed:
kdesvn-kio-plugins-trinity
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
166 not fully installed or removed.
Need to get 0 B/188 kB of archives.
After this operation, 606 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
kdesvn-kio-plugins-trinity
Authentication warning overridden.
(Reading database ... 187745 files and directories currently installed.)
Unpacking kdesvn-kio-plugins-trinity (from
.../kdesvn-kio-plugins-trinity_4%3a3.5.13-0ubuntu8+r1254372+pr4~natty_amd64.deb)
...
dpkg: error processing
/var/cache/apt/archives/kdesvn-kio-plugins-trinity_4%3a3.5.13-0ubuntu8+r1254372+pr4~natty_amd64.deb
(--unpack):
trying to overwrite '/opt/trinity/share/services/svn.protocol', which
is also in package kdesdk-kio-plugins-trinity
4:3.5.13-0ubuntu8+r1254372+pr4~natty
Errors were encountered while processing:
/var/cache/apt/archives/kdesvn-kio-plugins-trinity_4%3a3.5.13-0ubuntu8+r1254372+pr4~natty_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
RESULT=100
Using natty + quickbuild nightlys
Calvin Morrison
Hi,
Here are the patches needed to get the kmozilla code to work again. Note
that it was also quite buggy in its previous life and none of those
previous bugs have been looked at yet. These patches provide the minimum
to get the code compilable and displaying webpages again.
So here is a list of known issues:
- buttons like back, forward do not work
- progress indication seems broken
- some webpages load and then display a white screen
Here is a screenshot showing it works somewhat again:
http://lh6.googleusercontent.com/-BiSwJPk2dHY/Tod915u2bAI/AAAAAAAAAd8/tLv1y…
To be able to compile the build files need adjustments as well, for
which I did not create patches. This basically comes down to adding
everything needed for GTK 2.0 (and it's dependencies like GLIB 2.0,
Cairo, Pango 1.0 and ATK 1.0) and XULRunner.
I did not look into details into the linking of the kmozilla binary, I
linked it against libxul and libxpcom to get it to find all its symbols,
but it seems there is a better way. There is more info here:
https://developer.mozilla.org/en/GRE
I developed the patches on 3.5.11 on a Lucid system. I couldn't easily
test the patches against the latest Subversion tree, but I make them
against it. So I hope I didn't forget anything....
I originally thought I couldn't do this. Thanks a lot to Timothy Pearson
& the others on IRC who helped me with this!!
Thanks,
Julius
PS: It seems the kdebindings_c_dcopc_fix_byteorder ifdefs are not
working as intended yet. It would be good to have a neater fix for this.
Also see: http://bugs.kde.org/show_bug.cgi?id=32463
Hi all,
I finally managed to compile Trinity kdelibs and kdebase on Slackware64
13.37 with KDE4 installed. The Trinity 3.5.11 release notes say that it
works with KDE4 installed alongside, but it's not what I observed:
-launching KDE3 in Xnest as an user already running KDE4 won't work
-launching KDE3 as another user in another X server instance, and with
PATH=/opt/kde3/bin:$PATH works, but:
-KDE4 akonadi, nepomuk and even plasma-desktop (!) are launched in
addition of KDE3.
-Applications are partially translated using KDE4 translations, the
only ones I have on my system, and I observed using strace that /usr
translations are searched for *before* /opt/kde3 translations.
-Many of the tray icons are from KDE4 applications.
So it seems that the CMake transition has completely broken the
Trinity-KDE4 cohabitation (I didn't try to solve anything for now).
Thought this might be interesting to forward.
Best regards,
Tiago
---------- Forwarded message ----------
From: Alex Efros <powerman(a)powerman.name>
Date: Tue, Sep 27, 2011 at 4:04 PM
Subject: [gentoo-desktop] [PATCH] amarok-1.4.10_p20090130-r4 fail to compile
To: gentoo-desktop(a)lists.gentoo.org
Hi!
Error from build log:
---cut---
In file included from amarokdcophandler.cpp:36:0:
../../../amarok/src/osd.h: At global scope:
../../../amarok/src/osd.h:40:74: error: cannot call constructor
'QImage::QImage' directly
../../../amarok/src/osd.h:40:74: error: for a function-style cast, remove
the redundant '::QImage'
---cut---
Patch (duplicated in attach):
---cut---
--- amarok/src/osd.h.orig 2011-09-27 17:47:26.000000000 +0300
+++ amarok/src/osd.h 2011-09-27 17:47:43.000000000 +0300
@@ -37,7 +37,7 @@
public slots:
/** calls setText() then show(), after setting image if needed */
- void show( const QString &text, QImage newImage = QImage::QImage()
);
+ void show( const QString &text, QImage newImage = QImage() );
void ratingChanged( const short rating );
void ratingChanged( const QString& path, int rating );
void volChanged( unsigned char volume );
---cut---
I noticed this issue when re-emerging @world after upgrading gcc 4.4.5 to
4.5.3, but probably this issue have nothing with gcc and related to some
previous qt upgrade, so I named patch file amarok-qt3-4.7.patch but I'm
not sure this is correct name.
--
WBR, Alex.