A page in your DokuWiki was added or changed. Here are the details: Date : 2013/03/14 20:14 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1 IP-Address : 46.142.39.109 Hostname : 109-39-142-46.pool.kielnet.net Old Revision: --- New Revision: http://wiki.x2go.org/doku.php/wiki:bugs Edit Summary: created User : sunweaver ====== X2Go Bug Tracker ====== The X2Go project uses the ''debbugs'' as bug tracking system (BTS) software. The ''debbugs'' tracker is the software that's also used by the Debian project for tracking issues in the multitude of Debian packages. Before X2Go had a bug tracker, the quest was: we need a BTS that is easily scriptable and a BTS that fully maps issue tracking to the developers' mail clients. Furthermore, we did not want a bug tracker that could be fed with content by clicking around on a web page. The choice has been well thought of, you may find that there are better bug tracking systems in the world. For X2Go, we think we have found what we wanted. ===== Open / Closed Bugs ===== If you know either the X2Go component or the bug number you can also access the information directly: * [[http://bugs.x2go.org/<nnn>]] (where <nnn> is the bug number) * [[http://bugs.x2go.org/<x2go-component]] (where <x2go-component is a valid X2Go component) A complete list of X2Go components with open/closed bugs can be viewed with this URL: * [[http://bugs.x2go.org/cgi-bin/pkgindex.cgi?indexon=src]] ===== Reporting Bugs ===== How to report a bug is explained [[http://bugs.x2go.org/Reporting.html|here]]. In a nutshell send a mail like the one below (everything that is written in <pointed-brackets> needs being replaced by some proper value. <code> To: submit@bugs.x2go.org Subject: <a-really-good-short-description-of-the-problem> Body: """ Package: <name-of-x2go-component> Version: <a.b.c.d> """ </code> ===== Controlling Bugs ===== The full control command set is documented [[http://bugs.x2go.org/server-control.html|here]]. Very common control sequence are shown below: ==== Bug has been fixed in X2Go Git ==== <code> To: <nnn>@bugs.x2go.org Cc: control@bugs.x2go.org, <nnn>-submitter@bugs.x2go.org Subject: Issue resolved in X2Go Git Body: """ tag #<nnn> pending thanks The reported issue has been resolved with this commit: <http-URL-to-Gitweb-of-commitdiff> Thanks, <my-name> """ </code> ==== New version with a bug fixed has been released ==== <code> To: <nnn>@bugs.x2go.org Cc: control@bugs.x2go.org, <nnn>-submitter@bugs.x2go.org Subject: Issue resolved in <x2go-component> <version> Body: """ close #<nnn> thanks The reported issue has been resolved in the lately release version <version> of <x2go-component>. Thanks for reporting this issue, <my-name> """ </code> ==== Bug has been reported against the wrong X2Go Component ==== <code> To: <nnn>@bugs.x2go.org Cc: control@bugs.x2go.org, <nnn>-submitter@bugs.x2go.org Subject: <a-good-subject-line> Body: """ reassign #<nnn> <another-x2go-component> thanks The reported issue is actually a bug in <another-x2go-component>. Reassigning. <further-info-if-any> Thanks for reporting this issue, <my-name> """ </code> ==== Bug submitter used a non-appropriate title ==== <code> To: <nnn>@bugs.x2go.org Cc: control@bugs.x2go.org, <nnn>-submitter@bugs.x2go.org Subject: <a-good-subject-line> Body: """ retitle #<nnn> <better-title> thanks <further-info-if-any> Thanks for reporting this issue, <my-name> """ </code> -- This mail was generated by DokuWiki at http://wiki.x2go.org/