A lot of changes to switch to the new name, might be horribly broken.
This commit is contained in:
@ -71,10 +71,10 @@ am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
||||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
||||
am__rm_f = rm -f $(am__rm_f_notfound)
|
||||
am__rm_rf = rm -rf $(am__rm_f_notfound)
|
||||
pkgdatadir = $(datadir)/orca
|
||||
pkgincludedir = $(includedir)/orca
|
||||
pkglibdir = $(libdir)/orca
|
||||
pkglibexecdir = $(libexecdir)/orca
|
||||
pkgdatadir = $(datadir)/cthulhu
|
||||
pkgincludedir = $(includedir)/cthulhu
|
||||
pkglibdir = $(libdir)/cthulhu
|
||||
pkglibexecdir = $(libexecdir)/cthulhu
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
@ -157,16 +157,16 @@ MANS = $(man1_MANS)
|
||||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
||||
am__DIST_COMMON = $(srcdir)/Makefile.in
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = ${SHELL} '/home/storm/orcatmp/orca/missing' aclocal-1.17
|
||||
ACLOCAL = ${SHELL} '/home/storm/cthulhutmp/cthulhu/missing' aclocal-1.17
|
||||
AMTAR = $${TAR-tar}
|
||||
AM_DEFAULT_VERBOSITY = 1
|
||||
ATKBRIDGE_CFLAGS = -I/usr/include/at-spi2-atk/2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
|
||||
ATKBRIDGE_LIBS = -latk-bridge-2.0
|
||||
ATSPI2_CFLAGS = -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -pthread
|
||||
ATSPI2_LIBS = -latspi -ldbus-1 -lglib-2.0
|
||||
AUTOCONF = ${SHELL} '/home/storm/orcatmp/orca/missing' autoconf
|
||||
AUTOHEADER = ${SHELL} '/home/storm/orcatmp/orca/missing' autoheader
|
||||
AUTOMAKE = ${SHELL} '/home/storm/orcatmp/orca/missing' automake-1.17
|
||||
AUTOCONF = ${SHELL} '/home/storm/cthulhutmp/cthulhu/missing' autoconf
|
||||
AUTOHEADER = ${SHELL} '/home/storm/cthulhutmp/cthulhu/missing' autoheader
|
||||
AUTOMAKE = ${SHELL} '/home/storm/cthulhutmp/cthulhu/missing' automake-1.17
|
||||
AWK = gawk
|
||||
CC = gcc
|
||||
CCDEPMODE = depmode=none
|
||||
@ -176,7 +176,7 @@ CPPFLAGS =
|
||||
CSCOPE = cscope
|
||||
CTAGS = ctags
|
||||
CYGPATH_W = echo
|
||||
DEFS = -DPACKAGE_NAME=\"orca\" -DPACKAGE_TARNAME=\"orca\" -DPACKAGE_VERSION=\"45.3\" -DPACKAGE_STRING=\"orca\ 45.3\" -DPACKAGE_BUGREPORT=\"https://gitlab.gnome.org/GNOME/orca/-/issues/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"orca\" -DVERSION=\"45.3\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DGETTEXT_PACKAGE=\"orca\"
|
||||
DEFS = -DPACKAGE_NAME=\"cthulhu\" -DPACKAGE_TARNAME=\"cthulhu\" -DPACKAGE_VERSION=\"45.3\" -DPACKAGE_STRING=\"cthulhu\ 45.3\" -DPACKAGE_BUGREPORT=\"https://gitlab.gnome.org/GNOME/cthulhu/-/issues/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"cthulhu\" -DVERSION=\"45.3\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DGETTEXT_PACKAGE=\"cthulhu\"
|
||||
DEPDIR = .deps
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
@ -184,7 +184,7 @@ ECHO_T =
|
||||
ETAGS = etags
|
||||
EXEEXT =
|
||||
GETTEXT_MACRO_VERSION = 0.20
|
||||
GETTEXT_PACKAGE = orca
|
||||
GETTEXT_PACKAGE = cthulhu
|
||||
GMSGFMT = /usr/bin/msgfmt
|
||||
GMSGFMT_015 = /usr/bin/msgfmt
|
||||
GSTREAMER_CFLAGS = -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-6 -pthread
|
||||
@ -209,17 +209,17 @@ LTLIBICONV = -liconv
|
||||
LTLIBINTL =
|
||||
LTLIBOBJS =
|
||||
MAINT =
|
||||
MAKEINFO = ${SHELL} '/home/storm/orcatmp/orca/missing' makeinfo
|
||||
MAKEINFO = ${SHELL} '/home/storm/cthulhutmp/cthulhu/missing' makeinfo
|
||||
MKDIR_P = /usr/bin/mkdir -p
|
||||
MSGFMT = /usr/bin/msgfmt
|
||||
MSGMERGE = /usr/bin/msgmerge
|
||||
MSGMERGE_FOR_MSGFMT_OPTION = --for-msgfmt
|
||||
OBJEXT = o
|
||||
PACKAGE = orca
|
||||
PACKAGE_BUGREPORT = https://gitlab.gnome.org/GNOME/orca/-/issues/
|
||||
PACKAGE_NAME = orca
|
||||
PACKAGE_STRING = orca 45.3
|
||||
PACKAGE_TARNAME = orca
|
||||
PACKAGE = cthulhu
|
||||
PACKAGE_BUGREPORT = https://gitlab.gnome.org/GNOME/cthulhu/-/issues/
|
||||
PACKAGE_NAME = cthulhu
|
||||
PACKAGE_STRING = cthulhu 45.3
|
||||
PACKAGE_TARNAME = cthulhu
|
||||
PACKAGE_URL =
|
||||
PACKAGE_VERSION = 45.3
|
||||
PATH_SEPARATOR = :
|
||||
@ -248,10 +248,10 @@ XGETTEXT_EXTRA_OPTIONS =
|
||||
XMLLINT = xmllint
|
||||
YELP_LC_DIST = true
|
||||
YELP_LC_MEDIA_LINKS = true
|
||||
abs_builddir = /home/storm/orcatmp/orca/docs/man
|
||||
abs_srcdir = /home/storm/orcatmp/orca/docs/man
|
||||
abs_top_builddir = /home/storm/orcatmp/orca
|
||||
abs_top_srcdir = /home/storm/orcatmp/orca
|
||||
abs_builddir = /home/storm/cthulhutmp/cthulhu/docs/man
|
||||
abs_srcdir = /home/storm/cthulhutmp/cthulhu/docs/man
|
||||
abs_top_builddir = /home/storm/cthulhutmp/cthulhu
|
||||
abs_top_srcdir = /home/storm/cthulhutmp/cthulhu
|
||||
ac_ct_CC = gcc
|
||||
am__include = include
|
||||
am__leading_dot = .
|
||||
@ -280,7 +280,7 @@ host_vendor = pc
|
||||
htmldir = ${docdir}
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${datarootdir}/info
|
||||
install_sh = ${SHELL} /home/storm/orcatmp/orca/install-sh
|
||||
install_sh = ${SHELL} /home/storm/cthulhutmp/cthulhu/install-sh
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
@ -291,8 +291,8 @@ mandir = ${datarootdir}/man
|
||||
mkdir_p = $(MKDIR_P)
|
||||
oldincludedir = /usr/include
|
||||
pdfdir = ${docdir}
|
||||
pkgpyexecdir = ${pyexecdir}/orca
|
||||
pkgpythondir = ${pythondir}/orca
|
||||
pkgpyexecdir = ${pyexecdir}/cthulhu
|
||||
pkgpythondir = ${pythondir}/cthulhu
|
||||
prefix = /usr/local
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
@ -307,7 +307,7 @@ target_alias =
|
||||
top_build_prefix = ../../
|
||||
top_builddir = ../..
|
||||
top_srcdir = ../..
|
||||
man1_MANS = orca.1
|
||||
man1_MANS = cthulhu.1
|
||||
EXTRA_DIST = \
|
||||
$(man1_MANS)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
man1_MANS = orca.1
|
||||
man1_MANS = cthulhu.1
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(man1_MANS)
|
||||
|
@ -307,7 +307,7 @@ target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
man1_MANS = orca.1
|
||||
man1_MANS = cthulhu.1
|
||||
EXTRA_DIST = \
|
||||
$(man1_MANS)
|
||||
|
||||
|
@ -14,18 +14,18 @@
|
||||
.\" along with this; if not write to the Free Software Foundation, Inc.
|
||||
.\" 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA
|
||||
'\"
|
||||
.TH orca 1 "20 September 2013" "GNOME"
|
||||
.TH cthulhu 1 "20 September 2013" "GNOME"
|
||||
.SH NAME
|
||||
orca \- a scriptable screen reader
|
||||
cthulhu \- a scriptable screen reader
|
||||
.SH SYNOPSIS
|
||||
.B orca
|
||||
.B cthulhu
|
||||
.RI [ option... ]
|
||||
.SH DESCRIPTION
|
||||
.B orca
|
||||
.B cthulhu
|
||||
is a screen reader for people with visual impairments,
|
||||
it provides alternative access to the desktop by using speech synthesis and braille.
|
||||
.P
|
||||
.B orca
|
||||
.B cthulhu
|
||||
works with applications and toolkits that support
|
||||
the Assistive Technology Service Provider Interface (AT-SPI), which
|
||||
is the primary assistive technology infrastructure for Linux and
|
||||
@ -37,44 +37,44 @@ pursued.
|
||||
.TP
|
||||
.B \-s, --setup
|
||||
When starting
|
||||
.BR orca ,
|
||||
.BR cthulhu ,
|
||||
initiate the GUI-based configuration.
|
||||
.TP
|
||||
.BI "\-u, --user-prefs-dir=" dirname
|
||||
When starting
|
||||
.BR orca ,
|
||||
.BR cthulhu ,
|
||||
use
|
||||
.I dirname
|
||||
as an alternate directory for the user preferences.
|
||||
.TP
|
||||
.BI "\-e, \-\-enable=" speech|braille|braille\-monitor
|
||||
When starting
|
||||
.BR orca ,
|
||||
.BR cthulhu ,
|
||||
force the enabling of the supplied options.
|
||||
.TP
|
||||
.BI "\-d, \-\-disable=" speech|braille|braille\-monitor
|
||||
When starting
|
||||
.BR orca ,
|
||||
.BR cthulhu ,
|
||||
force the disabling of the supplied options.
|
||||
.TP
|
||||
.B \-l, --list-apps
|
||||
Prints the names of all the currently running applications. This
|
||||
is used primarily for debugging purposes to see if
|
||||
.B orca
|
||||
.B cthulhu
|
||||
can talk to the accessibility infrastructure. Note that if
|
||||
.B orca
|
||||
.B cthulhu
|
||||
is already running, this will not kill the other
|
||||
.B orca
|
||||
.B cthulhu
|
||||
process. It will just list the currently running applications,
|
||||
and you will see
|
||||
.B orca
|
||||
.B cthulhu
|
||||
listed twice: once for the existing
|
||||
.B orca
|
||||
.B cthulhu
|
||||
and once for this instance.
|
||||
.TP
|
||||
.B \--debug
|
||||
Enables debug output for
|
||||
.B orca
|
||||
.B cthulhu
|
||||
and sends all debug output to a file with a name of the
|
||||
form 'debug-YYYY-MM-DD-HH:MM:SS.out' in the current directory.
|
||||
The YYYY-MM-DD-HH:MM:SS portion will be replaced with the current
|
||||
@ -82,32 +82,32 @@ date and time.
|
||||
.TP
|
||||
.BI "\--debug-file=" filename
|
||||
Enables debug output for
|
||||
.B orca
|
||||
.B cthulhu
|
||||
and sends all debug output to the given filename.
|
||||
.TP
|
||||
.B \-v, --version
|
||||
outputs
|
||||
.B orca
|
||||
.B cthulhu
|
||||
version number and exits.
|
||||
.TP
|
||||
.B \-h, \--help
|
||||
displays
|
||||
.B orca
|
||||
.B cthulhu
|
||||
help and exits.
|
||||
.TP
|
||||
.B \--replace
|
||||
Replace a currently running
|
||||
.BR orca
|
||||
.BR cthulhu
|
||||
process. By default, if
|
||||
.BR orca
|
||||
.BR cthulhu
|
||||
detects an existing
|
||||
.BR orca
|
||||
.BR cthulhu
|
||||
process for the same session, it will not start a new
|
||||
.BR orca
|
||||
.BR cthulhu
|
||||
process. This option will kill and cleanup after any existing
|
||||
.BR orca
|
||||
.BR cthulhu
|
||||
process and then start a new
|
||||
.BR orca
|
||||
.BR cthulhu
|
||||
in its place.
|
||||
.TP
|
||||
|
||||
@ -184,7 +184,7 @@ save the defined bookmarks for the current application or page.
|
||||
'Where am I' command; speaks information such as the title of the current application window, as well as the name of the control that currently has focus.
|
||||
|
||||
.B "Insert+H"
|
||||
enter into orca's 'learn mode'; press Escape to exit.
|
||||
enter into cthulhu's 'learn mode'; press Escape to exit.
|
||||
|
||||
.B "Insert+Shift+Backslash"
|
||||
toggle live regions monitoring on and off.
|
||||
@ -193,10 +193,10 @@ toggle live regions monitoring on and off.
|
||||
speak font and attribute information for the current character.
|
||||
|
||||
.B "Insert+Space"
|
||||
Launch the orca Configuration dialog.
|
||||
Launch the cthulhu Configuration dialog.
|
||||
|
||||
.B "Insert+Ctrl+Space"
|
||||
reload user settings and reinitialize services as necessary. Also launches the orca Configuration dialog for the current application.
|
||||
reload user settings and reinitialize services as necessary. Also launches the cthulhu Configuration dialog for the current application.
|
||||
|
||||
.B "Insert+S"
|
||||
toggle speech on and off.
|
||||
@ -273,10 +273,10 @@ toggle live regions monitoring on and off.
|
||||
speak font and attribute information for the current character.
|
||||
|
||||
.B "Caps_Lock+Space"
|
||||
launch the orca Configuration dialog.
|
||||
launch the cthulhu Configuration dialog.
|
||||
|
||||
.B "Caps_Lock+Ctrl+Space"
|
||||
reload user settings and reinitialize services as necessary; also launches the orca Configuration dialog for the current application.
|
||||
reload user settings and reinitialize services as necessary; also launches the cthulhu Configuration dialog for the current application.
|
||||
|
||||
.B "Caps_Lock+S"
|
||||
toggle speech on and off.
|
||||
@ -286,28 +286,28 @@ toggle the reading of tables, either by single cell or whole row.
|
||||
|
||||
.SH FILES
|
||||
.TP
|
||||
.BI ~/.local/share/orca
|
||||
.BI ~/.local/share/cthulhu
|
||||
.B Orca
|
||||
user preferences directory
|
||||
.TP
|
||||
.BI ~/.local/share/orca/user-settings.conf
|
||||
.BI ~/.local/share/cthulhu/user-settings.conf
|
||||
.B Orca
|
||||
user preferences configuration file.
|
||||
.TP
|
||||
.BI ~/.local/share/orca/orca-customizations.py
|
||||
.BI ~/.local/share/cthulhu/cthulhu-customizations.py
|
||||
.B Orca
|
||||
user customizations configuration file
|
||||
|
||||
.TP
|
||||
.BI ~/.local/share/orca/orca-scripts
|
||||
.BI ~/.local/share/cthulhu/cthulhu-scripts
|
||||
.B Orca
|
||||
user orca scripts directory
|
||||
user cthulhu scripts directory
|
||||
.TP
|
||||
.BI ~/.local/share/orca/bookmarks
|
||||
.BI ~/.local/share/cthulhu/bookmarks
|
||||
.B Orca
|
||||
user bookmarks directory
|
||||
.TP
|
||||
.BI ~/.local/share/orca/app-settings
|
||||
.BI ~/.local/share/cthulhu/app-settings
|
||||
.B Orca
|
||||
user application specific settings directory
|
||||
|
||||
@ -318,17 +318,17 @@ originated as a community effort led by the Sun Microsystems Inc.
|
||||
Accessibility Program Office and with contributions from many community members.
|
||||
.SH SEE ALSO
|
||||
For more information please visit
|
||||
.B orca
|
||||
.B cthulhu
|
||||
wiki at
|
||||
.UR http://live.gnome.org/Orca
|
||||
<http://live.gnome.org/Orca>
|
||||
.UE
|
||||
.P
|
||||
The
|
||||
.B orca
|
||||
.B cthulhu
|
||||
mailing list
|
||||
.UR http://mail.gnome.org/mailman/listinfo/orca-list
|
||||
<http://mail.gnome.org/mailman/listinfo/orca-list>
|
||||
.UR http://mail.gnome.org/mailman/listinfo/cthulhu-list
|
||||
<http://mail.gnome.org/mailman/listinfo/cthulhu-list>
|
||||
To post a message to all
|
||||
.B orca
|
||||
list, send a email to orca-list@gnome.org
|
||||
.B cthulhu
|
||||
list, send a email to cthulhu-list@gnome.org
|
Reference in New Issue
Block a user