Not much that looks strange, but these two lines:
- Code: Select all
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
(notification-daemon:3893): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed
Interestingly enough, I tired to run "kate" from LXDE, and it crashes, this is what showed up in .xsession-errors. I am guessing this is related to my KDE issues:
- Code: Select all
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
Cannot mix incompatible Qt library (version 0x40804) with this library (version 0x40801)
KCrash: Application 'kate' crashing...
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit
What can I do to fix this QT issue? Maybe that will solve my problem.
I checked my version of QT:
- Code: Select all
$ rpm -qa | grep lib64qt
lib64qtnetwork4-4.8.4-1.1.mga2
lib64qthelp4-4.8.4-1.1.mga2
lib64qt4-devel-4.8.4-1.1.mga2
lib64qtdbus4-4.8.1-2.mga2
lib64qt3support4-4.8.1-2.mga2
lib64qtsvg4-4.8.4-1.1.mga2
lib64qtwebkit2.2_4-2.2.1-4.mga2
lib64qt3-3.3.8b-30.mga2
lib64qtxmlpatterns4-4.8.1-2.mga2
lib64qtdeclarative4-4.8.4-1.1.mga2
lib64qtclucene4-4.8.4-1.1.mga2
lib64qtxml4-4.8.1-2.mga2
lib64qtscript4-4.8.4-1.1.mga2
lib64qtmultimedia4-4.8.4-1.1.mga2
lib64qtsensors1-1.2.0-5.mga2
lib64qtgui4-4.8.1-2.mga2
lib64qttest4-4.8.4-1.1.mga2
lib64qtscripttools4-4.8.4-1.1.mga2
lib64qtopengl4-4.8.4-1.1.mga2
lib64qtlocation1-1.2.0-5.mga2
lib64qtdesigner4-4.8.4-1.1.mga2
lib64qtsql4-4.8.4-1.1.mga2
lib64qtcore4-4.8.1-2.mga2
As you can see, some are 4-4.8.4 and some are 4-4.8.1 What should I run to fix this?