Results 1 to 5 of 5

Thread: Freenx update broke KDE on Kubuntu 10.04

  1. #1
    Join Date
    Mar 2011
    Beans
    17

    [SOLVED] Freenx update broke KDE on Kubuntu 10.04 and 10.10 and possibly 11.04

    After a recient update to the freenx libraries KDE on Kubuntu 10.04 stopped working but other desktops like gnome kept running. The problem wasn't in the normal log files, but it was found in the .xsession-errors file in the user directory on the server.

    After the update NX is trying to start kde with the /usr/bin/startkde4 command which doesn't exist. Instead make a link from /usr/bin/startkde to the non existent /usr/bin/startkde4 and it will work again. To do this use the command:

    Code:
    sudo ln -s /usr/bin/startkde /usr/bin/startkde4
    All should be good again.
    Last edited by vsteel; May 31st, 2011 at 06:09 PM. Reason: changing title to include more distros per request

  2. #2
    Join Date
    Sep 2008
    Beans
    11

    Re: Freenx update broke KDE on Kubuntu 10.04

    Thanks a lot, your solution worked! This affects also Kubuntu 10.10. Maybe you could change the title to reflect that?

  3. #3
    Join Date
    Mar 2011
    Beans
    17

    Re: Freenx update broke KDE on Kubuntu 10.04

    Really glad I could help. Not sure how many had this problem as I couldn't find any bug reports or others with errors. Just figured I would throw it up here and hope it helps people.

  4. #4
    Join Date
    May 2005
    Location
    Colorado U.S.A.
    Beans
    26
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Freenx update broke KDE on Kubuntu 10.04

    Your solution also works for Kubuntu 11.04.
    Samsung RF511, 6GB;

    Don't PANIC!

  5. #5
    Join Date
    Mar 2011
    Beans
    17

    Re: Freenx update broke KDE on Kubuntu 10.04

    This issue is still in 12.04 The fix above still works and corrects the problem.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •