r15547 - in /desktop/unstable/metacity/debian: README.Debian changelog rules

svena-guest at users.alioth.debian.org svena-guest at users.alioth.debian.org
Mon Apr 7 21:55:41 UTC 2008


Author: svena-guest
Date: Mon Apr  7 21:55:41 2008
New Revision: 15547

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15547
Log:
Add README.Debian, describing how to enable the compositor. Update
debian/rules to install it for the metacity package. (Closes: #471442)

Added:
    desktop/unstable/metacity/debian/README.Debian
Modified:
    desktop/unstable/metacity/debian/changelog
    desktop/unstable/metacity/debian/rules

Added: desktop/unstable/metacity/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/README.Debian?rev=15547&op=file
==============================================================================
--- desktop/unstable/metacity/debian/README.Debian (added)
+++ desktop/unstable/metacity/debian/README.Debian Mon Apr  7 21:55:41 2008
@@ -1,0 +1,20 @@
+Metacity Compositor
+===================
+
+Since version 2.22 Metacity includes a simple compositor. It's only
+intended to add a set of non-customisable simple effects. Currently
+these include a drop-shadow around windows, and thumbnail previews in
+the window switcher dialog.
+
+Contrary to Compiz, the Metacity compositor uses the XRender extension
+to draw to the screen. This means that no 3D acceleration is
+needed. This should in theory make it suitable to run on a larger selection of
+hardware, but only if your video driver implements sufficient Render
+performance.
+
+The compositor can be enabled on the fly by setting the gconf key
+/apps/metacity/general/compositing_manager to true by using
+gconf-editor or gconftool-2.
+
+Before enabling the compositor, you need to make sure your X server
+configuration has the composite extension loaded and enabled.

Modified: desktop/unstable/metacity/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/changelog?rev=15547&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/changelog (original)
+++ desktop/unstable/metacity/debian/changelog Mon Apr  7 21:55:41 2008
@@ -1,3 +1,10 @@
+metacity (1:2.22.0-1.1) UNRELEASED; urgency=low
+
+  * Add README.Debian, describing how to enable the compositor. Update
+    debian/rules to install it for the metacity package. (Closes: #471442)
+
+ -- Sven Arvidsson <sa at whiz.se>  Mon, 07 Apr 2008 23:47:10 +0200
+
 metacity (1:2.22.0-1) unstable; urgency=low
 
   [ Bradley Smith ]

Modified: desktop/unstable/metacity/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/rules?rev=15547&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/rules (original)
+++ desktop/unstable/metacity/debian/rules Mon Apr  7 21:55:41 2008
@@ -10,7 +10,7 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-startup-notification=yes
 DEB_DH_MAKESHLIBS_ARGS_libmetacity0 += -V 'libmetacity0 (>= 1:2.22.0)'
-DEB_INSTALL_DOCS_metacity += doc/theme-format.txt
+DEB_INSTALL_DOCS_metacity += doc/theme-format.txt debian/README.Debian
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 




More information about the pkg-gnome-commits mailing list