Table of Contents
If you have problems with Krusader please check the Installation procedure, as your problem may be caused by a bad installation.
The FAQ is divided into three sections:
Installation FAQ (this page)
Usage FAQ (issues with running/using Krusader)
General FAQ (bug reports, forum, mailing list, ...)
If you feel that a FAQ is missing or if something is not clear to you, please let us know.
- 1. Does Krusader need KDE to run?
- 2. Which libraries does Krusader need to run?
- 3. I have followed all the steps but make complains about missing libs or headers. What do I need to do?
- 4. How do I compile Krusader when I am using a 64 bit processor?
- 5. I have downloaded the Source RPM krusader-x.xx.dist.src.rpm, what to do now?
- 6. I am trying to install binary foo (RPM or DEB package), but it fails. What is wrong?
- 7. I cannot find an RPM or DEB package for Krusader, what to do?
- 8. I have installed Krusader, but when I start, only the Help menu appears. Why?
- 9. Some new menu items are missing after updating Krusader, what is wrong?
- 10. I have a libGLcore.so.1 compile error after using the NVIDIA® installer, what to do?
- 11. I am having trouble compiling and installing Krusader, how do I send a help request?
- 12. How can I build an RPM package for Krusader?
- 13. Why does Krusader-git show an old version number in the about box?
- 14. Why does Krusader not start on Mac® OS?
1. | Does Krusader need KDE to run? |
No, Krusader does not need the KDE window manager to run on your computer but Krusader's natural environment is KDE, because it relies on services provided by the KDE base libraries. Only some shared libraries are needed e.g. KDE libraries, Qt™ libraries, etc. This means that Krusader runs on GNOME, AfterStep, XFce and other window managers provided the appropriate libraries are installed on your computer. All this is not a problem since the apt-get world can resolve these dependencies instantly. You do not need to switch to the KDE window manager to use Krusader; you can still use GNOME, AfterStep, XFce or another window manager. However, the configuration of the Krusader fonts and some behavior is done by running systemsettings. A lot depends on what you want to do with Krusader. You should know that Krusader uses the KDE KIO Slaves to access remote file systems, and support for only a limited number of file system types are shipped with KDE libraries, most of the KIO Slave are bundled with KDE base (including fish, sftp and tar). However, if you want the property-dialog to show EXIF-data for .jpeg's, you need KDEgraphics. If you want ID3-infos, you need KDEmultimedia, and so on. To summarize, if you want a working Krusader - install KDElibs. If you want a functional Krusader then you need KDElibs + KDEbase. For maximum functionality, Krusader needs all of the KDE package libraries, but the KDE window manager is optional. | |
2. | Which libraries does Krusader need to run? |
For running Krusader (e.g. when you have installed Krusader with a binary RPM) you need less libraries than if you compile Krusader from source. e.g. you only need the C-compiler gcc when you compile Krusader from source (see the next question). Take a look at the Krusader dependencies paragraph of our install chapter. If you need more details please take a look at the Krusader requirements on Ubuntu. The "depends" are required, the "suggests" make Krusader more powerful. | |
3. | I have followed all the steps but make complains about missing libs or headers. What do I need to do? |
Install the missing packages. Take a look at the Compilation requirements paragraph of our install chapter. Most RPM-based distributions separate the headers
from the libs. The headers are needed to compile
Krusader. Look for packages in the form
foo-devel-*.rpm (e.g.
TipIf you cannot find the needed package, use
rpmfind and click 'missing lib or
header' in the search line. Or use
apt-cache search
| |
4. | How do I compile Krusader when I am using a 64 bit processor? |
As far as we know, there are no issues. Krusader is also available on many other architectures. | |
5. | I have downloaded the Source RPM
|
| |
6. | I am trying to install binary foo (RPM or DEB package), but it fails. What is wrong? |
Since we only prepare (and use) the source, we have no way of knowing this. Did you test the binary RPM before installing?
If the prompt returns without any message, then everything is OK. RPM's downloaded from our website are usually provided by Krusader users. Visit your distro website and search for an updated RPM. If the RPM is not OK, try to find another package at Linux® software archives such as freshmeat.net or KDE-APPS.org. If you still cannot find the appropriate package for your Linux® distribution, we recommend searching for it with rpmfind or rpmpbone. In general, a package for an older version of your distribution or even for another distribution might work on your computer (e.g. FC RPM's often work on Mdk and RH, and vice versa), but it is always the best that you install only RPM's that exactly match your distribution. If you cannot find a package that matches your distribution version, architecture or distribution, then use a source RPM. When you use a source RPM, the Krusader sources will be built, on your computer, guaranteeing a suitable binary RPM for your specific distribution and architecture. In addition, this method results in maximum system speed, since the resulting binary is customized for your computer. Please read the previous question, it explains how to install a source RPM. The best solution is explained in the next question. | |
7. | I cannot find an RPM or DEB package for Krusader, what to do? |
Check if your distribution provides Krusader, if it does not then contact your distribution creator and ask them to include Krusader! Did you take a look at the URLs on the Installation procedure page? If you have and found nothing, you can always compile Krusader from source. Even if you feel you have not got the necessary skills, you will probably succeed in compiling Krusader: we provide a very detailed installation procedure. This HowTo enables newcomers to compile Krusader from source, even if they have never done a compilation from source before, just follow the instructions carefully. Feel free to post a help request if you encounter problems. | |
8. | I have installed Krusader, but when I start, only the menu appears. Why? |
In this case only the
menu is visible and all other menu
items like e.g.
and
are missing. This is because
some distributions put the
| |
9. | Some new menu items are missing after updating Krusader, what is wrong? |
The
The first line of
If you install a development or beta version and
Krusader was already installed on your
computer then you should delete the
If the
| |
10. | I have a
|
This problem occurs when you use the NVIDIA® installer and not the official NVIDIA® packages of your distribution. Krusader is based on Qt™ which can be linked against the X OpenGL libraries. As a result Krusader may look for OpenGL as well. The problem is that the NVIDIA® installer (prior to version 7xxx) does not perform its task properly: it replaces the OpenGL header files (which get included into Krusader) but does not set the libGL links correctly. The best solution is to use the NVIDIA® packages provided by your distributor or a new NVIDIA® installer, the current version at the moment of writing is 7114. If, for some reason, you must use an old NVIDIA® driver, one solution is the following hack, the exact commands depend on the distribution used and the version of the NVIDIA® driver (6111 in this example), but it should read something like this:
| |
11. | I am having trouble compiling and installing Krusader, how do I send a help request? |
Please read our detailed installation procedure and the FAQ. If you cannot find a solution to your problem then feel free to post a help request at our Krusader forum or use the Krusader-users mailing list. But before posting a help request, please try the following:
Thank you for your co-operation! | |
12. | How can I build an RPM package for Krusader? |
If you have experience with compiling from source, you will probably be able to build a Krusader RPM too. Information about RPM can be found at rpm.org and in the RPM Guide by Eric Foster-Johnson. The following is the short procedure howto on building an RPM. WarningNEVER build RPMs when logged in as root. Mistakes
in building packages (e.g. a bad
| |
13. | Why does Krusader-git show an old version number in the about box? |
Because we only change the version number just before we do a new release. Krusader-git will show an older version number, so ignore the version number and check the download date. We simply have not yet decided what the next version number will be. | |
14. | Why does Krusader not start on Mac® OS? |
Please read carefully the macports.org installation instructions. Do not forget to start dbus. ########################################################## # Do not forget that dbus needs to be started as the local # user (not with sudo) before any KDE programs will launch # To start it run the following command: # launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist ########################################################## ###################################################### # Programs will not start until you run the command # 'sudo chown -R $USER ~/Library/Preferences/KDE' # replacing $USER with your username. ###################################################### |