mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
couple of updates
2002-07-10 Havoc Pennington <hp@pobox.com> * README: couple of updates * src/main.c (usage): add --replace to usage, reported by Matthias Clasen
This commit is contained in:
parent
93902aabfd
commit
eb42281fd4
@ -1,3 +1,10 @@
|
|||||||
|
2002-07-10 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* README: couple of updates
|
||||||
|
|
||||||
|
* src/main.c (usage): add --replace to usage, reported by Matthias
|
||||||
|
Clasen
|
||||||
|
|
||||||
2002-07-09 Havoc Pennington <hp@pobox.com>
|
2002-07-09 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/metacity.schemas.in: fix short description for
|
* src/metacity.schemas.in: fix short description for
|
||||||
|
16
README
16
README
@ -136,6 +136,14 @@ METACITY FEATURES
|
|||||||
- considers the panel when placing windows and maximizing
|
- considers the panel when placing windows and maximizing
|
||||||
them.
|
them.
|
||||||
|
|
||||||
|
- handles the window manager selection from the ICCCM. Will exit if
|
||||||
|
another WM claims it, and can claim it from another WM if you pass
|
||||||
|
the --replace argument. So if you're running another
|
||||||
|
ICCCM-compliant WM, you can run "metacity --replace" to replace it
|
||||||
|
with Metacity.
|
||||||
|
|
||||||
|
- does basic colormap handling
|
||||||
|
|
||||||
METACITY BUGS, NON-FEATURES, AND CAVEATS
|
METACITY BUGS, NON-FEATURES, AND CAVEATS
|
||||||
===
|
===
|
||||||
|
|
||||||
@ -143,12 +151,8 @@ METACITY BUGS, NON-FEATURES, AND CAVEATS
|
|||||||
to navigate graphically; this does NOT include GNOME 1.x,
|
to navigate graphically; this does NOT include GNOME 1.x,
|
||||||
but should include GNOME 2 and KDE 3.
|
but should include GNOME 2 and KDE 3.
|
||||||
|
|
||||||
- I haven't even read the ICCCM section about colormaps. So if you
|
- doesn't do WM_COLORMAPS from the ICCCM, may matter on some really
|
||||||
have an 8-bit display you are probably screwed.
|
old obscure hardware with some really obscure apps.
|
||||||
|
|
||||||
- Metacity doesn't properly claim the window manager selection
|
|
||||||
as described in the ICCCM. But then, most other window managers
|
|
||||||
don't handle this correctly either.
|
|
||||||
|
|
||||||
- There are probably other ICCCM-compliance issues.
|
- There are probably other ICCCM-compliance issues.
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ log_handler (const gchar *log_domain,
|
|||||||
static void
|
static void
|
||||||
usage (void)
|
usage (void)
|
||||||
{
|
{
|
||||||
g_print ("metacity [--disable-sm] [--sm-save-file=FILENAME] [--display=DISPLAY]\n");
|
g_print (_("metacity [--disable-sm] [--sm-save-file=FILENAME] [--display=DISPLAY] [--replace]\n"));
|
||||||
exit (1);
|
exit (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user