You are not logged in.
Oh No! How can I configure it? Screen resolution, desktop icons, multiple desktops and many others?
systemsettings
Offline
firewalker wrote:tardo wrote:plasma _is_ your desktop. I don't see how you can run KDE without it.
Oh No! How can I configure it? Screen resolution, desktop icons, multiple desktops and many others?
i think that many options are missing because kde4(and plasma) are under dev
I hoping that you are right. It is an RC2. 11 of January 2008 isn't so far anymore...
Γίνε ρεαλιστής, μείνε ονειροπόλος ...
Offline
Yay! Everything works.
I have:
* removed kdemod
* included testing in pacman.conf and done -Syu
* rebooted
Kwallet seems to work, kopete works, but SSL is somewhat broken (need to be investigated).
Alt+f2 works.
KDE4 looks promissing now, so I will try to use it as my main desktop for a while.
Offline
firewalker wrote:Oh No! How can I configure it? Screen resolution, desktop icons, multiple desktops and many others?
systemsettings
I have found systemsetings but it seems poor. I can't find many options like screen resolution e.t.c.
Γίνε ρεαλιστής, μείνε ονειροπόλος ...
Offline
Yay! Everything works.
I have:
* removed kdemod
* included testing in pacman.conf and done -Syu
* rebootedKwallet seems to work, kopete works, but SSL is somewhat broken (need to be investigated).
Alt+f2 works.
KDE4 looks promissing now, so I will try to use it as my main desktop for a while.
yesterday use for a full day kde4, and think that when come back to kde3 miss a litle kde4, the new kwin, see some mockups of the desktop(plasma) and then see my desktop an feels like the dream become real(still some things are missing of course), sometimes plasma fails but only kill it and start agin and solved. The desktop load really fast, in kde3 kopete take a long time to start but until kde4 is almost inmediately, juk fails often, so use amarok-svn or mp3blaster. really feels kde4 is getting better and better
sorry for my english...
Offline
Which packages should I install for my kopete + qca + tls to work correctly?
$ pacman -Ss qca
tardo/qca-svn 737612-1 (kde4-svn)
Qca
community/partlibrary 2.1.2.8-1
Collection of CAD files that can be used from the library browser of QCad
community/qcad 2.0.5.0-3
A 2D CAD package based upon Qt
testing/qca 2.0.0.svn744387-1
Qt Cryptographic Architecture
testing/qca-qt3 1.0-1
QT Cryptography Architecture
testing/qca-tls 1.0-5
plugin to provide SSL/TLS capability to programs that utilize the Qt
Cryptographic Architecture
extra/qca 1.0-3
QT Cryptography Architecture
extra/qca-tls 1.0-3
plugin to provide SSL/TLS capability to programs that utilize the Qt
Cryptographic Architecture
Offline
install qca-svn or qca2
Offline
Thx. Testing/qca works.
Great work Tardo!
Offline
Last night i after an upgrade (pacman -Syu) from kde3 and restart to kde4 i could run kopete normally.
But today i have the same error. Also i'm having problems with konqueror and cookies, but i realised that it's not konqueror's fault but it's kded4's. For some reason it crashes. When i navigate to systemsettings->Advanced->Service Manager i see many services "not running" KDED Global Shorcuts Server, KDED Cookie Jar Module, KDED Password Module (maybe that has to do with the crash of kwalletmanager???) etc.
For the Startup Services there is a Start/Stop button, but for Load-on demand services there isn't. I guess they load when needed, but it seems they don't load at all. Does anyone know how to enable those services;
Offline
Ok, i found my mistake about kopete. For some reason i had kdenetwork4-729576-1-i686.pkg.tar.gz installed instead of kdenetwork4-3.97.0-1-i686.pkg.tar.gz
Offline
Hah!
The same mistake was causing kded4 to crash.
kded4: symbol lookup error: /opt/kde4/lib/kde4/kded_dnssdwatcher.so: undefined symbol: _ZN10KDEDModuleC2Ev
Now the shorcuts are working Alt+F2, Alt+Tab, etc etc :-)
Offline
Yay! Everything works.
I have:
* removed kdemod
* included testing in pacman.conf and done -Syu
* rebooted
I have installed kdemod to. Should i remove it bevor uprgade to kde4?
@Patrick: Enable community in /etc/pacman.conf and sync again.
I allready enabled the community repo.
Last edited by P@trick (2007-12-11 12:16:47)
Offline
RC2 released :}
Offline
Seems like this is the last release before the final product. Which means that my work here is done. The next release you see concerning KDE4 and Arch will come from the devs themselves. I'll keep my repo available until the final product is out. Hope you enjoyed it.
Offline
Seems like this is the last release before the final product. Which means that my work here is done. The next release you see concerning KDE4 and Arch will come from the devs themselves. I'll keep my repo available until the final product is out. Hope you enjoyed it.
Maybe you should join the KDEmod team...
Offline
I would except that I thinking splitting up packages is a silly idea.
Offline
Not wanting to look stupid, but how do we get it??
And Tardo, thanks for a job really well done! How did your exam go?
Jim
EDIT: Ooops, figured it out. Apologies for the wasted bandwidth!
Last edited by MillTek (2007-12-12 05:48:15)
Offline
OK. I started to rebuild kdelibs4 and got an undefined symbol while it was generating kdewidgets.cpp (sorry but the terminal I was using doesn't have a copy/paste facility.
The PKGBUILD is one from a set that tardo provided a while ago, but in case it got changed I have pasted it below. Any ideas anyone???
Jim
pkgname=kdelibs4-svn
pkgver=3.97.0
pkgrel=1
pkgdesc="KDE4 Core Libraries"
arch=('i686' 'x86_64')
url="http://www.kde.org"
license=('GPL')
depends=('strigi' 'alsa-lib' 'soprano' 'pcre' 'heimdal' 'acl' 'avahi' \
'libxtst' 'fam' 'libxslt' 'libungif' 'libxft' 'enchant' 'libcups' \
'qt4>=4.3' 'openexr')
makedepends=('cmake')
conflicts=('kdelibs4')
provides=('kdelibs4')
options=('!strip')
groups=('kde4-svn')
install=kdelibs4.install
source=('kde4.profile')
_svntrunk=svn://anonsvn.kde.org/home/kde/trunk/KDE/kdelibs
_svnmod=kdelibs
build() {
. /etc/profile.d/qt4.sh
. $startdir/src/kde4.profile
export PATH=$QTDIR/bin:$PATH
# start building
cd $startdir/src
if [ -d $_svnmod/.svn ]; then
(cd $_svnmod && svn up)
else
svn co $_svntrunk --config-dir ./ $_svnmod
fi
msg "SVN checkout done or server timeout"
msg "Starting make..."
# try to fix menu problem
#mv kded/applications.menu kded/kde-applications.menu || return 1
#sed -i -e 's|\"applications.menu\"|\"kde-applications.menu\"|g' kded/kbuildsycoca.cpp || return 1
#sed -i -e 's|FILES applications.menu|FILES kde-applications.menu|g' kded/CMakeLists.txt || return 1
mkdir build
cd build
cmake $startdir/src/$_svnmod -DCMAKE_INSTALL_PREFIX=/opt/kde4 -DCMAKE_BUILD_TYPE=debugfull
make VERBOSE=1 || return 1
make DESTDIR=$startdir/pkg install || return 1
# profile
install -D -m644 $startdir/kde4.profile $startdir/pkg/etc/profile.d/kde4.sh
# rm -rf $startdir/src/build
}
Offline
you're probably linking against an old library. update your system and remove any old kdelibs4 pkg before compiling.
Offline
tardo: could you upload PKGBUILDS you used for the latest release?
Offline
So what we use now is RC2 or not?
Offline
So what we use now is RC2 or not?
not sure what you are using but if you ask if the 3.97 versions in tardo's repo are the rc2 versions, then yes
Offline
tardo: could you upload PKGBUILDS you used for the latest release?
Use the pkgbuilds in one of my previous post. Just change pkgver=3.96 to 3.97, remove the src dir and run makepkg. Nothing else changed.
Offline
how do i change panel's size or any properties??
thanx a lot!
Offline
I rebuilt kde4libs, kde4pimlibs and kde4base (in that order). Now when I try to re-start kde4, it tells me it can't find kstartupconfig4. Any ideas what causes this?
Jim
Offline