Hi, I would like to change some of the advance settings, however, the advanced menu does not open when I click it. I used this in Ubuntu with no issues, however, I rencently changed OS to crunchbang.
ps: you can see the erros i get when i click advanced if i run from terminal:
/usr/lib/pymodules/python2.6/recordMyDesktop/rmdSimple.py:160: DeprecationWarning: Use the new widget gtk.Tooltip
self.tooltips.set_tip(self.advanced_button,smplTooltipLabels[7])
/usr/lib/pymodules/python2.6/recordMyDesktop/rmdPrefsWidget.py:239: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
self.channelsSpinButton= gtk.SpinButton(self.channelsAdjustment, climb_rate=0.5, digits=0)
/usr/lib/pymodules/python2.6/recordMyDesktop/rmdPrefsWidget.py:331: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module.
(stdin,stdout,stderr)=os.popen3(['jack_lsp'],'t')
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/recordMyDesktop/rmdSimple.py", line 192, in advanced
self.options=pW.prefsWidget(self,self.values,self.optionsOpen)
File "/usr/lib/pymodules/python2.6/recordMyDesktop/rmdPrefsWidget.py", line 410, in __init__
self.__runJackLSP__()
File "/usr/lib/pymodules/python2.6/recordMyDesktop/rmdPrefsWidget.py", line 331, in __runJackLSP__
(stdin,stdout,stderr)=os.popen3(['jack_lsp'],'t')
File "/usr/lib/python2.6/os.py", line 695, in popen3
stderr=PIPE, close_fds=True)
File "/usr/lib/python2.6/subprocess.py", line 623, in __init__
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ps: you can see the erros i get when i click advanced if i run from terminal:
/usr/lib/pymodules/python2.6/recordMyDesktop/rmdSimple.py:160: DeprecationWarning: Use the new widget gtk.Tooltip
self.tooltips.set_tip(self.advanced_button,smplTooltipLabels[7])
/usr/lib/pymodules/python2.6/recordMyDesktop/rmdPrefsWidget.py:239: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
self.channelsSpinButton= gtk.SpinButton(self.channelsAdjustment, climb_rate=0.5, digits=0)
/usr/lib/pymodules/python2.6/recordMyDesktop/rmdPrefsWidget.py:331: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module.
(stdin,stdout,stderr)=os.popen3(['jack_lsp'],'t')
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/recordMyDesktop/rmdSimple.py", line 192, in advanced
self.options=pW.prefsWidget(self,self.values,self.optionsOpen)
File "/usr/lib/pymodules/python2.6/recordMyDesktop/rmdPrefsWidget.py", line 410, in __init__
self.__runJackLSP__()
File "/usr/lib/pymodules/python2.6/recordMyDesktop/rmdPrefsWidget.py", line 331, in __runJackLSP__
(stdin,stdout,stderr)=os.popen3(['jack_lsp'],'t')
File "/usr/lib/python2.6/os.py", line 695, in popen3
stderr=PIPE, close_fds=True)
File "/usr/lib/python2.6/subprocess.py", line 623, in __init__
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
This issue is very old. If the problem still exists, please file an issue at the new GitHub page: https://github.com/Enselic/recordmydesktop