XNotesPlus: FAQ
Q1.
When Uploading xnotes to the Pilot, do you already have to have an xnotes
category on the Pilot?
Q2.
How do you to turn off the opening dialog that tells you what has been
disabled?
Q3. Why doesn't printing
work?
Q4.
Makefile:558 *** missing 'endef', untermintated 'define'.
Q5.
I downloaded the static Gtk binary, installed it, and get the following
Warning from GLIB: GLib-WARNING **: getpwuid_r(): failed due
to: No such user
Q6. Are USB based devices supported by XNotesPlus?
Q7. Can you make XNotesPlus a GNOME Applet so I can store it in my Panel?
Q8. Can I add a new category on the Pilot, say in my address book, using XNotesPlus?
Q1.
When Uploading XNotes to the Pilot, do you already have to have
an xnotes category on the Pilot?
A1. In older versions, prior to version
3.4, you did need an xnotes category. That requirement has been removed
starting with version 3.4.0. Now XNotes get uploaded into the Unfiled
category.
Q2.
How do you to turn off the opening dialog that tells you what has been
disabled (eg the Pilot interface or printing)?
A2. Use the --nn option. "nn" stands for No Notice, which
you'll also find in the XNotesPlus.cfg file.
Q3. Why doesn't
printing work? For example, I just installed XNotesPlus and
everything seems to work, except the print command. When I try to print
I get the following error message:
sh: lpr /tmp/xp2031: not found
My print command is
"lpr %s"
Any ideas what might be going on?
A3. Try removing the double quotes. The error message above
comes from the system. What happened was the system saw "lpr /tmp/xp2031"
as the full name of the command to run, not the name of the command and
an argument to that command. Anyway, removing the double quotes will
probably fix the problem.
Q4.
After making changes to config.h according to the documentation, I've run
xmkmf, but now when I enter 'make Makefiles' I get the following error:
Makefile:558 *** missing 'endef', untermintated 'define'. Stop.
Indeed there are some 'define' statements in Makefile but they've been
imported from config.h . Do you perhaps know what's going on?
A4: When you uncommented the define's in config.h, you removed
the #. That doesn't uncomment it, you need to simply move the whole
line outside of the C comment delimiters (ie the /* and */). A valid
define
line in config.h looks like this:
#define blah
So leave the # on the front of that line.
Q5.
I downloaded the static GTK+ binary, installed it, and get the following
message at run time:
GLib-WARNING **: getpwuid_r(): failed due to: No such user 3123.
A5. You can ignore this. As far as I can tell, this is a
bug in the static glib library, and it may be fixed in the GTK 1.2 release
(which means this bug may no longer exist). The warning is a result
of GTK+ failing to identify system wide gtkrc files. But that shouldn't
hurt XNotesPlus users since you'll be using a Gtkrc file installed in your
.xnotesplus directory.
UPDATE: As of 3.5.2, this is no longer an issue because no static binaries
are provided for download. To get a binary version, you need to order the CD. The CD
only includes dynamically linked binaries.
Q6. Are USB based devices supported
by XNotesPlus?
A6. As of XNotesPlus V3.4.x: Visor USB devices are currently
supported because pilot-link supports them by using the Visor kernel module
and connecting to the proper port (see http://usbvisor.sf.net/
for more info.) You have to do some work manually at the kernel level
to make this happen, but XNotesPlus should just work once you have the
Visor module installed.
Any PalmOS 3.x based devices should work just fine right now.
The Palm OS 4.0 based devices need some changes to the pilot-link core
to work properly. This includes the recent Palm m devices and most
Sony Clié USB devices. If you want to use these devices right
now on Linux, you need to use Coldsync,
which XNotesPlus does not currently support.
Support for PalmOS 4.x devices exists in the CVS version of Pilot-Link
as of December 2, 2001 but this code has not been pulled into XNotesPlus
yet. When that code stabilizes, XNotesPlus will be updated to make
use of it.
Q7. Can you make XNotesPlus a GNOME Applet so I can store it in my Panel?
A7. No, it can't run as an applet. The reason is that the individual notes all have their position saved relative to
the plaid widget (i.e. the main window). If the plaid widget is stuffed into the panel, its position changes as you move
from desktop to desktop. So positions of notes would get munged when you saved them. The only way to make
XNotesPlus an applet would be to change the entire paradigm used for computing relative positions, and it just isn't
worth the effort to do so.
Just do what we do: give XNotesPlus its own desktop!
Q8. Can I add a new category on the Pilot, say in my address book, using XNotesPlus?
A8. No. The pilot-link library, which XNotesPlus uses to communicate with a PalmOS based device, does not
support this as of version 0.9.5. If that support shows up in the future, it will be added to XNotesPlus. For now,
categories have to be added manually to the Palm device.
|