You are not logged in.
So, kde-unstable repo is already working.
[kde-unstable]
Include = /etc/pacman.d/mirrorlist
Offline
lkpgwada wrote:Hello, since the previous version i can't launch plasma desktop and when i try startkde the desktop remain black with no panel, the windows decoration are present opengl effects too.
Try to start plasma-desktop from a console and search for errors in the output.
they are some message in the console:
Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Message did not receive a reply (timeout by message bus)" "
could not access kephald, falling back to QDesktopWidget
/plasma SystemTray::DBusSystemTrayProtocol::registerWatcher: System tray daemon not reachable
Fôs ba tout' pèp gwada, i ja lè pou chanjé sistem la.
Offline
Try reinstalling kde 4.4.
Offline
Try reinstalling kde 4.4.
i try already
Fôs ba tout' pèp gwada, i ja lè pou chanjé sistem la.
Offline
lkpgwada: is your dbus daemon running?
Offline
i check with qdbus and it's seem to be running
Fôs ba tout' pèp gwada, i ja lè pou chanjé sistem la.
Offline
Hi I new in this forum today i upgrade kde to 4.4 an when i logon everything in ok until i open any program en kde crash and i only get a black screen i can run krunner and run any program please help and sorry for my bad english
dmesg error:
drkonqi[2285]: segfault at 0 ip b6f1c410 sp bfd9e4a0 error 4 in libkdecore.so.5.4.0[b6ea3000+250000]
plasma-desktop[2286]: segfault at 4 ip a6987cba sp bfb7396c error 4 in libtaskmanager.so.4.4.0[a696a000+37000
Last edited by arte311 (2010-01-11 00:54:00)
Offline
I am thinking about trying this but first I have two questions:
1.) If I use the unstable KDE 4.4 packages, will I get KDE 4.4 final from Extra when it comes out? Will I have to disable anything to use the stable packages once they hit the official repos?
2.) Is there an easy way to downgrade back to KDE 4.3 if I end up hating it?
Offline
1) Yes, that's pacman -Syu, when it passes to extra
2)Sync after commenting the unstable repos, and then pacman -Suu (double "u")
Offline
lkpgwada:
I have the same problem and i delete the ~/.kde or the ~/.kde4 you will lost your configuration first backup and restart session that work for me
Offline
Nevermind I figured out my questions. Maybe I should try longer before I post.
Last edited by jlacroix (2010-01-11 04:28:35)
Offline
New issue. Whenever I go to update I get notified of a missing dependency, but I can't see any way of resolving it.
missing dependency for subversion : apr-util>=1.3.2-2
[jeremy@jeremy-desktop ~]$ sudo pacman -S apr-util
resolving dependencies...
looking for inter-conflicts...
:: unixodbc conflicts with iodbc. Remove iodbc? [Y/n] y
error: failed to prepare transaction (could not satisfy dependencies)
:: kdesupport-soprano: requires iodbc
Offline
There is no way to resolve it imho. Nepomuk depends on soprano, wich depends on iodbc, I'm using kde from unstable repo and nepomuk is not working (unable to start) but I don't have soprano at all...
Offline
New issue. Whenever I go to update I get notified of a missing dependency, but I can't see any way of resolving it.
You should remove apr-utils and install apr-utils-iodbc from AUR. Search forums for a discussion of this problem - it was marked with [solved] and actually helped me
Offline
jlacroix wrote:New issue. Whenever I go to update I get notified of a missing dependency, but I can't see any way of resolving it.
You should remove apr-utils and install apr-utils-iodbc from AUR. Search forums for a discussion of this problem - it was marked with [solved] and actually helped me
Thank you. I installed apr-utils-iodbc from AUR and was notified that I was missing a dependency (subversion) and tried to install it.
[jeremy@jeremy-desktop ~]$ sudo pacman -S subversion
resolving dependencies...
looking for inter-conflicts...
:: unixodbc conflicts with iodbc. Remove iodbc? [Y/n] y
error: failed to prepare transaction (could not satisfy dependencies)
:: apr-util-iodbc: requires iodbc
:: kdesupport-soprano: requires iodbc
[jeremy@jeremy-desktop ~]$ sudo pacman -S subversion
resolving dependencies...
looking for inter-conflicts...
:: unixodbc conflicts with iodbc. Remove iodbc? [Y/n] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: unixodbc: conflicts with iodbc
[jeremy@jeremy-desktop ~]$
Offline
You should:
1. pacman -Rd apr-util
2. Download the PKGBUILD of apr-util-iodbc.
3. EDIT it and find the line which says "provides=(apr-util) and change it to "provides=(apr-util=VERSION)", where VERSION is the version of your package. It needs to be explicitly written otherwise it says apr-util is not installed. I have no idea why that is.
Offline
You should:
1. pacman -Rd apr-util
2. Download the PKGBUILD of apr-util-iodbc.
3. EDIT it and find the line which says "provides=(apr-util) and change it to "provides=(apr-util=VERSION)", where VERSION is the version of your package. It needs to be explicitly written otherwise it says apr-util is not installed. I have no idea why that is.
That did it. Thank you!
Offline
3. EDIT it and find the line which says "provides=(apr-util) and change it to "provides=(apr-util=VERSION)", where VERSION is the version of your package. It needs to be explicitly written otherwise it says apr-util is not installed. I have no idea why that is.
This is documented in both the pacman man page and the wiki.
It is a change implemented from pacman 3.x.
Provides array must contain a specific version in every entry, otherwise entries with no specific version are completely ignored.
Offline
Hey there... Not to sound too noobish, but I have spent allot of time using Kubuntu and am just coming back to Arch. However, I added the repo's that were stated
[kde-4.4-unstable]
Server = http://killa.watzke.cz/arch/kde-4.4-unstable/os/i686
[kde-unstable-extra]
Server = http://killa.watzke.cz/arch/kde-unstable-extra/os/i686
And do a pacman -Syu. It updates and no errors come up, but there are no updates. Its like my system has the latest already.
Is there a way to invoke the update to 4.4?
Thanks!!!
Joe
Offline
Hey there... Not to sound too noobish, but I have spent allot of time using Kubuntu and am just coming back to Arch. However, I added the repo's that were stated
[kde-4.4-unstable] Server = http://killa.watzke.cz/arch/kde-4.4-unstable/os/i686 [kde-unstable-extra] Server = http://killa.watzke.cz/arch/kde-unstable-extra/os/i686
And do a pacman -Syu. It updates and no errors come up, but there are no updates. Its like my system has the latest already.
Is there a way to invoke the update to 4.4?
Thanks!!!
Joe
Make sure you added those new repos above the standard repos in pacman.conf. If pacman finds multiple versions of a package in different repositories (the KDE packages in extra and the KDE packages in the new repos you added), it will go with the repository listed first in pacman.conf.
If that's already the case for you, try pacman -Syyu (note the 2 y's).
Offline
And what about kdebindings-ruby? ProgDan, do you plan to include them in next updates?
Offline
Joeman1 wrote:Hey there... Not to sound too noobish, but I have spent allot of time using Kubuntu and am just coming back to Arch. However, I added the repo's that were stated
[kde-4.4-unstable] Server = http://killa.watzke.cz/arch/kde-4.4-unstable/os/i686 [kde-unstable-extra] Server = http://killa.watzke.cz/arch/kde-unstable-extra/os/i686
And do a pacman -Syu. It updates and no errors come up, but there are no updates. Its like my system has the latest already.
Is there a way to invoke the update to 4.4?
Thanks!!!
Joe
Make sure you added those new repos above the standard repos in pacman.conf. If pacman finds multiple versions of a package in different repositories (the KDE packages in extra and the KDE packages in the new repos you added), it will go with the repository listed first in pacman.conf.
If that's already the case for you, try pacman -Syyu (note the 2 y's).
Wonderfull!!! This worked without issue. Downloading new version now.
Thanks!!!
Joe
Offline
sickill: Ok, if it will compile, why not :-)
Offline
Hey there... Got it up and running however, there were some apps that I had to recompile using ABS and update due to lib issues. Not a big deal as I already have quite an extensive library of ABS packages installed. Just to mention two in particular, Digikam and kipi plug-ins will need to be recompiled for the new libs in 4.4.
One problem I am having, however, is kontact now opens to a strange page that appears to be some kind of set up page. However, when I click to get past the welcome screen, nothing happens and I am left without all my apps.
Keep in mind, I can access each app independently, so Im not stuck, but are they redesigning kontact from the way we had it before?
Thanks!!!
Joe
Offline
Everything that heavily depends on kdelibs must be rebuild. There is quite a big difference between 4.3 and 4.4
Please, run Kontact from console, maybe it will reveal the problem.
Offline