You are not logged in.
Toxygen, update again, soprano has been dowgraded on the repos.
Offline
Yay, fixed with new version of soprano 2.3.73-2
same here.
Offline
yep, working now, unfortunately i somehow lost all my plasma settings so i had to re-do my setup (Virtualbox crashed a couple of times so i had to do a hard reboot, and somewhere between the two reboots I lost plasma settings, with widgets and all)
ah well, lesson learned, backup often
"I know what you're thinking, 'cause right now I'm thinking the same thing. Actually, I've been thinking it ever since I got here:
Why oh why didn't I take the BLUE pill?"
Offline
Yay, downgrading fixed things for me. Krunner is still behaving somewhat strange (broken plugins, broken selector) but at least it is starting now.
Offline
downgrading and erasing all configuration files did the trick for a while (approximately 15 minutes), but it is not working anymore: krunner complains about not being able to communacate with DBus.
I suspect a problem with Nepomuk or Akonadi. I'm deactivating both services to check if it solves the problem.
Offline
I wrote a simple bash script as a workaround to be placed in ~/bin/krunner ( require to put ~/bin in PATH ) :
#!/bin/bash
/usr/bin/krunner &
[[ $? == 130 ]] && {
pkill krunner
/usr/bin/krunner &
/usr/bin/krunner
}
FreAkyLab:~$ pacman -Q soprano
soprano 2.4.3-1FreAkyLab:~$ kde4-config --version
Qt: 4.6.2
KDE Development Platform: 4.4.3 (KDE 4.4.3)
kde4-config: 1.0
Last edited by sputnick (2010-05-20 23:21:12)
Offline