Displaying 20 results from an estimated 84 matches for "atk".
Did you mean:
at
2015 Apr 13
7
Accessibility of Cairo/OpenGL text: ATK without GTK?
...not actually
depend on GTK --- only the GTK window decorator and CCSM use it. So
Compiz renders text using Cairo on top of an OpenGL surface, which is
all very reasonable.
In this situation, what's the cleanest way of making the selected window
title accessible? Is there an easy way of using ATK without making a
GTK label just for the purpose, or should I try some other route?
Thanks in advance,
--
Luca Saiu
Hypra team (Accessible website in construction)
2010 Mar 25
3
Screencasting using Ogg
Here's what I'd like to be able to do...
Record my screen to an ogv:
- Record screen and encode in real-time using a light-weight encoder
settings (in order to keep CPU usage low while recording).
- Store ATK events (i.e. key presses, and menu clicks) as they occur as
meta-data within the ogg.
After the recording is finished:
- Post-process ATK meta-data to add overlays for highlighting mouse
clicks, and callouts containing text such as "File -> Open". The overlays
should be stored with...
2018 Sep 14
0
CentOS 6: meson/ninja in python36 requires python27
Hello there,
on a CentOS 6 box, in the need for `meson`, I've installed rh-python36
using yum, then meson and ninja using `pip3.6 install meson ninja`.
Later at run-time, while building atk 2.29.1:
$ meson --prefix /opt/atk _build
$ ninja-build -C _build
FAILED: atk/atkmarshal.c
/opt/gimp-2.8/bin/glib-genmarshal --prefix atk_marshal --output atk/atkmarshal.c --body ../atk/atkmarshal.list --include-header atkmarshal.h
/opt/rh/python27/root/usr/bin/python: error while loading shared l...
2008 Jul 16
1
Problem with mpi.close.Rslaves()
...foldNumber] <- message$result
}
else if (tag == 3) {
# A slave has closed down.
closed_slaves <- closed_slaves + 1
}
}
# plot the results
plot(apply(rssresult,1,mean))
mpi.close.Rslaves()
mpi.exit()
Mark Lyman, Statistician
ATK Launch Systems
mark.lyman@atk.com <mailto:mark.lyman@atk.com>
(435) 863-2863
[[alternative HTML version deleted]]
2006 Feb 24
1
RGtk2 install in Mac
...not
found
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include
-I/usr/local/include -g -D_R_=1 -DUSE_R=1
-I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0 -I/usr/local/include/cairo
-I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/libglade-2.0
-I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2
-I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0
-I/usr/...
2007 Sep 06
1
Rggobi compilation error: display.c
...... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -std=gnu99 -I/usr/local/lib/R/include -I/usr/local/lib/R/include -g -DUSE_EXT_PTR=1 -D_R_=1 -I/usr/local/include/ggobi -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/local/include -fpic -g -O2 -c brush.c -o brush.o
[... snipped ...]
gcc -std=gnu99 -I/usr/local/lib/R/include -I/usr/local/lib/R/inclu...
2006 Sep 29
1
undeclared identifier 'space' in function MetaButtonSpace
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread
-I/opt/Xgl/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0
-I/usr/include/libwnck-1.0 -I/opt/Xgl/include
-I/usr/include/metacity-1 -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I...
2008 Aug 08
2
Tcl\tk not supported on this system
...s that tcl/tk must be present when R is
installed.
I tried reinstalling R from source using
./configure
make
and although the installation went fine I received the same errors.
Typing rpm -qa|grep tcl returns:
tclx-8.3.5-4
tcl-8.4.7-2
tcl-8.4.7-2
Typing rpm -qa|grep tk returns:
gtkspell-2.0.7-2
atk-1.8.0-2
gtk+-1.2.10-33
gtk2-2.4.13-22
authconfig-gtk-4.6.10-rhel4.3
gtkhtml2-2.6.2-1
gtk-engines-0.12-6.el4
tk-8.4.7-2
gtksourceview-1.1.0-4
gtk-engines-0.12-6.el4
tk-8.4.7-2
gnome-python2-gtkhtml2-2.6.0-3
gtkglarea-1.2.2-16
gtk2-engines-2.2.0-7.el4
gtkhtml3-3.3.2-6.EL
usermode-gtk-1.74-1
atk-1.8.0...
2008 Jul 10
0
Rmpi unkown input format error
...inalize")
}
}
# Tell all slaves to return a message identifying themselves
mpi.remote.exec(paste("I am",mpi.comm.rank(),"of",mpi.comm.size()))
# Tell all slaves to close down, and exit the program
mpi.close.Rslaves()
mpi.quit()
Mark Lyman, Statistician
ATK Launch Systems
mark.lyman@atk.com <mailto:mark.lyman@atk.com>
(435) 863-2863
[[alternative HTML version deleted]]
2017 Sep 18
1
Antw: Re: opusfile Include fix
>>> Jean-Marc Valin <jmvalin at jmvalin.ca> schrieb am 16.09.2017 um 08:12 in
Nachricht <29959506-9f3b-2ad1-fc02-2aea7c53c084 at jmvalin.ca>:
> Actually, you're supposed to add /usr/include/opus to your include path.
> That's why the includes don't have the "opus/" prefix.
Hi!
But that's uncommon: You also don't put /usr/include/sys into
2006 Nov 01
1
yum "transaction check error"
...g repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package gtk2-devel.x86_64 0:2.4.13-19 set to be updated
--> Running transaction check
--> Processing Dependency: atk-devel >= 1.6.0-1 for package: gtk2-devel
--> Processing Dependency: pango-devel >= 1.4.0-1 for package: gtk2-devel
--> Processing Dependency: XFree86-devel for package: gtk2-devel
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with select...
2005 Aug 21
2
trying to recompile
...ing Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package qt-devel.i386 1:3.3.3-9.3 set to be updated
---> Package gtk2-devel.i386 0:2.4.13-14 set to be updated
--> Running transaction check
--> Processing Dependency: atk-devel >= 1.6.0-1 for package: gtk2-devel
--> Processing Dependency: pango-devel >= 1.4.0-1 for package: gtk2-devel
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package pango-devel.i386 0:1.6.0-9 set...
2007 Sep 22
1
R Extensions: Hyperlinking a pdf (not generated by Sweave/not a vignette) from a .Rd file
When constructing an R extension, how can a hyperlink from an .Rd file to a pdf (not generated by Sweave, so not a vignette) located in the inst/doc folder be constructed?
Bill Morphet
ATK, Space Launch Systems
Postflight Evaluation Eng
[[alternative HTML version deleted]]
2008 Jul 13
1
yum remove from stdout
Hello, little tricky question :
i have a file of packages for removal , which looks like that :
atk libart_lgpl libXfixes audiofile libXcursor libxslt alsa-lib esound
gnome-mime-data libIDL ORBit2 libbonobo libdaemon libXrandr dbus-python
avahi avahi-glib gamin shared-mime-info libXres startup-notification
libXinerama hicolor-icon-theme gtk2 GConf2 libglade2 libgnomecanvas
gnome-keyring libwnck n...
2010 Apr 07
2
how to upgrade gtk on centos 4.8
Hello,
My centos is 4.8 while I need gtk 2.8 or later. How to upgrade GTK?
I'm trying to upgrade manually based on RPMs on 5.X, there are too many decencies when upgrading libX.
Is there anybody can give some suggestion to enlighten me? Thanks.
- Tommy
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Mar 27
0
Screencasting using Ogg
> Here's what I'd like to be able to do...
>
> Record my screen to an ogv:
>
> - Record screen and encode in real-time using a light-weight encoder
> settings (in order to keep CPU usage low while recording).
>
> - Store ATK events (i.e. key presses, and menu clicks) as they occur as
> meta-data within the ogg.
>
> After the recording is finished:
>
> - Post-process ATK meta-data to add overlays for highlighting mouse
> clicks, and callouts containing text such as "File -> Open". The ov...
2007 Mar 19
1
Debian compilation problem
...ib/glib-2.0/include
-I/usr/include/liboil-0.3 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/alsa
-I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2
-I/usr/include/libpng12 -g -O2 -MT libswfdecmozilla_la-plugin.lo -MD -MP
-MF .deps/libswfdecmozilla_la-plugin.Tpo -c plugin.c -fPIC -DPIC -o
.libs/libswfdecmozilla_la...
2008 Nov 05
3
Help with TCL/TK on centos 5.2 unknown color black
Hi all,
I am using centos 5.2 x86_64 on a box. and getting this error:
wish -f pcalert.tcl
Error in startup script: unknown color name "black"
(processing "-background" option)
invoked from within
"canvas .c -height $canvas_height -width $screen_width -background black
-highlightthickness 0 "
invoked from within
"set c [canvas .c -height
2011 May 07
2
hivexml rewrite
...here are several programs that export the windows registry at XML. I have listed them at:
http://www.forensicswiki.org/wiki/Windows_Registry_XML
The XML produced by hivexml is somewhat difficult to work with. It also has some problems in that it doesn't properly quote strings, and doesn't atke into account other important information. I have come up with a new form and would like to modify hivexml to output and ingest the new form.
My question for this group:
1. Is anybody using hivexml?
2. Is it important to be able to read the old XML format?
3. We have had a hard time building hive...
2009 Aug 28
1
Failure booting CD on elderly gateway
...n
other systems. The machine appears to be working (in some sense) because I
cannot get it to fail when using DOS and mscdex. In fact under DOS I can
see the contents of the CD's filesystem (although I only did a cursory
test).
I changed the CD drive (from a Mitsumi FX120T to an Acer CD-912E/ATK) and
got the same result. I changed all of the BIOS settings that might possibly
affect the CD BIOS and got the same result. So it appears to me that there
is a severe incompatibility between the machine and SYSLINUX.
The machine is a Gateway P5-133 model BATC with BIOS version 1.00.03.CN0T
(cn&...