Page 1 of 1

[SOLVED]Installed Kazam on desktop. How to move it to system

PostPosted: Dec 3rd, '12, 18:01
by simonhoare
Following the instructions here viewtopic.php?f=7&t=1988, I just installed Kazam desktop recorder, as I prefer it to GTK-recordmydesktop and am not smart enough to use ffmpeg.

It works beautifully.

However, the problem is that in a moment of absent mindedness I did all this in the desktop folder which is clearly not ideal.

What I want to do is move Kazam to somewhere like /opt. I imagine that what will be needed is to uninstall it first and then reinstall it again in the desired location. Trouble is I'm not really sure how the installation worked and therefore don't really understand how to undo it.

FYI, following the instructions posted on this forum (see above), I downloaded the Kazam folder from Launchpad and ran
Code: Select all
sudo python setup.py install
in the terminal as per the instructions in the README file.

Thanks in advance,

Re: Installed Kazam on desktop. How to move it to system fil

PostPosted: Dec 3rd, '12, 20:10
by simonhoare
I found the solution in a Fedora forum. It's not perfect and you'll need to search the file system in addition for files this did not pick up. But it should do most of the work for you.

Go into the kazam folder you ran the installation in and run the following commands:
Code: Select all
python setup.py install --record files.txt
cat files.txt | xargs rm -rfv

From https://ask.fedoraproject.org/question/ ... move-kazam

That should get rid of most of the files. Then just search the file system on "kazam" for the remainder.