[Bug 591995] Re: gtk-recordMyDesktop crashes on launch without showing the main window

2021-03-14 Thread Martin Nordholts
This problem is specific to the GTK wrapper, moving to gtk-
recordmydesktop.

** Package changed: recordmydesktop (Ubuntu) => gtk-recordmydesktop
(Ubuntu)

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

Title:
  gtk-recordMyDesktop crashes on launch without showing the main window

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

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

[Bug 591995] Re: gtk-recordMyDesktop crashes on launch without showing the main window

2012-06-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: recordmydesktop (Ubuntu)
   Status: New = Confirmed

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

Title:
  gtk-recordMyDesktop crashes on launch without showing the main window

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

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


[Bug 591995] Re: gtk-recordMyDesktop crashes on launch without showing the main window

2011-02-25 Thread Lekensteyn
Yavu and Mark, your errors do not come from this bug, but from 
https://bugs.launchpad.net/ubuntu/+source/gtk-recordmydesktop/+bug/612885 .
Solution:
sudo apt-get install python-appindicator

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

Title:
  gtk-recordMyDesktop crashes on launch without showing the main window

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


[Bug 591995] Re: gtk-recordMyDesktop crashes on launch without showing the main window

2010-12-13 Thread Rafal-maj-it
same bug,  run directly program to work around...

recordmydesktop  --quick-subsampling --fps 3 --no-sound --on-the-fly-
encoding --v_quality 40   -o rec`date_%Y%m%d_%H%M%S`.ogv

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

Title:
  gtk-recordMyDesktop crashes on launch without showing the main window

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


[Bug 591995] Re: gtk-recordMyDesktop crashes on launch without showing the main window

2010-12-13 Thread Rafal-maj-it
typo, actuall the command would be:

recordmydesktop --quick-subsampling --fps 3 --no-sound --on-the-fly-
encoding --v_quality 40 -o rec_`date +%Y%m%d_%H%M%S`.ogv

and creates .ogv file in working directory.  --no-sound and v_quality
options can be changed, man for more

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

Title:
  gtk-recordMyDesktop crashes on launch without showing the main window

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


[Bug 591995] Re: gtk-recordMyDesktop crashes on launch without showing the main window

2010-11-19 Thread YAFU
I have a similar problem (But the output is similar to that of Mark
Krenz output ).

$ gtk-recordMyDesktop
/usr/lib/pymodules/python2.6/recordMyDesktop/rmdMonitor.py:10: 
DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
  import popen2
Traceback (most recent call last):
  File /usr/bin/gtk-recordMyDesktop, line 43, in module
main()
  File /usr/bin/gtk-recordMyDesktop, line 40, in main
tr=rmdSimple.simpleWidget()
  File /usr/lib/pymodules/python2.6/recordMyDesktop/rmdSimple.py, line 515, 
in __init__
self.trayIcon=trayIcon(self)
  File /usr/lib/pymodules/python2.6/recordMyDesktop/rmdTrayIcon.py, line 394, 
in __init__

self.tray_popup=iTP.TrayPopupMenu(self.parent,self.parent.values,self.optionsOpen)
  File /usr/lib/pymodules/python2.6/recordMyDesktop/rmdTrayPopup.py, line 51, 
in __init__
self.popupmenu_continueitem.hide()
AttributeError: TrayPopupMenu instance has no attribute 'popupmenu_continueitem'

===
Kubuntu 10.10 Maverick 
recordmydesktop 0.3.8.1+svn602-1ubuntu3
gtk-recordmydesktop 0.3.8-3ubuntu1
python  2.6.6-2ubuntu1

-- 
gtk-recordMyDesktop crashes on launch without showing the main window
https://bugs.launchpad.net/bugs/591995
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 591995] Re: gtk-recordMyDesktop crashes on launch without showing the main window

2010-11-10 Thread Mark Krenz
I'm having the same symptom in 10.10, but with a different error. I am
able to run recordmydesktop though without issue.

/usr/lib/pymodules/python2.6/recordMyDesktop/rmdMonitor.py:10: 
DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
  import popen2
/usr/lib/pymodules/python2.6/recordMyDesktop/rmdSelectThumb.py:79: GtkWarning: 
IA__gdk_image_put_pixel: assertion `y = 0  y  image-height' failed
  im2.put_pixel(k/stride,i/stride,im1.get_pixel(k,i))
Traceback (most recent call last):
  File /usr/bin/gtk-recordMyDesktop, line 43, in module
main()
  File /usr/bin/gtk-recordMyDesktop, line 40, in main
tr=rmdSimple.simpleWidget()
  File /usr/lib/pymodules/python2.6/recordMyDesktop/rmdSimple.py, line 515, 
in __init__
self.trayIcon=trayIcon(self)
  File /usr/lib/pymodules/python2.6/recordMyDesktop/rmdTrayIcon.py, line 394, 
in __init__

self.tray_popup=iTP.TrayPopupMenu(self.parent,self.parent.values,self.optionsOpen)
  File /usr/lib/pymodules/python2.6/recordMyDesktop/rmdTrayPopup.py, line 51, 
in __init__
self.popupmenu_continueitem.hide()
AttributeError: TrayPopupMenu instance has no attribute 'popupmenu_continueitem'

-- 
gtk-recordMyDesktop crashes on launch without showing the main window
https://bugs.launchpad.net/bugs/591995
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 591995] Re: gtk-recordMyDesktop crashes on launch without showing the main window

2010-06-10 Thread Blackestmajor
** Package changed: ubuntu = recordmydesktop (Ubuntu)

-- 
gtk-recordMyDesktop crashes on launch without showing the main window
https://bugs.launchpad.net/bugs/591995
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