summaryrefslogtreecommitdiff
path: root/Software/xapps.mdwn
blob: 7e7376fe258acc1f48a1cef80c5d612b6a556cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57


## X Applications hosted at Freedesktop.org

                     * fdclock - the Freedesktop clock (uses cairo) 
                     * transset - manipulate the _NET_WM_WINDOW_OPACITY property 
                     * uncover - demonstrates transformed windows with Composite 
                     * wininfo - a window information utility for X 
                     * xclock - regular xclock app with Render support 
                     * xcompmgr - Sample X Compositing Manager 
                     * xdamage - Test application for Damage extension 
                     * xditview - What the heck is this doing here? 
                     * xdpyinfo - X Display Information 
                     * xev - print contents of X events 
                     * xrandr - X Resize and Rotate command line app 
                     * xrestop - 'top' for X resources 

## Available Releases

Tarballs are in [[here|http://freedesktop.org/xapps/release/]]. 


## Available Test Packages

                     * Available from [[http://freedesktop.org/~markh/xapps/|http://freedesktop.org/~markh/xapps/]] (broken link) 
                     * Currently available are test autotooled tarballs for **xkbprogs** and **xtutilities**. 

### CVS Availability

Please note that the CVS versions of the modular xapps are deprecated.  Instead, we have moved to using git. 

**NOTE:** This only applies to the modular xapps, the actual development trees of the applications listed at the top of this page still use CVS. 


### GIT Availability

To obtain a copy of the git tree for these xapps, use the following: 


[[!format txt """
git clone git://anongit.freedesktop.org/git/xorg/app/PROJECT
"""]]
`PROJECT` should be one of the following 

                     * `fdclock` 
                     * `xwininfo` 
                     * `xclock` 
                     * `xcompmgr` 
                     * etc.. 
See [[http://gitweb.freedesktop.org/|http://gitweb.freedesktop.org/]] for all the available git repositories. 


## Plans

                     * [[Proposed package breakdown for sanity's sake|Software/ProposedAppsPackages]]. 
                     * [[Proposed xapps CVS structure|Software/ProposedXAppsCVSStructure]] to make merging with xorg easy 
-- Main.[[AdamJackson|AdamJackson]] - 13 Oct 2004