mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
Clarify why METACITY_VERBOSE=1 is bad without META_USE_LOGFILE=1; point to
2005-10-20 Elijah Newren <newren@gmail.com> * HACKING: Clarify why METACITY_VERBOSE=1 is bad without META_USE_LOGFILE=1; point to bug 305091 for details.
This commit is contained in:
parent
37ced4cc32
commit
7c70749ae8
@ -1,3 +1,8 @@
|
|||||||
|
2005-10-20 Elijah Newren <newren@gmail.com>
|
||||||
|
|
||||||
|
* HACKING: Clarify why METACITY_VERBOSE=1 is bad without
|
||||||
|
META_USE_LOGFILE=1; point to bug 305091 for details.
|
||||||
|
|
||||||
2005-10-13 Muktha <muktha.narayan@wipro.com>
|
2005-10-13 Muktha <muktha.narayan@wipro.com>
|
||||||
|
|
||||||
* src/themes/Simple/metacity-theme-1.xml: Make the unfocussed
|
* src/themes/Simple/metacity-theme-1.xml: Make the unfocussed
|
||||||
|
11
HACKING
11
HACKING
@ -107,11 +107,12 @@ Debugging information
|
|||||||
useful to get more information than just warnings. You can set
|
useful to get more information than just warnings. You can set
|
||||||
METACITY_VERBOSE to do that, like so:
|
METACITY_VERBOSE to do that, like so:
|
||||||
METACITY_VERBOSE=1 METACITY_USE_LOGFILE=1 metacity --replace
|
METACITY_VERBOSE=1 METACITY_USE_LOGFILE=1 metacity --replace
|
||||||
(note that METACITY_VERBOSE=1 cannot be used without
|
(note that METACITY_VERBOSE=1 can be problematic without
|
||||||
METACITY_USE_LOGFILE=1 or metacity will crash). There are also
|
METACITY_USE_LOGFILE=1; avoid it unless running in from something that
|
||||||
other flags, such as METACITY_DEBUG, most of which I haven't tried
|
won't be managed by the new Metacity--see bug 305091 for more details).
|
||||||
and don't know what they do. Go to the source code directory and
|
There are also other flags, such as METACITY_DEBUG, most of which I
|
||||||
run
|
haven't tried and don't know what they do. Go to the source code
|
||||||
|
directory and run
|
||||||
grep "METACITY_" * | grep getenv
|
grep "METACITY_" * | grep getenv
|
||||||
to find out what the other ones are.
|
to find out what the other ones are.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user