Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 1st June 2011, 12:35 PM
satanselbow Offline
Registered User
 
Join Date: Apr 2011
Location: Upminster, Essex, UK
Posts: 169
linuxfirefox
Cool HOWTO: Install Kazam Screen Desktop Recorder on F15

It is not very often that I need a screen recorder - but today I did. Being a quite recent Fodora convert I had a quick squint about the forums and found nothing but problems with the more well known desktop recorders or commandline ffmeg / mencoder solutions.

A name that did crop up a few times is KAZAM - an Ubuntu Launchpad project... hmmm I thinks - shouldn't be too hard to get up on F15 being a python script... this Fedora solution is based on the Debian howto found here: http://charlieharvey.org.uk/page/kazam_on_squeeze

And here it is:

1) You will need a few tools and dependencies 1st:

Code:
sudo yum install bzr intltool python-keybinder gnome-python-rsvg python-xlib python-distutils-extra python-pycurl x264-libs
2) Grab the code branch from launchpad by bzr:

Code:
sudo bzr branch lp:kazam
3) change into Kazam folder and install:

Code:
cd kazam
sudo python setup.py install
4) Job done!

You'll now have an Applications -> Sound & Video -> Kazam Screencaster shortcut in your menu

Once you have started a recording (with audio if you like and have pulse setup) you can pause / stop from the bottom panel applet and can then save the MKV to disk for or open further editing. The "Edit with" option does not seem to be working yet - at least not on my machine but that is no major hardship

Happy Screencording guys

Last edited by satanselbow; 29th June 2011 at 09:14 AM. Reason: typo
Reply With Quote
  #2  
Old 28th June 2011, 05:36 PM
mues747 Offline
Registered User
 
Join Date: Jun 2011
Posts: 1
linuxfirefox
Re: HOWTO: Install Kazam Screen Desktop Recorder on F15

i ran into some issues following these instructions... all seemed to install up until the place that you "cd /kazam"... it reported that there was no such directory, yet I browsed my files and indeed found "kazam" @ /home/user/kazam.... please help as now I have all the tools (the py-tools?) installed to build this from the source as you had instructed, yet fail to have "kazam" installed properly...
Reply With Quote
  #3  
Old 29th June 2011, 09:16 AM
satanselbow Offline
Registered User
 
Join Date: Apr 2011
Location: Upminster, Essex, UK
Posts: 169
linuxchrome
Wink Re: HOWTO: Install Kazam Screen Desktop Recorder on F15

@mues

Original instructions amended - my bad - no need for leading slash on cd command!
Reply With Quote
  #4  
Old 17th August 2011, 07:27 PM
stealthsnake Offline
Registered User
 
Join Date: Aug 2011
Posts: 1
linuxfirefox
Re: HOWTO: Install Kazam Screen Desktop Recorder on F15

@satanselbow

I followed you step and did manage to install Kazam on fedora 15 and i can see the icon on Sound & Video ... but when I try to open it I get nothing !!??

-------
I recently switched from windows
Reply With Quote
  #5  
Old 23rd August 2011, 07:11 PM
kisss Offline
Registered User
 
Join Date: Feb 2011
Posts: 15
linuxfedorafirefox
Re: HOWTO: Install Kazam Screen Desktop Recorder on F15

how do i un-install kazam ?, it does not work well on my version of fedora "fedora 14", my test machine is too old
Reply With Quote
  #6  
Old 19th August 2012, 08:05 PM
fixles Offline
Registered User
 
Join Date: Aug 2012
Location: UK
Posts: 21
linuxfirefox
Re: HOWTO: Install Kazam Screen Desktop Recorder on F15

Just tried this on Fedora 17 doesnt work. When you press record it says cancel countdown and never starts recording.

Anyone know how I can uninstall it?
Reply With Quote
  #7  
Old 19th August 2012, 09:01 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: HOWTO: Install Kazam Screen Desktop Recorder on F15

That setup.py script might have an uninstall option too. So if you still have the kazam folder, run
Code:
sudo python setup.py uninstall
Reply With Quote
  #8  
Old 3rd January 2013, 08:03 PM
Darek Offline
Registered User
 
Join Date: May 2009
Posts: 4
linuxopera
Re: HOWTO: Install Kazam Screen Desktop Recorder on F15

then i try to install it gives me
[root@fedora kazam-1.3.100-0ubuntu1]# python3.2 setup.py install
Traceback (most recent call last):
File "setup.py", line 8, in <module>
from DistUtilsExtra.command import *
ImportError: No module named DistUtilsExtra.command

python-distutils-extra is installed

any suggestions?
Reply With Quote
  #9  
Old 3rd January 2013, 09:01 PM
Fenrin Offline
Registered User
 
Join Date: Apr 2010
Location: Earth
Posts: 858
linuxepiphany
Re: HOWTO: Install Kazam Screen Desktop Recorder on F15

Quote:
Originally Posted by Darek View Post
then i try to install it gives me
[root@fedora kazam-1.3.100-0ubuntu1]# python3.2 setup.py install
Traceback (most recent call last):
File "setup.py", line 8, in <module>
from DistUtilsExtra.command import *
ImportError: No module named DistUtilsExtra.command

python-distutils-extra is installed

any suggestions?
python-distutils-extra is just for python 2. Did you try python setup.py install?

If it still doesn't work, you could maybe try recordmydesktop with either gtk-recordmydesktop or qt-recordmydesktop. Another alternative would be the builtin recording tool, included in Gnome Shell (you can start/stop it via Ctrl+Alt+Shift+R). The later can only be used together with Gnome Shell and lacks some features. Gnome Shell recorder can be configured below dconf-editor -> org -> gnome -> shell -> recorder.

Last edited by Fenrin; 3rd January 2013 at 09:13 PM.
Reply With Quote
  #10  
Old 13th January 2013, 10:29 PM
jamieduk Offline
Registered User
 
Join Date: Jan 2013
Location: UK
Posts: 1
linuxubuntufirefox
Re: HOWTO: Install Kazam Screen Desktop Recorder on F15

i have installed and setup kazam screen recorder / capture but where is the default path to store the created file as i cant find it and have recorded and finished recording my desktop and would like to test and upload to youtube, thanks for your reply, ps i am using mint 14 64 bit
Reply With Quote
  #11  
Old 26th March 2013, 04:09 AM
FedoraLinuxKid's Avatar
FedoraLinuxKid Offline
Registered User
 
Join Date: Nov 2012
Location: United States
Posts: 79
linuxchrome
Re: HOWTO: Install Kazam Screen Desktop Recorder on F15

Thanks! Works on Fedora 18.

---------- Post added at 08:09 PM ---------- Previous post was at 08:04 PM ----------

I use the default gnome recorder though. But I have this as a Fallback.
Reply With Quote
Reply

Tags
desktop, howto, kazam, screen

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The best screen recorder? Dan Using Fedora 14 17th September 2012 06:12 AM
Screen Recorder krige Using Fedora 17 11th March 2007 12:51 AM
Istanbul Desktop recorder FAILS pbx Using Fedora 10 12th January 2007 10:37 PM
screen recorder white angel Installation and Live Media 3 26th February 2006 02:42 PM
Boot Splash Screen Install HOWTO joel69 Installation and Live Media 1 21st October 2005 09:02 AM


Current GMT-time: 02:51 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat