Results 1 to 3 of 3
I am new to Linux and can't seem to do anything.
A program just got stuck so i ran xkill and accidentally killed my toolbar. how can i get it ...
- 12-16-2007 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 1
Please help me i have a really dumb question
I am new to Linux and can't seem to do anything.
A program just got stuck so i ran xkill and accidentally killed my toolbar. how can i get it back?
thanks!
- 12-16-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Welcome to the forums!
When you say toolbar, are you talking about the toolbar in an application, or a panel or taskbar in your desktop environment?oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 12-16-2007 #3
Have you tried logging out then back in? That may restore it. Which version of Suse???
BTW xkill is a dangerous utility too easy to do something wrong..See info xkill (in a console)
Here is how to kill a runaway process
open a console
type
ps -A
this will list all processes by ID (PID)
find the name of the runaway program
note the number at the beginning of the line (the PID)
type
kill PID where PID is the number you found.


Reply With Quote