Results 1 to 4 of 4

Thread: Jaunty with kde3.5 ... how ?

  1. #1
    Join Date
    Sep 2008
    Beans
    25

    Jaunty with kde3.5 ... how ?

    How can I install Kubuntu Jaunty Jack with KDE3.5 ?

    From www.kubuntu.com I installed the "alternate i386" and then I followed the directions in http://apt.pearsoncomputing.net/ (repository of KDE3.5).
    then dpkg-reconfigure kdm ... -> kdm-kde3
    rebooted
    All went ok, but I still have the "4" manager

    Is there some step that I'm missing ?

    Thank you )

  2. #2
    Join Date
    Sep 2006
    Beans
    67
    Distro
    Kubuntu 8.04 Hardy Heron

    Re: Jaunty with kde3.5 ... how ?

    No one seems to have replied to you and I just stumbled upon this here, so I shall try.

    I've never had that issue myself, but I *do* know that apparently sometimes you have to dpkg-reconfigure ALL the display managers (since kdm-kde3 might still think kdm(4) is in charge, or something?). Can't say I quite get why, but I've heard it in instructions elsewhere so it's worth a try (although by now you probably fixed things).

    I did want to add a comment here just to mention that if you go over to http://apt.pearsoncomputing.net there's the unfortunate news that the servers got fried by EMP damage from nearby lightening strikes, one within 100 feet! So if you've got a bit of spare cash around and feel like donating it to something Ubuntu+KDE related there's always that, erk!

  3. #3
    Join Date
    Dec 2006
    Location
    São Paulo, Brazil
    Beans
    30
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Jaunty with kde3.5 ... how ?

    I installed kile-kde3 from this instructions:
    https://wiki.kubuntu.org/Kubuntu/Kde3/Jaunty

    But can't find the binary to execute and open kile and no icon shows up. Anyone knows what happened? (I'm using jaunty ubuntu with gnome).
    ---

    Rafael Calsaverini

  4. #4
    Join Date
    Sep 2006
    Beans
    67
    Distro
    Kubuntu 8.04 Hardy Heron

    Re: Jaunty with kde3.5 ... how ?

    Quote Originally Posted by calsaverini View Post
    I installed kile-kde3 from this instructions:
    https://wiki.kubuntu.org/Kubuntu/Kde3/Jaunty

    But can't find the binary to execute and open kile and no icon shows up. Anyone knows what happened? (I'm using jaunty ubuntu with gnome).
    You'll have to make a new .desktop file with the full spiel, or run it from a terminal with all the environmental variables set. Personally I've just duplicated existing .desktop files (ie. menu entries) and then changed them to add the environmental variables (I'm using KDE4, but the KDE3 versions of stuff like Amarok and K3b and etc, so I have "Amarok-KDE3" and "k3b-KDE3" and etc menu entries).

    Here's an example of the command for k3b:

    Code:
    PATH=/opt/kde3/bin:/opt/kde3/games:/opt/kde3/bin:$PATH KDEDIRS=/usr/:/opt/kde3/ KDEHOME=$HOME/.kde3 XDG_DATA_DIRS=/opt/kde3/share/:/usr/share/ MANPATH=/opt/kde3/share/man k3b
    So for Kile, I assume it'd just be:

    Code:
    PATH=/opt/kde3/bin:/opt/kde3/games:/opt/kde3/bin:$PATH KDEDIRS=/usr/:/opt/kde3/ KDEHOME=$HOME/.kde3 XDG_DATA_DIRS=/opt/kde3/share/:/usr/share/ MANPATH=/opt/kde3/share/man kile
    .

    Sorry that I didn't see your post here for 3 weeks or so, my subscriptions page never seems to tell me when there's new posts, strangely (and I mainly lurk over at the Kubuntu forums, since to be blunt it seems more often that one gets answers over there).

    Anyways, you've probably figured this stuff out on your own by now, but I figured just in case

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
  •