The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
Nemo/Debugging
From Mer Wiki
< Nemo(Difference between revisions)
(→ContextKit values) |
|||
Line 29: | Line 29: | ||
context-listen <KEY> | context-listen <KEY> | ||
</pre> | </pre> | ||
+ | |||
+ | In addition to these see Mer Debugging guide: [[Debugging]] | ||
+ | |||
+ | [[Category:Debugging]] |
Revision as of 06:15, 24 February 2012
Tools and Tips to help in debugging
- Log of console output:
more /home/meego/.xsession-errors
- Kernel message buffer:
dmesg
- List of all keys and values in gconf:
gconftool-2 -R /
- Starting dialer with debug output:
killall dialer; dialer -prestart -output-level debug
- For starting any libmeegotouch -based application with debug output use: "-output-level debug"
- Checking available keys in contexkt-kit:
zypper install contextkit-tests context-ls
- Checking value of property in contextkit
zypper install contextkit-tests su - meego export DISPLAY=:0 context-listen <KEY>
In addition to these see Mer Debugging guide: Debugging