Kdenlive Issue

Hi folks, I got the unusual problem with kdenlive, It only run as root… o_0

hamed@linux-35j8:~> kdenlive
project monitor connected
clip monitor connected
hamed@linux-35j8:~>

hamed@linux-35j8:~> su
Password:
linux-35j8:/home/hamed # kdenlive
kdenlive(7665): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)

KCrash: Application ‘kdenlive’ crashing…
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit
sock_file=/root/.kde4/socket-linux-35j8/kdeinit4__0
Warning: connect() failed: : No such file or directory
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi directly
drkonqi(7666): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)

hamed@linux-35j8:~> su -
Password:
linux-35j8:~ # kdenlive
project monitor connected
clip monitor connected
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kbuildsycoca4 running…

Any idea?

Are you certain it is ONLY root ? Did you try with any OTHER user (besides Deathmachine and root) ?

Did you try to see if you can start with a ‘fresh’ configuration as a regular user ?

With kdenlive NOT running as ANY user …

Rename


/home/Deathmachine/.kde4/share/apps/kdenlive/

to


/home/Deathmachine/.kde4/share/apps/kdenlive-original

and also rename:


/home/Deathmachine/kdenlive/

to


/home/Deathmachine/kdenlive-original

Then start kdenlive.

Yes I believe only root can and the folder .kde4/share/apps/kdenlive/ is not exist yet.

‘believe’ ? Does that mean you tested ?

Yes it only run as root, I test it two or three times on default configuration (kernel 2.6.37/KDE 4.6), kernel 3 and KDE 4.7.

You should never run desktop programs as root. This, in some occasions, can make changes to the defaults. Can you please open a terminal window and do:


ls -l /usr/bin/kdenlive

-rwxr-xr-x 1 root root 3650296 Jun 13 01:15 /usr/bin/kdenlive

Make sure your user is in ‘video’ group (in YaST).