Page 1 of 6 123 ... LastLast
Results 1 to 10 of 55

Thread: HOWTO: Install KBFX

  1. #1
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    HOWTO: Install KBFX

    THIS GUIDE DOES NOT WORK ON UBUNTU DAPPER 6.06 !


    This guide is aimed at newbies (as it's easy to follow) and at everyone who want to make his/her desktop a bit more eyecandy (it will substitute your start menu). You can customise the button according to your taste.
    It works in KDE ONLY (but it doesn't damage GNOME in any way, you just can't use it in GNOME)

    You can have a look at a screenshot of my former desktop computer sporting a Kubuntu button:

    http://ubuntuforums.org/gallery/show...original=1&c=3

    UPDATE: Now you can see the package in Synaptic/Kynaptic and uninstall it as any other application. Moreover a .deb will be generated and you will not have to repeat the compilation from source any more (you will use the .deb package)


    1) Open Synaptic/Kynaptic

    Press the “Search” button

    Type “kdevelop” in the search field and press enter

    You will see a list of files

    select “kdevelop” and “kdevelop3-dev” (click on the empty square beside these names and select “Mark for Installation”)

    Press the “Search” button again

    Type “build” in the search field and press enter

    select “build-essential” (click on the empty square beside these names and select “Mark for Installation”)

    Press the “Search” button again

    Type “checkinstall” in the search field and press enter

    select “checkinstall” (click on the empty square beside these names and select “Mark for Installation”)

    Press the “Apply” button (then it will ask you for confirm, click Apply again)

    Close Synaptic/Kynaptic

    2) Download Kbfx source from the link below

    http://www.kde-look.org/content/show.php?content=24898

    (get the latest release)

    3) Open Terminal/Konsole and type:

    cd the_folder_in_which_you_put_the_file_you_downloade d

    e.g. cd OperaDownloads in my case

    tar -xjf kbfx-4.7.3.tar.bz2 (the name of the file you downloaded, which may vary from mine)

    cd kbfx-4.7.3 (according to the name of the folder created by your file)

    ./configure --prefix=/usr (DON'T forget the dot “.” at the beginning of the line)
    sudo make

    sudo checkinstall

    At a certain point it will ask you some question: press ENTER to use the default answer

    Then the following sentence will appear:
    Please write a description for the package.
    End your description with an empty line or EOF.
    >>
    You can write a description if the package if you wish (otherwise leave it blank and press ENTER two times) (e.g. I put "Suse win deco" because I was not installing kbfx but the process is the same but the name of YOUR package will be kbfx)
    Press ENTER two times

    Then it will ask you (this is just an example):
    This package will be built according to these values:

    0 - Maintainer: [ root@localhost.localdomain ]
    1 - Summary: [ Suse win deco ]
    2 - Name: [ kwin-decor-suse2-0.3 ]
    3 - Version: [ 0.3 ]
    4 - Release: [ 1 ]
    5 - License: [ GPL ]
    6 - Group: [ checkinstall ]
    7 - Architecture: [ i386 ]
    8 - Source location: [ kwin-decor-suse2-0.3 ]
    9 - Alternate source location: [ ]

    Enter a number to change any of them or press ENTER to continue:
    Press ENTER (unless you want to modify something)

    Now you have made a .deb package of the desired program (next time you can use this to install it) (inside the folder containing the source) and you will see the program in synaptic/kynaptic too (this means you can uninstall it as any other application)

    3) Ok, now you have installed the latest version of KBFX.

    Now let's make it work

    Right click on the panel (the main panel where you have the start menu and other icons) and select /Add to panel/Applet/kbfx

    A new button will appear.

    If you want to customise the button you have to download a kbfx button from http://www.kde-look.org/ (type kbfx in the search engine of the website)

    You can drag and drop the image of the button you wish to use into the current kbfx button.

    4) The size of the image usually doesn't match the size of the button, try this:

    Right click on the panel (NOT ON KBFX BUTTON!) (do it on a free space)

    and select /Remove from panel/Applet/kbfx

    then again Right click on the panel and select /Add to panel/Applet/kbfx

    Now it will match the size of the image.

    5) If the result pleases you you can remove your kmenu button (you can always put it back if you wish)

    Right click on the “kmenu” (the start menu) and select “Remove k menu”

    6) Click on the left handler of your kbfx button in order to move it and place it at the extreme left side of the panel (where your start menu was)

    NOTE: If the kbfx button doesn't match the size (width) of the panel you will have to modify the size of your panel (quite obviously)

    Enjoy your new button!

    Alberto
    Last edited by tseliot; July 31st, 2006 at 10:33 PM.

  2. #2
    Join Date
    Apr 2005
    Beans
    126
    Distro
    Kubuntu Breezy 5.10

    Re: HOWTO: Install KBFX

    Thanks a lot for this guide.

    But I ran into one problem. You said you need to do a
    Code:
    ./configure –prefix=/usr
    but that doesn't work. You need to do a
    Code:
    ./configure --prefix=/usr
    . Please change that in your post.

    Other than that it worked great. I had previously had the deb version of kbfx (the one that is floating around here on the forums). I couldn't figure out how to uninstall it so I just compilled and hopefully installed this one over the other one. The other one was an old version too so that is why I am upgrading.

    Thanks again for the guide.

  3. #3
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: Install KBFX

    Quote Originally Posted by Jonathan2007
    Thanks a lot for this guide.

    But I ran into one problem. You said you need to do a
    Code:
    ./configure –prefix=/usr
    but that doesn't work. You need to do a
    Code:
    ./configure --prefix=/usr
    . Please change that in your post.

    Other than that it worked great. I had previously had the deb version of kbfx (the one that is floating around here on the forums). I couldn't figure out how to uninstall it so I just compilled and hopefully installed this one over the other one. The other one was an old version too so that is why I am upgrading.

    Thanks again for the guide.
    You're right. It was a typo but I've fixed it now. Thanks for making me notice it

  4. #4
    Join Date
    Oct 2004
    Beans
    23
    Distro
    Ubuntu Breezy 5.10

    Re: HOWTO: Install KBFX

    You should also look into using .debs instead of make install.Checkinstall is the tool that does it. The backports people can tell you more about that works. I only know it's there.

  5. #5
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: Install KBFX

    Quote Originally Posted by farmer
    You should also look into using .debs instead of make install.Checkinstall is the tool that does it. The backports people can tell you more about that works. I only know it's there.
    Very interesting, thanks

  6. #6
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: Install KBFX

    Quote Originally Posted by farmer
    You should also look into using .debs instead of make install.Checkinstall is the tool that does it. The backports people can tell you more about that works. I only know it's there.
    I've updated my guide

  7. #7
    Join Date
    Mar 2005
    Location
    Perth, Western Australia
    Beans
    45
    Distro
    Kubuntu Breezy 5.10

    Re: HOWTO: Install KBFX

    Can someone post their .deb?

  8. #8
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO: Install KBFX

    Quote Originally Posted by CAE
    Can someone post their .deb?
    Have you tried my method? It's very easy (although it looks long to describe). You can make your own .deb (once for all)

  9. #9
    Join Date
    Mar 2005
    Location
    Perth, Western Australia
    Beans
    45
    Distro
    Kubuntu Breezy 5.10

    Re: HOWTO: Install KBFX

    Quote Originally Posted by tseliot
    Have you tried my method? It's very easy (although it looks long to describe). You can make your own .deb (once for all)
    I have, but I can't get kdevelop from the repos (it does recommend an alternative package, however). I've also mentioned keeping my install size down as small as possible due to my small disk size in a thread with you before, so I don't really want to install packages I'll probably only use once and then forget to remove.

    Also, this isn't Gentoo, I'm quite happy with a binary distro and I don't feel the need to build everything from the source.

  10. #10
    Join Date
    Mar 2005
    Location
    Perth, Western Australia
    Beans
    45
    Distro
    Kubuntu Breezy 5.10

    Re: HOWTO: Install KBFX

    Still waiting for a .deb.

Page 1 of 6 123 ... LastLast

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
  •