Announcement

Collapse
No announcement yet.

problem in running kde 4 alpha on kubuntu Gutsy!

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    problem in running kde 4 alpha on kubuntu Gutsy!

    Hello friends
    I installing KDE 4 Alpha on kubuntu Gutsy Gibbon!

    first,i installing kde4base-dev by ''apt-get install kde4base-dev'' command!install was good!
    than,i running this commands on the /usr/lib/kde4/bin/startkde:

    export LD_LIBRARY_PATH=/usr/lib/kde4/lib
    export KDEDIR=/usr/lib/kde4
    export PATH=/usr/lib/kde4/bin/:$PATH
    export KDEHOME=~/.kde4

    than,i install xserver-xephyr and running this command:
    Xephyr :1; export DISPLAY=:1; xterm

    Xephyr is runnin,But,kde 4 not running!!

    i'm take a screenshot from this action!please see the pic:

    http://i15.tinypic.com/5y02p0l.png


    please help me!


    Muhammad

    #2
    Re: problem in running kde 4 alpha on kubuntu Gutsy!

    Hi,

    running this command is not getting kde to start it should just start an xterm, but it even don't because you're starting it before Xephyr finished its start.
    Maybe you can try to do it in few commands :
    sudo ls (to initiate sudo)
    sudo Xephyr :1 &
    export DISPLAY=:1
    xterm
    then from inside the window of Xephyr, type startkde

    Hope it helps

    Comment

    Working...
    X