LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Xfburn frozen
#1
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)
Dell Inspiron 1525
Reply
#2
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
Reply
#3
To see error messages for clues on why it is crashing, open up a terminal and type

xfburn

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)