Linux Lite Forums

Full Version: Xfburn frozen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
New to Linux and while trying to burn a cd my XFburn has froze up and I cannot stop or end it.
I have had similar problems in the past and restarted, is there a way to kill an errant program similar to (ctrl, alt, delete)
Ctrl+Alt+T
then
Code:
killall -9 xfburn
or
Code:
pkill xfburn
Or you can do it with htop
Code:
htop
F3 to search, F9 to kill, q to quit
Try Brasero
You can read info about that software package
Code:
apt-cache show brasero
To install:
Code:
sudo apt-get update && sudo apt-get install brasero
the other option is k3b but has a lot of dependancies
Code:
apt-cache showpkg k3b
Also ImgBurn is on the list of supported software for wine
But never tested that one
http://wiki.winehq.org/AppsThatSupportWine
To see error messages for clues on why it is crashing, open up a terminal and type

xfburn