[Bug 367685] Re: xmacro quit-key no longer recognized

2010-03-03 Thread Pedro Pedruzzi
xmacrorec not working in ubuntu 9.10 (x86-64). the description at
comment #20 describe it well.

cnee is really segfaulting.

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2010-02-13 Thread Karsten Mueller
Still not working in Ubuntu 9.10

Any news about this bug?

What about cnee? I'm getting a segmentation fault using:

cnee --record --events-to-record 1000 --mouse --keyboard -o testmacro -v

--snip--
feedback-xosd
Segmentation fault
--snip--

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-12-08 Thread ikester8
hesa,

That's great news. I'd be happy to help test the new version.

ikester8

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-12-07 Thread Rohan Kapoor
Does this xnee do the same thing as xmacro?

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-12-07 Thread hesa
hi,

 just got some test report from two Ubuntu volunteers[1]. cnee now works
fine in:

  ubuntu jaunty (9.04) 
  karmic koala 

/hesa

[1] http://lists.gnu.org/archive/html/bug-xnee/2009-12/msg0.html

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-12-06 Thread hesa
Think the problem is solved in GNU Xnee (some problem remain when
recording a program in Xephyr).

If anyone can help me test the latest (unreleased) version, I'd be happy

/hesa - GNU Xnee maintainer

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 367685] Re: xmacro quit-key no longer recognized

2009-11-10 Thread spiral0ut83
nice - i have been watching this issue since july of this year - this is the
first useful tip
 thank you - does creating the script on an older, supported dist a good
course of action
 if you happen to have such a box around?

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-11-10 Thread Zurd
Last comment from theLured explains very well the situation we are
facing.  But I've found a workaround to make xmacro works. The only
problem with it is to record, but it can play a script file. So just
open up your favorite text editor and create a script file! It's not
user-friendly but it's very simple. Here's a few tips to get you
starting :

- All the commands that can be entered in a script file can be found at 
http://xmacro.sourceforge.net/
- To play a macro : xmacroplay $DISPLAY < your_script_file.txt
- To know what command is used for a key or a mouse button, call xmacrorec 
$DISPLAY and type the key or press the mouse button, it will show up many times 
but quit it and you'll have the command to insert into your script file.
- To know the position of your mouse install xdotool : sudo apt-get install 
xdotool
and use it like so in a console : xdotool getmouselocation
With the position you can call the MotionNotify command of xmacro to position 
your mouse where you want it to be.
For example in a script file :
MotionNotify 57 10
ButtonPress 1
ButtonRelease 1
This will open up your Applications menu of Ubuntu at the top left.
- To make a return key both pressed and released use "KeyStr Return"
- Use the Delay commands if your actions are too fast for the computer to 
handle or the computer is waiting for an input (like a network connection).

This is just a work-around that I've used and it's working and in my opinion 
the only way to automate stuff on linux right now. 
I found xmacro to be even better than xnee, less complicated. And don't try the 
same work-around with xnee, the script file is way too complicated.

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-11-10 Thread theLured
@Sky
I can confirm that this problem is still in Karmic.

xmacroplay seems to work fine, but xmacrorecord repeats every keypress
about 100 times. xmacrorec2 doesn't do anything past choosing an exit
key.

xnee/cnee/gnee don't work for recording either. I haven't tried
playback, as I don't know how to make a playback file.

running "cnee -demo" seems to show this
---start output---
Xnee will now start recording your mouse and keyboard in 3 seconds
xnee: delayed start, time left: 3 seconds left
## 10 blank lines ##
xnee: delayed start, time left: 3 seconds left
## 10 blank lines ##
xnee: delayed start, time left: 3 seconds left
## 10 blank lines ##
---end output---

It will also break your ability to hold down a key and have it repeat.
To get key repeat back, you have to go into system > preferences >
keyboard and move the "delay" slider a little.

If you press anything, you are spammed out like with xmacrorec. If the key 
presses continue after the program has crashed, press any key.
After it has crashed and you cant repeat any keys, running it again gets this 
output.
---start output---
Xnee will now start recording your mouse and keyboard in 3 seconds
## countdown ##
Error received:
error type   0 (0x0)
error code   156 (0x9c)
error code major 136 (0x88)
error code minor 5 (0x5)
display  167679392 (0x9fe95a0)
 XRecordBadContext
This error can be ignored
xnee failed to start
   Error number:35
   Error string:'Record memory failure'
   Solution string: 'Xnee failed due to bad data received from RECORD extension'
---end output---

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-11-07 Thread Sky
Can anyone confirm that this is still an issue in Karmic? Given the lack
of response here, I'm assuming the bug has not been fixed, but before I
continue to use an operating system version that is now over a year old,
I figured I'd double check.

Also, if there is a workaround or any alternate tool that accomplishes
the same thing as the xmacro package, I'd be grateful to hear about it.

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-10-24 Thread ikester8
Rick pointed out in an email to me that a similar program, xnee, is
doing the same thing. There seems to be a call to the X-window system
that's causing the problem in both programs.

I'm willing to pay for a solution. But I have no idea how I'd find
someone who'd be willing to work on it!

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-10-23 Thread Sky
@Rich: that's exactly my issue. I'm still using 8.10, and it is entirely
because of this that I have not been able to update. It looks like
Karmic will also not be an option for me, since this issue has
apparently not been fixed in that release either. Very frustrating.

I don't have the technical knowledge to work on this, but how do we hunt
down someone who does? Can we at least isolate the issue? It seems that
the xmacro programs are written in C++. Does anyone have enough of
knowledge of that language that they could take a brief look at this and
see if it's an easy fix? Perhaps it's something incredibly simple... if
it is, I'd hate for this issue to continue to sit here unfixed. I filed
this bug report in April, and as far as I can see, nothing's been done
with it since that time. What is the procedure to get this escalated? Is
there anything that I can do to assist with that process?

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-09-25 Thread ikester8
@Rick: I have no idea how to get Canonical to get interested. Sounds
like I need to get full support and demand someone look at this.

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-09-25 Thread ascle
Any updates on this issue?

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-09-17 Thread Rick Berger
Just came across xmacro and see it as a very useful tool. I am
disappointed it's not working and that there is very little good
documentation for the beginner. I would hope that people would realize
that this can be a very valuable tool for people with disabilities
affecting their hand dexterity. Is there any way of escalating interest
in fixing xmacro as an accessibility issue?

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-09-16 Thread Rohan Kapoor
I also agree this is a problem. It would be appreciated if fixed!

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-08-03 Thread John Kronenwetter
Confirmed that issue exists in Jaunty.

** Changed in: xmacro (Ubuntu)
   Status: New => Confirmed

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-07-25 Thread Wayne Cat
the problem still exists in Karmic Alpha 3

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-07-15 Thread ikester8
Same here. macrorec2 is not recognizing keystrokes in Ubuntu 9.04. We
are going to have to find someone with the skills to work on this.

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-07-14 Thread PGScooter
Another "me too". Jaunty 64-bit. Wish I knew enough to get my hands
dirty and fix it.

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-07-12 Thread Michael Gefen
while it seems that xmacrorec2 works (at least on my debian 5 machine in
vitualbox), xmacrorec does not.

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-07-12 Thread evilakos
Guys in my opinion the xmacro is just broken on recording after 8.04.
And what I hate is that noone is trying to fix this.
At least on the ubuntu side.Thats at least what I see.I know its not an 
important package on the core system but :/.
Probably on Debian latest this bug does not exist?(Debian cycle about 18-21 
months but you can go latest(packages) with a repo right now but I don't 
remember name(definitely not experimental)(sid?).)
And so noone from them bothers his self to fix the package.
The xmacro project is dead for a long time too..
I myself is sticking on 8.04 LTS to have the xmacro rec thing right and I am 
thinking on changing to Debian (at last) with some configurations I wanna find 
and make.(I have no desktop-pc atm.(bad luck)).

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-07-12 Thread Kangarooo
Any Esc Key is not only problem.. I tryd recording and opening file and
it was empty.. On 8.10 ubuntu i think any movement and key press was
immidiatlly written in output file. No?

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-07-11 Thread Kangarooo
Today i also for long time again needed Xmacro it was working last time on 
Xubuntu 8.10 Ubuntu 8.10 and Linuxmint but just 2min ago i put it on Xubuntu 
9.04 and Any Escape key is not recognized..
I quote from http://xmacro.sourceforge.net/ :"The programs are heavily based on 
the xremote utility of Jan Ekholm (chakie at infa.abo.fi)."
So maybe bug is in xremote? Im hoping to get some attention to this bug from 
this great programm makers. :)

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-07-10 Thread spiral0ut83
any workarounds for this? - I got to this point as well - very
disheartening

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-06-29 Thread ouch
yep, I can confirm it doing the same thing on my ubuntu jaunty machine.

seems like xmacrorec2 forgets how to grab keystrokes once the quit-key
is pushed.

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-06-18 Thread Michael Gefen
i have the same issue.

when i tried to use xmacrorec (instead of xmacrorec2) any event i make
starts repeating itself numerous times.

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367685] Re: xmacro quit-key no longer recognized

2009-04-26 Thread Sky

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/26014548/Dependencies.txt

-- 
xmacro quit-key no longer recognized
https://bugs.launchpad.net/bugs/367685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs