summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2001-11-29 23:21:43 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2001-11-29 23:21:43 +0000
commit8f16e60f35c07ea3817c353307751b0396c9d5c9 (patch)
tree1d04c847ff81175052404ac4008b9be848a9fe18 /README
parent412560db271de4712cee984945803a90c1ead062 (diff)
downloadlibgphoto2-8f16e60f35c07ea3817c353307751b0396c9d5c9.tar.gz
report bugs in English, please
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3290 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
index 423d47bcd..fff986d23 100644
--- a/README
+++ b/README
@@ -32,6 +32,7 @@ and availability of gphoto2. Another source of information is
where you can access our CVS server to fetch the source code of
gphoto2, gtkam and GnoCam (see below).
+
What is gphoto2 not?
--------------------
@@ -69,6 +70,7 @@ camera that use this protocol:
* Sony DSC-P5, DSC-F707 (both need user configuration of the camera)
These camera won't be supported until gphoto2 implement PTP.
+
Platforms
---------
@@ -76,11 +78,13 @@ gphoto2 should compile and run on pretty much all Unix-like platforms.
Additionally, there is a port for OS/2 available. gphoto2 has _not_ (yet?)
been ported to any operating system from MicroSoft.
+
How to set up gphoto2
---------------------
See gphoto2.txt.
+
Frontends
---------
@@ -91,3 +95,21 @@ short description.
For the GUI lovers, there are for example gtkam (GTK based), and
GnoCam (GNOME). Additionally, there are plugins for other programs
available like kio_gphoto (KDE - Konqueror).
+
+
+Reporting Bugs
+--------------
+
+Every piece of software contains errors and flaws. So does
+gphoto2. When you encounter something that does not work, try to
+reproduce the problem with debug output enabled and the language set
+to English, so that the development team will understand the
+messages. You can do this by running:
+
+ LANG=C gtkam
+
+if you're using the gtkam frontend or running:
+
+ LANG=C gphoto2 --debug <options>
+
+using the gphoto2 command line interface.