mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cosmetic leftovers
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30123 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f3b253f9ad
commit
9c6e9083ed
@ -6,11 +6,10 @@ presses, and collect the crash results.
|
||||
Since the code involves spamming random keypresses, I'd recommend
|
||||
running it in a VM, well away from your main X windows session.
|
||||
|
||||
In short, to use this, move this directory LT into your LyX source directory
|
||||
(e.g. lyx-1.6.x, but not lyx-1.6.x/src). Then run LT/lyx_make.sh
|
||||
In short, to use this, run development/keytest/lyx_make.sh
|
||||
|
||||
It requires the following packages to run
|
||||
xvkbd wmctrl
|
||||
xvkbd wmctrl
|
||||
the following are also useful:
|
||||
lyx libqt4-dbg subversion automake
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# This script starts LyX, and restarts LyX if it is closed
|
||||
# it logs all output, including backtraces to LT/out/GDB
|
||||
# it logs all output, including backtraces to development/keystest/out/GDB
|
||||
|
||||
#rename other windows to avoid confusion.
|
||||
wmctrl -N __renamed__ -r lyx
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
#This script runs LyX, starts spamming it with hundreds of
|
||||
#keypresses, and logs all output, including backtraces to LT/out/GDB
|
||||
#Use report.sh to generated the more useful bug reports in LT/out/{or}*
|
||||
#This script runs LyX, starts spamming it with hundreds of
|
||||
#keypresses, and logs all output, including backtraces to $LT/out/GDB
|
||||
#Use report.sh to generated the more useful bug reports in $LT/out/{or}*
|
||||
|
||||
LT=development/keystest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user