Sawfish
m (→‎Bug reports: Minor updates.)
(Reverting vandalism by anonymous user. Undo revision 9496 by 221.223.120.76 (talk))
 
(17 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{Development}}
 
{{Development}}
 
This page is the portal of sawfish developments.
 
This page is the portal of sawfish developments.
  +
  +
== Want to join? ==
  +
It's hard to tell the current status in short.
  +
* Read {{ML}}, or its archive. That's our main communication method.
  +
* Use [[Download#GIT|git]] repository. Summary may be tracked via [http://git.gnome.org/cgit/sawfish/tree/ChangeLog Changelog] or [http://git.tuxfamily.org/sawfish/main.git?p=gitroot/sawfish/main.git;a=blob;f=man/news.texi;h=774c50577bddf5e3f1896114ec99e697dadbd985;hb=HEAD news.texi].
  +
  +
If you find an interesting item in [[Proposed Goals]], then declare it in the {{ML}}, and send us a patch. (Unless it's marked as assigned to someone, it's likely that none is working on that item. We're short of developers. Items in [[Long term todos]] are left untouched.)
   
 
== Todos ==
 
== Todos ==
=== Near future ===
 
 
* [[Proposed Goals]] - todos for the coming release.
 
* [[Proposed Goals]] - todos for the coming release.
* [[General todos]]
+
* [[Long term todos]]
  +
=== General ===
 
* [[:Category:Past todos|Past todos]] lists what is accomplished.
+
* [[:Category:Past todos|Past todos]] is a partial list of what is accomplished.
 
* [[Versioning scheme]]
 
* [[Versioning scheme]]
 
=== If possible ===
 
=== If possible ===
Line 15: Line 21:
   
 
==== Composite Extension, OpenGL and friends ====
 
==== Composite Extension, OpenGL and friends ====
Ostensibly the future of sawfish is have access to the new protocols. One key to implementing is understanding what they do and how they are supposed to be interacted with. To start these pages can be nothing more than links to the specs and basic tutorials.
+
Ostensibly the future of sawfish is have access to the new protocols. One key to implementing is understanding what they do and how they are supposed to be interacted with. To start these pages can be nothing more than links to the specs and basic tutorials.
   
 
Current Docs:
 
Current Docs:
Line 26: Line 32:
   
 
== Bug reports ==
 
== Bug reports ==
  +
Since the 2011-06-19 [http://sawfish.wikia.com/wiki/2011_06_19:_Sawfish_left_GNOME Sawfish left GNOME] and moved to Tuxfamily. Now all new bug reports can be found on the [http://sawfish.tuxfamily.org/flyspray/ Flyspray] bug tracker. Consequently the following procedure is obsolete.
   
* [http://tinyurl.com/327j83 Open bugs on bugzilla.gnome.org]
+
* '''List of open bugs''' on bugzilla.gnome.org, of
* [http://bugzilla.gnome.org/buglist.cgi?query_format=advanced&product=sawfish All bugs on bugzilla.gnome.org]
+
** [http://bugzilla.gnome.org/buglist.cgi?product=sawfish&bug_status=__open__&order=Bug+Number sawfish]
  +
** [http://bugzilla.gnome.org/buglist.cgi?product=librep&bug_status=__open__&order=Bug+Number librep]
* [http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=sawfish Bugs reported in bugs.debian.org]
 
  +
** [http://bugzilla.gnome.org/buglist.cgi?product=rep-gtk&bug_status=__open__&order=Bug+Number rep-gtk]
* [https://sourceforge.net/tracker/?group_id=32 Bugs in sourceforge.net tracker (visible only when logged it)]
 
   
 
* [http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=sawfish Debian bug reports]
To report a bug at bugzilla.gnome.org, choose:
 
  +
* [https://bugs.launchpad.net/ubuntu/+source/sawfish Ubuntu bug reports]
  +
 
To '''report a bug''' at bugzilla.gnome.org, choose:
 
* classification: Other
 
* classification: Other
 
* application: sawfish / librep / rep-gtk
 
* application: sawfish / librep / rep-gtk
 
If you're not sure of which the bug is, choose sawfish.
 
If you're not sure of which the bug is, choose sawfish.
   
For search from browser (like Firefox ''smart keyword''), use the following url:
+
For '''search from browser''' (like Firefox ''smart keyword''), use the following url:
  +
<pre>https://bugzilla.gnome.org/buglist.cgi?bug_status=__open__&order=Bug+Number&product=Sawfish&content=%s</pre>
<pre>http://bugzilla.gnome.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Other&product=sawfish&long_desc_type=substring&long_desc=%s&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=</pre>
 
  +
  +
If you want to '''receive notices''' of new bug reports, then
  +
# Make bugzilla account.
  +
# Log in, and go to 'Email preferences'
  +
# Go to 'User Watching' section, in 'Add users to my watch list', add 'librep-maint@gnome.bugs, rep-gtk-maint@gnome.bugs, sawfish-maint@gnome.bugs'.
   
 
== Librep & rep-gtk ==
 
== Librep & rep-gtk ==
Line 46: Line 61:
 
=== Librep internals ===
 
=== Librep internals ===
   
How to write a librep C modules is not documented. The documentation would have the API, the conventions and an skeleton example with a tutorial of sorts. The example would have all the other helper code like Makefiles and directory structure laid out. The reason for this documentation is so that new X protocols (and OpenGL) modules can be created.
+
How to write a librep C modules is not documented. The documentation would have the API, the conventions and an skeleton example with a tutorial of sorts. The example would have all the other helper code like Makefiles and directory structure laid out. The reason for this documentation is so that new X protocols (and OpenGL) modules can be created.
   
 
Current Docs:
 
Current Docs:
Line 57: Line 72:
 
* [http://incise.org/tinywm.html tinywm] - this is the minimal. start here.
 
* [http://incise.org/tinywm.html tinywm] - this is the minimal. start here.
 
* [http://freshmeat.net/projects/failsafewm/ failsafewm] - then read this.
 
* [http://freshmeat.net/projects/failsafewm/ failsafewm] - then read this.
  +
  +
== Move to other hosts? ==
  +
  +
Update Jun 2011: We're almost done moving to Tuxfamily.
  +
  +
Migration to other development hosts were discussed several times. The latest one is [http://old.nabble.com/The-get-rid-of-gnome.org-sf.net-thing-%28chapter-3%29-to27227913.html here].
   
 
== See also ==
 
== See also ==

Latest revision as of 21:09, 15 June 2013

Development quick access

This page is the portal of sawfish developments.

Want to join?[]

It's hard to tell the current status in short.

If you find an interesting item in Proposed Goals, then declare it in the mailing list, and send us a patch. (Unless it's marked as assigned to someone, it's likely that none is working on that item. We're short of developers. Items in Long term todos are left untouched.)

Todos[]

If possible[]

(Dec 2008) No one seems to be working on the items listed under this category.

Composite Extension, OpenGL and friends[]

Ostensibly the future of sawfish is have access to the new protocols. One key to implementing is understanding what they do and how they are supposed to be interacted with. To start these pages can be nothing more than links to the specs and basic tutorials.

Current Docs:

Known difficulty[]

Some know difficulty in development can be found at Patches (suspended).

Bug reports[]

Since the 2011-06-19 Sawfish left GNOME and moved to Tuxfamily. Now all new bug reports can be found on the Flyspray bug tracker. Consequently the following procedure is obsolete.

To report a bug at bugzilla.gnome.org, choose:

  • classification: Other
  • application: sawfish / librep / rep-gtk

If you're not sure of which the bug is, choose sawfish.

For search from browser (like Firefox smart keyword), use the following url:

https://bugzilla.gnome.org/buglist.cgi?bug_status=__open__&order=Bug+Number&product=Sawfish&content=%s

If you want to receive notices of new bug reports, then

  1. Make bugzilla account.
  2. Log in, and go to 'Email preferences'
  3. Go to 'User Watching' section, in 'Add users to my watch list', add 'librep-maint@gnome.bugs, rep-gtk-maint@gnome.bugs, sawfish-maint@gnome.bugs'.

Librep & rep-gtk[]

Librep internals[]

How to write a librep C modules is not documented. The documentation would have the API, the conventions and an skeleton example with a tutorial of sorts. The example would have all the other helper code like Makefiles and directory structure laid out. The reason for this documentation is so that new X protocols (and OpenGL) modules can be created.

Current Docs:

Window manager specs[]

Small window managers can be taken as tutorials for how to implement window managers. Examples are:

Move to other hosts?[]

Update Jun 2011: We're almost done moving to Tuxfamily.

Migration to other development hosts were discussed several times. The latest one is here.

See also[]