[Bug 621188] Re: recordMyDesktop error: Window size specification out of bounds!

2021-03-14 Thread Launchpad Bug Tracker
This bug was fixed in the package recordmydesktop - 0.4.0-0ubuntu1

---
recordmydesktop (0.4.0-0ubuntu1) hirsute; urgency=medium

  * New upstream release 0.4.0
  * Respect TMPDIR if set instead of always using /tmp (Closes: #706574)
  * Fix crash when XFixesGetCursorImage() returns NULL (LP: #673171)
  * Fix video encoding with newer versions of libtheora by
defaulting v_bitrate to 0
  * Change default ALSA device to "default"
  * Make --rescue work again, thanks to Justin Frankel
  * Completey reformat man page, thanks to G. Branden Robinson (Closes: #859686)
  * Typo fix: Cleanning -> Cleaning (Closes: #584269)
  * Use libpopt for option parsing
  * configure: Fix check for libjack
  * Fixes window size specification out of bounds (LP: #621188)
  * Fixes issues when running with Jack (LP: #682205)
  * debian/copyright: update to current standards
  * debian/control: bump standards, compat, new homepage
  * Remove obsolete patches

 -- Erich Eickmeyer   Sun, 14 Mar 2021 16:48:56
-0700

** Changed in: recordmydesktop (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621188

Title:
  recordMyDesktop error: Window size specification out of bounds!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/recordmydesktop/+bug/621188/+subscriptions

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

[Bug 621188] Re: recordMyDesktop error: Window size specification out of bounds!

2021-03-14 Thread Erich Eickmeyer 
** Changed in: recordmydesktop (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621188

Title:
  recordMyDesktop error: Window size specification out of bounds!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/recordmydesktop/+bug/621188/+subscriptions

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

[Bug 621188] Re: recordMyDesktop error: Window size specification out of bounds!

2021-03-14 Thread Martin Nordholts
This is fixed in the official 0.4.0 release found here:
https://github.com/Enselic/recordmydesktop/releases/tag/v0.4.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621188

Title:
  recordMyDesktop error: Window size specification out of bounds!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/recordmydesktop/+bug/621188/+subscriptions

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

[Bug 621188] Re: recordMyDesktop error: Window size specification out of bounds!

2016-11-18 Thread milasudril
The package has not been fixed in 16.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621188

Title:
  recordMyDesktop error: Window size specification out of bounds!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/recordmydesktop/+bug/621188/+subscriptions

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


[Bug 621188] Re: recordMyDesktop error: Window size specification out of bounds!

2011-06-15 Thread AutoStatic
This patch should do the trick: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=0002-Fix-JACK-audio-capture-and-Y-offset-arguments.patch;att=1;bug=588260
I've uploaded a patched source package to my PPA: 
https://launchpad.net/~autostatic/+archive/ppa

Best,

Jeremy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621188

Title:
  recordMyDesktop error: Window size specification out of bounds!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/recordmydesktop/+bug/621188/+subscriptions

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


[Bug 621188] Re: recordMyDesktop error: Window size specification out of bounds!

2011-04-20 Thread AutoStatic
#11: This does fix the JACK issue but introduces a new one, namely that
you can't select specific windows anymore.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621188

Title:
  recordMyDesktop error: Window size specification out of bounds!

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


[Bug 621188] Re: recordMyDesktop error: Window size specification out of bounds!

2011-02-16 Thread AutoStatic
** Summary changed:

- redordMyDesktop error: Window size specification out of bounds!
+ recordMyDesktop error: Window size specification out of bounds!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621188

Title:
  recordMyDesktop error: Window size specification out of bounds!

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


[Bug 621188] Re: recordMyDesktop error: Window size specification out of bounds!

2011-02-16 Thread Daniele E. Domenichelli
I'm using version 0.3.8.1 too
I found that the real bug is not there but in lines

193 { use-jack, '\0',
194   POPT_ARG_STRING | RMD_USE_JACK_EXTRA_FLAG, arg_return-x, 
RMD_ARG_USE_JACK,

replacing arg_return-x with 0 fix this issue

193 { use-jack, '\0',
194   POPT_ARG_STRING | RMD_USE_JACK_EXTRA_FLAG, 0, RMD_ARG_USE_JACK,


There is still some problem with --use-jack, because even though the 
documentation says that recordmydesktop will connect to all the ports 
specified, it connects only to the first.
But maybe it should be reported as a different bug, fixing line 194 is enough 
to close this bug...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621188

Title:
  recordMyDesktop error: Window size specification out of bounds!

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


Re: [Bug 621188] Re: recordMyDesktop error: Window size specification out of bounds!

2011-02-16 Thread Rafal Cieslak
Yes, the previous fix did not work for me. I will try this one as soon as  
possible.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621188

Title:
  recordMyDesktop error: Window size specification out of bounds!

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