Frequently Asked Questions
-
When BookmarkBridge merges bookmarks I see the message "htmlParseEntityRef:."
-
This is caused when BookmarkBridge reads Mozilla's bookmark file. If any of your bookmarks
contains an ampersand (a &), you will see this message. This message is a compliance warning
from BookmarkBridge's parser. It is perfectly safe to ignore.
-
When I click the Add button, I get the message "All available browsers have already been
selected as a browser."
-
See the next question.
-
BookmarkBridge didn't detect a browser on my system. How do I manually add it?
-
To add a browser to BookmarkBridge, follow these steps:
- Click on the Settings button in BookmarkBridge's main screen
- In the BookmarkBridge Settings window, click the Add button
- Highlight the browser you want to add and click Ok
- Back in the BookmarkBridge Settings window, highlight the browser and click the Browse button
- Select the location of the bookmarks file for the browser and click Open or Ok
- Back in the BookmarkBridge Settings window, click Ok
- You may now click the Add buttons to add the new browser as a source and/or destination
-
I see the message "checking for Qt... configure: error: Qt (>= Qt 2.2.2) (headers and libraries) not found. Please check your installation!" when compiling on Linux. How do I fix it?
-
This message is shown when the configure script cannot locate your Qt installation. Normally, it should be able to find it but sometimes it needs a little help. You can manually specify the location of the Qt libraries with the following command:
configure --with-qt-dir=/usr/lib/qt2
In this case, /usr/lib/qt2 is the directory where configure can expect to find the include directory and lib directory for Qt. If this still does not work, try adding --enable-mt to the command line for configure.
|
|
|