gtk-recordmydesktop is not working anymore in ubuntu 18.04

Multi tool use
I was recording my screen through gtk-recordmydesktop and it crashed during the mid recording, I have relaunched the application through command line.But it came with the error. See the following error code:
#gtk-recordmydesktop
Gtk-Message: 20:26:49.852: Failed to load module "canberra-gtk-module"
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/python2.7/dist-packages/recordMyDesktop/rmdSimple.py", line 509, in __init__
self.__subWidgets__()
File "/usr/lib/python2.7/dist-packages/recordMyDesktop/rmdSimple.py", line 88, in __subWidgets__
self.image=sT.GtkThumbSelector(self,self.values[5],self.hidden,2000)
File "/usr/lib/python2.7/dist-packages/recordMyDesktop/rmdSelectThumb.py", line 69, in __init__
self.__subsample__(sroot,self.wwidth,self.wheight,self.root,self.factor)
File "/usr/lib/python2.7/dist-packages/recordMyDesktop/rmdSelectThumb.py", line 79, in __subsample__
im2.put_pixel(k/stride,i/stride,im1.get_pixel(k,i))
AttributeError: 'NoneType' object has no attribute 'get_pixel'
I have tried to removed the gtk-recordmydesktop and again reinstalled it, but the efforts got no fruits, The commands I have used are :
#sudo apt remove gtk-recordmydesktop --purge
#sudo apt-get clean
#sudo apt install gtk-recordmydesktop
#gtk-recordmydesktop
meanwhile my system specifications are:
OS = Linux, Ubuntu 18.04 Bionic Beaver
Output of the uname -a
shows:
Linux suryaveer 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
18.04 gtk recordmydesktop
New contributor
suryaveer gaur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I was recording my screen through gtk-recordmydesktop and it crashed during the mid recording, I have relaunched the application through command line.But it came with the error. See the following error code:
#gtk-recordmydesktop
Gtk-Message: 20:26:49.852: Failed to load module "canberra-gtk-module"
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/python2.7/dist-packages/recordMyDesktop/rmdSimple.py", line 509, in __init__
self.__subWidgets__()
File "/usr/lib/python2.7/dist-packages/recordMyDesktop/rmdSimple.py", line 88, in __subWidgets__
self.image=sT.GtkThumbSelector(self,self.values[5],self.hidden,2000)
File "/usr/lib/python2.7/dist-packages/recordMyDesktop/rmdSelectThumb.py", line 69, in __init__
self.__subsample__(sroot,self.wwidth,self.wheight,self.root,self.factor)
File "/usr/lib/python2.7/dist-packages/recordMyDesktop/rmdSelectThumb.py", line 79, in __subsample__
im2.put_pixel(k/stride,i/stride,im1.get_pixel(k,i))
AttributeError: 'NoneType' object has no attribute 'get_pixel'
I have tried to removed the gtk-recordmydesktop and again reinstalled it, but the efforts got no fruits, The commands I have used are :
#sudo apt remove gtk-recordmydesktop --purge
#sudo apt-get clean
#sudo apt install gtk-recordmydesktop
#gtk-recordmydesktop
meanwhile my system specifications are:
OS = Linux, Ubuntu 18.04 Bionic Beaver
Output of the uname -a
shows:
Linux suryaveer 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
18.04 gtk recordmydesktop
New contributor
suryaveer gaur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I was recording my screen through gtk-recordmydesktop and it crashed during the mid recording, I have relaunched the application through command line.But it came with the error. See the following error code:
#gtk-recordmydesktop
Gtk-Message: 20:26:49.852: Failed to load module "canberra-gtk-module"
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/python2.7/dist-packages/recordMyDesktop/rmdSimple.py", line 509, in __init__
self.__subWidgets__()
File "/usr/lib/python2.7/dist-packages/recordMyDesktop/rmdSimple.py", line 88, in __subWidgets__
self.image=sT.GtkThumbSelector(self,self.values[5],self.hidden,2000)
File "/usr/lib/python2.7/dist-packages/recordMyDesktop/rmdSelectThumb.py", line 69, in __init__
self.__subsample__(sroot,self.wwidth,self.wheight,self.root,self.factor)
File "/usr/lib/python2.7/dist-packages/recordMyDesktop/rmdSelectThumb.py", line 79, in __subsample__
im2.put_pixel(k/stride,i/stride,im1.get_pixel(k,i))
AttributeError: 'NoneType' object has no attribute 'get_pixel'
I have tried to removed the gtk-recordmydesktop and again reinstalled it, but the efforts got no fruits, The commands I have used are :
#sudo apt remove gtk-recordmydesktop --purge
#sudo apt-get clean
#sudo apt install gtk-recordmydesktop
#gtk-recordmydesktop
meanwhile my system specifications are:
OS = Linux, Ubuntu 18.04 Bionic Beaver
Output of the uname -a
shows:
Linux suryaveer 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
18.04 gtk recordmydesktop
New contributor
suryaveer gaur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I was recording my screen through gtk-recordmydesktop and it crashed during the mid recording, I have relaunched the application through command line.But it came with the error. See the following error code:
#gtk-recordmydesktop
Gtk-Message: 20:26:49.852: Failed to load module "canberra-gtk-module"
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/python2.7/dist-packages/recordMyDesktop/rmdSimple.py", line 509, in __init__
self.__subWidgets__()
File "/usr/lib/python2.7/dist-packages/recordMyDesktop/rmdSimple.py", line 88, in __subWidgets__
self.image=sT.GtkThumbSelector(self,self.values[5],self.hidden,2000)
File "/usr/lib/python2.7/dist-packages/recordMyDesktop/rmdSelectThumb.py", line 69, in __init__
self.__subsample__(sroot,self.wwidth,self.wheight,self.root,self.factor)
File "/usr/lib/python2.7/dist-packages/recordMyDesktop/rmdSelectThumb.py", line 79, in __subsample__
im2.put_pixel(k/stride,i/stride,im1.get_pixel(k,i))
AttributeError: 'NoneType' object has no attribute 'get_pixel'
I have tried to removed the gtk-recordmydesktop and again reinstalled it, but the efforts got no fruits, The commands I have used are :
#sudo apt remove gtk-recordmydesktop --purge
#sudo apt-get clean
#sudo apt install gtk-recordmydesktop
#gtk-recordmydesktop
meanwhile my system specifications are:
OS = Linux, Ubuntu 18.04 Bionic Beaver
Output of the uname -a
shows:
Linux suryaveer 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
18.04 gtk recordmydesktop
18.04 gtk recordmydesktop
New contributor
suryaveer gaur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
suryaveer gaur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
suryaveer gaur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Jan 9 at 15:16


suryaveer gaursuryaveer gaur
12
12
New contributor
suryaveer gaur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
suryaveer gaur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
suryaveer gaur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It looks like last release of gtk-recordmydesktop
was made in 2008. You may want to try out SimpleScreenRecorder that seems to offer similar easy to use interface.
You can install it with this command
sudo apt install simplescreenrecorder
https://sourceforge.net/projects/recordmydesktop/files/gtk-recordMyDesktop/
http://www.maartenbaert.be/simplescreenrecorder/
New contributor
ArtiZirk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
suryaveer gaur is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1108318%2fgtk-recordmydesktop-is-not-working-anymore-in-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It looks like last release of gtk-recordmydesktop
was made in 2008. You may want to try out SimpleScreenRecorder that seems to offer similar easy to use interface.
You can install it with this command
sudo apt install simplescreenrecorder
https://sourceforge.net/projects/recordmydesktop/files/gtk-recordMyDesktop/
http://www.maartenbaert.be/simplescreenrecorder/
New contributor
ArtiZirk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
It looks like last release of gtk-recordmydesktop
was made in 2008. You may want to try out SimpleScreenRecorder that seems to offer similar easy to use interface.
You can install it with this command
sudo apt install simplescreenrecorder
https://sourceforge.net/projects/recordmydesktop/files/gtk-recordMyDesktop/
http://www.maartenbaert.be/simplescreenrecorder/
New contributor
ArtiZirk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
It looks like last release of gtk-recordmydesktop
was made in 2008. You may want to try out SimpleScreenRecorder that seems to offer similar easy to use interface.
You can install it with this command
sudo apt install simplescreenrecorder
https://sourceforge.net/projects/recordmydesktop/files/gtk-recordMyDesktop/
http://www.maartenbaert.be/simplescreenrecorder/
New contributor
ArtiZirk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
It looks like last release of gtk-recordmydesktop
was made in 2008. You may want to try out SimpleScreenRecorder that seems to offer similar easy to use interface.
You can install it with this command
sudo apt install simplescreenrecorder
https://sourceforge.net/projects/recordmydesktop/files/gtk-recordMyDesktop/
http://www.maartenbaert.be/simplescreenrecorder/
New contributor
ArtiZirk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
ArtiZirk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered Jan 9 at 16:31
ArtiZirkArtiZirk
1
1
New contributor
ArtiZirk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
ArtiZirk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
ArtiZirk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
suryaveer gaur is a new contributor. Be nice, and check out our Code of Conduct.
suryaveer gaur is a new contributor. Be nice, and check out our Code of Conduct.
suryaveer gaur is a new contributor. Be nice, and check out our Code of Conduct.
suryaveer gaur is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1108318%2fgtk-recordmydesktop-is-not-working-anymore-in-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
J9UYQvdmFwP,SIiCMLCIhIU7MAnh,nKY,znKgNhl sISrapF