Linux Lite Forums
Xfburn frozen - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: Xfburn frozen (/showthread.php?tid=1849)



Xfburn frozen - Hardcoretexan - 05-21-2015

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)


Re: Xfburn frozen - anon222 - 05-21-2015

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


Re: Xfburn frozen - shengchieh - 05-25-2015

To see error messages for clues on why it is crashing, open up a terminal and type

xfburn