Trisha Shetty (Editor)

KBFX (KDE)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Written in
  
C++ (Qt)

Available in
  
Multilingual

Platform
  
Cross-platform

KBFX (KDE)

Developer(s)
  
Siraj Razick, PhobosK, Mensur Zahirovic, Nathanael Gogniat, Johnny Henry Sáenz Acuña

Stable release
  
0.4.9.3.1 / 16 May 2007

Operating system
  
Linux, BSD, other Unix-like

KBFX is an application written in C++/Qt for KDE 3.2+ and offers an alternative to the default K Logo menu.

Contents

It improves users' experience by replacing the Win95-like K-Logo button and menu with a larger and thus more visible start button and menu. It does however keep the traditional KDE menu as an option. It is fully skinable.

Features

Main KBFX features:

  1. Using Plugins.
  2. Selecting an Application Group.
  3. Scroll up and down the application list.
  4. Type and locate an Application.
  5. Logout of the Desktop.
  6. Lock the Desktop.
  7. Launch the KBFX Configurator (the KBFX settings manager).

Extra KBFX features:

  1. Double buffered Widgets to minimize flicker.
  2. Animated scroll bars.
  3. New Tooltip.
  4. New Control Manager.
  5. Drag & Drop Applications' Items support.

History

KBFX was started on June 5, 2005 as a hobbyist project by Siraj Razick, born out of a spontaneous idea.

The reason was that Siraj didn't like the old K-Menu, which was quite a clone of the old Win95 Start menu. So he started coding. The first step provided merely the possibility to call the K-Menu via a button, that could have a different shape and size than the original K-Menu button, which has always been an icon of a square size. To change the default KBFX button, one still had to copy an image file to a certain location. After the first post in mid-June 5, KBFX has spread rapidly and it was nice to see that until end of June, there were already a dozen posts on kde-look with buttons and builds.

Mensur Zahirovic (called Nookie) joined Siraj on 5 August, after Siraj met him on yahoo. Nookie is responsible for the web-development and the Q&A. He also arranged the site www.kbfx.net, that replaces the previous site www.linuxlots.com/~siraj/plugin/kde.

After that, things began to speed up. Now KBFX is no longer just another button design for the K-Menu, but provides an alternative to it, that is in fact more sophisticated than the XP-Start menu.

Development

KBFX version 0.4.9.3 is a complete rewrite of the old KBFX code eliminating all the negative points of the previous versions.

KBFX has been tested to work with all GCC 3.x and GCC 4.x compilers. It has been tested on systems running the distributions of Gentoo, Debian, Ubuntu, Suse, Slackware, Mango, Mandriva (formerly Mandrake), and Fedora core. Unfortunately, compiling on FreeBSD systems is yet to be tested.

Concepts

The KBFX Spinx Menu does not try to copy the WinXP Start menu. It is based on a different approach and concept. Following, the concepts of the traditional hierarchical structure and the new, flat indexed menu are described and compared, although the new menu structure is quite intuitive.

Hierarchical (Traditional) menu structure

The KDE K-Menu is a good example of a flat hierarchical menu. It organizes application shortcuts in a tree link structure, where it can expand and open a submenu, with entries displayed based on some logical order. This order may be task oriented, type oriented or just ordered alphabetically. To find and launch an application, the user needs to navigate through the submenus, until he reaches the leaf (leaf node). This approach is a direct adoption of the Microsoft Windows Start Menu. They introduced it with Windows 95/98/ME/NT/2000. This was certainly a huge usability advantage compared to the Windows 3.1 System with the program manager, but a lot has changed since these days. The Windows XP Start Menu is still based on this concept, although it is enhanced by the functionalities to pin applications to the left column and the automatically pinned most used applications. But still, a user must move the mouse over the half screen, if his menu has many submenus with other submenus, and the application is not one of his most used or pinned applications.

Flat indexed menu structure

The KBFX Sphinx Menu uses a different approach: the flat indexed menu. With this type of menu it's very easy to navigate. On the left hand side, you are given the application categories. They can be task oriented or type oriented. On the right (middle) side of the menu, there are all the available applications listed that belong to the activated category. The advantage is evident - the menu reduces the mouse paths, so you can locate your applications very fast. The user sees all the categories at a glance and he can pick it without having to travel along a long list until he finds the end leaf. The speed of use is further enhanced by moving the most used and recently used applications on the top index, so that the most used applications are just one click away.

Showing the KBFX menu with the keyboard's WinKey

KBFX has been criticized for not providing an option to launch the menu using the keyboard start button (WinKey), but it can be done the following way:

  • Open the KDE Control Center (kcontrol)
  • Select the "Input Actions" option in the "Regional & Accessibility" tab.
  • Click "New Action"
  • In the panel to the right select "Keyboard Shortcut -> DCOP Call (Simple)"
  • In the "Keyboard Shortcut" tab assign the WinKey as the shortcut.
  • In the DCOP call settings type the following:
  • Remote Application "kicker" Remote Object "KBFXInterface" Called Function "showMenu()"
  • Click on the Apply button.
  • Now pressing the keyboard's WinKey should launch the KBFX menu.

    References

    KBFX (KDE) Wikipedia