From Fedora Project Wiki

m (1 revision(s))
(→‎Getting the Source: git.fedoraproject -> git.fedorahosted)
 
Line 7: Line 7:
pyxf86config is now maintained in git.  It can be checked out from:
pyxf86config is now maintained in git.  It can be checked out from:


<code>git://git.fedoraproject.org/git/pyxf86config.git</code>
<code>git://git.fedorahosted.org/git/pyxf86config.git</code>


A gitweb view is [http://git.fedoraproject.org/?p=pyxf86config.git&a=summary available]  as well.
A gitweb view is [http://git.fedorahosted.org/git/?p=pyxf86config.git&a=summary available]  as well.


Releases can be found [http://ajax.fedoraproject.org/pyxf86config/ here] .
Releases can be found [http://ajax.fedoraproject.org/pyxf86config/ here] .

Latest revision as of 16:57, 6 August 2010

pyxf86config is a python library for manipulating the X config file. It is primarily used by system-config-display and system-config-keyboard.

Developers

If you are interested in contributing code to extend or improve pyxf86config, please mail fedora-devel with the word "pyxf86config" in the subject.

Getting the Source

pyxf86config is now maintained in git. It can be checked out from:

git://git.fedorahosted.org/git/pyxf86config.git

A gitweb view is available as well.

Releases can be found here .

Reporting Problems

If you are having a problem (usually indicated by a python traceback going somewhere into pyxf86config), see BugsAndFeatureRequests.